You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ssh to the host e.g. ssh <your id>@172.15.3.28

Switch to root user: sudo su

Change to home directory for root: cd or cd ~

Change to oom/kubernetes directory: cd oom/kubernetes

Make the changes in the policy helm charts.

Run make command: make policy onap

Undeploy the existing policy deployment : helm undeploy <deployment name>

Redeploy: helm deploy <deployment-name> local/onap -f ~/integration-override.yaml --namespace onap --verbose


  • No labels