...
- Find Rancher IP in R_Control-Plane tenant - we use “onap_dev” key and “Ubuntu” user to SSH. For example: “ssh -i onap_dev ubuntu@192.168.31.245”.
- Login as ubuntu, then run "sudo -i" to login as root. The “oom” git repo is in the rancher vm's root directory, under “/root/oom”.
- Edit portal files at /root/oom/kubernetes
“make portal”
“make onap”
The below code needs to be added to the integration-override.yaml file.Code Block language bash theme Midnight portal: portal-app: replicaCount: 3
Run below command from "/root” folder to do helm upgrade
"helm upgrade -i dev local/onap -f ../../integration-override.yaml"
- Rancher gui is at 192.168.31.245:8080
...