From bef20d54c7a1c7068534c0dedf4ca8759a74745d Mon Sep 17 00:00:00 2001 From: baigk Date: Fri, 1 Jan 2016 00:35:12 +0800 Subject: xintegrate special keepalived package JITA: COMPASS-234 Change-Id: I830bed488d5fd6e44ddada63a77c591be9581e45 Signed-off-by: baigk --- build/build.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/build.conf') 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 \ -- cgit 1.2.3-korg