aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/deploy_parameter.sh
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/deploy_parameter.sh
parent85308a67a409694de2eca3f89ef3fbcc390416a9 (diff)
parent33e9c3c7780a663ead5e0133b11de15332b62835 (diff)
Merge "update default dha file and iso path"
Diffstat (limited to 'deploy/deploy_parameter.sh')
-rwxr-xr-xdeploy/deploy_parameter.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/deploy/deploy_parameter.sh b/deploy/deploy_parameter.sh
index c370ba54..d8696ce8 100755
--- a/deploy/deploy_parameter.sh
+++ b/deploy/deploy_parameter.sh
@@ -42,9 +42,7 @@ function get_conf_name()
done
if [[ $# -eq 0 ]]; then
- export DHA="$COMPASS_DIR/deploy/conf/virtual_cluster.yml"
- elif [[ "$1" == "five" ]];then
- export DHA="$COMPASS_DIR/deploy/conf/virtual_five.yml"
+ export DHA="$COMPASS_DIR/deploy/conf/vm_environment/os-nosdn-nofeature-ha.yml"
else
file=${1%*.yml}.yml
if [[ -f $file ]]; then