diff options
author | phani.y <yellela.nagaphanindra@huawei.com> | 2021-02-05 18:46:37 +0530 |
---|---|---|
committer | phani.y <yellela.nagaphanindra@huawei.com> | 2021-02-05 18:46:37 +0530 |
commit | 5af510f5e0a3ac0d981292ecaf0bb6b3cef1d7e7 (patch) | |
tree | 4fc9e71cd11e6d6598240f99f6c6698611d09883 /src/test/resources/json/createNsReq.json | |
parent | ebb664b7ebf27a14c92d199ca75d762dc00f077b (diff) |
Added vfc adaptor
Issue-ID: SO-3520
Signed-off-by: phani.y <yellela.nagaphanindra@huawei.com>
Change-Id: I8e219a416072fc3e6de09c6cb5aab6f70470bd16
Diffstat (limited to 'src/test/resources/json/createNsReq.json')
-rw-r--r-- | src/test/resources/json/createNsReq.json | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/test/resources/json/createNsReq.json b/src/test/resources/json/createNsReq.json new file mode 100644 index 0000000..aec8ae8 --- /dev/null +++ b/src/test/resources/json/createNsReq.json @@ -0,0 +1,56 @@ +{ + "nsServiceName":"vcpe_e2e_vnf_test2", + "nsServiceDescription":"null", + "nsServiceModelUUID":"c9f0a95e-dea0-4698-96e5-5a79bc5a233d", + "nsOperationKey":{ + "globalSubscriberId":"Demonstration", + "serviceType":"vCPE", + "serviceId":"996fadbb-e806-4a19-b0e5-3454ad6ac29e", + "operationId":"1f1dd6b2-b027-4008-a9df-3b6c8274fb24", + "nodeTemplateUUID":"4d3a835c-29c8-4a63-83a4-50de5f7ffe16" + }, + "nsParameters":{ + "locationConstraints":[ + { + "locationConstraints":{ + "vimId":"CloudOwner_regionOne" + }, + "vnfProfileId":"b1bb0ce7-2222-4fa7-95ed-4840d70a1101" + }, + { + "locationConstraints":{ + "vimId":"CloudOwner_regionOne" + }, + "vnfProfileId":"0408f076-e6c0-4c82-9940-272fddbb82de" + }, + { + "locationConstraints":{ + "vimId":"CloudOwner_regionOne" + }, + "vnfProfileId":"b1bb0ce7-2222-4fa7-95ed-4840d70a1100" + }, + { + "locationConstraints":{ + "vimId":"CloudOwner_regionOne" + }, + "vnfProfileId":"b1bb0ce7-2222-4fa7-95ed-4840d70a1102" + }, + { + "locationConstraints":{ + "vimId":"CloudOwner_regionOne" + }, + "vnfProfileId":"3fca3543-07f5-492f-812c-ed462e4f94f4" + } + ], + "additionalParamForNs":{ + "orchestrator":"", + "nfvo":"b1bb0ce7-2222-4fa7-95ed-4840d70a1101", + "nf_naming":"true", + "multi_stage_design":"false", + "availability_zone_max_count":"1", + "xyz":"123", + "nsd0_providing_service_invariant_uuid":"12204a12-7da2-4ddf-8c2f-992a1a1acebf", + "nsd0_providing_service_uuid":"5791dbeb-19d4-43e8-bf44-5b327ccf6bca" + } + } +} |