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. cp -R ~/oom/kubernetes/helm/plugins/ ~/.local/share/helm/pluginshelm plugin install https://github.com/chartmuseum/helm-push.git --version 0.9.0
  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. apt install make
  9. make SKIP_LINT=TRUE all; make SKIP_LINT=TRUE onap

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

    1. Following needed for MOD
      helm install -name dev-chartmuseum local/chartmuseum -n onap  -f ~/onap-1-override.yaml --set global.masterPassword=test1 --set global.pullPolicy=IfNotPresent
      Complete MOD deploy - DCAE MOD Flow for Helm Flow (Jakarta)

...