aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-12-18 13:03:07 +0100
committerManuel Buil <mbuil@suse.com>2017-12-19 09:23:23 +0100
commit759e0751465747acfb9cf840aaad7761ba1327dd (patch)
tree0c1669627b9a5dbc2d2e02ce42f80586dabfe7b1 /sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml
parent43c5b9a266b8181af33aa22456eea4c1335a970a (diff)
Documentation update and some clean up
Change-Id: I1fca51b9b6afff5a596ceee2e1401127fe23231d Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml')
-rw-r--r--sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml56
1 files changed, 0 insertions, 56 deletions
diff --git a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml b/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml
deleted file mode 100644
index 4042222c..00000000
--- a/sfc/tests/functest/vnfd-templates/test2-vnfd1.yaml
+++ /dev/null
@@ -1,56 +0,0 @@
----
-tosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0
-description: firewall1-example
-metadata:
- template_name: test-vnfd1
-
-topology_template:
- inputs:
- zone:
- type: string
- node_templates:
- VDU1:
- type: tosca.nodes.nfv.VDU.Tacker
- capabilities:
- nfv_compute:
- properties:
- num_cpus: 1
- mem_size: 2 GB
- disk_size: 10 GB
- properties:
- image: sfc_nsh_euphrates
- availability_zone: {get_input: zone}
- mgmt_driver: noop
- config: |
- param0: key1
- param1: key2
- service_type: firewall
- monitoring_policy:
- name: ping
- parameters:
- monitoring_delay: 10
- count: 3
- interval: 2
- timeout: 2
- action:
- failure: respawn
- retry: 5
- port: 22
-
- CP1:
- type: tosca.nodes.nfv.CP.Tacker
- properties:
- management: true
- order: 0
- anti_spoofing_protection: false
- requirements:
- - virtualLink:
- node: VL1
- - virtualBinding:
- node: VDU1
-
- VL1:
- type: tosca.nodes.nfv.VL
- properties:
- network_name: example-net
- vendor: Tacker