aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-10-18 09:58:53 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-10-18 09:59:11 -0700
commit2a442a5787c8fb032478641d1c3af326521db114 (patch)
treea462eab7e83a613c5e376a415b0e0a0ca3f5e88e /deployment/heat/onap-oom/rancher_vm_entrypoint.sh
parent39abee1e8208abf3918e5fea7bceac6f2e582b18 (diff)
Revert "Use probe settings for public clouds"
This reverts commit c6506fffe35791c1778348a78b5daa79e3b07004. Change-Id: I610e803a7e6858514000cbef6407fadbd8e61ed8 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/rancher_vm_entrypoint.sh')
-rw-r--r--deployment/heat/onap-oom/rancher_vm_entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
index 05b7e2424..9e70da6d1 100644
--- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
+++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
@@ -261,7 +261,7 @@ helm repo list
make all
rsync -avt ~/oom/kubernetes/helm/plugins ~/.helm/
helm search -l | grep local
-helm deploy dev local/onap -f ~/oom/kubernetes/onap/resources/environments/public-cloud.yaml -f ~/integration-override.yaml --namespace onap | tee ~/helm-deploy.log
+helm deploy dev local/onap -f ~/integration-override.yaml --namespace onap | tee ~/helm-deploy.log
helm list