diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-17 13:53:54 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-17 13:53:54 -0700 |
commit | 389aa905437fcbdff9d77deff1b7bdd40ffe58b9 (patch) | |
tree | 67681dcac92456f2465c065a2ac8e297eed928b3 /deployment | |
parent | 163268e093ac448932332c0df336f7e1af49c47a (diff) |
Add support for oom helm deploy plugin
Change-Id: Ic75c21e2666d60466ecb3f5b5cefa654a595b33c
Issue-ID: OOM-1344
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/heat/onap-oom/rancher_vm_entrypoint.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh index 6066396f1..0a636e260 100644 --- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh +++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh @@ -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 |