Hi,

I have deployed the vDNS use case. I can see CL event being raised from
TCA. But in the policy while it is sending named query requests, it fails
to fetch dummy module(dnsscaling module) details.  I am following the demo
[1], but all these video recordings didn't discuss much about creating this
dummy module. I think this will be done by robot script. But I am using a
different service model, so I can't see that in named query.

I tried to send the request to *curl -k --user AAI:AAI -X  PUT -H "Accept:
application/json" -H "Content-Type: application/json" -H "X-TransactionId:
robot-ete-1234" -H "X-FromAppId: robot-ete"   -d @vf_module.json
https://aai.api.simpledemo.openecomp.org:8443/aai/v11//network/generic-vnfs/generic-vnf/77783834-9a4d-4363-afdc-145560259fca/vf-modules/vf-module/f69ed342-c32c-4885-8c8c-63cf3bef5c60
<https://aai.api.simpledemo.openecomp.org:8443/aai/v11//network/generic-vnfs/generic-vnf/77783834-9a4d-4363-afdc-145560259fca/vf-modules/vf-module/f69ed342-c32c-4885-8c8c-63cf3bef5c60>
*with the following payload:.

{
"extra-properties": {
"extra-property": [
{
"property-name": "model-ver.model-version-id",
"property-value": "f84278bd-55bf-42da-9fc2-c3ee5f3870c8"
},
{
"property-name": "model-ver.model-name",
"property-value": "VlbVsp..dnsscaling..module-1"
},
{
"property-name": "model.model-type",
"property-value": "resource"
},
{
"property-name": "model.model-invariant-id",
"property-value": "9ec6eb28-b4f1-4b20-8ee0-9071ab4ebe2e"
},
{
"property-name": "model-ver.model-version",
"property-value": "3"
}
]
},
"model-name": "VlbVsp..dnsscaling..module-1",
"vf-module": {
"is-base-vf-module": false,
"model-customization-id": "cb7a717f-becb-46a8-be8e-2a1324e45c1d",
"model-invariant-id": "9ec6eb28-b4f1-4b20-8ee0-9071ab4ebe2e",
"model-version-id": "f84278bd-55bf-42da-9fc2-c3ee5f3870c8",
"resource-version": "1521195133046",
"vf-module-id": "f69ed342-c32c-4885-8c8c-63cf3bef5c60",
"vf-module-name": "vDNSMod"
}
}

But the "extra-properties" parameters are ignored. May I know what is the
correct request to create the dummy dnsscaling module?

I hope this manual step is taken care in beijing release?

[1]
https://wiki.onap.org/display/DW/Running+the+ONAP+Demos?preview=%2F1015891%2F16010725%2FvLB_vDNS_Closed_Loop_SO_API.mp4

Best Regards
Bharath T
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to