...
http://onap.readthedocs.io/en/latest/submodules/oom.git/docs/index.html
TLab specific installation
Below are the notes specific for the TLab environment.
- 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”
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
There is an interactive cli as well in the rancher gui where you can run kubectl commands. Below command will show the list of portal services.
"kubectl get services --namespace=onap | grep portal”
Overview of the running system
...