Fix some bugs

Change-Id: I4b87d63e31f80faeefcf97eccf903d70ce6e8504
This commit is contained in:
Xicheng Chang 2016-07-19 18:25:03 -04:00
parent d490c94aec
commit cbdb6093bd
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ export UBUNTU_14_04_03_IMAGE_SOURCE="http://205.177.226.237:9999/ubuntu-14.04.3-
export CENTOS_7_2_PPA_REPO_SOURCE="http://205.177.226.237:9999/centos7-juno-ppa.tar.gz"
export UBUNTU_14_04_03_PPA_REPO_SOURCE="http://205.177.226.237:9999/trusty-mitaka-ppa.tar.gz"
export PIP_PACKAGES="http://205.177.226.237:9999/pip.tar.gz"
export EXTRA_PACKAGES="http://www.stack360.io/packages.tar.gz"
export EXTRA_PACKAGES="http://205.177.226.237:9999/packages.tar.gz"
export COBBLER_PASSWORD="cobbler"

View File

@ -1,5 +1,5 @@
[compass_install]
name=compass_repo
baseurl=http://www.stack360.io/centos7/
baseurl=http://205.177.226.237:9999/compass_install/centos7/
gpgcheck=0
enabled=1