summaryrefslogtreecommitdiffstats
path: root/deploy/conf
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-02-15 09:06:26 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-15 09:06:26 +0000
commit3e403c85966b8f21996089318a1f8689d6a1248f (patch)
treef840e7ded760b0bfd457eca29181e41c99781c3a /deploy/conf
parent85308a67a409694de2eca3f89ef3fbcc390416a9 (diff)
parent33e9c3c7780a663ead5e0133b11de15332b62835 (diff)
Merge "update default dha file and iso path"
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}