Hi, It looks like VID successfully sends the request to SO. The request should stay in progress until the PNF comes online. From that stage it’s in SO hands really, not VID.
@Seshu, any idea how to find the source of the issue? Thanks, Ofir From: [email protected] [mailto:[email protected]] On Behalf Of Bharath Thiruveedula via Lists.Onap.Org Sent: Wednesday, December 26, 2018 4:57 PM To: onap-discuss <[email protected]>; [email protected]; [email protected] Subject: [onap-discuss] PNF Plug and Play not instantiating Hi, I am trying to replicate the demo showed in https://wiki.onap.org/download/attachments/38113535/PnP_PNF_live_demo.mp4?version=1&modificationDate=1544180095000&api=v2<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_download_attachments_38113535_PnP-5FPNF-5Flive-5Fdemo.mp4-3Fversion-3D1-26modificationDate-3D1544180095000-26api-3Dv2&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=r9I4HaeTZWnzwEqiRY1_Hv-5a-5rlv9P2qxiDTBCt58&m=qPW8Y_biSZGfss054vyVybsU7z0d948J1CUbCiC-RAU&s=djlr4WWrea954z3OJ5hOuKchhdlF7p2fuc859-HJyoM&e=>. Following are the steps I have done so far: * Deployed the PNF simulator. * Onboarded PNF and PNF service in SDC and distributed. * Created Service model row in so-mariadb * PRH mS deployed and able to receive the PNF registration streams. I am facing the issue while creating service instance from VID. It has been in "IN_PROGRESS" state for a long time. The only log I can see from so-bpmn pod is as follows: | o.o.so.logging.jaxrs.filter.PayloadLoggingFilter - Response from GET: https://aai.onap:8443/aai/v10/network/pnfs/pnf/PNFDemo<https://urldefense.proofpoint.com/v2/url?u=https-3A__aai.onap-3A8443_aai_v10_network_pnfs_pnf_PNFDemo&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=r9I4HaeTZWnzwEqiRY1_Hv-5a-5rlv9P2qxiDTBCt58&m=qPW8Y_biSZGfss054vyVybsU7z0d948J1CUbCiC-RAU&s=R3PQXyKw-sO36MLkccz2dt_Az0oNo_LOiZSWa8QjgCg&e=> Response Headers: {Content-Length=[154], content-type=[application/json],Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], vertex-id=[172152], X-AAI-TXID=[0-aai-resources-181226-11:28:25:739-30275]}{"pnf-name":"PNFDemo","pnf-id":"PNFDemo","ipaddress-v4-oam":"10.11.12.13","in-maint":true,"ipaddress-v6-oam":"10:::20","resource-version":"1545823454024"} | o.o.s.b.i.pnf.dmaap.PnfEventReadyDmaapClient - registering for pnf ready dmaap event for correlation id: PNFDemo My observations: * I could see the PNF registration messages from PRH ["{\"event\":{\"commonEventHeader\":{\"startEpochMicrosec\":1545822254246,\"sourceId\":\"val13\",\"eventId\":\"registration_45822254\",\"nfcNamingCode\":\"oam\",\"internalHeaderFields\":{\"collectorTimeStamp\":\"Wed, 12 26 2018 11:04:34 UTC\"},\"eventType\":\"pnfRegistration\",\"priority\":\"Normal\",\"version\":\"4.0.1\",\"reportingEntityName\":\"NOK6061ZW3\",\"sequence\":0,\"domain\":\"pnfRegistration\",\"lastEpochMicrosec\":1545822254246,\"eventName\":\"pnfRegistration_5gDu\",\"vesEventListenerVersion\":\"7.0.1\",\"sourceName\":\"PNFdemo\",\"nfNamingCode\":\"gNB\"},\"pnfRegistrationFields\":{\"unitType\":\"val8\",\"serialNumber\":\"6061ZW3\",\"pnfRegistrationFieldsVersion\":\"2.0\",\"manufactureDate\":\"1545822254246\",\"modelNumber\":\"val6\",\"lastServiceDate\":\"1545822254246\",\"unitFamily\":\"BBU\",\"vendorName\":\"Nokia\",\"oamV4IpAddress\":\"10.11.12.13\",\"oamV6IpAddress\":\"10:::20\",\"softwareVersion\":\"val7\"}}}"] * I could see PNF ready messages from PRH to DMAAP ["{\"ipaddress-v4-oam\":\"10.11.12.13\",\"ipaddress-v6-oam\":\"10:::20\",\"correlationId\":\"PNFdemo\"}","{\"ipaddress-v4-oam\":\"10.11.12.13\",\"ipaddress-v6-oam\":\"10:::20\",\"correlationId\":\"PNFdemo\"}"] * In AAI, the /pnfs/pnf/PNFDemo shows the oamV4IpAddress and oamV6IpAddress. Let me know if I am missing anything else? Best Regards Bharath T -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14851): https://lists.onap.org/g/onap-discuss/message/14851 Mute This Topic: https://lists.onap.org/mt/28858157/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
