stable/queens release patch

Change-Id: I25fc56ad91a13aca058abf137af19447b3aac23a
This commit is contained in:
Samuel Cassiba
2018-07-26 21:06:41 -07:00
parent 074d05cddf
commit 215e4e1336
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -30,5 +30,4 @@
- project:
templates:
- build-openstack-sphinx-docs-python3
- openstack-chef-repo-jobs

View File

@@ -18,9 +18,9 @@ source 'https://supermarket.chef.io'
if Dir.exist?("../cookbook-openstack-#{cookbook}")
cookbook "openstack-#{cookbook}", path: "../cookbook-openstack-#{cookbook}"
else
cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}"
cookbook "openstack-#{cookbook}", git: "https://git.openstack.org/openstack/cookbook-openstack-#{cookbook}", branch: 'stable/queens'
end
end
cookbook 'openstackclient', git: 'https://git.openstack.org/openstack/cookbook-openstackclient'
cookbook 'openstackclient', git: 'https://git.openstack.org/openstack/cookbook-openstackclient', branch: 'stable/queens'
cookbook 'statsd', github: 'librato/statsd-cookbook'

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.
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/queens/bootstrap.sh
/bin/bash -x common-bootstrap.sh
# To enable cookbook Depends-On support, the Common bootstrap above will already