stable/pike release
Change-Id: I1a9197c8abc36a0fba9ef33ff1f1bfabcb11d693
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/openstack-chef-repo.git
|
||||
defaultbranch=stable/pike
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user