summaryrefslogtreecommitdiffstats
path: root/etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-05-30 19:55:33 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-30 19:55:33 +0000
commite65155cab8d6d74989f1dd0bd1a493e1c91a30d9 (patch)
tree9112d60bee675751d2bfe0e029929ec8960f49cc /etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml
parentbfb67b927b59525028420e4477b1310fb6a69335 (diff)
parent82aeca18c66dc4c312a57f24ed3c4c33a2063070 (diff)
Merge "Refactor api definition yamls to support jinja2"
Diffstat (limited to 'etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml')
-rw-r--r--etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml24
1 files changed, 23 insertions, 1 deletions
diff --git a/etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml b/etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml
index 21008df..7e746e5 100644
--- a/etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml
+++ b/etc/vnftest/vnf_descriptors/vnf_descriptor_sample.yaml
@@ -17,4 +17,26 @@
type: CSAR
vnf_name: sample_firewall
vnf_id: 123456
-csar_package_location: /etc/nvftest/sample_fw.csar \ No newline at end of file
+package_location: /etc/nvftest/sample_fw.csar
+
+# List the vf modules to be instantiated in order (if relevant)
+vf_modules:
+-
+ module_name: module_0
+ # List the input parameters for the VF module as expected by the orchestrator
+ input_parameters:
+ -
+ name: param_0
+ value: value_0
+ -
+ name: param_1
+ value: value_1
+-
+ module_name: module_1
+ input_parameters:
+ -
+ name: param_0
+ value: value_0
+ -
+ name: param_1
+ value: value_1