stable/pike release

Change-Id: I1a9197c8abc36a0fba9ef33ff1f1bfabcb11d693
This commit is contained in:
Samuel Cassiba
2018-02-23 08:43:01 -08:00
parent b13c4324f8
commit 4a43874d3f
4 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@@ -4,7 +4,6 @@
.bundle
.vagrant
berks-cookbooks/
Berksfile.lock
clients/
cookbooks/
Gemfile.lock
@@ -14,3 +13,4 @@ vms/
.chef/validator.pem
.chef/local-mode-cache/
.project
Berksfile.lock

View File

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

View File

@@ -17,10 +17,11 @@ 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 'openstack-dns', github: 'cloudbau/cookbook-openstack-dns'
cookbook 'openstackclient', github: 'cloudbau/cookbook-openstackclient'
cookbook 'openstack-dns', github: 'cloudbau/cookbook-openstack-dns', branch: 'stable/pike'
cookbook 'openstackclient', github: 'cloudbau/cookbook-openstackclient', branch: 'stable/pike'
cookbook 'statsd', github: 'librato/statsd-cookbook'

View File

@@ -2,8 +2,8 @@
## 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
/bin/bash -x common-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
# To enable cookbook Depends-On support, the Common bootstrap above will already
# get the cookbook dependencies cloned into ../openstack-cookbook-xxxx. In order to