1
0
-1

Hi,

I could not access the onap portal through the following link: http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm

I have editted the /etc/hosts file of my machine, still not able to access the portal.

Please help

Thanks


    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Please share active URL for ONAP demo URL, as above URL is not working. Thank you in advance (smile) 

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

        arvind sharma,  in order to get into Portal and its onboarded partner apps, you need to put following IPs in /etc/hosts file on your local machine.  the account you can use "demo/demo123456!".

        172.99.115.185 policy.api.simpledemo.openecomp.org

        172.99.119.26 portal.api.simpledemo.openecomp.org

        172.99.115.170 sdc.api.simpledemo.openecomp.org

        23.253.119.165 vid.api.simpledemo.openecomp.org

        172.99.115.232 aai.api.simpledemo.openecomp.org

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

          arvind sharma Login to portal VM and check "docker ps -a" and see all the required containers are running. Check 8989 opened in VM. Check the logs of container onap_portal and make sure you browser has no proxy set.

          1. Attila Jány

            do you have any hint what to do if dickers ar upp and running logs do not show any error but the port 8989 on the VM is not open just the tcp6?...

            root@ecomp-vm1-portal:/PROJECT/OpenSource/UbuntuEP/log# netstat -na | grep 8989
            tcp6       0      0 :::8989                 :::*                    LISTEN


            I tried to stop start the docker with new_stop.sh and start but nothing changes..

            do you have any idea what can I do or check?

          2. Attila Jány

            ok found out that this is only a linux stupidity this is actual an ipv4 port.. so the port is ok.

            so something else is the problem - I can't reach the portal ..

          3. kranthi guttikonda

            Attila Jány Try to do telnet to portal ip and port

            telnet <portal_ip/fqdn> 8989

            From your browser remove the proxy settings.


          4. Attila Jány

            thanks for the answer. could not telnet to the port.

            We found out that I left out the ingress rule addition on openstack ... that was the problem..

            Sorry for inconvenience.

            Attila

          CommentAdd your comment...