Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • No labels