cd3f9701c50ab88d1df47314027cb7d3c372e217
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       vlan_ids:
12         type: string
13         required: true
14         status: SUPPORTED
15       p1:
16         type: string
17         required: true
18         status: SUPPORTED
19       p2:
20         type: string
21         required: true
22         status: SUPPORTED
23       virtual_ipv6_address:
24         type: string
25         required: true
26         status: SUPPORTED
27       virtual_ip_address:
28         type: string
29         required: true
30         status: SUPPORTED
31       net2:
32         type: string
33         required: true
34         status: SUPPORTED
35       lb_st_vlan_type_oam:
36         type: string
37         description: dummy
38         required: true
39         status: SUPPORTED
40       mac_address:
41         type: string
42         required: true
43         status: SUPPORTED
44       net1:
45         type: string
46         required: true
47         status: SUPPORTED
48       subinterface_name_prefix:
49         type: string
50         required: true
51         status: SUPPORTED
52       subinterface_instance_index:
53         type: float
54         required: true
55         status: SUPPORTED
56     requirements:
57     - dependency_template_Vlan_3_arrayParameter:
58         capability: tosca.capabilities.Node
59         node: tosca.nodes.Root
60         relationship: tosca.relationships.DependsOn
61         occurrences:
62         - 0
63         - UNBOUNDED
64     - link_template_Vlan_3_arrayParameter:
65         capability: tosca.capabilities.network.Linkable
66         relationship: tosca.relationships.network.LinksTo
67         occurrences:
68         - 1
69         - 1
70     - binding_template_Vlan_3_arrayParameter:
71         capability: tosca.capabilities.network.Bindable
72         node: org.openecomp.resource.cp.nodes.network.Port
73         relationship: tosca.relationships.network.BindsTo
74         occurrences:
75         - 1
76         - 1
77     - dependency_template_Vlan_2:
78         capability: tosca.capabilities.Node
79         node: tosca.nodes.Root
80         relationship: tosca.relationships.DependsOn
81         occurrences:
82         - 0
83         - UNBOUNDED
84     - link_template_Vlan_2:
85         capability: tosca.capabilities.network.Linkable
86         relationship: tosca.relationships.network.LinksTo
87         occurrences:
88         - 1
89         - 1
90     - binding_template_Vlan_2:
91         capability: tosca.capabilities.network.Bindable
92         node: org.openecomp.resource.cp.nodes.network.Port
93         relationship: tosca.relationships.network.BindsTo
94         occurrences:
95         - 1
96         - 1
97     - dependency_template_Vlan_1:
98         capability: tosca.capabilities.Node
99         node: tosca.nodes.Root
100         relationship: tosca.relationships.DependsOn
101         occurrences:
102         - 0
103         - UNBOUNDED
104     - link_template_Vlan_1:
105         capability: tosca.capabilities.network.Linkable
106         relationship: tosca.relationships.network.LinksTo
107         occurrences:
108         - 1
109         - 1
110     - binding_template_Vlan_1:
111         capability: tosca.capabilities.network.Bindable
112         node: org.openecomp.resource.cp.nodes.network.Port
113         relationship: tosca.relationships.network.BindsTo
114         occurrences:
115         - 1
116         - 1
117     capabilities:
118       feature_template_Vlan_2:
119         type: tosca.capabilities.Node
120         occurrences:
121         - 1
122         - UNBOUNDED
123       feature_template_Vlan_1:
124         type: tosca.capabilities.Node
125         occurrences:
126         - 1
127         - UNBOUNDED
128       feature_template_Vlan_3_arrayParameter:
129         type: tosca.capabilities.Node
130         occurrences:
131         - 1
132         - UNBOUNDED