diff options
author | DR695H <dr695h@att.com> | 2019-06-19 18:56:34 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-19 18:56:34 -0400 |
commit | 74515e6a9045f0db0bd83053c6c3d567cc148f4c (patch) | |
tree | 2898f4ee1dc6a8c69fcabb74db373e43e48ca94c /robot/assets/templates/cds/vnf.template | |
parent | daec16c9140e962235523a357b465c70c166a88f (diff) |
move cds templates to template folder
Issue-ID: TEST-158
Change-Id: I492de0574080a9b1e8420e513b53477f133b98d5
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/cds/vnf.template')
-rw-r--r-- | robot/assets/templates/cds/vnf.template | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/robot/assets/templates/cds/vnf.template b/robot/assets/templates/cds/vnf.template new file mode 100644 index 00000000..954654e6 --- /dev/null +++ b/robot/assets/templates/cds/vnf.template @@ -0,0 +1,23 @@ +{ + "modelInfo": { + "modelType": "vnf", + "modelName": "${vnf_model_name}", + "modelVersionId": "${vnf_model_version_id}", + "modelCustomizationName": "${vnf_model_customization_name}", + "modelCustomizationId": "${vnf_model_customization_id}" + }, + "cloudConfiguration": { + "lcpCloudRegionId": "${cloud_region}", + "tenantId": "${tenant_id}" + }, + "platform": { + "platformName": "test" + }, + "lineOfBusiness": { + "lineOfBusinessName": "someValue" + }, + "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "instanceName": "${vnf_name}", + "instanceParams": [], + "vfModules": [${vf_modules}] +} |