Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • build local onap helm repo
Code Block
languagebash
sudo apt install -y build-essential
cd ~/workspace/oom_smo/kubernetes
make repo; make SKIP_LINT=TRUE all ; make SKIP_LINT=TRUE onap
# take a coffee
helm search onap

...

Code Block
languagebash
helm install -n smo local/onap --set global.masterPassword=myAwesomePasswordThatINeedToChange -f ~/workspace/smo/deploy_smo_cherry.yaml --namespace onap --timeout 900

...