diff options
Diffstat (limited to 'testcases/features/sfc/test-vnfd2.yaml')
-rw-r--r-- | testcases/features/sfc/test-vnfd2.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/testcases/features/sfc/test-vnfd2.yaml b/testcases/features/sfc/test-vnfd2.yaml new file mode 100644 index 000000000..fd7ba0fce --- /dev/null +++ b/testcases/features/sfc/test-vnfd2.yaml @@ -0,0 +1,31 @@ +template_name: test-vnfd2 +description: firewall2-example + +service_properties: + Id: firewall2-vnfd + vendor: tacker + version: 1 + type: + - firewall2 +vdus: + vdu1: + id: vdu1 + vm_image: sf_summit2016 + instance_type: custom + service_type: firewall2 + + network_interfaces: + management: + network: example-net + management: true + + placement_policy: + availability_zone: nova + + auto-scaling: noop + monitoring_policy: noop + failure_policy: respawn + + config: + param0: key0 + param1: key1 |