stable/queens release patch

Change-Id: I515f4ef9a5ecdea9557e6f7feb1a38bcda6e6c4f
This commit is contained in:
Samuel Cassiba 2018-07-26 20:37:42 -07:00
parent 2fd2b86adb
commit e0970172e9
3 changed files with 6 additions and 7 deletions

View File

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

View File

@ -1,11 +1,9 @@
source 'https://supermarket.chef.io'
%w(common).each do |cookbook|
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}"
end
if Dir.exist?("../cookbook-openstack-common")
cookbook "openstack-common", path: "../cookbook-openstack-common"
else
cookbook "openstack-common", git: "https://git.openstack.org/openstack/cookbook-openstack-common", branch: 'stable/queens'
end
metadata

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.
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/master/bootstrap.sh \
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/queens/bootstrap.sh \
--retry 3 \
--silent \
--show-error \