Hi, Let me start with the context. In our ONAP setup, we have done all the steps in design phase(which is till network service distribution) successfully. Then instead of running "./demo.sh init" in ROBOT VM, I executed the cURL requests(because of some issues with openstack we are using) which created
1. Cloud Region 2. Customer and tied to cloud region and service-subscription 3. Service After we can add 1)network service 2)VNF in VID app. Then ran ./demo.sh preload <VNF-name> <Module-name>, in which testcases passed The actual problem starts here with adding VF module, it throws the error like "not found matching in MSOCatalog in db"(which I already posted in https://lists.onap.org/pipermail/onap-discuss/2017-June/001363.html). Then we started debugging into it this problem. Checked mso_catalog db for service, vf_module etc., where I can see only prepopulated data which is dummy data. So I want to check is there any data coming with topic "ASDC-DISTR-NOTIF-TOPIC" in DMAAP but it seems it needs credentials. How can we see the data in DMAAP(by the way, I couldn't see in portal, it is checking on 10.0.4.1 IP but my DMAAP IP is different) And one quick question, can you confirm whether my below understanding is correct or not * Whenever user distribute a network service in SDC, it sends a notification * MSO listens for the notification and downloads the artifacts from SDC, and stores into the DB for example in service, vnf_resource table. * When the user add "Network service or VNF" from VID app, it stores in MSO_REQUESTS.infra_requests table(the communication happens through ReST API). * But I couldn't understand why SDNC call MSO while sending vnf_topology in "./demo.sh preload" step. Is this the step where mso creates entry in "mso_catalog.vf_module" table? Regards Bharath T
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
