Versions Compared

Key

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

...

  1. Install helm3
  2. Install push plugin
  3. setup local chartmuseum
  4. Install postgres
  5. Install ONAP helm plugins

 Install helm3

https://helm.sh/docs/intro/install/

...

Code Block
languagebash
mkdir  /var/lib/docker/postgres
docker-compose up -d
export HELM_DRIVER=sql
export HELM_DRIVER_SQL_CONNECTION_STRING=postgresql://helm:changeme@localhost:5432/helm?sslmode=disable


Install ONAP Helm plugins


Code Block
languagebash
titlehelm plugins
cd <oom_path>/oom
helm plugin install ./kubernetes/helm/plugins/undeploy
helm plugin install ./kubernetes/helm/plugins/deploy
helm plugin list
NAME            VERSION DESCRIPTION
deploy          1.0.0   install (upgrade if release exists) parent charty and all subcharts as separate but related releases
push            0.9.0   Push chart package to ChartMuseum
undeploy        1.0.0   delete parent chart and subcharts that were deployed as separate releases

Deploy ONAP

as usual.

  • namepace 'onap' must exist, otherwise helm ls will show up all deployments as 'failed'



Info

Filter by label (Content by label)
showLabelsfalse
max5
spacesDW
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("helm3","helm","oom") and type = "page" and space = "DW"
labelshelm oom helm3

...