Update fuel-library modules to latest stable version

Change-Id: I409c23919345f37b99ceb6565584edc7306310a5
This commit is contained in:
Igor Zinovik 2016-07-04 12:33:48 +03:00
parent 019316142c
commit d4148f6a6a
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/"