Rename openstackci to openstackinfra

Change-Id: I5add5c8dd9ca220352bee481d635111d6c4195ec
This commit is contained in:
Ramy Asselin 2015-04-20 12:02:26 -07:00
parent 4f577b78fc
commit 8e46a20ecd
3 changed files with 5 additions and 5 deletions

View File

@ -13,5 +13,5 @@ dependency 'puppetlabs/mysql', '= 0.6.1'
dependency 'puppetlabs/apache', '= 0.0.4'
dependency 'puppetlabs/rabbitmq', '= 5.0.0'
dependency 'example42/puppi', '= 2.1.9'
dependency 'openstackci/vcsrepo', '= 0.0.8'
dependency 'openstackinfra/vcsrepo', '= 0.0.8'
dependency 'stankevich/python', '= 1.6.6'

View File

@ -1,5 +1,5 @@
{
"name": "openstackci-storyboard",
"name": "openstackinfra-storyboard",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for the OpenStack StoryBoard",
@ -29,7 +29,7 @@
"version_requirement": ">= 2.1.9"
},
{
"name": "openstackci/vcsrepo",
"name": "openstackinfra/vcsrepo",
"version_requirement": ">= 0.0.8"
},
{

View File

@ -25,11 +25,11 @@ if [ ! -d /etc/puppet/modules/puppi ]; then
puppet module install example42-puppi --version 2.1.9
fi
if [ ! -d /etc/puppet/modules/vcsrepo ]; then
puppet module install openstackci-vcsrepo --version 0.0.8
puppet module install openstackinfra-vcsrepo --version 0.0.8
fi
if [ ! -d /etc/puppet/modules/python ]; then
puppet module install stankevich-python --version 1.6.6
fi
if [ ! -d /etc/puppet/modules/storyboard ]; then
sudo ln -s /vagrant /etc/puppet/modules/storyboard
fi
fi