aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/base.conf
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2016-02-15 22:38:47 +0800
committerbaigk <baiguoku@huawei.com>2016-02-15 23:41:55 +0800
commit33e9c3c7780a663ead5e0133b11de15332b62835 (patch)
treeab1a470ce16bd72e39d0c96d303793ea7fd75284 /deploy/conf/base.conf
parent935ac00a28a1e265473079e5028a964b9720adf0 (diff)
update default dha file and iso path
JIRA: COMPASS-313 Change-Id: I3e3c8016917513a2a8a963f2f007cb6faa4a1c7e Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'deploy/conf/base.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}