Update spec_helper_acceptance for project renames

Change-Id: Ibc23c78e18310971c3a54d03bacf8e258327fff2
This commit is contained in:
Colleen Murphy 2015-06-12 17:36:19 -07:00
parent 68c0cfe935
commit 4e465246f3
1 changed files with 5 additions and 5 deletions

View File

@ -35,11 +35,11 @@ RSpec.configure do |c|
on host, puppet('module','install','puppetlabs-apt','--version','1.8.0'), { :acceptable_exit_codes => 0 }
# install puppet modules from git, use master
shell('git clone https://git.openstack.org/stackforge/puppet-openstacklib /etc/puppet/modules/openstacklib')
shell('git clone https://git.openstack.org/stackforge/puppet-openstack_extras /etc/puppet/modules/openstack_extras')
shell('git clone https://git.openstack.org/stackforge/puppet-keystone /etc/puppet/modules/keystone')
shell('git clone https://git.openstack.org/stackforge/puppet-cinder /etc/puppet/modules/cinder')
shell('git clone https://git.openstack.org/stackforge/puppet-glance /etc/puppet/modules/glance')
shell('git clone https://git.openstack.org/openstack/puppet-openstacklib /etc/puppet/modules/openstacklib')
shell('git clone https://git.openstack.org/openstack/puppet-openstack_extras /etc/puppet/modules/openstack_extras')
shell('git clone https://git.openstack.org/openstack/puppet-keystone /etc/puppet/modules/keystone')
shell('git clone https://git.openstack.org/openstack/puppet-cinder /etc/puppet/modules/cinder')
shell('git clone https://git.openstack.org/openstack/puppet-glance /etc/puppet/modules/glance')
# TODO(EmilienM) Cloning RabbitMQ module for now because we wait for a release including
# https://github.com/enovance/puppetlabs-rabbitmq/commit/0227f762070ffbbea3c28d6a60174de98fa4cc1c
shell('git clone https://github.com/puppetlabs/puppetlabs-rabbitmq/ /etc/puppet/modules/rabbitmq')