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

Compare with Current View Page History

« Previous Version 6 Next »


#Enable Robot log access from browser

>sudo /opt/demo.sh init_robot

Access from browser http://{{robot_ip}}:88/logs/


On OOM,

Step 1: Run init_robot test to enable remote access to Robot through web browser

root@oom-rancher:~# ./oom/kubernetes/robot/demo-k8s.sh onap init_robot

Step 2: Find the mapping port:

root@oom-rancher:~# kubectl -n onap get service |grep robot
robot NodePort 10.43.136.36 <none> 88:30209/TCP 7h

Step 3: Access from browser with ANY k8s cluster node IP plus the above mapping port 30209, like:

http://10.12.5.200:30209/

http://10.12.5.200:30209/logs/



  • No labels