Hi Morgan,

I was able to preload the data with GR-API module. Unfortunatly, at the VF 
module instantiation, it gets error. I am not sure what it is missing.

I am taking this page as a ref 
https://docs.onap.org/en/guilin/guides/onap-user/instantiate/instantiation/so1/index.html

The GR-API request to preload to SDNC:
https:// {{k8s}} 
:30267/restconf/operations/GENERIC-RESOURCE-API:preload-vf-module-topology-operation
{
"input" : {
"request-information" : {
"notification-url" : "https://onap.org"; ,
"order-number" : "1" ,
"order-version" : "1" ,
"request-action" : "PreloadVfModuleRequest" ,
"request-id" : "test"
},
"sdnc-request-header" : {
"svc-action" : "reserve" ,
"svc-notification-url" : "http://onap.org:8080/adapters/rest/SDNCNotify"; ,
"svc-request-id" : "test"
},
"preload-vf-module-topology-information" : {
"vnf-resource-assignments" : {
"availability-zones" : {
"availability-zone" : [],
"max-count" : "1"
},
"vnf-networks" : {
"vnf-network" : []
}
},
"vf-module-topology" : {
"vf-module-topology-identifier" : {
"vf-module-name" : " {{vnf-vfmodule-1-modelinfo-modelname}} " ,
"vf-module-type" : " {{vnf-vfmodule-1-modelinfo-modelname}} "
},
"vf-module-parameters" : {
"param" : []
}
},
"vnf-topology-identifier-structure" : {
"vnf-name" : " {{vnf-modelinfo-1-modelname}} " ,
"vnf-type" : " {{vnf-modelinfo-1-modelinstancename}} "
}
}
}
}

The error at the VF module instantiation :
"requestStatus" : {
"requestState" : "FAILED" ,
"statusMessage" : "STATUS: Error Source: SDNC, Error Message: There are no VNFs 
defined in MD-SAL FLOW STATUS: All Rollback flows have completed successfully 
ROLLBACK STATUS: Rollback has been completed successfully." ,
"percentProgress" : 100 ,
"timestamp" : "Tue, 15 Dec 2020 14:39:48 GMT"
}

Thank you
Emin


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#22648): https://lists.onap.org/g/onap-discuss/message/22648
Mute This Topic: https://lists.onap.org/mt/78973459/21656
Mute #guilin:https://lists.onap.org/g/onap-discuss/mutehashtag/guilin
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to