aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml')
-rw-r--r--sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml
new file mode 100644
index 00000000..92e616bd
--- /dev/null
+++ b/sfc/tests/functest/vnfd-templates/test3-vnfd1.yaml
@@ -0,0 +1,23 @@
+template_name: test-vnfd1
+description: firewall1-example
+
+service_properties:
+ Id: firewall1-vnfd
+ vendor: tacker
+ version: 1
+ type:
+ - firewall1
+vdus:
+ vdu1:
+ id: vdu1
+ vm_image: sfc_nsh_danube
+ instance_type: custom
+ service_type: firewall1
+
+ network_interfaces:
+ management:
+ network: example-net
+ management: true
+
+ placement_policy:
+ availability_zone: { get_input: zone }