summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/test-vnfd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/scenarios/networking/test-vnfd.yaml')
-rw-r--r--yardstick/benchmark/scenarios/networking/test-vnfd.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/yardstick/benchmark/scenarios/networking/test-vnfd.yaml b/yardstick/benchmark/scenarios/networking/test-vnfd.yaml
new file mode 100644
index 000000000..178c671d4
--- /dev/null
+++ b/yardstick/benchmark/scenarios/networking/test-vnfd.yaml
@@ -0,0 +1,32 @@
+template_name: test-vnfd
+description: firewall-example
+
+service_properties:
+ Id: firewall-vnfd
+ vendor: tacker
+ version: 1
+ type:
+ - firewall
+vdus:
+ vdu1:
+ id: vdu1
+ vm_image: sfc
+ instance_type: sfc_custom
+ service_type: firewall
+
+ network_interfaces:
+ management:
+ network: sfc-net_mgmt
+ management: true
+
+ placement_policy:
+ availability_zone: nova
+
+ auto-scaling: noop
+ monitoring_policy: noop
+ failure_policy: respawn
+
+ config:
+ param0: key0
+ param1: key1
+