stable/queens release patch
Change-Id: I25fc56ad91a13aca058abf137af19447b3aac23a
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/openstack-chef-repo.git
|
||||
defaultbranch=stable/queens
|
||||
|
||||
@@ -30,5 +30,4 @@
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- build-openstack-sphinx-docs-python3
|
||||
- openstack-chef-repo-jobs
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user