Fix pre_build_hook

Replace the stackforge to the openstack refs

Change-Id: I488f360c9c593f831adb384750f43854bebdaaaa
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-11-04 14:49:36 +01:00
parent b9be59d47f
commit 089d0a3f2b
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ wget -qO- "${REPO_PATH}" | \
mv "${MODULES}puppetlabs-puppetlabs-stdlib-80f0962" "${MODULES}stdlib"
#Fuel 5.1.1 puppet-corosync
REPO_PATH='https://github.com/stackforge/fuel-library/tarball/a3043477337b4a0a8fd166dc83d6cd5d504f5da8'
REPO_PATH='https://github.com/openstack/fuel-library/tarball/a3043477337b4a0a8fd166dc83d6cd5d504f5da8'
MODULES="${ROOT}"/deployment_scripts/puppet/modules/
wget -qO- "${REPO_PATH}" | \
tar -C "${MODULES}" --strip-components=3 -zxvf - \
stackforge-fuel-library-a304347/deployment/puppet/corosync
openstack-fuel-library-a304347/deployment/puppet/corosync