diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-02 15:28:51 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-02 15:28:51 +0800 |
commit | c82b69ccdf5638dec12fd68079f6b77f75bace17 (patch) | |
tree | 96f5c964f87857c949db4cd9ded7018136d53680 /deploy/deploy_host.sh | |
parent | 8d2dd5e06e5f1a3983b93cc39022c3e622268ee1 (diff) |
Add cluster_param in DHA file
JIRA: COMPASS-603
Users may need some extra parameters
to further customize the deployment.
Change-Id: I64f7f39a49f17350d159b3733f34ffd816849174
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/deploy_host.sh')
-rwxr-xr-x | deploy/deploy_host.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh index 512386e5..94abf768 100755 --- a/deploy/deploy_host.sh +++ b/deploy/deploy_host.sh @@ -48,8 +48,9 @@ function deploy_host(){ --cluster_vip="${VIP}" --network_cfg="$NETWORK" --neutron_cfg="$NEUTRON" \ --enable_secgroup="${ENABLE_SECGROUP}" --enable_fwaas="${ENABLE_FWAAS}" --expansion="${EXPANSION}" \ --rsa_file="$rsa_file" --enable_vpnaas="${ENABLE_VPNAAS}" --odl_l3_agent="${odl_l3_agent}" \ - --moon_cfg="${MOON_CFG}" --onos_sfc="${onos_sfc}" --plugins="$plugins" \ - --offline_repo_port="${COMPASS_REPO_PORT}" --offline_deployment="${OFFLINE_DEPLOY}" + --moon_cfg="${MOON_CFG}" --onos_sfc="${onos_sfc}" --plugins="${plugins}" \ + --cluster_param="${cluster_param}" --offline_repo_port="${COMPASS_REPO_PORT}" \ + --offline_deployment="${OFFLINE_DEPLOY}" RET=$? sleep $((AYNC_TIMEOUT+5)) |