diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-12-07 14:12:16 +0200 |
---|---|---|
committer | Manuel Buil <manuelbuil87@gmail.com> | 2016-12-08 14:57:16 +0000 |
commit | 98f71874a230bf60dc78433ff6833b74e4f7b21c (patch) | |
tree | 96d899d89e2b6eb9eb803b6064a99d3fec8ac090 /tests/functest/odl-sfc/vnfd-templates/test2-vnfd2.yaml | |
parent | 7af574e792b1433191b5e470782fd09d4fd5a274 (diff) |
Move vnfd yaml files into separate directory
Create vnfd-templates directory where all TOSCA VNFD files will be
stored.
Change-Id: I3286da41800f9a42e5a3ffce51ee6cc6809b734e
Signed-off-by: George Paraskevopoulos <geopar@intracom-telecom.com>
Diffstat (limited to 'tests/functest/odl-sfc/vnfd-templates/test2-vnfd2.yaml')
-rw-r--r-- | tests/functest/odl-sfc/vnfd-templates/test2-vnfd2.yaml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/functest/odl-sfc/vnfd-templates/test2-vnfd2.yaml b/tests/functest/odl-sfc/vnfd-templates/test2-vnfd2.yaml new file mode 100644 index 00000000..8a570ab9 --- /dev/null +++ b/tests/functest/odl-sfc/vnfd-templates/test2-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_nsh_colorado + 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 |