aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/scripts/deploy.sh
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-11-09 01:53:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-09 01:53:59 +0000
commitf6798b6488efc4e2fa03e928baaa5f8984545c76 (patch)
tree99c1d7b214ff57d27ea4d63205eaa9d767e78136 /deployment/heat/onap-oom/scripts/deploy.sh
parent9a0edf15482bbd75a0cb337ee68e7ec7c58aaaeb (diff)
parent48a3294079b0fee0ad9d33f7c7262f6c87255947 (diff)
Merge "Alleviate startup disk contention issues"
Diffstat (limited to 'deployment/heat/onap-oom/scripts/deploy.sh')
-rwxr-xr-xdeployment/heat/onap-oom/scripts/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/scripts/deploy.sh b/deployment/heat/onap-oom/scripts/deploy.sh
index c3a73c763..4387bbec0 100755
--- a/deployment/heat/onap-oom/scripts/deploy.sh
+++ b/deployment/heat/onap-oom/scripts/deploy.sh
@@ -137,7 +137,7 @@ for n in $(seq 1 5); do
for i in $(seq 1 30); do
sleep 30
RANCHER_IP=$(openstack stack output show $stack_name rancher_vm_ip -c output_value -f value)
- K8S_IP=$(openstack stack output show $stack_name k8s_1_vm_ip -c output_value -f value)
+ K8S_IP=$(openstack stack output show $stack_name k8s_01_vm_ip -c output_value -f value)
timeout 1 ping -c 1 "$RANCHER_IP" && break
done