Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: sdnc port

...

Code Block
ssh -A -t {user}@console.sb10.orbit-lab.org -L 3235731939:localhost:3235731939 ssh -A -t native@node1-1.sb10.orbit-lab.org -L 3235731939:localhost:3235731939 ssh -A -t ubuntu@10.31.3.2 -L 3235731939:localhost:3235731939

On your browser:

Code Block
http://localhost:3235731939/odlux/index.html

The login credentials are:

...

password: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U

ODLUX-GUI at your labs

Check the IP on the sdnc service bound to port 8282:

Code Block
ubuntu@onap-control-1:~$ kubectl get service | grep sdnc
pomba-sdncctxbuilder               ClusterIP      10.43.145.187   <none>                                 9530/TCP                                                      2d18h
sdnc                               NodePort       10.43.103.106   <none>                                 8282:31939/TCP,8202:31510/TCP,8280:30246/TCP,8443:30267/TCP   7m52s
sdnc-ansible-server                ClusterIP      10.43.113.226   <none>                                 8000/TCP                                                      7m52s
sdnc-cluster                       ClusterIP      None            <none>                                 2550/TCP                                                      7m52s
sdnc-dgbuilder                     NodePort       10.43.62.50     <none>                                 3000:30203/TCP                                                7m52s
sdnc-dmaap-listener                ClusterIP      None            <none>                                 <none>                                                        7m52s
sdnc-portal                        NodePort       10.43.116.73    <none>                                 8443:30201/TCP                                                7m52s
sdnc-ueb-listener                  ClusterIP      None            <none>                                 <none>                                                        7m52s
so-sdnc-adapter                    ClusterIP      10.43.27.8      <none>                                 8086/TCP                                                      142m
vfc-zte-sdnc-driver                ClusterIP      10.43.189.170   <none>                                 8411/TCP                                                      2d17h

Look for sdnc service only and the port bound to 8282.

In the above result it is 31939.

Code Block
http://{ip-address}:{sdnc-port-bound-to-8282}http://{ip-address}:32357/odlux/index.html

The {ip-address} is the IP address of the onap-control-1 machine.

...