This is how I got access to portal in Onap Dublin.
Check the installation
kubectl -n onap describe services portal-app
Name: portal-app
Namespace: onap
Labels: app=portal-app
chart=portal-app-4.0.0
heritage=Tiller
release=development-portal
Annotations: msb.onap.org/service-info:
[ { "serviceName": "portal", "version": "v2", "url": "/", "protocol": "REST" "port": "8989", "visualRange":"1" } ]
Selector: app=portal-app,release=development-portal
Type: LoadBalancer
IP: 10.96.175.211
Port: portal-app 8989/TCP
TargetPort: 8080/TCP
NodePort: portal-app 30215/TCP
Endpoints: 10.244.4.64:8080
Port: portal-app2 8006/TCP
TargetPort: 8005/TCP
NodePort: portal-app2 30213/TCP
Endpoints: 10.244.4.64:8005
Port: portal-app3 8010/TCP
TargetPort: 8009/TCP
NodePort: portal-app3 30214/TCP
Endpoints: 10.244.4.64:8009
Port: portal-app4 8443/TCP
TargetPort: 8443/TCP
NodePort: portal-app4 30225/TCP <--------- NodePort to access with nodeIP
Endpoints: 10.244.4.64:8443
Session Affinity: None
External Traffic Policy: Cluster
Events: <none>
Add local host entry in /etc/hosts
# nodeIP, master, worker
192.168.181.52 portal.api.simpledemo.onap.org <-------- portal hostname, may be required for access control
192.168.181.52 vid.api.simpledemo.onap.org
192.168.181.52 sdc.api.fe.simpledemo.onap.org
192.168.181.52 sdc.workflow.plugin.simpledemo.onap.org
192.168.181.52 sdc.dcae.plugin.simpledemo.onap.org
192.168.181.52 portal-sdk.simpledemo.onap.org
192.168.181.52 policy.api.simpledemo.onap.org
192.168.181.52 aai.api.sparky.simpledemo.onap.org
192.168.181.52 cli.api.simpledemo.onap.org
192.168.181.52 msb.api.discovery.simpledemo.onap.org
192.168.181.52 msb.api.simpledemo.onap.org
192.168.181.52 clamp.api.simpledemo.onap.org
192.168.181.52 so.api.simpledemo.onap.org
The URL is:
https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm
Log in with the ID demo and the password demo123456! You'll find yourself at the ONAP Portal's main screen:
for SDC login, we have a number of users pre-defined in sdc that can be used to login from the portal into sdc the users use the same password as the demo user:
jh0003 ADMIN cs0008 DESIGNER jm0007 TESTER gv0001 GOVERNOR op0001 OPS
user:password as above:
cs0008:demo123456!