Here the list of UIs and APIs accessable in a full ONAP deployment:
Generally the URLs contain a domain prefix, which depend on your Ingress configuration given by the values.yaml:
global: # Global ingress configuration ingress: ... # default Ingress base URL and preAddr- and postAddr settings # Ingress URLs result: # <preaddr><component.ingress.service.baseaddr><postaddr>.<baseurl> virtualhost: # Default Ingress base URL # can be overwritten in component by setting ingress.baseurlOverride baseurl: "simpledemo.onap.org" # prefix for baseaddr # can be overwritten in component by setting ingress.preaddrOverride preaddr: "" # postfix for baseaddr # can be overwritten in component by setting ingress.postaddrOverride postaddr: ""
The result URL as described has the structure:
<preaddr><component.ingress.service.baseaddr><postaddr>.<baseurl>
So using the default configuration as shown above the result will be e.g. for sdc-fe:
sde-fe-ui.simpledemo.onap.org
Admin/Mgmt URLs
This list show the URLs of the platform components, which should be installed as prerequisite (e.g. Keycloak, Kiali, Jaeger)
Application | URL | User-Account | Comments |
---|---|---|---|
Keycloak UI | https://keycloak-ui.simpledemo.onap.org/auth/ | admin/secret | |
Kiali | https://kiali.simpledemo.onap.org | anonymous access | |
Jaeger | |||
Cassandra Reaper | https://reaper-dc1.simpledemo.onap.org/webui/login.html | cassandra-reaper-ui/<password> | UI for the Cassandra Maintenence (Repair, Snapshots user credentials are part of the secret "cassandra-reaper-ui" |
ONAP Application URLs
User Interfaces
Application | URL | User-Account | Comments |
---|---|---|---|
AAI Sparky Browser | https://aai-sparkybe-api.simpledemo.onap.org/services/aai/webapp/index.html#/browse | ||
CDS-UI | https://cds-ui.simpledemo.demo.org/ | Not working currently with ServiceMesh (10.08.23) | |
MSB-EAG | https://msb-eag-ui.simpledemo.demo.org/iui/microservices/index.html | Will be removed in Montreal | |
MSB-IAG | https://msb-iag-ui.simpledemo.demo.org/iui/microservices/index.html | Will be removed in Montreal | |
Policy UI | Not working currently with ServiceMesh (10.08.23) | ||
SDC UI | https://sdc-fe-ui.simpledemo.demo.org/sdc1/ | ||
SDC Workflow designer | https://sdc-wfd-fe-ui.simpledemo.demo.org/workflows/ | ||
SDNC DG Builder | https://sdnc-dgbuilder-ui.simpledemo.demo.org | dguser/test123 | |
SDNC ODLux | https://sdnc-web-ui.simpledemo.demo.org/odlux/index.html#/login?returnTo=/ | admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U | |
SO Admin Cockpit | https://so-admin-cockpit-ui.simpledemo.demo.org | Not working currently with ServiceMesh (10.08.23) | |
UUI |