The log is indicating that the cba package is not deployed.

org.onap.ccsdk.cds.controllerblueprints.core.BluePrintProcessorException: 
failed to get  get cba file name(vDNS-CDS), version(1.0.0) from db : file check 
failed


If your working on the vFW use case verify that you deployed the cba and 
correct the sdc meta data section for cds reference data.


Did you enrich, save and deploy the "vFW-CDS" CBA package via CDS UI?

https://wiki.onap.org/pages/viewpage.action?pageId=68538653


Please correct the sdnc model name and sdnc artifact name in SDC VNF resource 
section,

sdnc_model_name=vFW-CDS,
sdnc_model_version =1.0.0,
sdnc_artifact_name=vnf



[cid:[email protected]]

Yuriy Malakov
SDN-CP Lead Engineer
732-420-3030, Q-Chat<qto://talk/ym9479>
[email protected]<mailto:[email protected]>

From: [email protected] <[email protected]> On Behalf Of 
Aleem Raja via Lists.Onap.Org
Sent: Thursday, November 14, 2019 4:20 AM
To: MALAKOV, YURIY <[email protected]>; [email protected]
Cc: Sunilkumar Shivangouda Biradar <[email protected]>; Manamohan 
Satapathy <[email protected]>
Subject: Re: [onap-discuss][SDNC][SO]SDNC Error while triggering SO macro flow.

Hi Yuriy,

Please find attached blueprint processor logs.
Thanks,
Aleem

From: MALAKOV, YURIY <[email protected]<mailto:[email protected]>>
Sent: Wednesday, November 13, 2019 6:42 PM
To: [email protected]<mailto:[email protected]>; Manamohan 
Satapathy <[email protected]<mailto:[email protected]>>
Cc: Sunilkumar Shivangouda Biradar 
<[email protected]<mailto:[email protected]>>; Aleem Raja 
<[email protected]<mailto:[email protected]>>
Subject: RE: [onap-discuss][SDNC][SO]SDNC Error while triggering SO macro flow.

Can you share the blueprint processor logs as well.

Kubectl -n onap get pod logs $blueprintprocessorName | less

Replace  $blueprintprocessorName  variable with the blueprint processor pod 
name .



[cid:[email protected]]

Yuriy Malakov
SDN-CP Lead Engineer
732-420-3030, Q-Chat<qto://talk/ym9479>
[email protected]<mailto:[email protected]>

From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Manamohan Satapathy via Lists.Onap.Org
Sent: Wednesday, November 13, 2019 7:07 AM
To: MALAKOV, YURIY <[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Cc: Sunilkumar Shivangouda Biradar 
<[email protected]<mailto:[email protected]>>; Aleem Raja 
<[email protected]<mailto:[email protected]>>
Subject: Re: [onap-discuss][SDNC][SO]SDNC Error while triggering SO macro flow.

Hi Yuriy,
We created a new service model, and added the newly created VF (including CBA 
artifact) to the new service model.

Steps we followed:
1) At the time of VSP creation we added the naming policy as 
SDNC_Policy.Config_MS_ONAP_VNF_NAMING_TIMESTAMP.1.xml.
2) We Conformed this policy is present in  PDP POD by running the curl for get 
config.
3) For Service Creation, we added service name, description, we chose 
Instantiation Type as Macro and Category Type as Network L4+.
4) We added the sdnc_model_name=vDNS-CDS, sdnc_model_version =1.0.0, and 
sdnc_artifact_name=vdns-vnf
5) We set "skip post instantiation" to FALSE.

Currently, we are getting below error:


