fix: update url to fuel-library repo

Change-Id: I8dc17e59ed7c12bd0889651b782dcd7a7ad5a848
This commit is contained in:
Michał Górniak 2015-12-01 11:41:35 +01:00
parent edcb713f67
commit 373b63b248
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@ set -eux
ROOT="$(dirname `readlink -f $0`)"
MODULES="${ROOT}"/deployment_scripts/puppet/modules
mkdir -p "${MODULES}"
#REPO_PATH='https://github.com/stackforge/fuel-library/tarball/aded04f6b5d4dbc4b4e4cf904fc882879184d097'
REPO_PATH='https://api.github.com/repos/stackforge/fuel-library/tarball/a478b8c6180af33612b19d09785bd63f2b6673c6'
#REPO_PATH='https://github.com/openstack/fuel-library/tarball/aded04f6b5d4dbc4b4e4cf904fc882879184d097'
REPO_PATH='https://api.github.com/repos/openstack/fuel-library/tarball/a478b8c6180af33612b19d09785bd63f2b6673c6'
RPM_REPO="${ROOT}"/repositories/centos/
DEB_REPO="${ROOT}"/repositories/ubuntu/
wget -qO- "${REPO_PATH}" | \
tar -C "${MODULES}" --strip-components=3 -zxvf - \
stackforge-fuel-library-a478b8c/deployment/puppet/{inifile,stdlib,pacemaker}
openstack-fuel-library-a478b8c/deployment/puppet/{inifile,stdlib,pacemaker}