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-17 11:33:24 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-10-17 11:33:24 -0700
commitc6506fffe35791c1778348a78b5daa79e3b07004 (patch)
tree47ed7877afbd6dcbb241a1d56a8ac9afd0048053 /deployment/heat/onap-oom/rancher_vm_entrypoint.sh
parentbc0db3d3576d9f2907a954b34e99e93eb93fabb9 (diff)
Use probe settings for public clouds
Change-Id: I22679a31e4d6ba8a365c77c307e16069c164f9a6 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 9e70da6d1..05b7e2424 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 ~/integration-override.yaml --namespace onap | tee ~/helm-deploy.log
+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 list