1
0
-1

2 answers

  1.  
    1
    0
    -1

    The ONAP use the port 8989 to connect to the portal when you install ONAP by HEAT.

    But when you isntall ONAP by OOM, the port is 30215.

    You can make some change to replace 8989 to 30215 totally.

      CommentAdd your comment...
    1.  
      1
      0
      -1

      when you install  onap use oom , you can login with port 30215 .  and  you need modify kubernetes's config and store. next  portal-app-onapportal '.s configmap . you need change "system.propertites"  "frontend_url                  = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/applicationsHome"     to

      frontend_url                  = http://portal.api.simpledemo.onap.org:30215/ONAPPORTAL/applicationsHome .


      and you must delete container portal-app, and it will  auto create .

        CommentAdd your comment...