stable/queens release patch

Change-Id: I7f053a72bf31ff9ac313379cd6ef21d540ddd371
This commit is contained in:
Samuel Cassiba 2018-07-26 20:37:42 -07:00
parent 2fd2b86adb
commit 8435622ad4
2 changed files with 5 additions and 7 deletions

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 \