diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-13 18:02:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-13 18:02:30 +0000 |
commit | 5ae17fe0c827f93e2065a1648fc7073009fe293e (patch) | |
tree | 06c4ffca9e59471c093e757cf4947878e12ff3a5 /deployment/heat/onap-oom/scripts | |
parent | b63ed7975dcc71585bea9735580f098e087dcf69 (diff) | |
parent | 57abb1a50bd5d08d9df687210af913f7b5d48a09 (diff) |
Merge "Switch to OOM master branch"
Diffstat (limited to 'deployment/heat/onap-oom/scripts')
-rwxr-xr-x | deployment/heat/onap-oom/scripts/deploy.sh | 2 |
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 de33b08e0..60ceab663 100755 --- a/deployment/heat/onap-oom/scripts/deploy.sh +++ b/deployment/heat/onap-oom/scripts/deploy.sh @@ -38,7 +38,7 @@ fi ssh-keygen -R $K8S_IP for n in $(seq 1 10); do - timeout 2m ssh -o StrictHostKeychecking=no -i ~/.ssh/onap_key ubuntu@$K8S_IP 'sudo su -l root -c "/root/oom/kubernetes/robot/ete-k8s.sh health"' + timeout 2m ssh -o StrictHostKeychecking=no -i ~/.ssh/onap_key ubuntu@$K8S_IP 'sudo su -l root -c "/root/oom/kubernetes/robot/ete-k8s.sh onap health"' RESULT=$? if [ $RESULT -eq 0 ]; then break |