Update SdWanServiceTest CSAR to make it valid
[aai/babel.git] / src / test / resources / ymlFiles / resource-TunnelXconntest-template-interface.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2 imports:
3 - nodes:
4     file: nodes.yml
5 - datatypes:
6     file: data.yml
7 - capabilities:
8     file: capabilities.yml
9 - relationships:
10     file: relationships.yml
11 - groups:
12     file: groups.yml
13 - policies:
14     file: policies.yml
15 node_types:
16   org.openecomp.resource.vf.TunnelXconntest:
17     derived_from: org.openecomp.resource.abstract.nodes.VF
18     properties:
19       nf_naming:
20         type: org.openecomp.datatypes.Naming
21       nf_naming_code:
22         type: string
23       nf_function:
24         type: string
25       availability_zone_max_count:
26         type: integer
27         default: 1
28       nf_role:
29         type: string
30       max_instances:
31         type: integer
32       min_instances:
33         type: integer
34       nf_type:
35         type: string
36     capabilities:
37       allotedresource0.feature:
38         type: tosca.capabilities.Node
39         occurrences:
40         - 1
41         - UNBOUNDED
42     requirements:
43     - allotedresource0.dependency:
44         occurrences:
45         - 0
46         - UNBOUNDED
47         capability: tosca.capabilities.Node
48         node: tosca.nodes.Root
49         relationship: tosca.relationships.DependsOn
50     - allotedresource0.service_dependency:
51         occurrences:
52         - 1
53         - 1
54         capability: org.openecomp.capabilities.AllottedResource
55         node: tosca.services.Root
56         relationship: tosca.relationships.DependsOn