
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: I0c61b1b879b78787fe8158977d8cc7ceffea3df7
14 lines
572 B
YAML
14 lines
572 B
YAML
fixtures:
|
|
repositories:
|
|
'inifile': 'git://github.com/puppetlabs/puppetlabs-inifile.git'
|
|
'concat':
|
|
repo: 'git://github.com/puppetlabs/puppetlabs-concat.git'
|
|
ref: '1.2.1'
|
|
'keystone': 'git://github.com/openstack/puppet-keystone.git'
|
|
'mysql': 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
|
'openstacklib': 'git://github.com/openstack/puppet-openstacklib.git'
|
|
'postgresql': 'git://github.com/puppetlabs/puppet-postgresql.git'
|
|
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
|
symlinks:
|
|
'tuskar': "#{source_dir}"
|