Hi Steve,

Thanks for the quick response and this is really helpful.

Could you help us with the following clarifications.

1) A&AI Application on boarding Password value?

         Username = aaiui
         Password  =               (What is the values for this one)


2) We are kind of confused about portal-sdk external port attributes for
xDemo app
    We do not see any external port mapped to portal-sdk, and giving 8990
is not loading the xDemo App UI

        kubectl get services -n onap -o=wide -a | grep 'portal'
        portal-sdk                 ClusterIP      10.43.249.114   <none>
       8990/TCP
         8h        app=portal-sdk,release=dev


        kubectl get services --all-namespaces | grep portal
        onap          portal-app                 LoadBalancer
 10.43.4.242     192.168.122.53
 8989:30215/TCP,8006:30213/TCP,8010:30214/TCP
   8h
        onap          portal-cassandra           ClusterIP
10.43.148.42    <none>
 9160/TCP,7000/TCP,7001/TCP,7199/TCP,9042/TCP
   8h
        onap          portal-db                  ClusterIP
10.43.105.87    <none>           3306/TCP
                                   8h
        onap          portal-sdk                 ClusterIP
10.43.249.114   <none>           8990/TCP
                                   8h
        onap          portal-widget              ClusterIP
10.43.94.223    <none>           8082/TCP
                                   8h
        onap          portal-zookeeper           ClusterIP
10.43.188.247   <none>           2181/TCP
                                   8h
        onap          sdnc-portal                NodePort
 10.43.129.164   <none>           8843:30201/TCP
                                   8h


        # the protal-sdk is running on the beijing02
        kubectl get pod --all-namespaces -o=wide | grep 'portal-sdk'
        onap          dev-portal-sdk-b4648675c-mg2z4                  2/2
     Running   0          8h        10.42.176.36    beijing02


       * # There is no mapping even at the portal-sdk SVC level DNAT*
        sudo iptables -t nat -L -n | grep 'portal-sdk'
        KUBE-MARK-MASQ  all  --  10.42.176.36         0.0.0.0/0
/* onap/portal-sdk:portal-sdk */
        DNAT       tcp  --  0.0.0.0/0            0.0.0.0/0            /*
onap/portal-sdk:portal-sdk */ tcp to:10.42.176.36:8080
        KUBE-SVC-JHN37ASUJMHTWTJY  tcp  --  0.0.0.0/0
10.43.249.114        /* onap/portal-sdk:portal-sdk cluster IP */ tcp
dpt:8990
        KUBE-SEP-32VREBIJ2DBIAJM7  all  --  0.0.0.0/0            0.0.0.0/0
          /* onap/portal-sdk:portal-sdk */


Regards
Vivek




On Fri, Aug 10, 2018 at 10:31 PM, Steve Siani <
[email protected]> wrote:

> I forgot to mention.
>
> I can see in your /etc/hosts that every ONAP components were deployed to
> your server2.
> Make sure your AAI and Xdemo App are deployed there, and provide the right
> IP address in your /etc/hosts file, otherwise it would not work. One way to
> do that is to go to your K8s dashboard and see where AAI service/pod is
> deployed or just use the IPs addresses in your URL to access your component.
>
> /Steve
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11840): https://lists.onap.org/g/onap-discuss/message/11840
Mute This Topic: https://lists.onap.org/mt/24248392/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to