2019-11-13T11:38:44.398Z|| org.onap.so.client.sdnc.SDNCClient - 
{"output":{"response-message":"Failed to create self-serve assignment for vnf 
with vnf-id=8f640219-292d-41c0-b8ea-99f948bc4601 with error: Failed to get RA 
assignments: Error from 
ConfigAssignmentNode","ack-final-indicator":"Y","svc-request-id":"95821124-3fa3-4b6f-ac05-160391390e06","response-code":"500"}}
2019-11-13T11:38:44.398Z|| org.onap.so.client.sdnc.SDNCClient - ResponseCode: 
500 ResponseMessage: Failed to create self-serve assignment for vnf with 
vnf-id=8f640219-292d-41c0-b8ea-99f948bc4601 with error: Failed to get RA 
assignments: Error from ConfigAssignmentNode
2019-11-13T11:38:44.399Z|| org.onap.so.client.sdnc.SDNCClient - 
RA_RESPONSE_FROM_SDNC Error from SDNC: Failed to create self-serve assignment 
for vnf with vnf-id=8f640219-292d-41c0-b8ea-99f948bc4601 with error: Failed to 
get RA assignments: Error from ConfigAssignmentNode BPMN 300 Error from SDNC: 
Failed to create self-serve assignment for vnf with 
vnf-id=8f640219-292d-41c0-b8ea-99f948bc4601 with error: Failed to get RA 
assignments: Error from ConfigAssignmentNode
2019-11-13T11:38:44.399Z|| o.o.s.b.infrastructure.sdnc.tasks.SDNCRequestTasks - 
Did not receive a successful response from SDNC.
org.onap.so.client.exception.BadResponseException: Error from SDNC: Failed to 
create self-serve assignment for vnf with 
vnf-id=8f640219-292d-41c0-b8ea-99f948bc4601 with error: Failed to get RA 
assignments: Error from ConfigAssignmentNode
       at 
org.onap.so.client.sdnc.SdnCommonTasks.validateSDNResponse(SdnCommonTasks.java:130)
       at org.onap.so.client.sdnc.SDNCClient.post(SDNCClient.java:66)
       at 
org.onap.so.bpmn.infrastructure.sdnc.tasks.SDNCRequestTasks.callSDNC(SDNCRequestTasks.java:71)
       at sun.reflect.GeneratedMethodAccessor2350.invoke(Unknown Source)
       at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
       at java.lang.reflect.Method.invoke(Method.java:498)
       at 
org.camunda.bpm.engine.impl.javax.el.BeanELResolver.invoke(BeanELResolver.java:479)
       at 
org.camunda.bpm.engine.impl.javax.el.CompositeELResolver.invoke(CompositeELResolver.java:397)
       at org.camunda.bpm.engine.impl.juel.AstMethod.invoke(AstMethod.java:9

Please find the SO BPMN full logs attached.

Please suggest on this issue.
Thanks,
Manamohan S.

From: MALAKOV, YURIY <[email protected]<mailto:[email protected]>>
Sent: Tuesday, November 12, 2019 5:33 PM
To: [email protected]<mailto:[email protected]>; Manamohan 
Satapathy <[email protected]<mailto:[email protected]>>
Cc: Sunilkumar Shivangouda Biradar 
<[email protected]<mailto:[email protected]>>; Aleem Raja 
<[email protected]<mailto:[email protected]>>
Subject: RE: [onap-discuss][SDNC][SO]SDNC Error while triggering SO macro flow.

Manamohan,

Are you trying the vFW CDS Dublin use case?

https://wiki.onap.org/display/DW/vFW+CDS+Dublin<https://urldefense.proofpoint.com/v2/url?u=https-3A__ind01.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Find01.safelinks.protection.outlook.com-5F-2D3Furl-2D3Dhttps-2D253A-2D252F-2D252Fwiki.onap.org-2D252Fdisplay-2D252FDW-2D252FvFW-2D252BCDS-2D252BDublin-2D26data-2D3D02-2D257C01-2D257CMS00534989-2D2540Techmahindra.com-2D257C7916e315f7c041bcb56d08d7676845b7-2D257Cedf442f5b9944c86a131b42b03a16c95-2D257C0-2D257C0-2D257C637091569853503189-2D26sdata-2D3Dc0g8NPYh4GbEii9to4OZvLV-2D252BDs7Lm6La8WXC2QVMtAc-2D253D-2D26reserved-2D3D0-2526d-253DDwMFAg-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253D4IIOMdJjMRUSnNTEG5jeUQ-2526m-253DjG7Smt-2DoG7NwJuiFjM9yP81xMO3iDmg49ek1KcxmG94-2526s-253D-2DRjX7URymSpZHhBSqmSsWfT3seBxYDC5U49FrhvsU9k-2526e-253D-26data-3D02-257C01-257CAR00500721-2540TechMahindra.com-257C01df9e63e0074ae80c3c08d7683b190f-257Cedf442f5b9944c86a131b42b03a16c95-257C0-257C0-257C637092475346198166-26sdata-3DbWGq9glphRPoVU4rcmx4R7mvaPT4kGr3NOw1RzDzMjc-253D-26reserved-3D0&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=4IIOMdJjMRUSnNTEG5jeUQ&m=931JuHKp4gZdPuVQnejZDxmPyZ5FJfu3Gx8EkaHoHXM&s=mYxJTm-fdwhy1SM9U2Iq9MXc1TXJCwT8Waj2_bGAOAI&e=>

if yes, did you verify the following:

  *   correct policy instance exists ONAP_VNF_NAMING_TIMESTAMP:  
https://wiki.onap.org/pages/viewpage.action?pageId=68538653#DesignTime-1091812835<https://urldefense.proofpoint.com/v2/url?u=https-3A__ind01.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Find01.safelinks.protection.outlook.com-5F-2D3Furl-2D3Dhttps-2D253A-2D252F-2D252Fwiki.onap.org-2D252Fpages-2D252Fviewpage.action-2D253FpageId-2D253D68538653-2D2523DesignTime-2D2D1091812835-2D26data-2D3D02-2D257C01-2D257CMS00534989-2D2540Techmahindra.com-2D257C7916e315f7c041bcb56d08d7676845b7-2D257Cedf442f5b9944c86a131b42b03a16c95-2D257C0-2D257C0-2D257C637091569853513184-2D26sdata-2D3D5I3mQrEB8rgBWJFB3JQu0AuSWFCsWFlBONkC1hn76u4-2D253D-2D26reserved-2D3D0-2526d-253DDwMFAg-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253D4IIOMdJjMRUSnNTEG5jeUQ-2526m-253DjG7Smt-2DoG7NwJuiFjM9yP81xMO3iDmg49ek1KcxmG94-2526s-253DKlYoxbYOMOpOInCBEA8DoAM0dvGaA1GLnstKtvh17IQ-2526e-253D-26data-3D02-257C01-257CAR00500721-2540TechMahindra.com-257C01df9e63e0074ae80c3c08d7683b190f-257Cedf442f5b9944c86a131b42b03a16c95-257C0-257C0-257C637092475346208162-26sdata-3D8HBH98HUObGFeHD1b-252BGffmh5ILZ-252B6wvsk2Rz54uQpxM-253D-26reserved-3D0&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=4IIOMdJjMRUSnNTEG5jeUQ&m=931JuHKp4gZdPuVQnejZDxmPyZ5FJfu3Gx8EkaHoHXM&s=FiQEVP6R0GYnPKiHSRCkhee9Na4hQu_14rNT7GOOxGo&e=>
  *   correct cds model name/version is applied as part of the SDC onboarding : 
https://wiki.onap.org/pages/viewpage.action?pageId=68538653#DesignTime-738939159<https://urldefense.proofpoint.com/v2/url?u=https-3A__ind01.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Find01.safelinks.protection.outlook.com-5F-2D3Furl-2D3Dhttps-2D253A-2D252F-2D252Fwiki.onap.org-2D252Fpages-2D252Fviewpage.action-2D253FpageId-2D253D68538653-2D2523DesignTime-2D2D738939159-2D26data-2D3D02-2D257C01-2D257CMS00534989-2D2540Techmahindra.com-2D257C7916e315f7c041bcb56d08d7676845b7-2D257Cedf442f5b9944c86a131b42b03a16c95-2D257C0-2D257C0-2D257C637091569853523179-2D26sdata-2D3Dt3bieWJRYbF0gCTBcpFU0ojkzi8SX886JLm62LQ3DbA-2D253D-2D26reserved-2D3D0-2526d-253DDwMFAg-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253D4IIOMdJjMRUSnNTEG5jeUQ-2526m-253DjG7Smt-2DoG7NwJuiFjM9yP81xMO3iDmg49ek1KcxmG94-2526s-253DEKGYyiAugXmL05G3ZS4Qc-5F2Kxr2DlPQ3tXhOk5OHR5s-2526e-253D-26data-3D02-257C01-257CAR00500721-2540TechMahindra.com-257C01df9e63e0074ae80c3c08d7683b190f-257Cedf442f5b9944c86a131b42b03a16c95-257C0-257C0-257C637092475346218157-26sdata-3DkMUPPdRLmgShSBSVSwuVxLIDtNPodgAdtKmH8l7PsXY-253D-26reserved-3D0&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=4IIOMdJjMRUSnNTEG5jeUQ&m=931JuHKp4gZdPuVQnejZDxmPyZ5FJfu3Gx8EkaHoHXM&s=0OwUbFpStJupWbeGDCjgGbcnPyoSfZtdiYWI2kjkx8w&e=>




[cid:[email protected]]

Yuriy Malakov
SDN-CP Lead Engineer
732-420-3030, Q-Chat<qto://talk/ym9479>
[email protected]<mailto:[email protected]>

From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Manamohan Satapathy
Sent: Tuesday, November 12, 2019 4:16 AM
To: [email protected]<mailto:[email protected]>
Cc: Sunilkumar Shivangouda Biradar 
<[email protected]<mailto:[email protected]>>; Aleem Raja 
<[email protected]<mailto:[email protected]>>
Subject: [onap-discuss][SDNC][SO]SDNC Error while triggering SO macro flow.

Hi Team,
We are trying vFW Use Cases on ONAP Dublin Version.
>From postman I am triggering SO macro flow and manually did preload to SDNC .
The macro flow failed with the below error.

2019-11-12T07:13:13.893Z|| org.onap.so.client.sdnc.SDNCClient - 
{"output":{"response-message":"Unable to generate VM name: 
naming-policy-generate-name: getPolicy call to Policy Manger 
failed","ack-final-indicator":"Y","svc-request-id":"9ec9d088-8e86-41a2-a782-b2d13817b522","response-code":"500"}}
2019-11-12T07:13:13.894Z|| org.onap.so.client.sdnc.SDNCClient - ResponseCode: 
500 ResponseMessage: Unable to generate VM name: naming-policy-generate-name: 
getPolicy call to Policy Manger failed
2019-11-12T07:13:13.894Z|| org.onap.so.client.sdnc.SDNCClient - 
RA_RESPONSE_FROM_SDNC Error from SDNC: Unable to generate VM name: 
naming-policy-generate-name: getPolicy call to Policy Manger failed BPMN 300 
Error from SDNC: Unable to generate VM name: naming-policy-generate-name: 
getPolicy call to Policy Manger failed
2019-11-12T07:13:13.895Z|| o.o.s.b.infrastructure.sdnc.tasks.SDNCRequestTasks - 
Did not receive a successful response from SDNC.
org.onap.so.client.exception.BadResponseException: Error from SDNC: Unable to 
generate VM name: naming-policy-generate-name: getPolicy call to Policy Manger 
failed
        at 
org.onap.so.client.sdnc.SdnCommonTasks.validateSDNResponse(SdnCommonTasks.java:130)
        at org.onap.so.client.sdnc.SDNCClient.post(SDNCClient.java:66)
        at 
org.onap.so.bpmn.infrastructure.sdnc.tasks.SDNCRequestTasks.callSDNC(SDNCRequestTasks.java:71)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Please find the SDNC karaf log & SO BPMN full logs attached.

Please suggest on this issue.

Thanks & Regards,
Manamohan Satapathy

============================================================================================================================
 Disclaimer: This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__ind01.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Find01.safelinks.protection.outlook.com-5F-2D3Furl-2D3Dhttps-2D253A-2D252F-2D252Furldefense.proofpoint.com-2D252Fv2-2D252Furl-2D253Fu-2D253Dhttp-2D2D3A-2D5F-2D5Fwww.techmahindra.com-2D5FDisclaimer.html-2D2526d-2D253DDwQFAg-2D2526c-2D253DLFYZ-2D2Do9-2D5FHUMeMTSQicvjIg-2D2526r-2D253D4IIOMdJjMRUSnNTEG5jeUQ-2D2526m-2D253Di3780HreTi8OJtgLQGlFFQtWdfs4U0uDoImMHwDWpus-2D2526s-2D253DcnUB2T53vjyBkrinIQpUgC6uggdQD7SIgFLex-2D2DeVDb8-2D2526e-2D253D-2D26data-2D3D02-2D257C01-2D257CMS00534989-2D2540Techmahindra.com-2D257C7916e315f7c041bcb56d08d7676845b7-2D257Cedf442f5b9944c86a131b42b03a16c95-2D257C0-2D257C0-2D257C637091569853523179-2D26sdata-2D3DoWQRYFwZyExhq287KIkud-2D252FL3AgqGDQSK5IQ53rqYLPM-2D253D-2D26reserved-2D3D0-2526d-253DDwMFAg-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253D4IIOMdJjMRUSnNTEG5jeUQ-2526m-253DjG7Smt-2DoG7NwJuiFjM9yP81xMO3iDmg49ek1KcxmG94-2526s-253DpG3H95Y3bBz44bhBCv07U1C1sh2Umx1eo0-5F3EYt1j3s-2526e-253D-26data-3D02-257C01-257CAR00500721-2540TechMahindra.com-257C01df9e63e0074ae80c3c08d7683b190f-257Cedf442f5b9944c86a131b42b03a16c95-257C0-257C0-257C637092475346228153-26sdata-3DIhNciatZ2w9pNiSy3QT4mMenr9IN6OrNcjRYR2CYGX4-253D-26reserved-3D0&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=4IIOMdJjMRUSnNTEG5jeUQ&m=931JuHKp4gZdPuVQnejZDxmPyZ5FJfu3Gx8EkaHoHXM&s=a5h3ZdzypdL2AOZovLebvBJAW5QirfIzthc53AyWcks&e=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__ind01.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Find01.safelinks.protection.outlook.com-5F-2D3Furl-2D3Dhttps-2D253A-2D252F-2D252Furldefense.proofpoint.com-2D252Fv2-2D252Furl-2D253Fu-2D253Dhttp-2D2D3A-2D5F-2D5Ftim.techmahindra.com-2D5Ftim-2D5Fdisclaimer.html-2D2526d-2D253DDwQFAg-2D2526c-2D253DLFYZ-2D2Do9-2D5FHUMeMTSQicvjIg-2D2526r-2D253D4IIOMdJjMRUSnNTEG5jeUQ-2D2526m-2D253Di3780HreTi8OJtgLQGlFFQtWdfs4U0uDoImMHwDWpus-2D2526s-2D253D2N-2D5FQ7CdkgfH7K1NeIqqsp-2D2Dvsmxh9tLSnMNX-2D2DePPjbh0-2D2526e-2D253D-2D26data-2D3D02-2D257C01-2D257CMS00534989-2D2540Techmahindra.com-2D257C7916e315f7c041bcb56d08d7676845b7-2D257Cedf442f5b9944c86a131b42b03a16c95-2D257C0-2D257C0-2D257C637091569853533180-2D26sdata-2D3D7PzQ-2D252FHZLJcF-2D252BkrCnvLeEHumVzHE55gAAC6A-2D252Byy34Fdg-2D253D-2D26reserved-2D3D0-2526d-253DDwMFAg-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253D4IIOMdJjMRUSnNTEG5jeUQ-2526m-253DjG7Smt-2DoG7NwJuiFjM9yP81xMO3iDmg49ek1KcxmG94-2526s-253DPDUU-2DGXWVKr1BaN3xOC9Azn9AZKQATX8u4yS6s8R6Bg-2526e-253D-26data-3D02-257C01-257CAR00500721-2540TechMahindra.com-257C01df9e63e0074ae80c3c08d7683b190f-257Cedf442f5b9944c86a131b42b03a16c95-257C0-257C0-257C637092475346228153-26sdata-3DKvMp6neaOJWjFIigD6jgBYOMznePZLShG-252BZYb-252FxDQ6I-253D-26reserved-3D0&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=4IIOMdJjMRUSnNTEG5jeUQ&m=931JuHKp4gZdPuVQnejZDxmPyZ5FJfu3Gx8EkaHoHXM&s=5vf95V7OBFbZ_LmkKxtX4-TAsOZs6G2I1XnEjE-hg68&e=>
 internally within TechMahindra. 
============================================================================================================================
Caution: Please do not click links or open attachments unless you recognize the 
sender and know the content is safe.

Caution: Please do not click links or open attachments unless you recognize the 
sender and know the content is safe.



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

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

Reply via email to