diff options
author | shuai chen <chenshuai@huawei.com> | 2016-02-15 09:06:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-15 09:06:26 +0000 |
commit | 3e403c85966b8f21996089318a1f8689d6a1248f (patch) | |
tree | f840e7ded760b0bfd457eca29181e41c99781c3a /deploy/conf | |
parent | 85308a67a409694de2eca3f89ef3fbcc390416a9 (diff) | |
parent | 33e9c3c7780a663ead5e0133b11de15332b62835 (diff) |
Merge "update default dha file and iso path"
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/base.conf | 2 |
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} |