Merge "Update fuel-library modules to latest stable version"

This commit is contained in:
Jenkins 2016-07-04 14:40:26 +00:00 committed by Gerrit Code Review
commit 103cf30456
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ rm -fr $(find "${PLUGIN_MOD_DIR:?}" -name '.git' )
mv "$PLUGIN_MOD_DIR"/* "$(dirname $PLUGIN_MOD_DIR)"
# Download puppet modules that are in fuel-library/
TARBALL_VERSION='f166afc'
TARBALL_VERSION='5a6ac37'
REPO_PATH="https://github.com/openstack/fuel-library/tarball/${TARBALL_VERSION}"
wget -qO- "$REPO_PATH" | tar -C "$PLUGIN_MOD_DIR" --strip-components=3 -zxvf - "openstack-fuel-library-${TARBALL_VERSION}/deployment/puppet/"