summaryrefslogtreecommitdiffstats
path: root/robot/assets/cds/template_vnf.json
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-10-28 00:54:22 -0400
committerYang Xu <yang.xu3@huawei.com>2018-10-28 00:57:33 -0400
commita7e06c53be592032f18511c58af9454abc059a5a (patch)
tree2d549f3645bfee0efd636d1bafad48b09de0a148 /robot/assets/cds/template_vnf.json
parenta59a6127bf8adcb428392e320ef298c26d1bad0c (diff)
Support multiple vfmodules in Robot CDS macro flow
Change-Id: I4a4c32ef624cb4fb403bf4e43c7e410d61eccfb8 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'robot/assets/cds/template_vnf.json')
-rw-r--r--robot/assets/cds/template_vnf.json19
1 files changed, 1 insertions, 18 deletions
diff --git a/robot/assets/cds/template_vnf.json b/robot/assets/cds/template_vnf.json
index b815c536..954654e6 100644
--- a/robot/assets/cds/template_vnf.json
+++ b/robot/assets/cds/template_vnf.json
@@ -19,22 +19,5 @@
"productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb",
"instanceName": "${vnf_name}",
"instanceParams": [],
- "vfModules": [
- {
- "modelInfo": {
- "modelType": "vfModule",
- "modelName": "${vf_module_model_name}",
- "modelVersionId": "${vf_module_model_version_id}",
- "modelCustomizationId": "${vf_module_model_customization_id}"
- },
- "instanceName": "${vf_module_name}",
- "instanceParams": [
- {
- "vfw_param1": "24",
- "vfw_param2": "24",
- "vfw_param3": "24"
- }
- ]
- }
- ]
+ "vfModules": [${vf_modules}]
}