diff options
Diffstat (limited to 'build/build.conf')
-rw-r--r-- | build/build.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build.conf b/build/build.conf index 3fb6d02f..0406d9fa 100644 --- a/build/build.conf +++ b/build/build.conf @@ -1,5 +1,5 @@ TIMEOUT=10 -export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.235:9999} +export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999} #begin: package download export CENTOS_BASE=${CENTOS_BASE:-$PACKAGE_URL/CentOS-7-x86_64-Minimal-1511.iso} @@ -18,6 +18,7 @@ export CIRROS=${CIRROS:-$PACKAGE_URL/cirros-0.3.3-x86_64-disk.img} export APP_PACKAGE=${APP_PACKAGE:-$PACKAGE_URL/packages.tar.gz} export PIP_REPO=${PIP_REPO:-$PACKAGE_URL/pip.tar.gz} export ANSIBLE_MODULE=${ANSIBLE_MODULE:-https://github.com/openstack-ansible/openstack-ansible-modules.git} +export SPECIAL_DEBIAN_PACKAGE=${SPECIAL_DEBIAN_PACKAGE-$PACKAGE_URL/debian-packages.tar.gz} #end export PIP_CONF="https://bootstrap.pypa.io/ez_setup.py \ |