Change stackforge to openstack

stackforge is already openstack project,
change 'fuel-plugin-calico' stackforge url to openstack url.

Change-Id: I4d605a5de192acd5448efacc649ae2dad44dc573
This commit is contained in:
xuchao 2015-11-12 18:21:50 +08:00
parent 52393311e8
commit 6656b873a7
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ 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/f43d885914d74fbd062096763222f350f47480e1'
REPO_PATH='https://github.com/openstack/fuel-library/tarball/f43d885914d74fbd062096763222f350f47480e1'
RPM_REPO="${ROOT}"/repositories/centos/
DEB_REPO="${ROOT}"/repositories/ubuntu/
wget -qO- "${REPO_PATH}" | \
tar -C "${MODULES}" --strip-components=3 -zxvf - \
stackforge-fuel-library-f43d885/deployment/puppet/{inifile,stdlib}
openstack-fuel-library-f43d885/deployment/puppet/{inifile,stdlib}