Use stable/8.0 branch for fuel-library modules

There are many changes between 7.0 and stable/8.0 and it is safer to
base our work on stable/8.0. Eventually we'll switch to the 8.0 tag
once it is available.

Change-Id: I154230902bb87b81b04fbc40fbe028add112b40a
This commit is contained in:
Simon Pasquier 2016-01-05 17:57:52 +01:00
parent 49130c2f5f
commit 432cb9d45e
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set -eux
. "$(dirname "$(readlink -f "$0")")"/functions.sh
FUEL_LIB_COMMIT="7.0"
FUEL_LIB_COMMIT="stable/8.0"
FUEL_LIB_TARBALL_URL="https://github.com/openstack/fuel-library/archive/${FUEL_LIB_COMMIT}.tar.gz"
HTPASSWD_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/leinaddm-htpasswd-0.0.3.tar.gz"
APACHE_TARBALL_URL="https://forgeapi.puppetlabs.com/v3/files/puppetlabs-apache-1.4.0.tar.gz"
@ -44,7 +44,7 @@ download_packages \
rm -rf "${MODULES_DIR:?}"/{stdlib,htpasswd,apache,concat,openstack}
wget -qO- "${FUEL_LIB_TARBALL_URL}" | \
tar -C "${MODULES_DIR}" --strip-components=3 -zxvf - \
fuel-library-${FUEL_LIB_COMMIT}/deployment/puppet/openstack
fuel-library-${FUEL_LIB_COMMIT/\//-}/deployment/puppet/openstack
download_puppet_module "htpasswd" "${HTPASSWD_TARBALL_URL}"
download_puppet_module "apache" "${APACHE_TARBALL_URL}"