aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2016-02-15 22:38:47 +0800
committerJustin chi <chigang@huawei.com>2016-03-15 07:45:47 +0000
commitb356fbbd72be5814f870bfc1e42a97c68a0fdeab (patch)
treeb3ce72f7d415a5cfdbcfc3bc6f44849bb3190456 /deploy/conf
parent5d782101be072c1459b2f384eb634e8857e2cd8a (diff)
update default dha file and iso path
JIRA: COMPASS-313 Change-Id: I3e3c8016917513a2a8a963f2f007cb6faa4a1c7e Signed-off-by: baigk <baiguoku@huawei.com> (cherry picked from commit 33e9c3c7780a663ead5e0133b11de15332b62835)
Diffstat (limited to 'deploy/conf')
-rw-r--r--deploy/conf/base.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/conf/base.conf b/deploy/conf/base.conf
index 0c221e9e..540efec7 100644
--- a/deploy/conf/base.conf
+++ b/deploy/conf/base.conf
@@ -1,4 +1,4 @@
-export ISO_URL=${ISO_URL:-http://58.251.166.184:9999/compass.iso}
+export ISO_URL=${ISO_URL:-file://`pwd`/work/building/compass.iso}
export INSTALL_IP=${INSTALL_IP:-10.1.0.12}
export INSTALL_MASK=${INSTALL_MASK:-255.255.255.0}
export INSTALL_GW=${INSTALL_GW:-10.1.0.1}