Versions Compared

Key

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

...

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

> helm serve &

Note
iconfalse
Note the port number that is listed and use it in the Helm repo add as follows: 其它宏

...

8.Build a local Helm repository(from the kubernetes directory):

> make all ; make onap&

9.To deploy ONAP applications use this command:

> helm deploy dev local/onap --namespace onap -f onap/resources/overrides/onap-5g-network-slicing.yaml -f onap/resources/environments/public-cloud.yaml --set global.masterPassword=onap --verbose --timeout 2000 &

10.Check the pod status after install:

...