stable/newton release patch

Change-Id: I4fc2e914729cf6bdee7f75fc5e5d907d0579b0f8
This commit is contained in:
Jan Klare 2017-02-23 16:53:52 +01:00
parent 2dcb80b6dd
commit 9fb0bcf5c4
3 changed files with 12 additions and 6 deletions

View File

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

View File

@ -17,10 +17,15 @@ source 'https://supermarket.chef.io'
if ENV['ZUUL_CHANGES'] && 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/newton"
end
end
cookbook 'openstackclient', github: 'cloudbau/cookbook-openstackclient'
cookbook 'statsd', github: 'att-cloud/cookbook-statsd'
cookbook 'openstackclient',
github: 'cloudbau/cookbook-openstackclient',
branch: "stable/newton"
cookbook 'statsd',
github: 'att-cloud/cookbook-statsd'

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/newton/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