ONAP Access via Ingress
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 | admin/secret | ||
Kiali | anonymous access | ||
Jaeger | |||
Cassandra Reaper | cassandra-reaper-ui/<password> | UI for the Cassandra Maintenence (Repair, Snapshots) | |
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 | 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) | ||
Portal-NG | |||
SDC UI | |||
SDC Workflow designer | |||
SDNC DG Builder | dguser/test123 | ||
SDNC ODLux | https://sdnc-web-ui.simpledemo.demo.org/odlux/index.html#/login?returnTo=/ | admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U | |
SO Admin Cockpit | Not working currently with ServiceMesh (10.08.23) | ||
UUI |
APIs
Component | API | URL | Comment |
---|---|---|---|