stable/pike release

Change-Id: Iced1eff2347b8f89e7c0a80b7e1272821b415d82
This commit is contained in:
Samuel Cassiba 2018-02-23 07:43:00 -08:00
parent 28fe28e8dd
commit 04d8cdbe29
4 changed files with 7 additions and 4 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-compute.git
defaultbranch=stable/pike

View File

@ -4,11 +4,13 @@ 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
cookbook 'openstackclient',
github: 'cloudbau/cookbook-openstackclient'
github: 'cloudbau/cookbook-openstackclient',
branch: 'stable/pike'
metadata

View File

@ -2,5 +2,5 @@
## 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.
wget -nv -t 3 -O common-bootstrap.sh https://raw.githubusercontent.com/openstack/cookbook-openstack-common/master/bootstrap.sh
wget -nv -t 3 -O common-bootstrap.sh https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/pike/bootstrap.sh
/bin/bash -x common-bootstrap.sh