related-networks property support as input
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / scalingInstances / oneComputeTypeOnePortGetAttrOut / out / GlobalSubstitutionTypesServiceTemplate.yaml
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.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pd_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       compute_pd_server_name:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       port_pd01_port_replacement_policy:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: string
37       port_pd01_port_exCP_naming:
38         type: org.openecomp.datatypes.Naming
39         required: true
40         status: SUPPORTED
41       port_pd01_port_related_networks:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
47       vm_flavor_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pd01_port_mac_requirements:
52         type: org.openecomp.datatypes.network.MacRequirements
53         required: true
54         status: SUPPORTED
55       vm_image_name:
56         type: string
57         required: true
58         status: SUPPORTED
59       port_pd01_port_ip_requirements:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.IpRequirements
65       port_pd01_port_network:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: string
71       port_pd01_port_order:
72         type: integer
73         required: true
74         status: SUPPORTED
75       port_pd01_port_subnetpoolid:
76         type: string
77         required: true
78         status: SUPPORTED
79       port_pd01_port_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_pd01_port_network_role_tag:
84         type: string
85         required: true
86         status: SUPPORTED
87       port_pd01_port_vlan_requirements:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: org.openecomp.datatypes.network.VlanRequirements
93       compute_pd_server_user_data_format:
94         type: list
95         required: true
96         status: SUPPORTED
97         entry_schema:
98           type: string
99       compute_pd_server_metadata:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: json
105     requirements:
106     - dependency_pd_server:
107         capability: tosca.capabilities.Node
108         node: tosca.nodes.Root
109         relationship: tosca.relationships.DependsOn
110         occurrences:
111         - 0
112         - UNBOUNDED
113     - local_storage_pd_server:
114         capability: tosca.capabilities.Attachment
115         node: tosca.nodes.BlockStorage
116         relationship: tosca.relationships.AttachesTo
117         occurrences:
118         - 0
119         - UNBOUNDED
120     - dependency_pd_server_pd01_port:
121         capability: tosca.capabilities.Node
122         node: tosca.nodes.Root
123         relationship: tosca.relationships.DependsOn
124         occurrences:
125         - 0
126         - UNBOUNDED
127     - link_pd_server_pd01_port:
128         capability: tosca.capabilities.network.Linkable
129         relationship: tosca.relationships.network.LinksTo
130         occurrences:
131         - 1
132         - 1
133     capabilities:
134       scalable_pd_server:
135         type: tosca.capabilities.Scalable
136         occurrences:
137         - 1
138         - UNBOUNDED
139       disk.read.bytes.rate_pd_server:
140         type: org.openecomp.capabilities.metric.Ceilometer
141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
142         occurrences:
143         - 1
144         - UNBOUNDED
145       memory.usage_pd_server:
146         type: org.openecomp.capabilities.metric.Ceilometer
147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
148         occurrences:
149         - 1
150         - UNBOUNDED
151       memory_pd_server:
152         type: org.openecomp.capabilities.metric.Ceilometer
153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
154         occurrences:
155         - 1
156         - UNBOUNDED
157       disk.device.usage_pd_server:
158         type: org.openecomp.capabilities.metric.Ceilometer
159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
160         occurrences:
161         - 1
162         - UNBOUNDED
163       network.outgoing.packets.rate_pd_server_pd01_port:
164         type: org.openecomp.capabilities.metric.Ceilometer
165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
166         occurrences:
167         - 1
168         - UNBOUNDED
169       os_pd_server:
170         type: tosca.capabilities.OperatingSystem
171         occurrences:
172         - 1
173         - UNBOUNDED
174       disk.write.bytes.rate_pd_server:
175         type: org.openecomp.capabilities.metric.Ceilometer
176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
177         occurrences:
178         - 1
179         - UNBOUNDED
180       network.incoming.bytes_pd_server_pd01_port:
181         type: org.openecomp.capabilities.metric.Ceilometer
182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
183         occurrences:
184         - 1
185         - UNBOUNDED
186       cpu_pd_server:
187         type: org.openecomp.capabilities.metric.Ceilometer
188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
189         occurrences:
190         - 1
191         - UNBOUNDED
192       cpu_util_pd_server:
193         type: org.openecomp.capabilities.metric.Ceilometer
194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
195         occurrences:
196         - 1
197         - UNBOUNDED
198       disk.device.write.requests.rate_pd_server:
199         type: org.openecomp.capabilities.metric.Ceilometer
200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
201         occurrences:
202         - 1
203         - UNBOUNDED
204       disk.read.bytes_pd_server:
205         type: org.openecomp.capabilities.metric.Ceilometer
206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
207         occurrences:
208         - 1
209         - UNBOUNDED
210       disk.device.read.bytes.rate_pd_server:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       network.outgoing.bytes_pd_server_pd01_port:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.iops_pd_server:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       memory.resident_pd_server:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       cpu.delta_pd_server:
235         type: org.openecomp.capabilities.metric.Ceilometer
236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
237         occurrences:
238         - 1
239         - UNBOUNDED
240       network.incoming.packets.rate_pd_server_pd01_port:
241         type: org.openecomp.capabilities.metric.Ceilometer
242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
243         occurrences:
244         - 1
245         - UNBOUNDED
246       vcpus_pd_server:
247         type: org.openecomp.capabilities.metric.Ceilometer
248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
249         occurrences:
250         - 1
251         - UNBOUNDED
252       disk.device.write.bytes.rate_pd_server:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       disk.device.write.requests_pd_server:
259         type: org.openecomp.capabilities.metric.Ceilometer
260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
261         occurrences:
262         - 1
263         - UNBOUNDED
264       endpoint_pd_server:
265         type: tosca.capabilities.Endpoint.Admin
266         occurrences:
267         - 1
268         - UNBOUNDED
269       attachment_pd_server_pd01_port:
270         type: tosca.capabilities.Attachment
271         occurrences:
272         - 1
273         - UNBOUNDED
274       disk.capacity_pd_server:
275         type: org.openecomp.capabilities.metric.Ceilometer
276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.device.allocation_pd_server:
281         type: org.openecomp.capabilities.metric.Ceilometer
282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
283         occurrences:
284         - 1
285         - UNBOUNDED
286       disk.allocation_pd_server:
287         type: org.openecomp.capabilities.metric.Ceilometer
288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
289         occurrences:
290         - 1
291         - UNBOUNDED
292       binding_pd_server:
293         type: tosca.capabilities.network.Bindable
294         occurrences:
295         - 1
296         - UNBOUNDED
297       disk.read.requests_pd_server:
298         type: org.openecomp.capabilities.metric.Ceilometer
299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
300         occurrences:
301         - 1
302         - UNBOUNDED
303       feature_pd_server:
304         type: tosca.capabilities.Node
305         occurrences:
306         - 1
307         - UNBOUNDED
308       disk.usage_pd_server:
309         type: org.openecomp.capabilities.metric.Ceilometer
310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
311         occurrences:
312         - 1
313         - UNBOUNDED
314       binding_pd_server_pd01_port:
315         type: tosca.capabilities.network.Bindable
316         valid_source_types:
317         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
318         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
319         occurrences:
320         - 0
321         - UNBOUNDED
322       disk.write.bytes_pd_server:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       network.incoming.bytes.rate_pd_server_pd01_port:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       network.incoming.packets_pd_server_pd01_port:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       disk.device.read.requests.rate_pd_server:
341         type: org.openecomp.capabilities.metric.Ceilometer
342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
343         occurrences:
344         - 1
345         - UNBOUNDED
346       disk.root.size_pd_server:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.device.read.bytes_pd_server:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       disk.device.write.bytes_pd_server:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       disk.device.read.requests_pd_server:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       instance_pd_server:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       host_pd_server:
377         type: tosca.capabilities.Container
378         valid_source_types:
379         - tosca.nodes.SoftwareComponent
380         occurrences:
381         - 1
382         - UNBOUNDED
383       network.outpoing.packets_pd_server_pd01_port:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       forwarder_pd_server_pd01_port:
390         type: org.openecomp.capabilities.Forwarder
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.write.requests.rate_pd_server:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       disk.ephemeral.size_pd_server:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       disk.write.requests_pd_server:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       feature_pd_server_pd01_port:
413         type: tosca.capabilities.Node
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.device.latency_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.latency_pd_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.device.capacity_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       network.outgoing.bytes.rate_pd_server_pd01_port:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.device.iops_pd_server:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED