From cd92789a58d09bbf3d863f46c90871c920cedc75 Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 16 Mar 2015 10:31:09 +0100 Subject: [PATCH] Pin fixtures for stables branches Use the current branch for others fixtures in order to avoid to break tests due to master changes. Change-Id: I0ff7cbd7190d1ceb9ebf76e949340e25a177085e --- .fixtures.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 40413b17e..4153ec5b9 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,11 +2,15 @@ fixtures: repositories: "stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git" "inifile": "git://github.com/puppetlabs/puppetlabs-inifile" - "keystone": "git://github.com/stackforge/puppet-keystone.git" + "keystone": + repo: "git://github.com/stackforge/puppet-keystone.git" + ref: "origin/stable/juno" "mysql": repo: "git://github.com/puppetlabs/puppetlabs-mysql.git" ref: 'origin/2.2.x' - "nova": "git://github.com/stackforge/puppet-nova.git" + "nova": + repo: "git://github.com/stackforge/puppet-nova.git" + ref: "origin/stable/juno" "openstacklib": "git://github.com/stackforge/puppet-openstacklib.git" "vswitch": "git://github.com/stackforge/puppet-vswitch" 'sysctl': 'git://github.com/duritong/puppet-sysctl.git'