stable/pike release

Change-Id: Iaac0876f0ca7643bd9a7ef7202cb60404b129565
This commit is contained in:
Samuel Cassiba 2018-02-23 07:43:01 -08:00
parent 18fefbe962
commit c2fa3ef681
4 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,6 +4,6 @@ berks-cookbooks/
.vagrant
.coverage/
*.swp
Berksfile.lock
Vagrantfile
Gemfile.lock
Berksfile.lock

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/cookbook-openstack-ops-database.git
defaultbranch=stable/pike

View File

@ -4,7 +4,8 @@ source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else
cookbook "openstack-#{cookbook}", github: "openstack/cookbook-openstack-#{cookbook}"
cookbook "openstack-#{cookbook}", github: "openstack/cookbook-openstack-#{cookbook}",
branch: 'stable/pike'
end
end

View File

@ -2,7 +2,7 @@
## This script is for installing all the needed packages on trusty to run the chef tests with 'chef exec rake'.
## It relies on the common bootstrap.sh from openstack/cookbook-openstack-common for installing common dependencies.
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/master/bootstrap.sh \
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/pike/bootstrap.sh \
--retry 3 \
--silent \
--show-error \