Versions Compared

Key

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

...

  1.  git clone -b <BRANCH> http://gerrit.onap.org/r/oom --recurse-submodules    <oom.yymmdd>
    1. ln -s <oom.yymmdd> oom
  2. helm plugin install https://github.com/chartmuseum/helm-push.git

  3. cp -R ~/oom/kubernetes/helm/plugins/ ~/.local/share/helm/plugins

  4. helm plugin install https://github.com/chartmuseum/helm-push.git --version 0.9.0

  5. cp -R ~/oom/kubernetes/helm/plugins/ ~/.local/share/helm/plugins

  6. curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/linux/amd64/chartmuseum > ; chmod +x ./chartmuseum >  ;  mv ./chartmuseum /usr/local/bin

  7. chartmuseum --storage local --storage-local-rootdir ~/helm3-storage -port 8879 &

  8. helm repo add local http://127.0.0.1:8879

  9. helm repo list

  10. apt install make
  11. make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap

  12. helm deploy dev local/onap --namespace onap --create-namespace -f ~/onap6-override.yaml --set global.masterPassword=test1 --set global.pullPolicy=IfNotPresent


...