diff options
author | baigk <baiguoku@huawei.com> | 2016-02-15 22:38:47 +0800 |
---|---|---|
committer | baigk <baiguoku@huawei.com> | 2016-02-15 23:41:55 +0800 |
commit | 33e9c3c7780a663ead5e0133b11de15332b62835 (patch) | |
tree | ab1a470ce16bd72e39d0c96d303793ea7fd75284 /deploy/deploy_parameter.sh | |
parent | 935ac00a28a1e265473079e5028a964b9720adf0 (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/deploy_parameter.sh')
-rwxr-xr-x | deploy/deploy_parameter.sh | 4 |
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 |