aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/deploy_host.sh
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-12-13 17:04:21 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-01-22 16:39:39 +0800
commitf229198474dd5c8af9a195679c0480e154629c9b (patch)
tree4ba11b91a47d23eefeb360808cf6baafa5e55183 /deploy/deploy_host.sh
parent24e25de8fc981e3b33ffaa71e76f27dedcf6b89e (diff)
Fix some hard coding for some ip assignments
JIRA: COMPASS-570 1. fix hard coding in ip assignments for install network. support full ip assignments from network.yml 2. remove some used config item in deploy/conf Change-Id: I566b74f4a55e6b96af3ee9f41d1e183a73424a91 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'deploy/deploy_host.sh')
-rwxr-xr-xdeploy/deploy_host.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/deploy_host.sh b/deploy/deploy_host.sh
index 7a91bd88..512386e5 100755
--- a/deploy/deploy_host.sh
+++ b/deploy/deploy_host.sh
@@ -37,7 +37,7 @@ function deploy_host(){
--adapter_flavor_pattern="${ADAPTER_FLAVOR_PATTERN}" --repo_name="${REPO_NAME}" \
--http_proxy="${PROXY}" --https_proxy="${PROXY}" --no_proxy="${IGNORE_PROXY}" \
--ntp_server="${NTP_SERVER}" --dns_servers="${NAMESERVERS}" --domain="${DOMAIN}" \
- --search_path="${SEARCH_PATH}" --default_gateway="${GATEWAY}" \
+ --search_path="${SEARCH_PATH}" --default_gateway="${INSTALL_GW}" \
--server_credential="${SERVER_CREDENTIAL}" --local_repo_url="${LOCAL_REPO_URL}" \
--os_config_json_file="${OS_CONFIG_FILENAME}" --service_credentials="${SERVICE_CREDENTIALS}" \
--console_credentials="${CONSOLE_CREDENTIALS}" --host_networks="${HOST_NETWORKS}" \