Versions Compared

Key

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

...

5.Install Helm Plugins required to deploy ONAP:

Section
> cd oom/kubernetes

> sudo cp -R /helm/plugins/ ~/.helm


6.Customize the helm charts to suit use case(from the kubernetes directory):

Section
bordertrue
> rm -rf cds/charts/cds-command-executor/
> rm -rf sdc/charts/sdc-dcae-be/
> rm -rf sdc/charts/sdc-dcae-dt/
> rm -rf sdc/charts/sdc-dcae-fe/
> rm -rf sdc/charts/sdc-dcae-tosca-lab/
> rm -rf sdc/charts/sdc-wfd-be/
> rm -rf sdc/charts/sdc-wfd-fe/
> rm -rf so/charts/so-openstack-adapter/
> rm -rf so/charts/so-sdnc-adapter/
> rm -rf so/charts/so-vfc-adapter/
> rm -rf so/charts/so-vnfm-adapter/


7.To setup a local Helm server to server up the ONAP charts:

Section
bordertrue
> helm serve &

...