Add support for oom helm deploy plugin 31/67131/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 17 Sep 2018 20:53:54 +0000 (13:53 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 17 Sep 2018 20:53:54 +0000 (13:53 -0700)
Change-Id: Ic75c21e2666d60466ecb3f5b5cefa654a595b33c
Issue-ID: OOM-1344
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/rancher_vm_entrypoint.sh

index 6066396..0a636e2 100644 (file)
@@ -250,8 +250,10 @@ sleep 3
 helm repo add local http://127.0.0.1:8879
 helm repo list
 make all
+rsync -avt ~/oom/kubernetes/helm/plugins ~/.helm/
 helm search -l | grep local
-helm install local/onap -n dev --namespace onap -f ~/integration-override.yaml
+helm deploy dev local/onap -f ~/integration-override.yaml --namespace onap | tee ~/helm-deploy.log
+helm list
 
 # Enable auto-completion for kubectl
 echo "source <(kubectl completion bash)" >> ~/.bashrc