aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/deploy_parameter.sh
diff options
context:
space:
mode:
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