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)

ApplicationURLUser-AccountComments
Keycloak UIhttps://keycloak-ui.simpledemo.onap.org/auth/admin/secret
Kialihttps://kiali.simpledemo.onap.org


anonymous access
Jaeger


Cassandra Reaperhttps://reaper-dc1.simpledemo.onap.org/webui/login.htmlcassandra-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

ApplicationURLUser-AccountComments
AAI Sparky Browser

https://aai-sparkybe-api.simpledemo.onap.org/services/aai/webapp/index.html#/browse



CDS-UIhttps://cds-ui.simpledemo.demo.org/
Not working currently with ServiceMesh (10.08.23)
MSB-EAGhttps://msb-eag-ui.simpledemo.demo.org/iui/microservices/index.html
Will be removed in Montreal
MSB-IAGhttps://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

https://portal-ng-ui.simpledemo.onap.org



SDC UIhttps://sdc-fe-ui.simpledemo.demo.org/sdc1/

SDC Workflow designerhttps://sdc-wfd-fe-ui.simpledemo.demo.org/workflows/

SDNC DG Builderhttps://sdnc-dgbuilder-ui.simpledemo.demo.orgdguser/test123
SDNC ODLuxhttps://sdnc-web-ui.simpledemo.demo.org/odlux/index.html#/login?returnTo=/admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
SO Admin Cockpithttps://so-admin-cockpit-ui.simpledemo.demo.org
Not working currently with ServiceMesh (10.08.23)
UUI

https://uui-ui.simpledemo.demo.org/iui/usecaseui/



APIs

ComponentAPIURLComment




















  • No labels