puppet-designate/.fixtures.yml
Yanis Guenane 59a0dc2c30 Use openstack/ namespace for fixtures modules
When running the tests, rspec will download the modules speficied in
.fixtures.yml and put them in spec/fixtures/modules.

Some of those modules still point to stackforge/ namespace when they
should be pointing to openstack/ namespace.

Change-Id: Id83a6a1b358e0942d1708a0b13d19d747b4d548b
2015-08-11 14:49:15 +02:00

13 lines
599 B
YAML

fixtures:
repositories:
'concat': 'git://github.com/puppetlabs/puppetlabs-concat.git'
'dns': 'git://github.com/theforeman/puppet-dns.git'
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile.git'
'keystone': 'git://github.com/openstack/puppet-keystone.git'
'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git'
'openstacklib': 'git://github.com/openstack/puppet-openstacklib.git'
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
'powerdns': 'git://github.com/antonlindstrom/puppet-powerdns.git'
symlinks:
'designate': "#{source_dir}"