1387e5c0452ece44225118c3890b7feee050bdf5
[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.nested_pattern5:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       port_net:
12         type: string
13         description: port network
14         required: true
15         status: SUPPORTED
16       pd_server_1b_flavor:
17         type: string
18         description: Flavor for PD server
19         required: true
20         status: SUPPORTED
21       pd_server_1b_ips:
22         type: string
23         required: true
24         status: SUPPORTED
25       packet_external_network_name:
26         type: string
27         description: network name
28         required: true
29         status: SUPPORTED
30       packet_internal_network_name:
31         type: string
32         description: network name
33         required: true
34         status: SUPPORTED
35       pd_server_1b_names:
36         type: list
37         description: PD server names
38         required: true
39         status: SUPPORTED
40         entry_schema:
41           type: string
42       security_group_name:
43         type: list
44         description: CMAUI1, CMAUI2 server names
45         required: true
46         status: SUPPORTED
47         entry_schema:
48           type: string
49       availability_zone_0:
50         type: string
51         description: availabilityzone name
52         required: true
53         status: SUPPORTED
54       sub_inf_net:
55         type: string
56         description: sub interface network
57         required: true
58         status: SUPPORTED
59       pd_server_1b_image:
60         type: string
61         description: PD Image server
62         required: true
63         status: SUPPORTED
64       pd_server_2b_ips:
65         type: string
66         required: true
67         status: SUPPORTED
68     requirements:
69     - dependency_server_1b_pd_0:
70         capability: tosca.capabilities.Node
71         node: tosca.nodes.Root
72         relationship: tosca.relationships.DependsOn
73         occurrences:
74         - 0
75         - UNBOUNDED
76     - local_storage_server_1b_pd_0:
77         capability: tosca.capabilities.Attachment
78         node: tosca.nodes.BlockStorage
79         relationship: tosca.relationships.AttachesTo
80         occurrences:
81         - 0
82         - UNBOUNDED
83     - dependency_packet_external_network:
84         capability: tosca.capabilities.Node
85         node: tosca.nodes.Root
86         relationship: tosca.relationships.DependsOn
87         occurrences:
88         - 0
89         - UNBOUNDED
90     - dependency_pd_server_1b_port_0:
91         capability: tosca.capabilities.Node
92         node: tosca.nodes.Root
93         relationship: tosca.relationships.DependsOn
94         occurrences:
95         - 0
96         - UNBOUNDED
97     - dependency_test_resourceGroup_0:
98         capability: tosca.capabilities.Node
99         node: tosca.nodes.Root
100         relationship: tosca.relationships.DependsOn
101         occurrences:
102         - 0
103         - UNBOUNDED
104     - dependency_template_Vlan_vmi_1_test_resourceGroup_0:
105         capability: tosca.capabilities.Node
106         node: tosca.nodes.Root
107         relationship: tosca.relationships.DependsOn
108         occurrences:
109         - 0
110         - UNBOUNDED
111     - dependency_packet_internal_network:
112         capability: tosca.capabilities.Node
113         node: tosca.nodes.Root
114         relationship: tosca.relationships.DependsOn
115         occurrences:
116         - 0
117         - UNBOUNDED
118     - dependency_test_nested_level2:
119         capability: tosca.capabilities.Node
120         node: tosca.nodes.Root
121         relationship: tosca.relationships.DependsOn
122         occurrences:
123         - 0
124         - UNBOUNDED
125     - dependency_server_1b_ps_1_test_nested_level2:
126         capability: tosca.capabilities.Node
127         node: tosca.nodes.Root
128         relationship: tosca.relationships.DependsOn
129         occurrences:
130         - 0
131         - UNBOUNDED
132     - local_storage_server_1b_ps_1_test_nested_level2:
133         capability: tosca.capabilities.Attachment
134         node: tosca.nodes.BlockStorage
135         relationship: tosca.relationships.AttachesTo
136         occurrences:
137         - 0
138         - UNBOUNDED
139     - dependency_test_resourceGroup_1_test_nested_level2:
140         capability: tosca.capabilities.Node
141         node: tosca.nodes.Root
142         relationship: tosca.relationships.DependsOn
143         occurrences:
144         - 0
145         - UNBOUNDED
146     - dependency_template_Vlan_vmi_1_test_resourceGroup_1_test_nested_level2:
147         capability: tosca.capabilities.Node
148         node: tosca.nodes.Root
149         relationship: tosca.relationships.DependsOn
150         occurrences:
151         - 0
152         - UNBOUNDED
153     - dependency_ps_server_1b_port_1_test_nested_level2:
154         capability: tosca.capabilities.Node
155         node: tosca.nodes.Root
156         relationship: tosca.relationships.DependsOn
157         occurrences:
158         - 0
159         - UNBOUNDED
160     - dependency_ps_server_1b_port_2_test_nested_level2:
161         capability: tosca.capabilities.Node
162         node: tosca.nodes.Root
163         relationship: tosca.relationships.DependsOn
164         occurrences:
165         - 0
166         - UNBOUNDED
167     - dependency_packet_ext_network_test_nested_level2:
168         capability: tosca.capabilities.Node
169         node: tosca.nodes.Root
170         relationship: tosca.relationships.DependsOn
171         occurrences:
172         - 0
173         - UNBOUNDED
174     - dependency_packet_int_network_test_nested_level2:
175         capability: tosca.capabilities.Node
176         node: tosca.nodes.Root
177         relationship: tosca.relationships.DependsOn
178         occurrences:
179         - 0
180         - UNBOUNDED
181     - dependency_server_1b_ps_2_test_nested_level2:
182         capability: tosca.capabilities.Node
183         node: tosca.nodes.Root
184         relationship: tosca.relationships.DependsOn
185         occurrences:
186         - 0
187         - UNBOUNDED
188     - local_storage_server_1b_ps_2_test_nested_level2:
189         capability: tosca.capabilities.Attachment
190         node: tosca.nodes.BlockStorage
191         relationship: tosca.relationships.AttachesTo
192         occurrences:
193         - 0
194         - UNBOUNDED
195     capabilities:
196       disk.device.write.bytes.rate_server_1b_ps_1_test_nested_level2:
197         type: org.openecomp.capabilities.metric.Ceilometer
198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
199         occurrences:
200         - 1
201         - UNBOUNDED
202       network.outgoing.packets.rate_ps_server_1b_port_2_test_nested_level2:
203         type: org.openecomp.capabilities.metric.Ceilometer
204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
205         occurrences:
206         - 1
207         - UNBOUNDED
208       scalable_server_1b_ps_1_test_nested_level2:
209         type: tosca.capabilities.Scalable
210         occurrences:
211         - 1
212         - UNBOUNDED
213       end_point_packet_ext_network_test_nested_level2:
214         type: tosca.capabilities.Endpoint
215         occurrences:
216         - 1
217         - UNBOUNDED
218       disk.capacity_server_1b_ps_2_test_nested_level2:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       disk.device.latency_server_1b_ps_2_test_nested_level2:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       disk.device.write.bytes_server_1b_ps_2_test_nested_level2:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       disk.device.write.requests_server_1b_pd_0:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.read.requests_server_1b_ps_2_test_nested_level2:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       endpoint_server_1b_ps_2_test_nested_level2:
249         type: tosca.capabilities.Endpoint.Admin
250         occurrences:
251         - 1
252         - UNBOUNDED
253       disk.iops_server_1b_ps_2_test_nested_level2:
254         type: org.openecomp.capabilities.metric.Ceilometer
255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
256         occurrences:
257         - 1
258         - UNBOUNDED
259       disk.device.read.bytes_server_1b_ps_1_test_nested_level2:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       feature_packet_ext_network_test_nested_level2:
266         type: tosca.capabilities.Node
267         occurrences:
268         - 1
269         - UNBOUNDED
270       forwarder_ps_server_1b_port_1_test_nested_level2:
271         type: org.openecomp.capabilities.Forwarder
272         occurrences:
273         - 1
274         - UNBOUNDED
275       forwarder_pd_server_1b_port_0:
276         type: org.openecomp.capabilities.Forwarder
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.capacity_server_1b_pd_0:
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       network.outpoing.packets_pd_server_1b_port_0:
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       cpu_util_server_1b_ps_2_test_nested_level2:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       network.incoming.packets_ps_server_1b_port_1_test_nested_level2:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       feature_pd_server_1b_port_0:
305         type: tosca.capabilities.Node
306         occurrences:
307         - 1
308         - UNBOUNDED
309       memory_server_1b_ps_1_test_nested_level2:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       link_packet_int_network_test_nested_level2:
316         type: tosca.capabilities.network.Linkable
317         occurrences:
318         - 1
319         - UNBOUNDED
320       os_server_1b_ps_1_test_nested_level2:
321         type: tosca.capabilities.OperatingSystem
322         occurrences:
323         - 1
324         - UNBOUNDED
325       network.incoming.bytes_ps_server_1b_port_2_test_nested_level2:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       disk.root.size_server_1b_ps_1_test_nested_level2:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       attachment_packet_internal_network:
338         type: tosca.capabilities.Attachment
339         occurrences:
340         - 1
341         - UNBOUNDED
342       disk.device.allocation_server_1b_pd_0:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       feature_test_resourceGroup_0:
349         type: tosca.capabilities.Node
350         occurrences:
351         - 1
352         - UNBOUNDED
353       feature_packet_int_network_test_nested_level2:
354         type: tosca.capabilities.Node
355         occurrences:
356         - 1
357         - UNBOUNDED
358       disk.write.requests_server_1b_ps_1_test_nested_level2:
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       cpu_server_1b_pd_0:
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       disk.write.requests.rate_server_1b_pd_0:
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       network.incoming.bytes.rate_ps_server_1b_port_2_test_nested_level2:
377         type: org.openecomp.capabilities.metric.Ceilometer
378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
379         occurrences:
380         - 1
381         - UNBOUNDED
382       disk.latency_server_1b_ps_1_test_nested_level2:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       disk.device.read.bytes.rate_server_1b_pd_0:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       feature_test_nested_level2:
395         type: tosca.capabilities.Node
396         occurrences:
397         - 1
398         - UNBOUNDED
399       disk.write.bytes.rate_server_1b_pd_0:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.device.usage_server_1b_ps_1_test_nested_level2:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.device.read.requests.rate_server_1b_ps_2_test_nested_level2:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.read.bytes_server_1b_ps_1_test_nested_level2:
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.read.bytes_server_1b_ps_2_test_nested_level2:
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       cpu_server_1b_ps_1_test_nested_level2:
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       disk.usage_server_1b_pd_0:
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.ephemeral.size_server_1b_ps_2_test_nested_level2:
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
447       end_point_packet_int_network_test_nested_level2:
448         type: tosca.capabilities.Endpoint
449         occurrences:
450         - 1
451         - UNBOUNDED
452       disk.device.iops_server_1b_pd_0:
453         type: org.openecomp.capabilities.metric.Ceilometer
454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
455         occurrences:
456         - 1
457         - UNBOUNDED
458       disk.write.bytes.rate_server_1b_ps_1_test_nested_level2:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       scalable_server_1b_ps_2_test_nested_level2:
465         type: tosca.capabilities.Scalable
466         occurrences:
467         - 1
468         - UNBOUNDED
469       cpu_util_server_1b_pd_0:
470         type: org.openecomp.capabilities.metric.Ceilometer
471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
472         occurrences:
473         - 1
474         - UNBOUNDED
475       disk.read.requests_server_1b_pd_0:
476         type: org.openecomp.capabilities.metric.Ceilometer
477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
478         occurrences:
479         - 1
480         - UNBOUNDED
481       disk.device.write.bytes.rate_server_1b_pd_0:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       vcpus_server_1b_ps_1_test_nested_level2:
488         type: org.openecomp.capabilities.metric.Ceilometer
489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
490         occurrences:
491         - 1
492         - UNBOUNDED
493       disk.device.write.bytes_server_1b_ps_1_test_nested_level2:
494         type: org.openecomp.capabilities.metric.Ceilometer
495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
496         occurrences:
497         - 1
498         - UNBOUNDED
499       feature_server_1b_ps_2_test_nested_level2:
500         type: tosca.capabilities.Node
501         occurrences:
502         - 1
503         - UNBOUNDED
504       disk.iops_server_1b_ps_1_test_nested_level2:
505         type: org.openecomp.capabilities.metric.Ceilometer
506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
507         occurrences:
508         - 1
509         - UNBOUNDED
510       disk.device.read.bytes_server_1b_ps_2_test_nested_level2:
511         type: org.openecomp.capabilities.metric.Ceilometer
512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
513         occurrences:
514         - 1
515         - UNBOUNDED
516       feature_server_1b_pd_0:
517         type: tosca.capabilities.Node
518         occurrences:
519         - 1
520         - UNBOUNDED
521       disk.device.write.requests.rate_server_1b_ps_2_test_nested_level2:
522         type: org.openecomp.capabilities.metric.Ceilometer
523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
524         occurrences:
525         - 1
526         - UNBOUNDED
527       disk.device.write.requests_server_1b_ps_2_test_nested_level2:
528         type: org.openecomp.capabilities.metric.Ceilometer
529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
530         occurrences:
531         - 1
532         - UNBOUNDED
533       disk.capacity_server_1b_ps_1_test_nested_level2:
534         type: org.openecomp.capabilities.metric.Ceilometer
535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
536         occurrences:
537         - 1
538         - UNBOUNDED
539       feature_ps_server_1b_port_2_test_nested_level2:
540         type: tosca.capabilities.Node
541         occurrences:
542         - 1
543         - UNBOUNDED
544       disk.allocation_server_1b_ps_1_test_nested_level2:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       network.outgoing.bytes_ps_server_1b_port_2_test_nested_level2:
551         type: org.openecomp.capabilities.metric.Ceilometer
552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
553         occurrences:
554         - 1
555         - UNBOUNDED
556       endpoint_server_1b_ps_1_test_nested_level2:
557         type: tosca.capabilities.Endpoint.Admin
558         occurrences:
559         - 1
560         - UNBOUNDED
561       disk.usage_server_1b_ps_1_test_nested_level2:
562         type: org.openecomp.capabilities.metric.Ceilometer
563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
564         occurrences:
565         - 1
566         - UNBOUNDED
567       disk.device.write.bytes_server_1b_pd_0:
568         type: org.openecomp.capabilities.metric.Ceilometer
569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
570         occurrences:
571         - 1
572         - UNBOUNDED
573       disk.iops_server_1b_pd_0:
574         type: org.openecomp.capabilities.metric.Ceilometer
575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
576         occurrences:
577         - 1
578         - UNBOUNDED
579       feature_template_Vlan_vmi_1_test_resourceGroup_0:
580         type: tosca.capabilities.Node
581         occurrences:
582         - 1
583         - UNBOUNDED
584       end_point_packet_external_network:
585         type: tosca.capabilities.Endpoint
586         occurrences:
587         - 1
588         - UNBOUNDED
589       forwarder_ps_server_1b_port_2_test_nested_level2:
590         type: org.openecomp.capabilities.Forwarder
591         occurrences:
592         - 1
593         - UNBOUNDED
594       disk.write.bytes_server_1b_pd_0:
595         type: org.openecomp.capabilities.metric.Ceilometer
596         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
597         occurrences:
598         - 1
599         - UNBOUNDED
600       cpu.delta_server_1b_ps_2_test_nested_level2:
601         type: org.openecomp.capabilities.metric.Ceilometer
602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
603         occurrences:
604         - 1
605         - UNBOUNDED
606       instance_server_1b_ps_2_test_nested_level2:
607         type: org.openecomp.capabilities.metric.Ceilometer
608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
609         occurrences:
610         - 1
611         - UNBOUNDED
612       disk.device.capacity_server_1b_ps_2_test_nested_level2:
613         type: org.openecomp.capabilities.metric.Ceilometer
614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
615         occurrences:
616         - 1
617         - UNBOUNDED
618       binding_server_1b_pd_0:
619         type: tosca.capabilities.network.Bindable
620         occurrences:
621         - 1
622         - UNBOUNDED
623       disk.device.read.requests_server_1b_ps_2_test_nested_level2:
624         type: org.openecomp.capabilities.metric.Ceilometer
625         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
626         occurrences:
627         - 1
628         - UNBOUNDED
629       disk.device.write.requests.rate_server_1b_pd_0:
630         type: org.openecomp.capabilities.metric.Ceilometer
631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
632         occurrences:
633         - 1
634         - UNBOUNDED
635       disk.device.iops_server_1b_ps_2_test_nested_level2:
636         type: org.openecomp.capabilities.metric.Ceilometer
637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
638         occurrences:
639         - 1
640         - UNBOUNDED
641       feature_template_Vlan_vmi_1_test_resourceGroup_1_test_nested_level2:
642         type: tosca.capabilities.Node
643         occurrences:
644         - 1
645         - UNBOUNDED
646       network.outgoing.bytes_pd_server_1b_port_0:
647         type: org.openecomp.capabilities.metric.Ceilometer
648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
649         occurrences:
650         - 1
651         - UNBOUNDED
652       disk.read.requests_server_1b_ps_1_test_nested_level2:
653         type: org.openecomp.capabilities.metric.Ceilometer
654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
655         occurrences:
656         - 1
657         - UNBOUNDED
658       memory.usage_server_1b_ps_1_test_nested_level2:
659         type: org.openecomp.capabilities.metric.Ceilometer
660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
661         occurrences:
662         - 1
663         - UNBOUNDED
664       link_packet_external_network:
665         type: tosca.capabilities.network.Linkable
666         occurrences:
667         - 1
668         - UNBOUNDED
669       memory.usage_server_1b_ps_2_test_nested_level2:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       disk.device.iops_server_1b_ps_1_test_nested_level2:
676         type: org.openecomp.capabilities.metric.Ceilometer
677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
678         occurrences:
679         - 1
680         - UNBOUNDED
681       memory.resident_server_1b_pd_0:
682         type: org.openecomp.capabilities.metric.Ceilometer
683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
684         occurrences:
685         - 1
686         - UNBOUNDED
687       network.outgoing.packets.rate_pd_server_1b_port_0:
688         type: org.openecomp.capabilities.metric.Ceilometer
689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
690         occurrences:
691         - 1
692         - UNBOUNDED
693       disk.device.read.bytes_server_1b_pd_0:
694         type: org.openecomp.capabilities.metric.Ceilometer
695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
696         occurrences:
697         - 1
698         - UNBOUNDED
699       feature_server_1b_ps_1_test_nested_level2:
700         type: tosca.capabilities.Node
701         occurrences:
702         - 1
703         - UNBOUNDED
704       vcpus_server_1b_ps_2_test_nested_level2:
705         type: org.openecomp.capabilities.metric.Ceilometer
706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
707         occurrences:
708         - 1
709         - UNBOUNDED
710       attachment_pd_server_1b_port_0:
711         type: tosca.capabilities.Attachment
712         occurrences:
713         - 1
714         - UNBOUNDED
715       attachment_packet_ext_network_test_nested_level2:
716         type: tosca.capabilities.Attachment
717         occurrences:
718         - 1
719         - UNBOUNDED
720       disk.device.write.requests.rate_server_1b_ps_1_test_nested_level2:
721         type: org.openecomp.capabilities.metric.Ceilometer
722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
723         occurrences:
724         - 1
725         - UNBOUNDED
726       host_server_1b_ps_1_test_nested_level2:
727         type: tosca.capabilities.Container
728         valid_source_types:
729         - tosca.nodes.SoftwareComponent
730         occurrences:
731         - 1
732         - UNBOUNDED
733       disk.ephemeral.size_server_1b_pd_0:
734         type: org.openecomp.capabilities.metric.Ceilometer
735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
736         occurrences:
737         - 1
738         - UNBOUNDED
739       network.outgoing.bytes_ps_server_1b_port_1_test_nested_level2:
740         type: org.openecomp.capabilities.metric.Ceilometer
741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
742         occurrences:
743         - 1
744         - UNBOUNDED
745       disk.write.bytes_server_1b_ps_1_test_nested_level2:
746         type: org.openecomp.capabilities.metric.Ceilometer
747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
748         occurrences:
749         - 1
750         - UNBOUNDED
751       end_point_packet_internal_network:
752         type: tosca.capabilities.Endpoint
753         occurrences:
754         - 1
755         - UNBOUNDED
756       attachment_ps_server_1b_port_1_test_nested_level2:
757         type: tosca.capabilities.Attachment
758         occurrences:
759         - 1
760         - UNBOUNDED
761       feature_ps_server_1b_port_1_test_nested_level2:
762         type: tosca.capabilities.Node
763         occurrences:
764         - 1
765         - UNBOUNDED
766       feature_packet_internal_network:
767         type: tosca.capabilities.Node
768         occurrences:
769         - 1
770         - UNBOUNDED
771       cpu.delta_server_1b_ps_1_test_nested_level2:
772         type: org.openecomp.capabilities.metric.Ceilometer
773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
774         occurrences:
775         - 1
776         - UNBOUNDED
777       disk.device.write.requests_server_1b_ps_1_test_nested_level2:
778         type: org.openecomp.capabilities.metric.Ceilometer
779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
780         occurrences:
781         - 1
782         - UNBOUNDED
783       disk.device.capacity_server_1b_ps_1_test_nested_level2:
784         type: org.openecomp.capabilities.metric.Ceilometer
785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
786         occurrences:
787         - 1
788         - UNBOUNDED
789       disk.usage_server_1b_ps_2_test_nested_level2:
790         type: org.openecomp.capabilities.metric.Ceilometer
791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
792         occurrences:
793         - 1
794         - UNBOUNDED
795       instance_server_1b_pd_0:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       disk.device.capacity_server_1b_pd_0:
802         type: org.openecomp.capabilities.metric.Ceilometer
803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
804         occurrences:
805         - 1
806         - UNBOUNDED
807       disk.root.size_server_1b_ps_2_test_nested_level2:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       disk.device.read.bytes.rate_server_1b_ps_1_test_nested_level2:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       instance_server_1b_ps_1_test_nested_level2:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       network.outgoing.bytes.rate_ps_server_1b_port_1_test_nested_level2:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       network.incoming.packets.rate_ps_server_1b_port_1_test_nested_level2:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       disk.device.read.requests_server_1b_ps_1_test_nested_level2:
838         type: org.openecomp.capabilities.metric.Ceilometer
839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
840         occurrences:
841         - 1
842         - UNBOUNDED
843       network.outgoing.bytes.rate_pd_server_1b_port_0:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       network.incoming.packets.rate_pd_server_1b_port_0:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       network.incoming.packets_ps_server_1b_port_2_test_nested_level2:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       os_server_1b_pd_0:
862         type: tosca.capabilities.OperatingSystem
863         occurrences:
864         - 1
865         - UNBOUNDED
866       network.incoming.bytes_ps_server_1b_port_1_test_nested_level2:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       endpoint_server_1b_pd_0:
873         type: tosca.capabilities.Endpoint.Admin
874         occurrences:
875         - 1
876         - UNBOUNDED
877       disk.read.bytes_server_1b_pd_0:
878         type: org.openecomp.capabilities.metric.Ceilometer
879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
880         occurrences:
881         - 1
882         - UNBOUNDED
883       cpu_util_server_1b_ps_1_test_nested_level2:
884         type: org.openecomp.capabilities.metric.Ceilometer
885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
886         occurrences:
887         - 1
888         - UNBOUNDED
889       disk.write.requests_server_1b_ps_2_test_nested_level2:
890         type: org.openecomp.capabilities.metric.Ceilometer
891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
892         occurrences:
893         - 1
894         - UNBOUNDED
895       disk.latency_server_1b_ps_2_test_nested_level2:
896         type: org.openecomp.capabilities.metric.Ceilometer
897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
898         occurrences:
899         - 1
900         - UNBOUNDED
901       binding_server_1b_ps_1_test_nested_level2:
902         type: tosca.capabilities.network.Bindable
903         occurrences:
904         - 1
905         - UNBOUNDED
906       disk.device.usage_server_1b_ps_2_test_nested_level2:
907         type: org.openecomp.capabilities.metric.Ceilometer
908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
909         occurrences:
910         - 1
911         - UNBOUNDED
912       network.incoming.bytes.rate_ps_server_1b_port_1_test_nested_level2:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918       binding_ps_server_1b_port_1_test_nested_level2:
919         type: tosca.capabilities.network.Bindable
920         valid_source_types:
921         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
922         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
923         occurrences:
924         - 0
925         - UNBOUNDED
926       host_server_1b_pd_0:
927         type: tosca.capabilities.Container
928         valid_source_types:
929         - tosca.nodes.SoftwareComponent
930         occurrences:
931         - 1
932         - UNBOUNDED
933       attachment_packet_int_network_test_nested_level2:
934         type: tosca.capabilities.Attachment
935         occurrences:
936         - 1
937         - UNBOUNDED
938       network.incoming.bytes_pd_server_1b_port_0:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       disk.root.size_server_1b_pd_0:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950       binding_ps_server_1b_port_2_test_nested_level2:
951         type: tosca.capabilities.network.Bindable
952         valid_source_types:
953         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
954         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
955         occurrences:
956         - 0
957         - UNBOUNDED
958       disk.ephemeral.size_server_1b_ps_1_test_nested_level2:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.allocation_server_1b_ps_2_test_nested_level2:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       memory_server_1b_pd_0:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       disk.device.latency_server_1b_pd_0:
977         type: org.openecomp.capabilities.metric.Ceilometer
978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
979         occurrences:
980         - 1
981         - UNBOUNDED
982       binding_server_1b_ps_2_test_nested_level2:
983         type: tosca.capabilities.network.Bindable
984         occurrences:
985         - 1
986         - UNBOUNDED
987       disk.device.read.requests.rate_server_1b_ps_1_test_nested_level2:
988         type: org.openecomp.capabilities.metric.Ceilometer
989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
990         occurrences:
991         - 1
992         - UNBOUNDED
993       disk.device.usage_server_1b_pd_0:
994         type: org.openecomp.capabilities.metric.Ceilometer
995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
996         occurrences:
997         - 1
998         - UNBOUNDED
999       cpu_server_1b_ps_2_test_nested_level2:
1000         type: org.openecomp.capabilities.metric.Ceilometer
1001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       feature_packet_external_network:
1006         type: tosca.capabilities.Node
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       memory.resident_server_1b_ps_2_test_nested_level2:
1011         type: org.openecomp.capabilities.metric.Ceilometer
1012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1013         occurrences:
1014         - 1
1015         - UNBOUNDED
1016       memory.resident_server_1b_ps_1_test_nested_level2:
1017         type: org.openecomp.capabilities.metric.Ceilometer
1018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1019         occurrences:
1020         - 1
1021         - UNBOUNDED
1022       disk.write.bytes.rate_server_1b_ps_2_test_nested_level2:
1023         type: org.openecomp.capabilities.metric.Ceilometer
1024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1025         occurrences:
1026         - 1
1027         - UNBOUNDED
1028       disk.device.write.bytes.rate_server_1b_ps_2_test_nested_level2:
1029         type: org.openecomp.capabilities.metric.Ceilometer
1030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1031         occurrences:
1032         - 1
1033         - UNBOUNDED
1034       network.outgoing.packets.rate_ps_server_1b_port_1_test_nested_level2:
1035         type: org.openecomp.capabilities.metric.Ceilometer
1036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1037         occurrences:
1038         - 1
1039         - UNBOUNDED
1040       disk.device.latency_server_1b_ps_1_test_nested_level2:
1041         type: org.openecomp.capabilities.metric.Ceilometer
1042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1043         occurrences:
1044         - 1
1045         - UNBOUNDED
1046       disk.allocation_server_1b_pd_0:
1047         type: org.openecomp.capabilities.metric.Ceilometer
1048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1049         occurrences:
1050         - 1
1051         - UNBOUNDED
1052       link_packet_ext_network_test_nested_level2:
1053         type: tosca.capabilities.network.Linkable
1054         occurrences:
1055         - 1
1056         - UNBOUNDED
1057       disk.write.bytes_server_1b_ps_2_test_nested_level2:
1058         type: org.openecomp.capabilities.metric.Ceilometer
1059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       binding_pd_server_1b_port_0:
1064         type: tosca.capabilities.network.Bindable
1065         valid_source_types:
1066         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1067         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1068         occurrences:
1069         - 0
1070         - UNBOUNDED
1071       host_server_1b_ps_2_test_nested_level2:
1072         type: tosca.capabilities.Container
1073         valid_source_types:
1074         - tosca.nodes.SoftwareComponent
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       disk.device.read.requests.rate_server_1b_pd_0:
1079         type: org.openecomp.capabilities.metric.Ceilometer
1080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1081         occurrences:
1082         - 1
1083         - UNBOUNDED
1084       link_packet_internal_network:
1085         type: tosca.capabilities.network.Linkable
1086         occurrences:
1087         - 1
1088         - UNBOUNDED
1089       network.incoming.packets.rate_ps_server_1b_port_2_test_nested_level2:
1090         type: org.openecomp.capabilities.metric.Ceilometer
1091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1092         occurrences:
1093         - 1
1094         - UNBOUNDED
1095       disk.write.requests_server_1b_pd_0:
1096         type: org.openecomp.capabilities.metric.Ceilometer
1097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1098         occurrences:
1099         - 1
1100         - UNBOUNDED
1101       attachment_ps_server_1b_port_2_test_nested_level2:
1102         type: tosca.capabilities.Attachment
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       disk.device.allocation_server_1b_ps_1_test_nested_level2:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       disk.device.read.bytes.rate_server_1b_ps_2_test_nested_level2:
1113         type: org.openecomp.capabilities.metric.Ceilometer
1114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       scalable_server_1b_pd_0:
1119         type: tosca.capabilities.Scalable
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       memory_server_1b_ps_2_test_nested_level2:
1124         type: org.openecomp.capabilities.metric.Ceilometer
1125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1126         occurrences:
1127         - 1
1128         - UNBOUNDED
1129       network.outgoing.bytes.rate_ps_server_1b_port_2_test_nested_level2:
1130         type: org.openecomp.capabilities.metric.Ceilometer
1131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1132         occurrences:
1133         - 1
1134         - UNBOUNDED
1135       os_server_1b_ps_2_test_nested_level2:
1136         type: tosca.capabilities.OperatingSystem
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       cpu.delta_server_1b_pd_0:
1141         type: org.openecomp.capabilities.metric.Ceilometer
1142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146       disk.read.bytes.rate_server_1b_ps_1_test_nested_level2:
1147         type: org.openecomp.capabilities.metric.Ceilometer
1148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1149         occurrences:
1150         - 1
1151         - UNBOUNDED
1152       feature_test_resourceGroup_1_test_nested_level2:
1153         type: tosca.capabilities.Node
1154         occurrences:
1155         - 1
1156         - UNBOUNDED
1157       disk.read.bytes.rate_server_1b_ps_2_test_nested_level2:
1158         type: org.openecomp.capabilities.metric.Ceilometer
1159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1160         occurrences:
1161         - 1
1162         - UNBOUNDED
1163       disk.device.allocation_server_1b_ps_2_test_nested_level2:
1164         type: org.openecomp.capabilities.metric.Ceilometer
1165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1166         occurrences:
1167         - 1
1168         - UNBOUNDED
1169       vcpus_server_1b_pd_0:
1170         type: org.openecomp.capabilities.metric.Ceilometer
1171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1172         occurrences:
1173         - 1
1174         - UNBOUNDED
1175       disk.device.read.requests_server_1b_pd_0:
1176         type: org.openecomp.capabilities.metric.Ceilometer
1177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1178         occurrences:
1179         - 1
1180         - UNBOUNDED
1181       network.incoming.packets_pd_server_1b_port_0:
1182         type: org.openecomp.capabilities.metric.Ceilometer
1183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1184         occurrences:
1185         - 1
1186         - UNBOUNDED
1187       disk.read.bytes.rate_server_1b_pd_0:
1188         type: org.openecomp.capabilities.metric.Ceilometer
1189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1190         occurrences:
1191         - 1
1192         - UNBOUNDED
1193       memory.usage_server_1b_pd_0:
1194         type: org.openecomp.capabilities.metric.Ceilometer
1195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1196         occurrences:
1197         - 1
1198         - UNBOUNDED
1199       attachment_packet_external_network:
1200         type: tosca.capabilities.Attachment
1201         occurrences:
1202         - 1
1203         - UNBOUNDED
1204       network.outpoing.packets_ps_server_1b_port_1_test_nested_level2:
1205         type: org.openecomp.capabilities.metric.Ceilometer
1206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1207         occurrences:
1208         - 1
1209         - UNBOUNDED
1210       disk.latency_server_1b_pd_0:
1211         type: org.openecomp.capabilities.metric.Ceilometer
1212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1213         occurrences:
1214         - 1
1215         - UNBOUNDED
1216       network.outpoing.packets_ps_server_1b_port_2_test_nested_level2:
1217         type: org.openecomp.capabilities.metric.Ceilometer
1218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1219         occurrences:
1220         - 1
1221         - UNBOUNDED
1222       network.incoming.bytes.rate_pd_server_1b_port_0:
1223         type: org.openecomp.capabilities.metric.Ceilometer
1224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1225         occurrences:
1226         - 1
1227         - UNBOUNDED
1228       disk.write.requests.rate_server_1b_ps_2_test_nested_level2:
1229         type: org.openecomp.capabilities.metric.Ceilometer
1230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1231         occurrences:
1232         - 1
1233         - UNBOUNDED
1234       disk.write.requests.rate_server_1b_ps_1_test_nested_level2:
1235         type: org.openecomp.capabilities.metric.Ceilometer
1236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1237         occurrences:
1238         - 1
1239         - UNBOUNDED
1240   org.openecomp.resource.abstract.nodes.pd_server_1b:
1241     derived_from: org.openecomp.resource.abstract.nodes.VFC
1242     properties:
1243       compute_pd_server_1b_name:
1244         type: list
1245         required: true
1246         status: SUPPORTED
1247         entry_schema:
1248           type: string
1249       subinterface_nested_vlan_service_template_filter_count:
1250         type: list
1251         required: true
1252         status: SUPPORTED
1253         entry_schema:
1254           type: float
1255       index_value:
1256         type: integer
1257         description: Index value of this substitution service template runtime instance
1258         required: false
1259         default: 0
1260         status: SUPPORTED
1261         constraints:
1262         - greater_or_equal: 0
1263       vm_flavor_name:
1264         type: string
1265         required: true
1266         status: SUPPORTED
1267       port_pd_server_1b_port_subinterface_indicator:
1268         type: list
1269         required: true
1270         status: SUPPORTED
1271         entry_schema:
1272           type: boolean
1273       port_pd_server_1b_port_vlan_requirements:
1274         type: list
1275         required: true
1276         status: SUPPORTED
1277         entry_schema:
1278           type: org.openecomp.datatypes.network.VlanRequirements
1279       subinterface_nested_vlan_net1:
1280         type: list
1281         required: true
1282         status: SUPPORTED
1283         entry_schema:
1284           type: string
1285       port_pd_server_1b_port_network_role_tag:
1286         type: string
1287         required: true
1288         status: SUPPORTED
1289       vm_image_name:
1290         type: string
1291         required: true
1292         status: SUPPORTED
1293       port_pd_server_1b_port_replacement_policy:
1294         type: list
1295         required: true
1296         status: SUPPORTED
1297         entry_schema:
1298           type: string
1299       port_pd_server_1b_port_mac_requirements:
1300         type: org.openecomp.datatypes.network.MacRequirements
1301         required: true
1302         status: SUPPORTED
1303       port_pd_server_1b_port_network_role:
1304         type: string
1305         required: true
1306         status: SUPPORTED
1307       subinterface_nested_vlan_parent_interface:
1308         type: list
1309         required: true
1310         status: SUPPORTED
1311         entry_schema:
1312           type: string
1313       port_pd_server_1b_port_fixed_ips:
1314         type: list
1315         required: true
1316         status: SUPPORTED
1317         entry_schema:
1318           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1319       port_pd_server_1b_port_network:
1320         type: list
1321         required: true
1322         status: SUPPORTED
1323         entry_schema:
1324           type: string
1325       compute_pd_server_1b_availability_zone:
1326         type: list
1327         required: true
1328         status: SUPPORTED
1329         entry_schema:
1330           type: string
1331       port_pd_server_1b_port_order:
1332         type: integer
1333         required: true
1334         status: SUPPORTED
1335       port_pd_server_1b_port_exCP_naming:
1336         type: org.openecomp.datatypes.Naming
1337         required: true
1338         status: SUPPORTED
1339       port_pd_server_1b_port_ip_requirements:
1340         type: list
1341         required: true
1342         status: SUPPORTED
1343         entry_schema:
1344           type: org.openecomp.datatypes.network.IpRequirements
1345       port_pd_server_1b_port_subnetpoolid:
1346         type: string
1347         required: true
1348         status: SUPPORTED
1349     requirements:
1350     - dependency_pd_server_1b_pd_server_1b_port_nested_vlan:
1351         capability: tosca.capabilities.Node
1352         node: tosca.nodes.Root
1353         relationship: tosca.relationships.DependsOn
1354         occurrences:
1355         - 0
1356         - UNBOUNDED
1357     - dependency_template_Vlan_vmi_1_pd_server_1b_pd_server_1b_port_nested_vlan:
1358         capability: tosca.capabilities.Node
1359         node: tosca.nodes.Root
1360         relationship: tosca.relationships.DependsOn
1361         occurrences:
1362         - 0
1363         - UNBOUNDED
1364     - subinterface_link_template_Vlan_vmi_1_pd_server_1b_pd_server_1b_port_nested_vlan:
1365         capability: tosca.capabilities.network.Linkable
1366         relationship: tosca.relationships.network.LinksTo
1367         occurrences:
1368         - 1
1369         - 1
1370     - dependency_pd_server_1b:
1371         capability: tosca.capabilities.Node
1372         node: tosca.nodes.Root
1373         relationship: tosca.relationships.DependsOn
1374         occurrences:
1375         - 0
1376         - UNBOUNDED
1377     - local_storage_pd_server_1b:
1378         capability: tosca.capabilities.Attachment
1379         node: tosca.nodes.BlockStorage
1380         relationship: tosca.relationships.AttachesTo
1381         occurrences:
1382         - 0
1383         - UNBOUNDED
1384     - dependency_pd_server_1b_pd_server_1b_port:
1385         capability: tosca.capabilities.Node
1386         node: tosca.nodes.Root
1387         relationship: tosca.relationships.DependsOn
1388         occurrences:
1389         - 0
1390         - UNBOUNDED
1391     - link_pd_server_1b_pd_server_1b_port:
1392         capability: tosca.capabilities.network.Linkable
1393         relationship: tosca.relationships.network.LinksTo
1394         occurrences:
1395         - 1
1396         - 1
1397     capabilities:
1398       disk.device.read.bytes_pd_server_1b:
1399         type: org.openecomp.capabilities.metric.Ceilometer
1400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1401         occurrences:
1402         - 1
1403         - UNBOUNDED
1404       feature_pd_server_1b_pd_server_1b_port:
1405         type: tosca.capabilities.Node
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       host_pd_server_1b:
1410         type: tosca.capabilities.Container
1411         valid_source_types:
1412         - tosca.nodes.SoftwareComponent
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       disk.read.bytes.rate_pd_server_1b:
1417         type: org.openecomp.capabilities.metric.Ceilometer
1418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       disk.allocation_pd_server_1b:
1423         type: org.openecomp.capabilities.metric.Ceilometer
1424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1425         occurrences:
1426         - 1
1427         - UNBOUNDED
1428       network.incoming.bytes.rate_pd_server_1b_pd_server_1b_port:
1429         type: org.openecomp.capabilities.metric.Ceilometer
1430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1431         occurrences:
1432         - 1
1433         - UNBOUNDED
1434       cpu.delta_pd_server_1b:
1435         type: org.openecomp.capabilities.metric.Ceilometer
1436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       forwarder_pd_server_1b_pd_server_1b_port:
1441         type: org.openecomp.capabilities.Forwarder
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       network.incoming.bytes_pd_server_1b_pd_server_1b_port:
1446         type: org.openecomp.capabilities.metric.Ceilometer
1447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       disk.device.read.requests_pd_server_1b:
1452         type: org.openecomp.capabilities.metric.Ceilometer
1453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       feature_pd_server_1b:
1458         type: tosca.capabilities.Node
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462       disk.device.iops_pd_server_1b:
1463         type: org.openecomp.capabilities.metric.Ceilometer
1464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1465         occurrences:
1466         - 1
1467         - UNBOUNDED
1468       binding_pd_server_1b_pd_server_1b_port:
1469         type: tosca.capabilities.network.Bindable
1470         valid_source_types:
1471         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1472         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1473         occurrences:
1474         - 0
1475         - UNBOUNDED
1476       cpu_pd_server_1b:
1477         type: org.openecomp.capabilities.metric.Ceilometer
1478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1479         occurrences:
1480         - 1
1481         - UNBOUNDED
1482       disk.write.bytes.rate_pd_server_1b:
1483         type: org.openecomp.capabilities.metric.Ceilometer
1484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1485         occurrences:
1486         - 1
1487         - UNBOUNDED
1488       disk.device.read.requests.rate_pd_server_1b:
1489         type: org.openecomp.capabilities.metric.Ceilometer
1490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1491         occurrences:
1492         - 1
1493         - UNBOUNDED
1494       endpoint_pd_server_1b:
1495         type: tosca.capabilities.Endpoint.Admin
1496         occurrences:
1497         - 1
1498         - UNBOUNDED
1499       disk.device.allocation_pd_server_1b:
1500         type: org.openecomp.capabilities.metric.Ceilometer
1501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1502         occurrences:
1503         - 1
1504         - UNBOUNDED
1505       memory.usage_pd_server_1b:
1506         type: org.openecomp.capabilities.metric.Ceilometer
1507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1508         occurrences:
1509         - 1
1510         - UNBOUNDED
1511       network.outpoing.packets_pd_server_1b_pd_server_1b_port:
1512         type: org.openecomp.capabilities.metric.Ceilometer
1513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1514         occurrences:
1515         - 1
1516         - UNBOUNDED
1517       memory_pd_server_1b:
1518         type: org.openecomp.capabilities.metric.Ceilometer
1519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1520         occurrences:
1521         - 1
1522         - UNBOUNDED
1523       disk.device.read.bytes.rate_pd_server_1b:
1524         type: org.openecomp.capabilities.metric.Ceilometer
1525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1526         occurrences:
1527         - 1
1528         - UNBOUNDED
1529       disk.device.latency_pd_server_1b:
1530         type: org.openecomp.capabilities.metric.Ceilometer
1531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1532         occurrences:
1533         - 1
1534         - UNBOUNDED
1535       disk.read.bytes_pd_server_1b:
1536         type: org.openecomp.capabilities.metric.Ceilometer
1537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1538         occurrences:
1539         - 1
1540         - UNBOUNDED
1541       disk.device.usage_pd_server_1b:
1542         type: org.openecomp.capabilities.metric.Ceilometer
1543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1544         occurrences:
1545         - 1
1546         - UNBOUNDED
1547       attachment_pd_server_1b_pd_server_1b_port:
1548         type: tosca.capabilities.Attachment
1549         occurrences:
1550         - 1
1551         - UNBOUNDED
1552       disk.device.write.requests_pd_server_1b:
1553         type: org.openecomp.capabilities.metric.Ceilometer
1554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1555         occurrences:
1556         - 1
1557         - UNBOUNDED
1558       disk.latency_pd_server_1b:
1559         type: org.openecomp.capabilities.metric.Ceilometer
1560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1561         occurrences:
1562         - 1
1563         - UNBOUNDED
1564       disk.ephemeral.size_pd_server_1b:
1565         type: org.openecomp.capabilities.metric.Ceilometer
1566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1567         occurrences:
1568         - 1
1569         - UNBOUNDED
1570       network.outgoing.bytes.rate_pd_server_1b_pd_server_1b_port:
1571         type: org.openecomp.capabilities.metric.Ceilometer
1572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1573         occurrences:
1574         - 1
1575         - UNBOUNDED
1576       scalable_pd_server_1b:
1577         type: tosca.capabilities.Scalable
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       disk.write.requests_pd_server_1b:
1582         type: org.openecomp.capabilities.metric.Ceilometer
1583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1584         occurrences:
1585         - 1
1586         - UNBOUNDED
1587       feature_template_Vlan_vmi_1_pd_server_1b_pd_server_1b_port_nested_vlan:
1588         type: tosca.capabilities.Node
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592       disk.device.write.bytes.rate_pd_server_1b:
1593         type: org.openecomp.capabilities.metric.Ceilometer
1594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1595         occurrences:
1596         - 1
1597         - UNBOUNDED
1598       disk.root.size_pd_server_1b:
1599         type: org.openecomp.capabilities.metric.Ceilometer
1600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1601         occurrences:
1602         - 1
1603         - UNBOUNDED
1604       disk.iops_pd_server_1b:
1605         type: org.openecomp.capabilities.metric.Ceilometer
1606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1607         occurrences:
1608         - 1
1609         - UNBOUNDED
1610       disk.write.bytes_pd_server_1b:
1611         type: org.openecomp.capabilities.metric.Ceilometer
1612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1613         occurrences:
1614         - 1
1615         - UNBOUNDED
1616       disk.device.write.bytes_pd_server_1b:
1617         type: org.openecomp.capabilities.metric.Ceilometer
1618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1619         occurrences:
1620         - 1
1621         - UNBOUNDED
1622       os_pd_server_1b:
1623         type: tosca.capabilities.OperatingSystem
1624         occurrences:
1625         - 1
1626         - UNBOUNDED
1627       vcpus_pd_server_1b:
1628         type: org.openecomp.capabilities.metric.Ceilometer
1629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1630         occurrences:
1631         - 1
1632         - UNBOUNDED
1633       network.incoming.packets.rate_pd_server_1b_pd_server_1b_port:
1634         type: org.openecomp.capabilities.metric.Ceilometer
1635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1636         occurrences:
1637         - 1
1638         - UNBOUNDED
1639       instance_pd_server_1b:
1640         type: org.openecomp.capabilities.metric.Ceilometer
1641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1642         occurrences:
1643         - 1
1644         - UNBOUNDED
1645       binding_pd_server_1b:
1646         type: tosca.capabilities.network.Bindable
1647         occurrences:
1648         - 1
1649         - UNBOUNDED
1650       cpu_util_pd_server_1b:
1651         type: org.openecomp.capabilities.metric.Ceilometer
1652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1653         occurrences:
1654         - 1
1655         - UNBOUNDED
1656       network.outgoing.bytes_pd_server_1b_pd_server_1b_port:
1657         type: org.openecomp.capabilities.metric.Ceilometer
1658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1659         occurrences:
1660         - 1
1661         - UNBOUNDED
1662       memory.resident_pd_server_1b:
1663         type: org.openecomp.capabilities.metric.Ceilometer
1664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1665         occurrences:
1666         - 1
1667         - UNBOUNDED
1668       feature_pd_server_1b_pd_server_1b_port_nested_vlan:
1669         type: tosca.capabilities.Node
1670         occurrences:
1671         - 1
1672         - UNBOUNDED
1673       network.incoming.packets_pd_server_1b_pd_server_1b_port:
1674         type: org.openecomp.capabilities.metric.Ceilometer
1675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1676         occurrences:
1677         - 1
1678         - UNBOUNDED
1679       disk.device.write.requests.rate_pd_server_1b:
1680         type: org.openecomp.capabilities.metric.Ceilometer
1681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1682         occurrences:
1683         - 1
1684         - UNBOUNDED
1685       disk.device.capacity_pd_server_1b:
1686         type: org.openecomp.capabilities.metric.Ceilometer
1687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1688         occurrences:
1689         - 1
1690         - UNBOUNDED
1691       disk.read.requests_pd_server_1b:
1692         type: org.openecomp.capabilities.metric.Ceilometer
1693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1694         occurrences:
1695         - 1
1696         - UNBOUNDED
1697       network.outgoing.packets.rate_pd_server_1b_pd_server_1b_port:
1698         type: org.openecomp.capabilities.metric.Ceilometer
1699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       disk.capacity_pd_server_1b:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.usage_pd_server_1b:
1710         type: org.openecomp.capabilities.metric.Ceilometer
1711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1712         occurrences:
1713         - 1
1714         - UNBOUNDED
1715       disk.write.requests.rate_pd_server_1b:
1716         type: org.openecomp.capabilities.metric.Ceilometer
1717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1718         occurrences:
1719         - 1
1720         - UNBOUNDED
1721   org.openecomp.resource.abstract.nodes.heat.nested_pattern5_levelTwo:
1722     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1723     properties:
1724       port_net:
1725         type: string
1726         description: port network
1727         required: true
1728         status: SUPPORTED
1729       ps_server_2b_ips:
1730         type: string
1731         required: true
1732         status: SUPPORTED
1733       ps_server_1b_ips:
1734         type: string
1735         required: true
1736         status: SUPPORTED
1737       packet_int_network_name:
1738         type: string
1739         description: network name
1740         required: true
1741         status: SUPPORTED
1742       security_group_name:
1743         type: list
1744         description: CMAUI1, CMAUI2 server names
1745         required: true
1746         status: SUPPORTED
1747         entry_schema:
1748           type: string
1749       availability_zone_0:
1750         type: string
1751         description: availabilityzone name
1752         required: true
1753         status: SUPPORTED
1754       ps_server_1b_flavor:
1755         type: string
1756         description: Flavor for PS server
1757         required: true
1758         status: SUPPORTED
1759       ps_server_1b_image:
1760         type: string
1761         description: Ps Image server
1762         required: true
1763         status: SUPPORTED
1764       sub_inf_net:
1765         type: string
1766         description: sub interface network
1767         required: true
1768         status: SUPPORTED
1769       ps_server_1b_names:
1770         type: list
1771         description: Ps server names
1772         required: true
1773         status: SUPPORTED
1774         entry_schema:
1775           type: string
1776       packet_ext_network_name:
1777         type: string
1778         description: network name
1779         required: true
1780         status: SUPPORTED
1781     requirements:
1782     - dependency_server_1b_ps_1:
1783         capability: tosca.capabilities.Node
1784         node: tosca.nodes.Root
1785         relationship: tosca.relationships.DependsOn
1786         occurrences:
1787         - 0
1788         - UNBOUNDED
1789     - local_storage_server_1b_ps_1:
1790         capability: tosca.capabilities.Attachment
1791         node: tosca.nodes.BlockStorage
1792         relationship: tosca.relationships.AttachesTo
1793         occurrences:
1794         - 0
1795         - UNBOUNDED
1796     - dependency_test_resourceGroup_1:
1797         capability: tosca.capabilities.Node
1798         node: tosca.nodes.Root
1799         relationship: tosca.relationships.DependsOn
1800         occurrences:
1801         - 0
1802         - UNBOUNDED
1803     - dependency_template_Vlan_vmi_1_test_resourceGroup_1:
1804         capability: tosca.capabilities.Node
1805         node: tosca.nodes.Root
1806         relationship: tosca.relationships.DependsOn
1807         occurrences:
1808         - 0
1809         - UNBOUNDED
1810     - dependency_ps_server_1b_port_1:
1811         capability: tosca.capabilities.Node
1812         node: tosca.nodes.Root
1813         relationship: tosca.relationships.DependsOn
1814         occurrences:
1815         - 0
1816         - UNBOUNDED
1817     - dependency_ps_server_1b_port_2:
1818         capability: tosca.capabilities.Node
1819         node: tosca.nodes.Root
1820         relationship: tosca.relationships.DependsOn
1821         occurrences:
1822         - 0
1823         - UNBOUNDED
1824     - dependency_packet_ext_network:
1825         capability: tosca.capabilities.Node
1826         node: tosca.nodes.Root
1827         relationship: tosca.relationships.DependsOn
1828         occurrences:
1829         - 0
1830         - UNBOUNDED
1831     - dependency_packet_int_network:
1832         capability: tosca.capabilities.Node
1833         node: tosca.nodes.Root
1834         relationship: tosca.relationships.DependsOn
1835         occurrences:
1836         - 0
1837         - UNBOUNDED
1838     - dependency_server_1b_ps_2:
1839         capability: tosca.capabilities.Node
1840         node: tosca.nodes.Root
1841         relationship: tosca.relationships.DependsOn
1842         occurrences:
1843         - 0
1844         - UNBOUNDED
1845     - local_storage_server_1b_ps_2:
1846         capability: tosca.capabilities.Attachment
1847         node: tosca.nodes.BlockStorage
1848         relationship: tosca.relationships.AttachesTo
1849         occurrences:
1850         - 0
1851         - UNBOUNDED
1852     capabilities:
1853       binding_ps_server_1b_port_2:
1854         type: tosca.capabilities.network.Bindable
1855         valid_source_types:
1856         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1857         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1858         occurrences:
1859         - 0
1860         - UNBOUNDED
1861       disk.device.latency_server_1b_ps_1:
1862         type: org.openecomp.capabilities.metric.Ceilometer
1863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1864         occurrences:
1865         - 1
1866         - UNBOUNDED
1867       disk.device.usage_server_1b_ps_1:
1868         type: org.openecomp.capabilities.metric.Ceilometer
1869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1870         occurrences:
1871         - 1
1872         - UNBOUNDED
1873       disk.device.usage_server_1b_ps_2:
1874         type: org.openecomp.capabilities.metric.Ceilometer
1875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1876         occurrences:
1877         - 1
1878         - UNBOUNDED
1879       disk.read.requests_server_1b_ps_1:
1880         type: org.openecomp.capabilities.metric.Ceilometer
1881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1882         occurrences:
1883         - 1
1884         - UNBOUNDED
1885       disk.device.write.requests.rate_server_1b_ps_1:
1886         type: org.openecomp.capabilities.metric.Ceilometer
1887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1888         occurrences:
1889         - 1
1890         - UNBOUNDED
1891       disk.read.requests_server_1b_ps_2:
1892         type: org.openecomp.capabilities.metric.Ceilometer
1893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1894         occurrences:
1895         - 1
1896         - UNBOUNDED
1897       disk.device.write.requests.rate_server_1b_ps_2:
1898         type: org.openecomp.capabilities.metric.Ceilometer
1899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1900         occurrences:
1901         - 1
1902         - UNBOUNDED
1903       binding_ps_server_1b_port_1:
1904         type: tosca.capabilities.network.Bindable
1905         valid_source_types:
1906         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1907         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1908         occurrences:
1909         - 0
1910         - UNBOUNDED
1911       disk.read.bytes_server_1b_ps_1:
1912         type: org.openecomp.capabilities.metric.Ceilometer
1913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1914         occurrences:
1915         - 1
1916         - UNBOUNDED
1917       disk.read.bytes_server_1b_ps_2:
1918         type: org.openecomp.capabilities.metric.Ceilometer
1919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1920         occurrences:
1921         - 1
1922         - UNBOUNDED
1923       disk.device.latency_server_1b_ps_2:
1924         type: org.openecomp.capabilities.metric.Ceilometer
1925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1926         occurrences:
1927         - 1
1928         - UNBOUNDED
1929       disk.root.size_server_1b_ps_1:
1930         type: org.openecomp.capabilities.metric.Ceilometer
1931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1932         occurrences:
1933         - 1
1934         - UNBOUNDED
1935       network.incoming.bytes.rate_ps_server_1b_port_2:
1936         type: org.openecomp.capabilities.metric.Ceilometer
1937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1938         occurrences:
1939         - 1
1940         - UNBOUNDED
1941       disk.root.size_server_1b_ps_2:
1942         type: org.openecomp.capabilities.metric.Ceilometer
1943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1944         occurrences:
1945         - 1
1946         - UNBOUNDED
1947       network.incoming.bytes.rate_ps_server_1b_port_1:
1948         type: org.openecomp.capabilities.metric.Ceilometer
1949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1950         occurrences:
1951         - 1
1952         - UNBOUNDED
1953       disk.device.read.requests.rate_server_1b_ps_1:
1954         type: org.openecomp.capabilities.metric.Ceilometer
1955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1956         occurrences:
1957         - 1
1958         - UNBOUNDED
1959       disk.device.read.requests.rate_server_1b_ps_2:
1960         type: org.openecomp.capabilities.metric.Ceilometer
1961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1962         occurrences:
1963         - 1
1964         - UNBOUNDED
1965       feature_test_resourceGroup_1:
1966         type: tosca.capabilities.Node
1967         occurrences:
1968         - 1
1969         - UNBOUNDED
1970       network.incoming.bytes_ps_server_1b_port_2:
1971         type: org.openecomp.capabilities.metric.Ceilometer
1972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1973         occurrences:
1974         - 1
1975         - UNBOUNDED
1976       network.incoming.bytes_ps_server_1b_port_1:
1977         type: org.openecomp.capabilities.metric.Ceilometer
1978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1979         occurrences:
1980         - 1
1981         - UNBOUNDED
1982       attachment_packet_int_network:
1983         type: tosca.capabilities.Attachment
1984         occurrences:
1985         - 1
1986         - UNBOUNDED
1987       cpu.delta_server_1b_ps_2:
1988         type: org.openecomp.capabilities.metric.Ceilometer
1989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1990         occurrences:
1991         - 1
1992         - UNBOUNDED
1993       memory.resident_server_1b_ps_2:
1994         type: org.openecomp.capabilities.metric.Ceilometer
1995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1996         occurrences:
1997         - 1
1998         - UNBOUNDED
1999       cpu.delta_server_1b_ps_1:
2000         type: org.openecomp.capabilities.metric.Ceilometer
2001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2002         occurrences:
2003         - 1
2004         - UNBOUNDED
2005       memory.resident_server_1b_ps_1:
2006         type: org.openecomp.capabilities.metric.Ceilometer
2007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2008         occurrences:
2009         - 1
2010         - UNBOUNDED
2011       cpu_util_server_1b_ps_1:
2012         type: org.openecomp.capabilities.metric.Ceilometer
2013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2014         occurrences:
2015         - 1
2016         - UNBOUNDED
2017       disk.device.write.bytes.rate_server_1b_ps_2:
2018         type: org.openecomp.capabilities.metric.Ceilometer
2019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2020         occurrences:
2021         - 1
2022         - UNBOUNDED
2023       disk.device.write.bytes.rate_server_1b_ps_1:
2024         type: org.openecomp.capabilities.metric.Ceilometer
2025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2026         occurrences:
2027         - 1
2028         - UNBOUNDED
2029       cpu_util_server_1b_ps_2:
2030         type: org.openecomp.capabilities.metric.Ceilometer
2031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2032         occurrences:
2033         - 1
2034         - UNBOUNDED
2035       disk.ephemeral.size_server_1b_ps_1:
2036         type: org.openecomp.capabilities.metric.Ceilometer
2037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2038         occurrences:
2039         - 1
2040         - UNBOUNDED
2041       disk.ephemeral.size_server_1b_ps_2:
2042         type: org.openecomp.capabilities.metric.Ceilometer
2043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2044         occurrences:
2045         - 1
2046         - UNBOUNDED
2047       disk.capacity_server_1b_ps_2:
2048         type: org.openecomp.capabilities.metric.Ceilometer
2049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2050         occurrences:
2051         - 1
2052         - UNBOUNDED
2053       memory_server_1b_ps_1:
2054         type: org.openecomp.capabilities.metric.Ceilometer
2055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2056         occurrences:
2057         - 1
2058         - UNBOUNDED
2059       network.outgoing.packets.rate_ps_server_1b_port_1:
2060         type: org.openecomp.capabilities.metric.Ceilometer
2061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2062         occurrences:
2063         - 1
2064         - UNBOUNDED
2065       disk.capacity_server_1b_ps_1:
2066         type: org.openecomp.capabilities.metric.Ceilometer
2067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2068         occurrences:
2069         - 1
2070         - UNBOUNDED
2071       memory_server_1b_ps_2:
2072         type: org.openecomp.capabilities.metric.Ceilometer
2073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2074         occurrences:
2075         - 1
2076         - UNBOUNDED
2077       instance_server_1b_ps_1:
2078         type: org.openecomp.capabilities.metric.Ceilometer
2079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2080         occurrences:
2081         - 1
2082         - UNBOUNDED
2083       forwarder_ps_server_1b_port_1:
2084         type: org.openecomp.capabilities.Forwarder
2085         occurrences:
2086         - 1
2087         - UNBOUNDED
2088       forwarder_ps_server_1b_port_2:
2089         type: org.openecomp.capabilities.Forwarder
2090         occurrences:
2091         - 1
2092         - UNBOUNDED
2093       network.outgoing.packets.rate_ps_server_1b_port_2:
2094         type: org.openecomp.capabilities.metric.Ceilometer
2095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2096         occurrences:
2097         - 1
2098         - UNBOUNDED
2099       link_packet_int_network:
2100         type: tosca.capabilities.network.Linkable
2101         occurrences:
2102         - 1
2103         - UNBOUNDED
2104       instance_server_1b_ps_2:
2105         type: org.openecomp.capabilities.metric.Ceilometer
2106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2107         occurrences:
2108         - 1
2109         - UNBOUNDED
2110       feature_template_Vlan_vmi_1_test_resourceGroup_1:
2111         type: tosca.capabilities.Node
2112         occurrences:
2113         - 1
2114         - UNBOUNDED
2115       disk.device.capacity_server_1b_ps_1:
2116         type: org.openecomp.capabilities.metric.Ceilometer
2117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2118         occurrences:
2119         - 1
2120         - UNBOUNDED
2121       end_point_packet_ext_network:
2122         type: tosca.capabilities.Endpoint
2123         occurrences:
2124         - 1
2125         - UNBOUNDED
2126       disk.device.capacity_server_1b_ps_2:
2127         type: org.openecomp.capabilities.metric.Ceilometer
2128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2129         occurrences:
2130         - 1
2131         - UNBOUNDED
2132       network.incoming.packets_ps_server_1b_port_2:
2133         type: org.openecomp.capabilities.metric.Ceilometer
2134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2135         occurrences:
2136         - 1
2137         - UNBOUNDED
2138       disk.device.iops_server_1b_ps_2:
2139         type: org.openecomp.capabilities.metric.Ceilometer
2140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2141         occurrences:
2142         - 1
2143         - UNBOUNDED
2144       disk.device.iops_server_1b_ps_1:
2145         type: org.openecomp.capabilities.metric.Ceilometer
2146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2147         occurrences:
2148         - 1
2149         - UNBOUNDED
2150       network.incoming.packets_ps_server_1b_port_1:
2151         type: org.openecomp.capabilities.metric.Ceilometer
2152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2153         occurrences:
2154         - 1
2155         - UNBOUNDED
2156       network.outgoing.bytes.rate_ps_server_1b_port_1:
2157         type: org.openecomp.capabilities.metric.Ceilometer
2158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2159         occurrences:
2160         - 1
2161         - UNBOUNDED
2162       network.outpoing.packets_ps_server_1b_port_2:
2163         type: org.openecomp.capabilities.metric.Ceilometer
2164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2165         occurrences:
2166         - 1
2167         - UNBOUNDED
2168       network.outpoing.packets_ps_server_1b_port_1:
2169         type: org.openecomp.capabilities.metric.Ceilometer
2170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2171         occurrences:
2172         - 1
2173         - UNBOUNDED
2174       endpoint_server_1b_ps_1:
2175         type: tosca.capabilities.Endpoint.Admin
2176         occurrences:
2177         - 1
2178         - UNBOUNDED
2179       disk.device.allocation_server_1b_ps_1:
2180         type: org.openecomp.capabilities.metric.Ceilometer
2181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2182         occurrences:
2183         - 1
2184         - UNBOUNDED
2185       endpoint_server_1b_ps_2:
2186         type: tosca.capabilities.Endpoint.Admin
2187         occurrences:
2188         - 1
2189         - UNBOUNDED
2190       disk.write.requests.rate_server_1b_ps_2:
2191         type: org.openecomp.capabilities.metric.Ceilometer
2192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2193         occurrences:
2194         - 1
2195         - UNBOUNDED
2196       disk.write.requests.rate_server_1b_ps_1:
2197         type: org.openecomp.capabilities.metric.Ceilometer
2198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2199         occurrences:
2200         - 1
2201         - UNBOUNDED
2202       host_server_1b_ps_2:
2203         type: tosca.capabilities.Container
2204         valid_source_types:
2205         - tosca.nodes.SoftwareComponent
2206         occurrences:
2207         - 1
2208         - UNBOUNDED
2209       host_server_1b_ps_1:
2210         type: tosca.capabilities.Container
2211         valid_source_types:
2212         - tosca.nodes.SoftwareComponent
2213         occurrences:
2214         - 1
2215         - UNBOUNDED
2216       feature_packet_int_network:
2217         type: tosca.capabilities.Node
2218         occurrences:
2219         - 1
2220         - UNBOUNDED
2221       network.outgoing.bytes.rate_ps_server_1b_port_2:
2222         type: org.openecomp.capabilities.metric.Ceilometer
2223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2224         occurrences:
2225         - 1
2226         - UNBOUNDED
2227       disk.write.bytes.rate_server_1b_ps_1:
2228         type: org.openecomp.capabilities.metric.Ceilometer
2229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2230         occurrences:
2231         - 1
2232         - UNBOUNDED
2233       disk.write.bytes_server_1b_ps_2:
2234         type: org.openecomp.capabilities.metric.Ceilometer
2235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2236         occurrences:
2237         - 1
2238         - UNBOUNDED
2239       disk.device.write.bytes_server_1b_ps_2:
2240         type: org.openecomp.capabilities.metric.Ceilometer
2241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2242         occurrences:
2243         - 1
2244         - UNBOUNDED
2245       disk.device.write.bytes_server_1b_ps_1:
2246         type: org.openecomp.capabilities.metric.Ceilometer
2247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2248         occurrences:
2249         - 1
2250         - UNBOUNDED
2251       disk.write.bytes_server_1b_ps_1:
2252         type: org.openecomp.capabilities.metric.Ceilometer
2253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2254         occurrences:
2255         - 1
2256         - UNBOUNDED
2257       disk.write.bytes.rate_server_1b_ps_2:
2258         type: org.openecomp.capabilities.metric.Ceilometer
2259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2260         occurrences:
2261         - 1
2262         - UNBOUNDED
2263       disk.device.allocation_server_1b_ps_2:
2264         type: org.openecomp.capabilities.metric.Ceilometer
2265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2266         occurrences:
2267         - 1
2268         - UNBOUNDED
2269       scalable_server_1b_ps_1:
2270         type: tosca.capabilities.Scalable
2271         occurrences:
2272         - 1
2273         - UNBOUNDED
2274       scalable_server_1b_ps_2:
2275         type: tosca.capabilities.Scalable
2276         occurrences:
2277         - 1
2278         - UNBOUNDED
2279       disk.allocation_server_1b_ps_2:
2280         type: org.openecomp.capabilities.metric.Ceilometer
2281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2282         occurrences:
2283         - 1
2284         - UNBOUNDED
2285       disk.allocation_server_1b_ps_1:
2286         type: org.openecomp.capabilities.metric.Ceilometer
2287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2288         occurrences:
2289         - 1
2290         - UNBOUNDED
2291       feature_server_1b_ps_2:
2292         type: tosca.capabilities.Node
2293         occurrences:
2294         - 1
2295         - UNBOUNDED
2296       feature_server_1b_ps_1:
2297         type: tosca.capabilities.Node
2298         occurrences:
2299         - 1
2300         - UNBOUNDED
2301       vcpus_server_1b_ps_1:
2302         type: org.openecomp.capabilities.metric.Ceilometer
2303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2304         occurrences:
2305         - 1
2306         - UNBOUNDED
2307       vcpus_server_1b_ps_2:
2308         type: org.openecomp.capabilities.metric.Ceilometer
2309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2310         occurrences:
2311         - 1
2312         - UNBOUNDED
2313       disk.read.bytes.rate_server_1b_ps_2:
2314         type: org.openecomp.capabilities.metric.Ceilometer
2315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2316         occurrences:
2317         - 1
2318         - UNBOUNDED
2319       disk.read.bytes.rate_server_1b_ps_1:
2320         type: org.openecomp.capabilities.metric.Ceilometer
2321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2322         occurrences:
2323         - 1
2324         - UNBOUNDED
2325       disk.iops_server_1b_ps_1:
2326         type: org.openecomp.capabilities.metric.Ceilometer
2327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2328         occurrences:
2329         - 1
2330         - UNBOUNDED
2331       memory.usage_server_1b_ps_2:
2332         type: org.openecomp.capabilities.metric.Ceilometer
2333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2334         occurrences:
2335         - 1
2336         - UNBOUNDED
2337       memory.usage_server_1b_ps_1:
2338         type: org.openecomp.capabilities.metric.Ceilometer
2339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2340         occurrences:
2341         - 1
2342         - UNBOUNDED
2343       disk.iops_server_1b_ps_2:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       disk.write.requests_server_1b_ps_1:
2350         type: org.openecomp.capabilities.metric.Ceilometer
2351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2352         occurrences:
2353         - 1
2354         - UNBOUNDED
2355       disk.write.requests_server_1b_ps_2:
2356         type: org.openecomp.capabilities.metric.Ceilometer
2357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2358         occurrences:
2359         - 1
2360         - UNBOUNDED
2361       network.incoming.packets.rate_ps_server_1b_port_2:
2362         type: org.openecomp.capabilities.metric.Ceilometer
2363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2364         occurrences:
2365         - 1
2366         - UNBOUNDED
2367       disk.latency_server_1b_ps_2:
2368         type: org.openecomp.capabilities.metric.Ceilometer
2369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2370         occurrences:
2371         - 1
2372         - UNBOUNDED
2373       disk.latency_server_1b_ps_1:
2374         type: org.openecomp.capabilities.metric.Ceilometer
2375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2376         occurrences:
2377         - 1
2378         - UNBOUNDED
2379       network.incoming.packets.rate_ps_server_1b_port_1:
2380         type: org.openecomp.capabilities.metric.Ceilometer
2381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2382         occurrences:
2383         - 1
2384         - UNBOUNDED
2385       binding_server_1b_ps_1:
2386         type: tosca.capabilities.network.Bindable
2387         occurrences:
2388         - 1
2389         - UNBOUNDED
2390       link_packet_ext_network:
2391         type: tosca.capabilities.network.Linkable
2392         occurrences:
2393         - 1
2394         - UNBOUNDED
2395       binding_server_1b_ps_2:
2396         type: tosca.capabilities.network.Bindable
2397         occurrences:
2398         - 1
2399         - UNBOUNDED
2400       disk.device.write.requests_server_1b_ps_1:
2401         type: org.openecomp.capabilities.metric.Ceilometer
2402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2403         occurrences:
2404         - 1
2405         - UNBOUNDED
2406       disk.device.read.requests_server_1b_ps_2:
2407         type: org.openecomp.capabilities.metric.Ceilometer
2408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2409         occurrences:
2410         - 1
2411         - UNBOUNDED
2412       disk.device.write.requests_server_1b_ps_2:
2413         type: org.openecomp.capabilities.metric.Ceilometer
2414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2415         occurrences:
2416         - 1
2417         - UNBOUNDED
2418       disk.device.read.requests_server_1b_ps_1:
2419         type: org.openecomp.capabilities.metric.Ceilometer
2420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2421         occurrences:
2422         - 1
2423         - UNBOUNDED
2424       end_point_packet_int_network:
2425         type: tosca.capabilities.Endpoint
2426         occurrences:
2427         - 1
2428         - UNBOUNDED
2429       attachment_ps_server_1b_port_1:
2430         type: tosca.capabilities.Attachment
2431         occurrences:
2432         - 1
2433         - UNBOUNDED
2434       attachment_ps_server_1b_port_2:
2435         type: tosca.capabilities.Attachment
2436         occurrences:
2437         - 1
2438         - UNBOUNDED
2439       attachment_packet_ext_network:
2440         type: tosca.capabilities.Attachment
2441         occurrences:
2442         - 1
2443         - UNBOUNDED
2444       os_server_1b_ps_2:
2445         type: tosca.capabilities.OperatingSystem
2446         occurrences:
2447         - 1
2448         - UNBOUNDED
2449       os_server_1b_ps_1:
2450         type: tosca.capabilities.OperatingSystem
2451         occurrences:
2452         - 1
2453         - UNBOUNDED
2454       network.outgoing.bytes_ps_server_1b_port_2:
2455         type: org.openecomp.capabilities.metric.Ceilometer
2456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2457         occurrences:
2458         - 1
2459         - UNBOUNDED
2460       network.outgoing.bytes_ps_server_1b_port_1:
2461         type: org.openecomp.capabilities.metric.Ceilometer
2462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2463         occurrences:
2464         - 1
2465         - UNBOUNDED
2466       disk.usage_server_1b_ps_2:
2467         type: org.openecomp.capabilities.metric.Ceilometer
2468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2469         occurrences:
2470         - 1
2471         - UNBOUNDED
2472       disk.usage_server_1b_ps_1:
2473         type: org.openecomp.capabilities.metric.Ceilometer
2474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2475         occurrences:
2476         - 1
2477         - UNBOUNDED
2478       disk.device.read.bytes_server_1b_ps_2:
2479         type: org.openecomp.capabilities.metric.Ceilometer
2480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2481         occurrences:
2482         - 1
2483         - UNBOUNDED
2484       disk.device.read.bytes_server_1b_ps_1:
2485         type: org.openecomp.capabilities.metric.Ceilometer
2486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2487         occurrences:
2488         - 1
2489         - UNBOUNDED
2490       cpu_server_1b_ps_2:
2491         type: org.openecomp.capabilities.metric.Ceilometer
2492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2493         occurrences:
2494         - 1
2495         - UNBOUNDED
2496       cpu_server_1b_ps_1:
2497         type: org.openecomp.capabilities.metric.Ceilometer
2498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2499         occurrences:
2500         - 1
2501         - UNBOUNDED
2502       feature_packet_ext_network:
2503         type: tosca.capabilities.Node
2504         occurrences:
2505         - 1
2506         - UNBOUNDED
2507       feature_ps_server_1b_port_1:
2508         type: tosca.capabilities.Node
2509         occurrences:
2510         - 1
2511         - UNBOUNDED
2512       feature_ps_server_1b_port_2:
2513         type: tosca.capabilities.Node
2514         occurrences:
2515         - 1
2516         - UNBOUNDED
2517       disk.device.read.bytes.rate_server_1b_ps_1:
2518         type: org.openecomp.capabilities.metric.Ceilometer
2519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2520         occurrences:
2521         - 1
2522         - UNBOUNDED
2523       disk.device.read.bytes.rate_server_1b_ps_2:
2524         type: org.openecomp.capabilities.metric.Ceilometer
2525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2526         occurrences:
2527         - 1
2528         - UNBOUNDED
2529   org.openecomp.resource.abstract.nodes.ps_server_1b_1:
2530     derived_from: org.openecomp.resource.abstract.nodes.VFC
2531     properties:
2532       port_ps_server_1b_port_vlan_requirements:
2533         type: list
2534         required: true
2535         status: SUPPORTED
2536         entry_schema:
2537           type: org.openecomp.datatypes.network.VlanRequirements
2538       port_ps_server_1b_port_mac_requirements:
2539         type: org.openecomp.datatypes.network.MacRequirements
2540         required: true
2541         status: SUPPORTED
2542       port_ps_server_1b_port_subinterface_indicator:
2543         type: list
2544         required: true
2545         status: SUPPORTED
2546         entry_schema:
2547           type: boolean
2548       port_ps_server_1b_port_network_role_tag:
2549         type: string
2550         required: true
2551         status: SUPPORTED
2552       port_ps_server_1b_port_fixed_ips:
2553         type: list
2554         required: true
2555         status: SUPPORTED
2556         entry_schema:
2557           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2558       index_value:
2559         type: integer
2560         description: Index value of this substitution service template runtime instance
2561         required: false
2562         default: 0
2563         status: SUPPORTED
2564         constraints:
2565         - greater_or_equal: 0
2566       port_ps_server_1b_port_order:
2567         type: integer
2568         required: true
2569         status: SUPPORTED
2570       vm_flavor_name:
2571         type: string
2572         required: true
2573         status: SUPPORTED
2574       port_ps_server_1b_port_network:
2575         type: list
2576         required: true
2577         status: SUPPORTED
2578         entry_schema:
2579           type: string
2580       port_ps_server_1b_port_exCP_naming:
2581         type: org.openecomp.datatypes.Naming
2582         required: true
2583         status: SUPPORTED
2584       port_ps_server_1b_port_ip_requirements:
2585         type: list
2586         required: true
2587         status: SUPPORTED
2588         entry_schema:
2589           type: org.openecomp.datatypes.network.IpRequirements
2590       vm_image_name:
2591         type: string
2592         required: true
2593         status: SUPPORTED
2594       port_ps_server_1b_port_network_role:
2595         type: string
2596         required: true
2597         status: SUPPORTED
2598       port_ps_server_1b_port_replacement_policy:
2599         type: list
2600         required: true
2601         status: SUPPORTED
2602         entry_schema:
2603           type: string
2604       port_ps_server_1b_port_subnetpoolid:
2605         type: string
2606         required: true
2607         status: SUPPORTED
2608       compute_ps_server_1b_availability_zone:
2609         type: list
2610         required: true
2611         status: SUPPORTED
2612         entry_schema:
2613           type: string
2614       compute_ps_server_1b_name:
2615         type: list
2616         required: true
2617         status: SUPPORTED
2618         entry_schema:
2619           type: string
2620     requirements:
2621     - dependency_ps_server_1b:
2622         capability: tosca.capabilities.Node
2623         node: tosca.nodes.Root
2624         relationship: tosca.relationships.DependsOn
2625         occurrences:
2626         - 0
2627         - UNBOUNDED
2628     - local_storage_ps_server_1b:
2629         capability: tosca.capabilities.Attachment
2630         node: tosca.nodes.BlockStorage
2631         relationship: tosca.relationships.AttachesTo
2632         occurrences:
2633         - 0
2634         - UNBOUNDED
2635     - dependency_ps_server_1b_ps_server_1b_port:
2636         capability: tosca.capabilities.Node
2637         node: tosca.nodes.Root
2638         relationship: tosca.relationships.DependsOn
2639         occurrences:
2640         - 0
2641         - UNBOUNDED
2642     - link_ps_server_1b_ps_server_1b_port:
2643         capability: tosca.capabilities.network.Linkable
2644         relationship: tosca.relationships.network.LinksTo
2645         occurrences:
2646         - 1
2647         - 1
2648     capabilities:
2649       disk.write.bytes.rate_ps_server_1b:
2650         type: org.openecomp.capabilities.metric.Ceilometer
2651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2652         occurrences:
2653         - 1
2654         - UNBOUNDED
2655       disk.device.usage_ps_server_1b:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       disk.device.allocation_ps_server_1b:
2662         type: org.openecomp.capabilities.metric.Ceilometer
2663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2664         occurrences:
2665         - 1
2666         - UNBOUNDED
2667       disk.device.write.requests_ps_server_1b:
2668         type: org.openecomp.capabilities.metric.Ceilometer
2669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2670         occurrences:
2671         - 1
2672         - UNBOUNDED
2673       cpu_util_ps_server_1b:
2674         type: org.openecomp.capabilities.metric.Ceilometer
2675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2676         occurrences:
2677         - 1
2678         - UNBOUNDED
2679       scalable_ps_server_1b:
2680         type: tosca.capabilities.Scalable
2681         occurrences:
2682         - 1
2683         - UNBOUNDED
2684       disk.device.read.bytes.rate_ps_server_1b:
2685         type: org.openecomp.capabilities.metric.Ceilometer
2686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2687         occurrences:
2688         - 1
2689         - UNBOUNDED
2690       disk.device.latency_ps_server_1b:
2691         type: org.openecomp.capabilities.metric.Ceilometer
2692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2693         occurrences:
2694         - 1
2695         - UNBOUNDED
2696       disk.device.iops_ps_server_1b:
2697         type: org.openecomp.capabilities.metric.Ceilometer
2698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2699         occurrences:
2700         - 1
2701         - UNBOUNDED
2702       attachment_ps_server_1b_ps_server_1b_port:
2703         type: tosca.capabilities.Attachment
2704         occurrences:
2705         - 1
2706         - UNBOUNDED
2707       network.outgoing.packets.rate_ps_server_1b_ps_server_1b_port:
2708         type: org.openecomp.capabilities.metric.Ceilometer
2709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2710         occurrences:
2711         - 1
2712         - UNBOUNDED
2713       disk.device.capacity_ps_server_1b:
2714         type: org.openecomp.capabilities.metric.Ceilometer
2715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2716         occurrences:
2717         - 1
2718         - UNBOUNDED
2719       forwarder_ps_server_1b_ps_server_1b_port:
2720         type: org.openecomp.capabilities.Forwarder
2721         occurrences:
2722         - 1
2723         - UNBOUNDED
2724       instance_ps_server_1b:
2725         type: org.openecomp.capabilities.metric.Ceilometer
2726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2727         occurrences:
2728         - 1
2729         - UNBOUNDED
2730       cpu_ps_server_1b:
2731         type: org.openecomp.capabilities.metric.Ceilometer
2732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2733         occurrences:
2734         - 1
2735         - UNBOUNDED
2736       disk.device.write.bytes_ps_server_1b:
2737         type: org.openecomp.capabilities.metric.Ceilometer
2738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2739         occurrences:
2740         - 1
2741         - UNBOUNDED
2742       disk.read.bytes.rate_ps_server_1b:
2743         type: org.openecomp.capabilities.metric.Ceilometer
2744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2745         occurrences:
2746         - 1
2747         - UNBOUNDED
2748       disk.device.read.requests_ps_server_1b:
2749         type: org.openecomp.capabilities.metric.Ceilometer
2750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2751         occurrences:
2752         - 1
2753         - UNBOUNDED
2754       host_ps_server_1b:
2755         type: tosca.capabilities.Container
2756         valid_source_types:
2757         - tosca.nodes.SoftwareComponent
2758         occurrences:
2759         - 1
2760         - UNBOUNDED
2761       disk.usage_ps_server_1b:
2762         type: org.openecomp.capabilities.metric.Ceilometer
2763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2764         occurrences:
2765         - 1
2766         - UNBOUNDED
2767       disk.read.requests_ps_server_1b:
2768         type: org.openecomp.capabilities.metric.Ceilometer
2769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2770         occurrences:
2771         - 1
2772         - UNBOUNDED
2773       disk.device.read.requests.rate_ps_server_1b:
2774         type: org.openecomp.capabilities.metric.Ceilometer
2775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2776         occurrences:
2777         - 1
2778         - UNBOUNDED
2779       disk.capacity_ps_server_1b:
2780         type: org.openecomp.capabilities.metric.Ceilometer
2781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2782         occurrences:
2783         - 1
2784         - UNBOUNDED
2785       network.incoming.bytes_ps_server_1b_ps_server_1b_port:
2786         type: org.openecomp.capabilities.metric.Ceilometer
2787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2788         occurrences:
2789         - 1
2790         - UNBOUNDED
2791       disk.write.requests.rate_ps_server_1b:
2792         type: org.openecomp.capabilities.metric.Ceilometer
2793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2794         occurrences:
2795         - 1
2796         - UNBOUNDED
2797       disk.device.read.bytes_ps_server_1b:
2798         type: org.openecomp.capabilities.metric.Ceilometer
2799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2800         occurrences:
2801         - 1
2802         - UNBOUNDED
2803       disk.device.write.requests.rate_ps_server_1b:
2804         type: org.openecomp.capabilities.metric.Ceilometer
2805         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2806         occurrences:
2807         - 1
2808         - UNBOUNDED
2809       disk.root.size_ps_server_1b:
2810         type: org.openecomp.capabilities.metric.Ceilometer
2811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2812         occurrences:
2813         - 1
2814         - UNBOUNDED
2815       binding_ps_server_1b:
2816         type: tosca.capabilities.network.Bindable
2817         occurrences:
2818         - 1
2819         - UNBOUNDED
2820       memory.resident_ps_server_1b:
2821         type: org.openecomp.capabilities.metric.Ceilometer
2822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2823         occurrences:
2824         - 1
2825         - UNBOUNDED
2826       memory_ps_server_1b:
2827         type: org.openecomp.capabilities.metric.Ceilometer
2828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2829         occurrences:
2830         - 1
2831         - UNBOUNDED
2832       disk.write.bytes_ps_server_1b:
2833         type: org.openecomp.capabilities.metric.Ceilometer
2834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2835         occurrences:
2836         - 1
2837         - UNBOUNDED
2838       disk.device.write.bytes.rate_ps_server_1b:
2839         type: org.openecomp.capabilities.metric.Ceilometer
2840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2841         occurrences:
2842         - 1
2843         - UNBOUNDED
2844       disk.read.bytes_ps_server_1b:
2845         type: org.openecomp.capabilities.metric.Ceilometer
2846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2847         occurrences:
2848         - 1
2849         - UNBOUNDED
2850       network.incoming.packets.rate_ps_server_1b_ps_server_1b_port:
2851         type: org.openecomp.capabilities.metric.Ceilometer
2852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2853         occurrences:
2854         - 1
2855         - UNBOUNDED
2856       network.outgoing.bytes_ps_server_1b_ps_server_1b_port:
2857         type: org.openecomp.capabilities.metric.Ceilometer
2858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2859         occurrences:
2860         - 1
2861         - UNBOUNDED
2862       network.incoming.packets_ps_server_1b_ps_server_1b_port:
2863         type: org.openecomp.capabilities.metric.Ceilometer
2864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2865         occurrences:
2866         - 1
2867         - UNBOUNDED
2868       network.outgoing.bytes.rate_ps_server_1b_ps_server_1b_port:
2869         type: org.openecomp.capabilities.metric.Ceilometer
2870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2871         occurrences:
2872         - 1
2873         - UNBOUNDED
2874       feature_ps_server_1b:
2875         type: tosca.capabilities.Node
2876         occurrences:
2877         - 1
2878         - UNBOUNDED
2879       os_ps_server_1b:
2880         type: tosca.capabilities.OperatingSystem
2881         occurrences:
2882         - 1
2883         - UNBOUNDED
2884       disk.iops_ps_server_1b:
2885         type: org.openecomp.capabilities.metric.Ceilometer
2886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2887         occurrences:
2888         - 1
2889         - UNBOUNDED
2890       disk.allocation_ps_server_1b:
2891         type: org.openecomp.capabilities.metric.Ceilometer
2892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2893         occurrences:
2894         - 1
2895         - UNBOUNDED
2896       disk.write.requests_ps_server_1b:
2897         type: org.openecomp.capabilities.metric.Ceilometer
2898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2899         occurrences:
2900         - 1
2901         - UNBOUNDED
2902       network.outpoing.packets_ps_server_1b_ps_server_1b_port:
2903         type: org.openecomp.capabilities.metric.Ceilometer
2904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2905         occurrences:
2906         - 1
2907         - UNBOUNDED
2908       memory.usage_ps_server_1b:
2909         type: org.openecomp.capabilities.metric.Ceilometer
2910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2911         occurrences:
2912         - 1
2913         - UNBOUNDED
2914       disk.latency_ps_server_1b:
2915         type: org.openecomp.capabilities.metric.Ceilometer
2916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2917         occurrences:
2918         - 1
2919         - UNBOUNDED
2920       endpoint_ps_server_1b:
2921         type: tosca.capabilities.Endpoint.Admin
2922         occurrences:
2923         - 1
2924         - UNBOUNDED
2925       network.incoming.bytes.rate_ps_server_1b_ps_server_1b_port:
2926         type: org.openecomp.capabilities.metric.Ceilometer
2927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2928         occurrences:
2929         - 1
2930         - UNBOUNDED
2931       feature_ps_server_1b_ps_server_1b_port:
2932         type: tosca.capabilities.Node
2933         occurrences:
2934         - 1
2935         - UNBOUNDED
2936       vcpus_ps_server_1b:
2937         type: org.openecomp.capabilities.metric.Ceilometer
2938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2939         occurrences:
2940         - 1
2941         - UNBOUNDED
2942       cpu.delta_ps_server_1b:
2943         type: org.openecomp.capabilities.metric.Ceilometer
2944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2945         occurrences:
2946         - 1
2947         - UNBOUNDED
2948       disk.ephemeral.size_ps_server_1b:
2949         type: org.openecomp.capabilities.metric.Ceilometer
2950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2951         occurrences:
2952         - 1
2953         - UNBOUNDED
2954       binding_ps_server_1b_ps_server_1b_port:
2955         type: tosca.capabilities.network.Bindable
2956         valid_source_types:
2957         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2958         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2959         occurrences:
2960         - 0
2961         - UNBOUNDED
2962   org.openecomp.resource.abstract.nodes.ps_server_1b:
2963     derived_from: org.openecomp.resource.abstract.nodes.VFC
2964     properties:
2965       port_ps_server_1b_port_vlan_requirements:
2966         type: list
2967         required: true
2968         status: SUPPORTED
2969         entry_schema:
2970           type: org.openecomp.datatypes.network.VlanRequirements
2971       port_ps_server_1b_port_mac_requirements:
2972         type: org.openecomp.datatypes.network.MacRequirements
2973         required: true
2974         status: SUPPORTED
2975       subinterface_nested_vlan_service_template_filter_count:
2976         type: list
2977         required: true
2978         status: SUPPORTED
2979         entry_schema:
2980           type: float
2981       port_ps_server_1b_port_subinterface_indicator:
2982         type: list
2983         required: true
2984         status: SUPPORTED
2985         entry_schema:
2986           type: boolean
2987       port_ps_server_1b_port_network_role_tag:
2988         type: string
2989         required: true
2990         status: SUPPORTED
2991       port_ps_server_1b_port_fixed_ips:
2992         type: list
2993         required: true
2994         status: SUPPORTED
2995         entry_schema:
2996           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2997       index_value:
2998         type: integer
2999         description: Index value of this substitution service template runtime instance
3000         required: false
3001         default: 0
3002         status: SUPPORTED
3003         constraints:
3004         - greater_or_equal: 0
3005       port_ps_server_1b_port_order:
3006         type: integer
3007         required: true
3008         status: SUPPORTED
3009       vm_flavor_name:
3010         type: string
3011         required: true
3012         status: SUPPORTED
3013       port_ps_server_1b_port_network:
3014         type: list
3015         required: true
3016         status: SUPPORTED
3017         entry_schema:
3018           type: string
3019       port_ps_server_1b_port_exCP_naming:
3020         type: org.openecomp.datatypes.Naming
3021         required: true
3022         status: SUPPORTED
3023       subinterface_nested_vlan_net1:
3024         type: list
3025         required: true
3026         status: SUPPORTED
3027         entry_schema:
3028           type: string
3029       port_ps_server_1b_port_ip_requirements:
3030         type: list
3031         required: true
3032         status: SUPPORTED
3033         entry_schema:
3034           type: org.openecomp.datatypes.network.IpRequirements
3035       vm_image_name:
3036         type: string
3037         required: true
3038         status: SUPPORTED
3039       port_ps_server_1b_port_network_role:
3040         type: string
3041         required: true
3042         status: SUPPORTED
3043       port_ps_server_1b_port_replacement_policy:
3044         type: list
3045         required: true
3046         status: SUPPORTED
3047         entry_schema:
3048           type: string
3049       subinterface_nested_vlan_parent_interface:
3050         type: list
3051         required: true
3052         status: SUPPORTED
3053         entry_schema:
3054           type: string
3055       port_ps_server_1b_port_subnetpoolid:
3056         type: string
3057         required: true
3058         status: SUPPORTED
3059       compute_ps_server_1b_availability_zone:
3060         type: list
3061         required: true
3062         status: SUPPORTED
3063         entry_schema:
3064           type: string
3065       compute_ps_server_1b_name:
3066         type: list
3067         required: true
3068         status: SUPPORTED
3069         entry_schema:
3070           type: string
3071     requirements:
3072     - dependency_ps_server_1b:
3073         capability: tosca.capabilities.Node
3074         node: tosca.nodes.Root
3075         relationship: tosca.relationships.DependsOn
3076         occurrences:
3077         - 0
3078         - UNBOUNDED
3079     - local_storage_ps_server_1b:
3080         capability: tosca.capabilities.Attachment
3081         node: tosca.nodes.BlockStorage
3082         relationship: tosca.relationships.AttachesTo
3083         occurrences:
3084         - 0
3085         - UNBOUNDED
3086     - dependency_ps_server_1b_ps_server_1b_port_nested_vlan:
3087         capability: tosca.capabilities.Node
3088         node: tosca.nodes.Root
3089         relationship: tosca.relationships.DependsOn
3090         occurrences:
3091         - 0
3092         - UNBOUNDED
3093     - dependency_template_Vlan_vmi_1_ps_server_1b_ps_server_1b_port_nested_vlan:
3094         capability: tosca.capabilities.Node
3095         node: tosca.nodes.Root
3096         relationship: tosca.relationships.DependsOn
3097         occurrences:
3098         - 0
3099         - UNBOUNDED
3100     - subinterface_link_template_Vlan_vmi_1_ps_server_1b_ps_server_1b_port_nested_vlan:
3101         capability: tosca.capabilities.network.Linkable
3102         relationship: tosca.relationships.network.LinksTo
3103         occurrences:
3104         - 1
3105         - 1
3106     - dependency_ps_server_1b_ps_server_1b_port:
3107         capability: tosca.capabilities.Node
3108         node: tosca.nodes.Root
3109         relationship: tosca.relationships.DependsOn
3110         occurrences:
3111         - 0
3112         - UNBOUNDED
3113     - link_ps_server_1b_ps_server_1b_port:
3114         capability: tosca.capabilities.network.Linkable
3115         relationship: tosca.relationships.network.LinksTo
3116         occurrences:
3117         - 1
3118         - 1
3119     capabilities:
3120       disk.write.bytes.rate_ps_server_1b:
3121         type: org.openecomp.capabilities.metric.Ceilometer
3122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3123         occurrences:
3124         - 1
3125         - UNBOUNDED
3126       disk.device.usage_ps_server_1b:
3127         type: org.openecomp.capabilities.metric.Ceilometer
3128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3129         occurrences:
3130         - 1
3131         - UNBOUNDED
3132       disk.device.allocation_ps_server_1b:
3133         type: org.openecomp.capabilities.metric.Ceilometer
3134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3135         occurrences:
3136         - 1
3137         - UNBOUNDED
3138       disk.device.write.requests_ps_server_1b:
3139         type: org.openecomp.capabilities.metric.Ceilometer
3140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3141         occurrences:
3142         - 1
3143         - UNBOUNDED
3144       cpu_util_ps_server_1b:
3145         type: org.openecomp.capabilities.metric.Ceilometer
3146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3147         occurrences:
3148         - 1
3149         - UNBOUNDED
3150       scalable_ps_server_1b:
3151         type: tosca.capabilities.Scalable
3152         occurrences:
3153         - 1
3154         - UNBOUNDED
3155       disk.device.read.bytes.rate_ps_server_1b:
3156         type: org.openecomp.capabilities.metric.Ceilometer
3157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3158         occurrences:
3159         - 1
3160         - UNBOUNDED
3161       disk.device.latency_ps_server_1b:
3162         type: org.openecomp.capabilities.metric.Ceilometer
3163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3164         occurrences:
3165         - 1
3166         - UNBOUNDED
3167       disk.device.iops_ps_server_1b:
3168         type: org.openecomp.capabilities.metric.Ceilometer
3169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3170         occurrences:
3171         - 1
3172         - UNBOUNDED
3173       attachment_ps_server_1b_ps_server_1b_port:
3174         type: tosca.capabilities.Attachment
3175         occurrences:
3176         - 1
3177         - UNBOUNDED
3178       network.outgoing.packets.rate_ps_server_1b_ps_server_1b_port:
3179         type: org.openecomp.capabilities.metric.Ceilometer
3180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3181         occurrences:
3182         - 1
3183         - UNBOUNDED
3184       disk.device.capacity_ps_server_1b:
3185         type: org.openecomp.capabilities.metric.Ceilometer
3186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3187         occurrences:
3188         - 1
3189         - UNBOUNDED
3190       forwarder_ps_server_1b_ps_server_1b_port:
3191         type: org.openecomp.capabilities.Forwarder
3192         occurrences:
3193         - 1
3194         - UNBOUNDED
3195       instance_ps_server_1b:
3196         type: org.openecomp.capabilities.metric.Ceilometer
3197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3198         occurrences:
3199         - 1
3200         - UNBOUNDED
3201       cpu_ps_server_1b:
3202         type: org.openecomp.capabilities.metric.Ceilometer
3203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3204         occurrences:
3205         - 1
3206         - UNBOUNDED
3207       disk.device.write.bytes_ps_server_1b:
3208         type: org.openecomp.capabilities.metric.Ceilometer
3209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3210         occurrences:
3211         - 1
3212         - UNBOUNDED
3213       disk.read.bytes.rate_ps_server_1b:
3214         type: org.openecomp.capabilities.metric.Ceilometer
3215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3216         occurrences:
3217         - 1
3218         - UNBOUNDED
3219       disk.device.read.requests_ps_server_1b:
3220         type: org.openecomp.capabilities.metric.Ceilometer
3221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3222         occurrences:
3223         - 1
3224         - UNBOUNDED
3225       host_ps_server_1b:
3226         type: tosca.capabilities.Container
3227         valid_source_types:
3228         - tosca.nodes.SoftwareComponent
3229         occurrences:
3230         - 1
3231         - UNBOUNDED
3232       disk.usage_ps_server_1b:
3233         type: org.openecomp.capabilities.metric.Ceilometer
3234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3235         occurrences:
3236         - 1
3237         - UNBOUNDED
3238       disk.read.requests_ps_server_1b:
3239         type: org.openecomp.capabilities.metric.Ceilometer
3240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3241         occurrences:
3242         - 1
3243         - UNBOUNDED
3244       feature_ps_server_1b_ps_server_1b_port_nested_vlan:
3245         type: tosca.capabilities.Node
3246         occurrences:
3247         - 1
3248         - UNBOUNDED
3249       disk.device.read.requests.rate_ps_server_1b:
3250         type: org.openecomp.capabilities.metric.Ceilometer
3251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3252         occurrences:
3253         - 1
3254         - UNBOUNDED
3255       disk.capacity_ps_server_1b:
3256         type: org.openecomp.capabilities.metric.Ceilometer
3257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3258         occurrences:
3259         - 1
3260         - UNBOUNDED
3261       network.incoming.bytes_ps_server_1b_ps_server_1b_port:
3262         type: org.openecomp.capabilities.metric.Ceilometer
3263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3264         occurrences:
3265         - 1
3266         - UNBOUNDED
3267       disk.write.requests.rate_ps_server_1b:
3268         type: org.openecomp.capabilities.metric.Ceilometer
3269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3270         occurrences:
3271         - 1
3272         - UNBOUNDED
3273       disk.device.read.bytes_ps_server_1b:
3274         type: org.openecomp.capabilities.metric.Ceilometer
3275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3276         occurrences:
3277         - 1
3278         - UNBOUNDED
3279       disk.device.write.requests.rate_ps_server_1b:
3280         type: org.openecomp.capabilities.metric.Ceilometer
3281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3282         occurrences:
3283         - 1
3284         - UNBOUNDED
3285       disk.root.size_ps_server_1b:
3286         type: org.openecomp.capabilities.metric.Ceilometer
3287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3288         occurrences:
3289         - 1
3290         - UNBOUNDED
3291       binding_ps_server_1b:
3292         type: tosca.capabilities.network.Bindable
3293         occurrences:
3294         - 1
3295         - UNBOUNDED
3296       memory.resident_ps_server_1b:
3297         type: org.openecomp.capabilities.metric.Ceilometer
3298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3299         occurrences:
3300         - 1
3301         - UNBOUNDED
3302       memory_ps_server_1b:
3303         type: org.openecomp.capabilities.metric.Ceilometer
3304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3305         occurrences:
3306         - 1
3307         - UNBOUNDED
3308       disk.write.bytes_ps_server_1b:
3309         type: org.openecomp.capabilities.metric.Ceilometer
3310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3311         occurrences:
3312         - 1
3313         - UNBOUNDED
3314       disk.device.write.bytes.rate_ps_server_1b:
3315         type: org.openecomp.capabilities.metric.Ceilometer
3316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3317         occurrences:
3318         - 1
3319         - UNBOUNDED
3320       disk.read.bytes_ps_server_1b:
3321         type: org.openecomp.capabilities.metric.Ceilometer
3322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3323         occurrences:
3324         - 1
3325         - UNBOUNDED
3326       network.incoming.packets.rate_ps_server_1b_ps_server_1b_port:
3327         type: org.openecomp.capabilities.metric.Ceilometer
3328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3329         occurrences:
3330         - 1
3331         - UNBOUNDED
3332       network.outgoing.bytes_ps_server_1b_ps_server_1b_port:
3333         type: org.openecomp.capabilities.metric.Ceilometer
3334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3335         occurrences:
3336         - 1
3337         - UNBOUNDED
3338       network.incoming.packets_ps_server_1b_ps_server_1b_port:
3339         type: org.openecomp.capabilities.metric.Ceilometer
3340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3341         occurrences:
3342         - 1
3343         - UNBOUNDED
3344       network.outgoing.bytes.rate_ps_server_1b_ps_server_1b_port:
3345         type: org.openecomp.capabilities.metric.Ceilometer
3346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3347         occurrences:
3348         - 1
3349         - UNBOUNDED
3350       feature_ps_server_1b:
3351         type: tosca.capabilities.Node
3352         occurrences:
3353         - 1
3354         - UNBOUNDED
3355       os_ps_server_1b:
3356         type: tosca.capabilities.OperatingSystem
3357         occurrences:
3358         - 1
3359         - UNBOUNDED
3360       disk.iops_ps_server_1b:
3361         type: org.openecomp.capabilities.metric.Ceilometer
3362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3363         occurrences:
3364         - 1
3365         - UNBOUNDED
3366       disk.allocation_ps_server_1b:
3367         type: org.openecomp.capabilities.metric.Ceilometer
3368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3369         occurrences:
3370         - 1
3371         - UNBOUNDED
3372       disk.write.requests_ps_server_1b:
3373         type: org.openecomp.capabilities.metric.Ceilometer
3374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3375         occurrences:
3376         - 1
3377         - UNBOUNDED
3378       network.outpoing.packets_ps_server_1b_ps_server_1b_port:
3379         type: org.openecomp.capabilities.metric.Ceilometer
3380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3381         occurrences:
3382         - 1
3383         - UNBOUNDED
3384       memory.usage_ps_server_1b:
3385         type: org.openecomp.capabilities.metric.Ceilometer
3386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3387         occurrences:
3388         - 1
3389         - UNBOUNDED
3390       disk.latency_ps_server_1b:
3391         type: org.openecomp.capabilities.metric.Ceilometer
3392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3393         occurrences:
3394         - 1
3395         - UNBOUNDED
3396       endpoint_ps_server_1b:
3397         type: tosca.capabilities.Endpoint.Admin
3398         occurrences:
3399         - 1
3400         - UNBOUNDED
3401       network.incoming.bytes.rate_ps_server_1b_ps_server_1b_port:
3402         type: org.openecomp.capabilities.metric.Ceilometer
3403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3404         occurrences:
3405         - 1
3406         - UNBOUNDED
3407       feature_ps_server_1b_ps_server_1b_port:
3408         type: tosca.capabilities.Node
3409         occurrences:
3410         - 1
3411         - UNBOUNDED
3412       vcpus_ps_server_1b:
3413         type: org.openecomp.capabilities.metric.Ceilometer
3414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3415         occurrences:
3416         - 1
3417         - UNBOUNDED
3418       cpu.delta_ps_server_1b:
3419         type: org.openecomp.capabilities.metric.Ceilometer
3420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3421         occurrences:
3422         - 1
3423         - UNBOUNDED
3424       disk.ephemeral.size_ps_server_1b:
3425         type: org.openecomp.capabilities.metric.Ceilometer
3426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3427         occurrences:
3428         - 1
3429         - UNBOUNDED
3430       binding_ps_server_1b_ps_server_1b_port:
3431         type: tosca.capabilities.network.Bindable
3432         valid_source_types:
3433         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3434         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3435         occurrences:
3436         - 0
3437         - UNBOUNDED
3438       feature_template_Vlan_vmi_1_ps_server_1b_ps_server_1b_port_nested_vlan:
3439         type: tosca.capabilities.Node
3440         occurrences:
3441         - 1
3442         - UNBOUNDED
3443   org.openecomp.resource.abstract.nodes.heat.subinterface.nested_vlan:
3444     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
3445     properties:
3446       vlan_ids:
3447         type: string
3448         required: true
3449         status: SUPPORTED
3450       parent_interface:
3451         type: string
3452         required: true
3453         status: SUPPORTED
3454       virtual_ipv6_address:
3455         type: string
3456         required: true
3457         status: SUPPORTED
3458       virtual_ip_address:
3459         type: string
3460         required: true
3461         status: SUPPORTED
3462       lb_st_vlan_type_oam:
3463         type: string
3464         description: dummy
3465         required: true
3466         status: SUPPORTED
3467       mac_address:
3468         type: string
3469         required: true
3470         status: SUPPORTED
3471       net1:
3472         type: string
3473         required: true
3474         status: SUPPORTED
3475       subinterface_name_prefix:
3476         type: string
3477         required: true
3478         status: SUPPORTED
3479       subinterface_instance_index:
3480         type: float
3481         required: true
3482         status: SUPPORTED
3483     requirements:
3484     - dependency_template_Vlan_vmi_1:
3485         capability: tosca.capabilities.Node
3486         node: tosca.nodes.Root
3487         relationship: tosca.relationships.DependsOn
3488         occurrences:
3489         - 0
3490         - UNBOUNDED
3491     - subinterface_link_template_Vlan_vmi_1:
3492         capability: tosca.capabilities.network.Linkable
3493         relationship: tosca.relationships.network.LinksTo
3494         occurrences:
3495         - 1
3496         - 1
3497     - binding_template_Vlan_vmi_1:
3498         capability: tosca.capabilities.network.Bindable
3499         node: org.openecomp.resource.cp.nodes.network.Port
3500         relationship: tosca.relationships.network.BindsTo
3501         occurrences:
3502         - 1
3503         - 1
3504     capabilities:
3505       feature_template_Vlan_vmi_1:
3506         type: tosca.capabilities.Node
3507         occurrences:
3508         - 1
3509         - UNBOUNDED