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-18 15:09:37 -0700
commita8d6b1292794513e607d85d6d91ca087db513496 (patch)
tree3050a0d2eb0ee5ecfa2d6f8d8cbc7902fe26aea5 /deployment/heat/onap-oom/rancher_vm_entrypoint.sh
parent220667f1e74ee9c0cd348f6bfdb55cd888b36f78 (diff)
Re-apply use of probe settings for public clouds
Change-Id: Id271802fadd8f78f77b96feac30e330244dd263f 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