1
0
-1

Hello,


I am facing a problem with the Service models, they don’t show up in the VID, I followed up the demo and distributed them (it may be a problem in the distribution though), but when I try to browse the service models I can’t find any.


Do you have any idea about what it could be?

Thanks,


Abir

    CommentAdd your comment...

    3 answers

    1.  
      1
      0
      -1

      Abir ELATTAR i am facing the same issue as well. I do not see anything on AAI as well. were you able to get past this ? 

      1. Ofir Sonsino

        Try checking the comments in the following ticket:  VID-245 - SDC services not present in VID GUI Closed

      2. Arvind Prabhakar

        Ofir Sonsino i did go through the link you sent looks like it is distributed to AAI but not notified. I am unable to find any logs as well on the AAI containers. tried re-running the init script as mentioned in the comments, no luck.

        I notice the below containers are exited though

        0c3454f52f15        nexus3.onap.org:10001/onap/champ                 "/opt/app/champ-se..."   18 minutes ago      Exited (1) 18 minutes ago

        24beb34e8c0c        nexus3.onap.org:10001/onap/data-router           "/opt/app/data-rou..."   18 minutes ago      Exited (1) 18 minutes ago

        Thanks

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

      Hi,

      As a result to the curl, I found {"results":[]}, doesn't seem good.

      The service is created and the customer too.

      The vid logs states:

      Jul 18 07:17:01 onap-vid CRON[17155]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

      Jul 18 08:17:01 onap-vid CRON[17296]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

      Jul 18 09:17:01 onap-vid CRON[17305]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

      Jul 18 10:03:58 onap-vid dhclient: DHCPREQUEST of 10.1.0.15 on eth0 to 10.1.0.2 port 67 (xid=0x1cacb804)

      Jul 18 10:03:58 onap-vid dhclient: DHCPACK of 10.1.0.15 from 10.1.0.2

      Jul 18 10:03:58 onap-vid dhclient: bound to 10.1.0.15 -- renewal in 40578 seconds.

      Jul 18 10:17:01 onap-vid CRON[17330]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

      Jul 18 11:17:01 onap-vid CRON[17338]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

      Jul 18 12:17:01 onap-vid CRON[17352]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)

      Jul 18 13:17:01 onap-vid CRON[17362]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)





      1. Ofir Sonsino

        If you get {"results":[]} the distribution didn't go well, so it must be something between SDC to AAI. It's not a VID issue.

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

      VID actually pulls the distributed services from AAI, not SDC.

      Can you please run the following and share the result:

      curl -X PUT 'https://AAI_IP:8443/aai/v13/query?format=resource' -H 'authorization: Basic VklEOlZJRA==' -H 'cache-control: no-cache' -H 'content-type: application/json' -H 'x-fromappid: VidAaiController' -H 'x-transactionid: bd6e812a-dad2-481f-aaaa-c36cec2f8494' -d '{"start" : "service-design-and-creation/models/", "query" : "query/serviceModels-byDistributionStatus?distributionStatus=DISTRIBUTION_COMPLETE_OK"}' -k

       

      Also please supply further information as described in this comment with a similar issue:

      https://jira.onap.org/browse/VID-245?focusedCommentId=24397&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-24397

      Along with VID log files (debug.log, application.log, error.log)


      Thanks

        CommentAdd your comment...