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

Compare with Current View Page History

« Previous Version 4 Current »

Status <London

Default deployment:

  • ONAP pods providing TLS (HTTPs) interfaces
  • Retrieve certificates during startup from AAF Certificate Manager
  • ONAP pod interface is exposed via service using "NodePort" (if cluster external access is required)
  • Hosts expose the "NodePort" via its Host IPs
  • Example (SDC-UI):

    • https://<HostIP>:30207/sdc1/portal

London (Development)

  • Removal of AAF
  • ONAP pods providing non-TLS (HTTP) interfaces
  • ONAP pod interface is exposed via service using "NodePort" (if cluster external access is required)
  • Hosts expose the "NodePort" via its Host IPs
  • Example (SDC-UI):

    • http://<HostIP>:30207/sdc1/portal


London (Production)


  • No labels