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-submodulessubmodules    <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. curl -LO https://s3.amazonaws.com/chartmuseum/release/latest/bin/linux/amd64/chartmuseum > chmod +x ./chartmuseum > mv ./chartmuseum /usr/local/bin

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

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

  7. helm repo list

  8. make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap

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


...