a4c69ca7eab28317e7789314674ecebf5503f3e5
[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.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pd_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       compute_pd_server_name:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       port_pd02_port_mac_requirements:
32         type: org.openecomp.datatypes.network.MacRequirements
33         required: true
34         status: SUPPORTED
35       vm_flavor_name:
36         type: string
37         required: true
38         status: SUPPORTED
39       port_pd02_port_order:
40         type: integer
41         required: true
42         status: SUPPORTED
43       port_pd02_port_subnetpoolid:
44         type: string
45         required: true
46         status: SUPPORTED
47       port_pd02_port_network_role_tag:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pd02_port_vlan_requirements:
52         type: list
53         required: true
54         status: SUPPORTED
55         entry_schema:
56           type: org.openecomp.datatypes.network.VlanRequirements
57       vm_image_name:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pd02_port_network_role:
62         type: string
63         required: true
64         status: SUPPORTED
65       port_pd02_port_exCP_naming:
66         type: org.openecomp.datatypes.Naming
67         required: true
68         status: SUPPORTED
69       port_pd02_port_ip_requirements:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: org.openecomp.datatypes.network.IpRequirements
75       port_pd02_port_network:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: string
81       compute_pd_server_user_data_format:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: string
87     requirements:
88     - dependency_pd_server:
89         capability: tosca.capabilities.Node
90         node: tosca.nodes.Root
91         relationship: tosca.relationships.DependsOn
92         occurrences:
93         - 0
94         - UNBOUNDED
95     - local_storage_pd_server:
96         capability: tosca.capabilities.Attachment
97         node: tosca.nodes.BlockStorage
98         relationship: tosca.relationships.AttachesTo
99         occurrences:
100         - 0
101         - UNBOUNDED
102     - dependency_pd_server_pd02_port:
103         capability: tosca.capabilities.Node
104         node: tosca.nodes.Root
105         relationship: tosca.relationships.DependsOn
106         occurrences:
107         - 0
108         - UNBOUNDED
109     - link_pd_server_pd02_port:
110         capability: tosca.capabilities.network.Linkable
111         relationship: tosca.relationships.network.LinksTo
112         occurrences:
113         - 1
114         - 1
115     capabilities:
116       scalable_pd_server:
117         type: tosca.capabilities.Scalable
118         occurrences:
119         - 1
120         - UNBOUNDED
121       disk.read.bytes.rate_pd_server:
122         type: org.openecomp.capabilities.metric.Ceilometer
123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
124         occurrences:
125         - 1
126         - UNBOUNDED
127       memory.usage_pd_server:
128         type: org.openecomp.capabilities.metric.Ceilometer
129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
130         occurrences:
131         - 1
132         - UNBOUNDED
133       memory_pd_server:
134         type: org.openecomp.capabilities.metric.Ceilometer
135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
136         occurrences:
137         - 1
138         - UNBOUNDED
139       disk.device.usage_pd_server:
140         type: org.openecomp.capabilities.metric.Ceilometer
141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
142         occurrences:
143         - 1
144         - UNBOUNDED
145       os_pd_server:
146         type: tosca.capabilities.OperatingSystem
147         occurrences:
148         - 1
149         - UNBOUNDED
150       disk.write.bytes.rate_pd_server:
151         type: org.openecomp.capabilities.metric.Ceilometer
152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
153         occurrences:
154         - 1
155         - UNBOUNDED
156       cpu_pd_server:
157         type: org.openecomp.capabilities.metric.Ceilometer
158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
159         occurrences:
160         - 1
161         - UNBOUNDED
162       cpu_util_pd_server:
163         type: org.openecomp.capabilities.metric.Ceilometer
164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
165         occurrences:
166         - 1
167         - UNBOUNDED
168       disk.device.write.requests.rate_pd_server:
169         type: org.openecomp.capabilities.metric.Ceilometer
170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
171         occurrences:
172         - 1
173         - UNBOUNDED
174       disk.read.bytes_pd_server:
175         type: org.openecomp.capabilities.metric.Ceilometer
176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
177         occurrences:
178         - 1
179         - UNBOUNDED
180       disk.device.read.bytes.rate_pd_server:
181         type: org.openecomp.capabilities.metric.Ceilometer
182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
183         occurrences:
184         - 1
185         - UNBOUNDED
186       binding_pd_server_pd02_port:
187         type: tosca.capabilities.network.Bindable
188         valid_source_types:
189         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
190         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
191         occurrences:
192         - 0
193         - UNBOUNDED
194       network.outgoing.packets.rate_pd_server_pd02_port:
195         type: org.openecomp.capabilities.metric.Ceilometer
196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
197         occurrences:
198         - 1
199         - UNBOUNDED
200       disk.iops_pd_server:
201         type: org.openecomp.capabilities.metric.Ceilometer
202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
203         occurrences:
204         - 1
205         - UNBOUNDED
206       memory.resident_pd_server:
207         type: org.openecomp.capabilities.metric.Ceilometer
208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
209         occurrences:
210         - 1
211         - UNBOUNDED
212       cpu.delta_pd_server:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       network.outgoing.bytes_pd_server_pd02_port:
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       feature_pd_server_pd02_port:
225         type: tosca.capabilities.Node
226         occurrences:
227         - 1
228         - UNBOUNDED
229       network.incoming.bytes.rate_pd_server_pd02_port:
230         type: org.openecomp.capabilities.metric.Ceilometer
231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
232         occurrences:
233         - 1
234         - UNBOUNDED
235       network.outgoing.bytes.rate_pd_server_pd02_port:
236         type: org.openecomp.capabilities.metric.Ceilometer
237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
238         occurrences:
239         - 1
240         - UNBOUNDED
241       vcpus_pd_server:
242         type: org.openecomp.capabilities.metric.Ceilometer
243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
244         occurrences:
245         - 1
246         - UNBOUNDED
247       disk.device.write.bytes.rate_pd_server:
248         type: org.openecomp.capabilities.metric.Ceilometer
249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
250         occurrences:
251         - 1
252         - UNBOUNDED
253       disk.device.write.requests_pd_server:
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       endpoint_pd_server:
260         type: tosca.capabilities.Endpoint.Admin
261         occurrences:
262         - 1
263         - UNBOUNDED
264       forwarder_pd_server_pd02_port:
265         type: org.openecomp.capabilities.Forwarder
266         occurrences:
267         - 1
268         - UNBOUNDED
269       disk.capacity_pd_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.device.allocation_pd_server:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       disk.allocation_pd_server:
282         type: org.openecomp.capabilities.metric.Ceilometer
283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
284         occurrences:
285         - 1
286         - UNBOUNDED
287       network.incoming.packets_pd_server_pd02_port:
288         type: org.openecomp.capabilities.metric.Ceilometer
289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
290         occurrences:
291         - 1
292         - UNBOUNDED
293       binding_pd_server:
294         type: tosca.capabilities.network.Bindable
295         occurrences:
296         - 1
297         - UNBOUNDED
298       disk.read.requests_pd_server:
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:
305         type: tosca.capabilities.Node
306         occurrences:
307         - 1
308         - UNBOUNDED
309       disk.usage_pd_server:
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       network.outpoing.packets_pd_server_pd02_port:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       disk.write.bytes_pd_server:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       disk.device.read.requests.rate_pd_server:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       disk.root.size_pd_server:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.device.read.bytes_pd_server:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.device.write.bytes_pd_server:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       disk.device.read.requests_pd_server:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       instance_pd_server:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       host_pd_server:
364         type: tosca.capabilities.Container
365         valid_source_types:
366         - tosca.nodes.SoftwareComponent
367         occurrences:
368         - 1
369         - UNBOUNDED
370       attachment_pd_server_pd02_port:
371         type: tosca.capabilities.Attachment
372         occurrences:
373         - 1
374         - UNBOUNDED
375       disk.write.requests.rate_pd_server:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       disk.ephemeral.size_pd_server:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       disk.write.requests_pd_server:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       disk.device.latency_pd_server:
394         type: org.openecomp.capabilities.metric.Ceilometer
395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
396         occurrences:
397         - 1
398         - UNBOUNDED
399       network.incoming.packets.rate_pd_server_pd02_port:
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.latency_pd_server:
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.capacity_pd_server:
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.device.iops_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       network.incoming.bytes_pd_server_pd02_port:
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   org.openecomp.resource.abstract.nodes.ps_1:
430     derived_from: org.openecomp.resource.abstract.nodes.VFC
431     properties:
432       index_value:
433         type: integer
434         description: Index value of this substitution service template runtime instance
435         required: false
436         default: 0
437         status: SUPPORTED
438         constraints:
439         - greater_or_equal: 0
440       port_pd01_port_replacement_policy:
441         type: list
442         required: true
443         status: SUPPORTED
444         entry_schema:
445           type: string
446       port_pd01_port_exCP_naming:
447         type: org.openecomp.datatypes.Naming
448         required: true
449         status: SUPPORTED
450       vm_flavor_name:
451         type: string
452         required: true
453         status: SUPPORTED
454       port_pd01_port_security_groups:
455         type: list
456         required: true
457         status: SUPPORTED
458         entry_schema:
459           type: json
460       port_pd01_port_mac_requirements:
461         type: org.openecomp.datatypes.network.MacRequirements
462         required: true
463         status: SUPPORTED
464       vm_image_name:
465         type: string
466         required: true
467         status: SUPPORTED
468       compute_ps_availability_zone:
469         type: list
470         required: true
471         status: SUPPORTED
472         entry_schema:
473           type: string
474       port_pd01_port_fixed_ips:
475         type: list
476         required: true
477         status: SUPPORTED
478         entry_schema:
479           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
480       port_pd01_port_ip_requirements:
481         type: list
482         required: true
483         status: SUPPORTED
484         entry_schema:
485           type: org.openecomp.datatypes.network.IpRequirements
486       port_pd01_port_network:
487         type: list
488         required: true
489         status: SUPPORTED
490         entry_schema:
491           type: string
492       compute_ps_name:
493         type: list
494         required: true
495         status: SUPPORTED
496         entry_schema:
497           type: string
498       port_pd01_port_order:
499         type: integer
500         required: true
501         status: SUPPORTED
502       port_pd01_port_subnetpoolid:
503         type: string
504         required: true
505         status: SUPPORTED
506       port_pd01_port_network_role:
507         type: string
508         required: true
509         status: SUPPORTED
510       port_pd01_port_network_role_tag:
511         type: string
512         required: true
513         status: SUPPORTED
514       port_pd01_port_vlan_requirements:
515         type: list
516         required: true
517         status: SUPPORTED
518         entry_schema:
519           type: org.openecomp.datatypes.network.VlanRequirements
520     requirements:
521     - dependency_ps:
522         capability: tosca.capabilities.Node
523         node: tosca.nodes.Root
524         relationship: tosca.relationships.DependsOn
525         occurrences:
526         - 0
527         - UNBOUNDED
528     - local_storage_ps:
529         capability: tosca.capabilities.Attachment
530         node: tosca.nodes.BlockStorage
531         relationship: tosca.relationships.AttachesTo
532         occurrences:
533         - 0
534         - UNBOUNDED
535     - dependency_ps_pd01_port:
536         capability: tosca.capabilities.Node
537         node: tosca.nodes.Root
538         relationship: tosca.relationships.DependsOn
539         occurrences:
540         - 0
541         - UNBOUNDED
542     - link_ps_pd01_port:
543         capability: tosca.capabilities.network.Linkable
544         relationship: tosca.relationships.network.LinksTo
545         occurrences:
546         - 1
547         - 1
548     capabilities:
549       disk.write.requests.rate_ps:
550         type: org.openecomp.capabilities.metric.Ceilometer
551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
552         occurrences:
553         - 1
554         - UNBOUNDED
555       disk.device.iops_ps:
556         type: org.openecomp.capabilities.metric.Ceilometer
557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
558         occurrences:
559         - 1
560         - UNBOUNDED
561       network.incoming.packets_ps_pd01_port:
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       scalable_ps:
568         type: tosca.capabilities.Scalable
569         occurrences:
570         - 1
571         - UNBOUNDED
572       disk.write.requests_ps:
573         type: org.openecomp.capabilities.metric.Ceilometer
574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
575         occurrences:
576         - 1
577         - UNBOUNDED
578       host_ps:
579         type: tosca.capabilities.Container
580         valid_source_types:
581         - tosca.nodes.SoftwareComponent
582         occurrences:
583         - 1
584         - UNBOUNDED
585       disk.device.allocation_ps:
586         type: org.openecomp.capabilities.metric.Ceilometer
587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
588         occurrences:
589         - 1
590         - UNBOUNDED
591       disk.read.bytes_ps:
592         type: org.openecomp.capabilities.metric.Ceilometer
593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
594         occurrences:
595         - 1
596         - UNBOUNDED
597       memory.resident_ps:
598         type: org.openecomp.capabilities.metric.Ceilometer
599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
600         occurrences:
601         - 1
602         - UNBOUNDED
603       disk.device.usage_ps:
604         type: org.openecomp.capabilities.metric.Ceilometer
605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
606         occurrences:
607         - 1
608         - UNBOUNDED
609       endpoint_ps:
610         type: tosca.capabilities.Endpoint.Admin
611         occurrences:
612         - 1
613         - UNBOUNDED
614       network.incoming.bytes.rate_ps_pd01_port:
615         type: org.openecomp.capabilities.metric.Ceilometer
616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
617         occurrences:
618         - 1
619         - UNBOUNDED
620       disk.device.capacity_ps:
621         type: org.openecomp.capabilities.metric.Ceilometer
622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
623         occurrences:
624         - 1
625         - UNBOUNDED
626       cpu_ps:
627         type: org.openecomp.capabilities.metric.Ceilometer
628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
629         occurrences:
630         - 1
631         - UNBOUNDED
632       attachment_ps_pd01_port:
633         type: tosca.capabilities.Attachment
634         occurrences:
635         - 1
636         - UNBOUNDED
637       disk.device.write.bytes_ps:
638         type: org.openecomp.capabilities.metric.Ceilometer
639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
640         occurrences:
641         - 1
642         - UNBOUNDED
643       forwarder_ps_pd01_port:
644         type: org.openecomp.capabilities.Forwarder
645         occurrences:
646         - 1
647         - UNBOUNDED
648       cpu.delta_ps:
649         type: org.openecomp.capabilities.metric.Ceilometer
650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
651         occurrences:
652         - 1
653         - UNBOUNDED
654       disk.root.size_ps:
655         type: org.openecomp.capabilities.metric.Ceilometer
656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
657         occurrences:
658         - 1
659         - UNBOUNDED
660       disk.device.read.requests.rate_ps:
661         type: org.openecomp.capabilities.metric.Ceilometer
662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
663         occurrences:
664         - 1
665         - UNBOUNDED
666       binding_ps:
667         type: tosca.capabilities.network.Bindable
668         occurrences:
669         - 1
670         - UNBOUNDED
671       network.incoming.packets.rate_ps_pd01_port:
672         type: org.openecomp.capabilities.metric.Ceilometer
673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
674         occurrences:
675         - 1
676         - UNBOUNDED
677       disk.device.write.requests.rate_ps:
678         type: org.openecomp.capabilities.metric.Ceilometer
679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
680         occurrences:
681         - 1
682         - UNBOUNDED
683       feature_ps_pd01_port:
684         type: tosca.capabilities.Node
685         occurrences:
686         - 1
687         - UNBOUNDED
688       network.incoming.bytes_ps_pd01_port:
689         type: org.openecomp.capabilities.metric.Ceilometer
690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
691         occurrences:
692         - 1
693         - UNBOUNDED
694       cpu_util_ps:
695         type: org.openecomp.capabilities.metric.Ceilometer
696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
697         occurrences:
698         - 1
699         - UNBOUNDED
700       disk.read.bytes.rate_ps:
701         type: org.openecomp.capabilities.metric.Ceilometer
702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
703         occurrences:
704         - 1
705         - UNBOUNDED
706       disk.device.read.bytes.rate_ps:
707         type: org.openecomp.capabilities.metric.Ceilometer
708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
709         occurrences:
710         - 1
711         - UNBOUNDED
712       disk.read.requests_ps:
713         type: org.openecomp.capabilities.metric.Ceilometer
714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
715         occurrences:
716         - 1
717         - UNBOUNDED
718       vcpus_ps:
719         type: org.openecomp.capabilities.metric.Ceilometer
720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
721         occurrences:
722         - 1
723         - UNBOUNDED
724       instance_ps:
725         type: org.openecomp.capabilities.metric.Ceilometer
726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
727         occurrences:
728         - 1
729         - UNBOUNDED
730       disk.latency_ps:
731         type: org.openecomp.capabilities.metric.Ceilometer
732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
733         occurrences:
734         - 1
735         - UNBOUNDED
736       network.outpoing.packets_ps_pd01_port:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       disk.device.read.bytes_ps:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       memory.usage_ps:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       binding_ps_pd01_port:
755         type: tosca.capabilities.network.Bindable
756         valid_source_types:
757         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
758         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
759         occurrences:
760         - 0
761         - UNBOUNDED
762       feature_ps:
763         type: tosca.capabilities.Node
764         occurrences:
765         - 1
766         - UNBOUNDED
767       disk.device.write.bytes.rate_ps:
768         type: org.openecomp.capabilities.metric.Ceilometer
769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
770         occurrences:
771         - 1
772         - UNBOUNDED
773       network.outgoing.bytes_ps_pd01_port:
774         type: org.openecomp.capabilities.metric.Ceilometer
775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
776         occurrences:
777         - 1
778         - UNBOUNDED
779       disk.ephemeral.size_ps:
780         type: org.openecomp.capabilities.metric.Ceilometer
781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
782         occurrences:
783         - 1
784         - UNBOUNDED
785       memory_ps:
786         type: org.openecomp.capabilities.metric.Ceilometer
787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
788         occurrences:
789         - 1
790         - UNBOUNDED
791       disk.usage_ps:
792         type: org.openecomp.capabilities.metric.Ceilometer
793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
794         occurrences:
795         - 1
796         - UNBOUNDED
797       disk.write.bytes.rate_ps:
798         type: org.openecomp.capabilities.metric.Ceilometer
799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
800         occurrences:
801         - 1
802         - UNBOUNDED
803       os_ps:
804         type: tosca.capabilities.OperatingSystem
805         occurrences:
806         - 1
807         - UNBOUNDED
808       network.outgoing.packets.rate_ps_pd01_port:
809         type: org.openecomp.capabilities.metric.Ceilometer
810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
811         occurrences:
812         - 1
813         - UNBOUNDED
814       disk.iops_ps:
815         type: org.openecomp.capabilities.metric.Ceilometer
816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
817         occurrences:
818         - 1
819         - UNBOUNDED
820       disk.allocation_ps:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       disk.device.read.requests_ps:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       disk.capacity_ps:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       disk.device.latency_ps:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       network.outgoing.bytes.rate_ps_pd01_port:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       disk.device.write.requests_ps:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       disk.write.bytes_ps:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862   org.openecomp.resource.abstract.nodes.pd_server_1:
863     derived_from: org.openecomp.resource.abstract.nodes.VFC
864     properties:
865       index_value:
866         type: integer
867         description: Index value of this substitution service template runtime instance
868         required: false
869         default: 0
870         status: SUPPORTED
871         constraints:
872         - greater_or_equal: 0
873       compute_pd_server_availability_zone:
874         type: list
875         required: true
876         status: SUPPORTED
877         entry_schema:
878           type: string
879       compute_pd_server_name:
880         type: list
881         required: true
882         status: SUPPORTED
883         entry_schema:
884           type: string
885       port_pd01_port_exCP_naming:
886         type: org.openecomp.datatypes.Naming
887         required: true
888         status: SUPPORTED
889       vm_flavor_name:
890         type: string
891         required: true
892         status: SUPPORTED
893       port_pd01_port_mac_requirements:
894         type: org.openecomp.datatypes.network.MacRequirements
895         required: true
896         status: SUPPORTED
897       vm_image_name:
898         type: string
899         required: true
900         status: SUPPORTED
901       port_pd01_port_ip_requirements:
902         type: list
903         required: true
904         status: SUPPORTED
905         entry_schema:
906           type: org.openecomp.datatypes.network.IpRequirements
907       port_pd01_port_network:
908         type: list
909         required: true
910         status: SUPPORTED
911         entry_schema:
912           type: string
913       port_pd01_port_order:
914         type: integer
915         required: true
916         status: SUPPORTED
917       port_pd01_port_subnetpoolid:
918         type: string
919         required: true
920         status: SUPPORTED
921       port_pd01_port_network_role:
922         type: string
923         required: true
924         status: SUPPORTED
925       port_pd01_port_network_role_tag:
926         type: string
927         required: true
928         status: SUPPORTED
929       port_pd01_port_vlan_requirements:
930         type: list
931         required: true
932         status: SUPPORTED
933         entry_schema:
934           type: org.openecomp.datatypes.network.VlanRequirements
935       compute_pd_server_user_data_format:
936         type: list
937         required: true
938         status: SUPPORTED
939         entry_schema:
940           type: string
941     requirements:
942     - dependency_pd_server:
943         capability: tosca.capabilities.Node
944         node: tosca.nodes.Root
945         relationship: tosca.relationships.DependsOn
946         occurrences:
947         - 0
948         - UNBOUNDED
949     - local_storage_pd_server:
950         capability: tosca.capabilities.Attachment
951         node: tosca.nodes.BlockStorage
952         relationship: tosca.relationships.AttachesTo
953         occurrences:
954         - 0
955         - UNBOUNDED
956     - dependency_pd_server_pd01_port:
957         capability: tosca.capabilities.Node
958         node: tosca.nodes.Root
959         relationship: tosca.relationships.DependsOn
960         occurrences:
961         - 0
962         - UNBOUNDED
963     - link_pd_server_pd01_port:
964         capability: tosca.capabilities.network.Linkable
965         relationship: tosca.relationships.network.LinksTo
966         occurrences:
967         - 1
968         - 1
969     capabilities:
970       scalable_pd_server:
971         type: tosca.capabilities.Scalable
972         occurrences:
973         - 1
974         - UNBOUNDED
975       disk.read.bytes.rate_pd_server:
976         type: org.openecomp.capabilities.metric.Ceilometer
977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
978         occurrences:
979         - 1
980         - UNBOUNDED
981       memory.usage_pd_server:
982         type: org.openecomp.capabilities.metric.Ceilometer
983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
984         occurrences:
985         - 1
986         - UNBOUNDED
987       memory_pd_server:
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_pd_server:
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       network.outgoing.packets.rate_pd_server_pd01_port:
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       os_pd_server:
1006         type: tosca.capabilities.OperatingSystem
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       disk.write.bytes.rate_pd_server:
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       network.incoming.bytes_pd_server_pd01_port:
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       cpu_pd_server:
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       cpu_util_pd_server:
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       disk.device.write.requests.rate_pd_server:
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.read.bytes_pd_server:
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.device.read.bytes.rate_pd_server:
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       network.outgoing.bytes_pd_server_pd01_port:
1053         type: org.openecomp.capabilities.metric.Ceilometer
1054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       disk.iops_pd_server:
1059         type: org.openecomp.capabilities.metric.Ceilometer
1060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1061         occurrences:
1062         - 1
1063         - UNBOUNDED
1064       memory.resident_pd_server:
1065         type: org.openecomp.capabilities.metric.Ceilometer
1066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       cpu.delta_pd_server:
1071         type: org.openecomp.capabilities.metric.Ceilometer
1072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1073         occurrences:
1074         - 1
1075         - UNBOUNDED
1076       network.incoming.packets.rate_pd_server_pd01_port:
1077         type: org.openecomp.capabilities.metric.Ceilometer
1078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       vcpus_pd_server:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       disk.device.write.bytes.rate_pd_server:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       disk.device.write.requests_pd_server:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       endpoint_pd_server:
1101         type: tosca.capabilities.Endpoint.Admin
1102         occurrences:
1103         - 1
1104         - UNBOUNDED
1105       attachment_pd_server_pd01_port:
1106         type: tosca.capabilities.Attachment
1107         occurrences:
1108         - 1
1109         - UNBOUNDED
1110       disk.capacity_pd_server:
1111         type: org.openecomp.capabilities.metric.Ceilometer
1112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1113         occurrences:
1114         - 1
1115         - UNBOUNDED
1116       disk.device.allocation_pd_server:
1117         type: org.openecomp.capabilities.metric.Ceilometer
1118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1119         occurrences:
1120         - 1
1121         - UNBOUNDED
1122       disk.allocation_pd_server:
1123         type: org.openecomp.capabilities.metric.Ceilometer
1124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       binding_pd_server:
1129         type: tosca.capabilities.network.Bindable
1130         occurrences:
1131         - 1
1132         - UNBOUNDED
1133       disk.read.requests_pd_server:
1134         type: org.openecomp.capabilities.metric.Ceilometer
1135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1136         occurrences:
1137         - 1
1138         - UNBOUNDED
1139       feature_pd_server:
1140         type: tosca.capabilities.Node
1141         occurrences:
1142         - 1
1143         - UNBOUNDED
1144       disk.usage_pd_server:
1145         type: org.openecomp.capabilities.metric.Ceilometer
1146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1147         occurrences:
1148         - 1
1149         - UNBOUNDED
1150       binding_pd_server_pd01_port:
1151         type: tosca.capabilities.network.Bindable
1152         valid_source_types:
1153         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1154         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1155         occurrences:
1156         - 0
1157         - UNBOUNDED
1158       disk.write.bytes_pd_server:
1159         type: org.openecomp.capabilities.metric.Ceilometer
1160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1161         occurrences:
1162         - 1
1163         - UNBOUNDED
1164       network.incoming.bytes.rate_pd_server_pd01_port:
1165         type: org.openecomp.capabilities.metric.Ceilometer
1166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1167         occurrences:
1168         - 1
1169         - UNBOUNDED
1170       network.incoming.packets_pd_server_pd01_port:
1171         type: org.openecomp.capabilities.metric.Ceilometer
1172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1173         occurrences:
1174         - 1
1175         - UNBOUNDED
1176       disk.device.read.requests.rate_pd_server:
1177         type: org.openecomp.capabilities.metric.Ceilometer
1178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       disk.root.size_pd_server:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188       disk.device.read.bytes_pd_server:
1189         type: org.openecomp.capabilities.metric.Ceilometer
1190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       disk.device.write.bytes_pd_server:
1195         type: org.openecomp.capabilities.metric.Ceilometer
1196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1197         occurrences:
1198         - 1
1199         - UNBOUNDED
1200       disk.device.read.requests_pd_server:
1201         type: org.openecomp.capabilities.metric.Ceilometer
1202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1203         occurrences:
1204         - 1
1205         - UNBOUNDED
1206       instance_pd_server:
1207         type: org.openecomp.capabilities.metric.Ceilometer
1208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1209         occurrences:
1210         - 1
1211         - UNBOUNDED
1212       host_pd_server:
1213         type: tosca.capabilities.Container
1214         valid_source_types:
1215         - tosca.nodes.SoftwareComponent
1216         occurrences:
1217         - 1
1218         - UNBOUNDED
1219       network.outpoing.packets_pd_server_pd01_port:
1220         type: org.openecomp.capabilities.metric.Ceilometer
1221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1222         occurrences:
1223         - 1
1224         - UNBOUNDED
1225       forwarder_pd_server_pd01_port:
1226         type: org.openecomp.capabilities.Forwarder
1227         occurrences:
1228         - 1
1229         - UNBOUNDED
1230       disk.write.requests.rate_pd_server:
1231         type: org.openecomp.capabilities.metric.Ceilometer
1232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1233         occurrences:
1234         - 1
1235         - UNBOUNDED
1236       disk.ephemeral.size_pd_server:
1237         type: org.openecomp.capabilities.metric.Ceilometer
1238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1239         occurrences:
1240         - 1
1241         - UNBOUNDED
1242       disk.write.requests_pd_server:
1243         type: org.openecomp.capabilities.metric.Ceilometer
1244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       feature_pd_server_pd01_port:
1249         type: tosca.capabilities.Node
1250         occurrences:
1251         - 1
1252         - UNBOUNDED
1253       disk.device.latency_pd_server:
1254         type: org.openecomp.capabilities.metric.Ceilometer
1255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       disk.latency_pd_server:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       disk.device.capacity_pd_server:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       network.outgoing.bytes.rate_pd_server_pd01_port:
1272         type: org.openecomp.capabilities.metric.Ceilometer
1273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       disk.device.iops_pd_server:
1278         type: org.openecomp.capabilities.metric.Ceilometer
1279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283   org.openecomp.resource.abstract.nodes.oam:
1284     derived_from: org.openecomp.resource.abstract.nodes.VFC
1285     properties:
1286       port_oam02_port_network:
1287         type: list
1288         required: true
1289         status: SUPPORTED
1290         entry_schema:
1291           type: string
1292       port_oam02_port_ip_requirements:
1293         type: list
1294         required: true
1295         status: SUPPORTED
1296         entry_schema:
1297           type: org.openecomp.datatypes.network.IpRequirements
1298       port_oam02_port_network_role:
1299         type: string
1300         required: true
1301         status: SUPPORTED
1302       index_value:
1303         type: integer
1304         description: Index value of this substitution service template runtime instance
1305         required: false
1306         default: 0
1307         status: SUPPORTED
1308         constraints:
1309         - greater_or_equal: 0
1310       port_oam02_port_fixed_ips:
1311         type: list
1312         required: true
1313         status: SUPPORTED
1314         entry_schema:
1315           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1316       vm_flavor_name:
1317         type: string
1318         required: true
1319         status: SUPPORTED
1320       port_oam02_port_exCP_naming:
1321         type: org.openecomp.datatypes.Naming
1322         required: true
1323         status: SUPPORTED
1324       port_oam02_port_security_groups:
1325         type: list
1326         required: true
1327         status: SUPPORTED
1328         entry_schema:
1329           type: json
1330       port_oam02_port_subnetpoolid:
1331         type: string
1332         required: true
1333         status: SUPPORTED
1334       port_oam02_port_mac_requirements:
1335         type: org.openecomp.datatypes.network.MacRequirements
1336         required: true
1337         status: SUPPORTED
1338       port_oam02_port_order:
1339         type: integer
1340         required: true
1341         status: SUPPORTED
1342       vm_image_name:
1343         type: string
1344         required: true
1345         status: SUPPORTED
1346       port_oam02_port_network_role_tag:
1347         type: string
1348         required: true
1349         status: SUPPORTED
1350       port_oam02_port_replacement_policy:
1351         type: list
1352         required: true
1353         status: SUPPORTED
1354         entry_schema:
1355           type: string
1356       compute_oam_availability_zone:
1357         type: list
1358         required: true
1359         status: SUPPORTED
1360         entry_schema:
1361           type: string
1362       port_oam02_port_vlan_requirements:
1363         type: list
1364         required: true
1365         status: SUPPORTED
1366         entry_schema:
1367           type: org.openecomp.datatypes.network.VlanRequirements
1368       compute_oam_name:
1369         type: list
1370         required: true
1371         status: SUPPORTED
1372         entry_schema:
1373           type: string
1374     requirements:
1375     - dependency_oam_oam02_port:
1376         capability: tosca.capabilities.Node
1377         node: tosca.nodes.Root
1378         relationship: tosca.relationships.DependsOn
1379         occurrences:
1380         - 0
1381         - UNBOUNDED
1382     - link_oam_oam02_port:
1383         capability: tosca.capabilities.network.Linkable
1384         relationship: tosca.relationships.network.LinksTo
1385         occurrences:
1386         - 1
1387         - 1
1388     - dependency_oam:
1389         capability: tosca.capabilities.Node
1390         node: tosca.nodes.Root
1391         relationship: tosca.relationships.DependsOn
1392         occurrences:
1393         - 0
1394         - UNBOUNDED
1395     - local_storage_oam:
1396         capability: tosca.capabilities.Attachment
1397         node: tosca.nodes.BlockStorage
1398         relationship: tosca.relationships.AttachesTo
1399         occurrences:
1400         - 0
1401         - UNBOUNDED
1402     capabilities:
1403       cpu_oam:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       network.incoming.bytes.rate_oam_oam02_port:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       disk.usage_oam:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       memory.resident_oam:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       disk.device.write.bytes_oam:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       network.incoming.packets_oam_oam02_port:
1434         type: org.openecomp.capabilities.metric.Ceilometer
1435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1436         occurrences:
1437         - 1
1438         - UNBOUNDED
1439       disk.read.bytes_oam:
1440         type: org.openecomp.capabilities.metric.Ceilometer
1441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       network.outgoing.packets.rate_oam_oam02_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       binding_oam_oam02_port:
1452         type: tosca.capabilities.network.Bindable
1453         valid_source_types:
1454         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1455         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1456         occurrences:
1457         - 0
1458         - UNBOUNDED
1459       scalable_oam:
1460         type: tosca.capabilities.Scalable
1461         occurrences:
1462         - 1
1463         - UNBOUNDED
1464       network.outgoing.bytes.rate_oam_oam02_port:
1465         type: org.openecomp.capabilities.metric.Ceilometer
1466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1467         occurrences:
1468         - 1
1469         - UNBOUNDED
1470       feature_oam:
1471         type: tosca.capabilities.Node
1472         occurrences:
1473         - 1
1474         - UNBOUNDED
1475       disk.allocation_oam:
1476         type: org.openecomp.capabilities.metric.Ceilometer
1477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1478         occurrences:
1479         - 1
1480         - UNBOUNDED
1481       disk.device.usage_oam:
1482         type: org.openecomp.capabilities.metric.Ceilometer
1483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1484         occurrences:
1485         - 1
1486         - UNBOUNDED
1487       binding_oam:
1488         type: tosca.capabilities.network.Bindable
1489         occurrences:
1490         - 1
1491         - UNBOUNDED
1492       disk.device.read.bytes.rate_oam:
1493         type: org.openecomp.capabilities.metric.Ceilometer
1494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1495         occurrences:
1496         - 1
1497         - UNBOUNDED
1498       disk.write.bytes.rate_oam:
1499         type: org.openecomp.capabilities.metric.Ceilometer
1500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1501         occurrences:
1502         - 1
1503         - UNBOUNDED
1504       disk.device.write.bytes.rate_oam:
1505         type: org.openecomp.capabilities.metric.Ceilometer
1506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1507         occurrences:
1508         - 1
1509         - UNBOUNDED
1510       disk.device.allocation_oam:
1511         type: org.openecomp.capabilities.metric.Ceilometer
1512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1513         occurrences:
1514         - 1
1515         - UNBOUNDED
1516       disk.ephemeral.size_oam:
1517         type: org.openecomp.capabilities.metric.Ceilometer
1518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1519         occurrences:
1520         - 1
1521         - UNBOUNDED
1522       disk.write.requests_oam:
1523         type: org.openecomp.capabilities.metric.Ceilometer
1524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1525         occurrences:
1526         - 1
1527         - UNBOUNDED
1528       forwarder_oam_oam02_port:
1529         type: org.openecomp.capabilities.Forwarder
1530         occurrences:
1531         - 1
1532         - UNBOUNDED
1533       disk.capacity_oam:
1534         type: org.openecomp.capabilities.metric.Ceilometer
1535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1536         occurrences:
1537         - 1
1538         - UNBOUNDED
1539       instance_oam:
1540         type: org.openecomp.capabilities.metric.Ceilometer
1541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545       network.outgoing.bytes_oam_oam02_port:
1546         type: org.openecomp.capabilities.metric.Ceilometer
1547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1548         occurrences:
1549         - 1
1550         - UNBOUNDED
1551       disk.root.size_oam:
1552         type: org.openecomp.capabilities.metric.Ceilometer
1553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1554         occurrences:
1555         - 1
1556         - UNBOUNDED
1557       network.incoming.packets.rate_oam_oam02_port:
1558         type: org.openecomp.capabilities.metric.Ceilometer
1559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1560         occurrences:
1561         - 1
1562         - UNBOUNDED
1563       memory_oam:
1564         type: org.openecomp.capabilities.metric.Ceilometer
1565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1566         occurrences:
1567         - 1
1568         - UNBOUNDED
1569       cpu.delta_oam:
1570         type: org.openecomp.capabilities.metric.Ceilometer
1571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1572         occurrences:
1573         - 1
1574         - UNBOUNDED
1575       disk.device.write.requests_oam:
1576         type: org.openecomp.capabilities.metric.Ceilometer
1577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       disk.device.read.requests.rate_oam:
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       disk.write.requests.rate_oam:
1588         type: org.openecomp.capabilities.metric.Ceilometer
1589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1590         occurrences:
1591         - 1
1592         - UNBOUNDED
1593       disk.device.latency_oam:
1594         type: org.openecomp.capabilities.metric.Ceilometer
1595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1596         occurrences:
1597         - 1
1598         - UNBOUNDED
1599       disk.device.iops_oam:
1600         type: org.openecomp.capabilities.metric.Ceilometer
1601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1602         occurrences:
1603         - 1
1604         - UNBOUNDED
1605       vcpus_oam:
1606         type: org.openecomp.capabilities.metric.Ceilometer
1607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1608         occurrences:
1609         - 1
1610         - UNBOUNDED
1611       disk.device.write.requests.rate_oam:
1612         type: org.openecomp.capabilities.metric.Ceilometer
1613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1614         occurrences:
1615         - 1
1616         - UNBOUNDED
1617       disk.device.read.bytes_oam:
1618         type: org.openecomp.capabilities.metric.Ceilometer
1619         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1620         occurrences:
1621         - 1
1622         - UNBOUNDED
1623       host_oam:
1624         type: tosca.capabilities.Container
1625         valid_source_types:
1626         - tosca.nodes.SoftwareComponent
1627         occurrences:
1628         - 1
1629         - UNBOUNDED
1630       endpoint_oam:
1631         type: tosca.capabilities.Endpoint.Admin
1632         occurrences:
1633         - 1
1634         - UNBOUNDED
1635       disk.device.read.requests_oam:
1636         type: org.openecomp.capabilities.metric.Ceilometer
1637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1638         occurrences:
1639         - 1
1640         - UNBOUNDED
1641       disk.iops_oam:
1642         type: org.openecomp.capabilities.metric.Ceilometer
1643         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1644         occurrences:
1645         - 1
1646         - UNBOUNDED
1647       disk.read.bytes.rate_oam:
1648         type: org.openecomp.capabilities.metric.Ceilometer
1649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1650         occurrences:
1651         - 1
1652         - UNBOUNDED
1653       feature_oam_oam02_port:
1654         type: tosca.capabilities.Node
1655         occurrences:
1656         - 1
1657         - UNBOUNDED
1658       cpu_util_oam:
1659         type: org.openecomp.capabilities.metric.Ceilometer
1660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1661         occurrences:
1662         - 1
1663         - UNBOUNDED
1664       network.outpoing.packets_oam_oam02_port:
1665         type: org.openecomp.capabilities.metric.Ceilometer
1666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1667         occurrences:
1668         - 1
1669         - UNBOUNDED
1670       os_oam:
1671         type: tosca.capabilities.OperatingSystem
1672         occurrences:
1673         - 1
1674         - UNBOUNDED
1675       memory.usage_oam:
1676         type: org.openecomp.capabilities.metric.Ceilometer
1677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1678         occurrences:
1679         - 1
1680         - UNBOUNDED
1681       disk.latency_oam:
1682         type: org.openecomp.capabilities.metric.Ceilometer
1683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1684         occurrences:
1685         - 1
1686         - UNBOUNDED
1687       network.incoming.bytes_oam_oam02_port:
1688         type: org.openecomp.capabilities.metric.Ceilometer
1689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1690         occurrences:
1691         - 1
1692         - UNBOUNDED
1693       attachment_oam_oam02_port:
1694         type: tosca.capabilities.Attachment
1695         occurrences:
1696         - 1
1697         - UNBOUNDED
1698       disk.write.bytes_oam:
1699         type: org.openecomp.capabilities.metric.Ceilometer
1700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1701         occurrences:
1702         - 1
1703         - UNBOUNDED
1704       disk.read.requests_oam:
1705         type: org.openecomp.capabilities.metric.Ceilometer
1706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1707         occurrences:
1708         - 1
1709         - UNBOUNDED
1710       disk.device.capacity_oam:
1711         type: org.openecomp.capabilities.metric.Ceilometer
1712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1713         occurrences:
1714         - 1
1715         - UNBOUNDED
1716   org.openecomp.resource.abstract.nodes.oam_1:
1717     derived_from: org.openecomp.resource.abstract.nodes.VFC
1718     properties:
1719       port_oam01_port_mac_requirements:
1720         type: org.openecomp.datatypes.network.MacRequirements
1721         required: true
1722         status: SUPPORTED
1723       port_oam01_port_subnetpoolid:
1724         type: string
1725         required: true
1726         status: SUPPORTED
1727       port_oam01_port_order:
1728         type: integer
1729         required: true
1730         status: SUPPORTED
1731       port_oam01_port_ip_requirements:
1732         type: list
1733         required: true
1734         status: SUPPORTED
1735         entry_schema:
1736           type: org.openecomp.datatypes.network.IpRequirements
1737       port_oam01_port_security_groups:
1738         type: list
1739         required: true
1740         status: SUPPORTED
1741         entry_schema:
1742           type: json
1743       port_oam01_port_network:
1744         type: list
1745         required: true
1746         status: SUPPORTED
1747         entry_schema:
1748           type: string
1749       index_value:
1750         type: integer
1751         description: Index value of this substitution service template runtime instance
1752         required: false
1753         default: 0
1754         status: SUPPORTED
1755         constraints:
1756         - greater_or_equal: 0
1757       port_oam01_port_replacement_policy:
1758         type: list
1759         required: true
1760         status: SUPPORTED
1761         entry_schema:
1762           type: string
1763       vm_flavor_name:
1764         type: string
1765         required: true
1766         status: SUPPORTED
1767       vm_image_name:
1768         type: string
1769         required: true
1770         status: SUPPORTED
1771       port_oam01_port_network_role:
1772         type: string
1773         required: true
1774         status: SUPPORTED
1775       port_oam01_port_fixed_ips:
1776         type: list
1777         required: true
1778         status: SUPPORTED
1779         entry_schema:
1780           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1781       port_oam01_port_exCP_naming:
1782         type: org.openecomp.datatypes.Naming
1783         required: true
1784         status: SUPPORTED
1785       compute_oam_availability_zone:
1786         type: list
1787         required: true
1788         status: SUPPORTED
1789         entry_schema:
1790           type: string
1791       port_oam01_port_network_role_tag:
1792         type: string
1793         required: true
1794         status: SUPPORTED
1795       compute_oam_name:
1796         type: list
1797         required: true
1798         status: SUPPORTED
1799         entry_schema:
1800           type: string
1801       port_oam01_port_vlan_requirements:
1802         type: list
1803         required: true
1804         status: SUPPORTED
1805         entry_schema:
1806           type: org.openecomp.datatypes.network.VlanRequirements
1807     requirements:
1808     - dependency_oam_oam01_port:
1809         capability: tosca.capabilities.Node
1810         node: tosca.nodes.Root
1811         relationship: tosca.relationships.DependsOn
1812         occurrences:
1813         - 0
1814         - UNBOUNDED
1815     - link_oam_oam01_port:
1816         capability: tosca.capabilities.network.Linkable
1817         relationship: tosca.relationships.network.LinksTo
1818         occurrences:
1819         - 1
1820         - 1
1821     - dependency_oam:
1822         capability: tosca.capabilities.Node
1823         node: tosca.nodes.Root
1824         relationship: tosca.relationships.DependsOn
1825         occurrences:
1826         - 0
1827         - UNBOUNDED
1828     - local_storage_oam:
1829         capability: tosca.capabilities.Attachment
1830         node: tosca.nodes.BlockStorage
1831         relationship: tosca.relationships.AttachesTo
1832         occurrences:
1833         - 0
1834         - UNBOUNDED
1835     capabilities:
1836       cpu_oam:
1837         type: org.openecomp.capabilities.metric.Ceilometer
1838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1839         occurrences:
1840         - 1
1841         - UNBOUNDED
1842       network.outgoing.packets.rate_oam_oam01_port:
1843         type: org.openecomp.capabilities.metric.Ceilometer
1844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1845         occurrences:
1846         - 1
1847         - UNBOUNDED
1848       binding_oam_oam01_port:
1849         type: tosca.capabilities.network.Bindable
1850         valid_source_types:
1851         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1852         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1853         occurrences:
1854         - 0
1855         - UNBOUNDED
1856       network.outgoing.bytes.rate_oam_oam01_port:
1857         type: org.openecomp.capabilities.metric.Ceilometer
1858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1859         occurrences:
1860         - 1
1861         - UNBOUNDED
1862       disk.usage_oam:
1863         type: org.openecomp.capabilities.metric.Ceilometer
1864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1865         occurrences:
1866         - 1
1867         - UNBOUNDED
1868       memory.resident_oam:
1869         type: org.openecomp.capabilities.metric.Ceilometer
1870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1871         occurrences:
1872         - 1
1873         - UNBOUNDED
1874       disk.device.write.bytes_oam:
1875         type: org.openecomp.capabilities.metric.Ceilometer
1876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1877         occurrences:
1878         - 1
1879         - UNBOUNDED
1880       disk.read.bytes_oam:
1881         type: org.openecomp.capabilities.metric.Ceilometer
1882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1883         occurrences:
1884         - 1
1885         - UNBOUNDED
1886       scalable_oam:
1887         type: tosca.capabilities.Scalable
1888         occurrences:
1889         - 1
1890         - UNBOUNDED
1891       attachment_oam_oam01_port:
1892         type: tosca.capabilities.Attachment
1893         occurrences:
1894         - 1
1895         - UNBOUNDED
1896       network.incoming.bytes_oam_oam01_port:
1897         type: org.openecomp.capabilities.metric.Ceilometer
1898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1899         occurrences:
1900         - 1
1901         - UNBOUNDED
1902       feature_oam:
1903         type: tosca.capabilities.Node
1904         occurrences:
1905         - 1
1906         - UNBOUNDED
1907       disk.allocation_oam:
1908         type: org.openecomp.capabilities.metric.Ceilometer
1909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1910         occurrences:
1911         - 1
1912         - UNBOUNDED
1913       disk.device.usage_oam:
1914         type: org.openecomp.capabilities.metric.Ceilometer
1915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1916         occurrences:
1917         - 1
1918         - UNBOUNDED
1919       network.incoming.packets.rate_oam_oam01_port:
1920         type: org.openecomp.capabilities.metric.Ceilometer
1921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1922         occurrences:
1923         - 1
1924         - UNBOUNDED
1925       binding_oam:
1926         type: tosca.capabilities.network.Bindable
1927         occurrences:
1928         - 1
1929         - UNBOUNDED
1930       disk.device.read.bytes.rate_oam:
1931         type: org.openecomp.capabilities.metric.Ceilometer
1932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1933         occurrences:
1934         - 1
1935         - UNBOUNDED
1936       disk.write.bytes.rate_oam:
1937         type: org.openecomp.capabilities.metric.Ceilometer
1938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1939         occurrences:
1940         - 1
1941         - UNBOUNDED
1942       disk.device.write.bytes.rate_oam:
1943         type: org.openecomp.capabilities.metric.Ceilometer
1944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1945         occurrences:
1946         - 1
1947         - UNBOUNDED
1948       disk.device.allocation_oam:
1949         type: org.openecomp.capabilities.metric.Ceilometer
1950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1951         occurrences:
1952         - 1
1953         - UNBOUNDED
1954       disk.ephemeral.size_oam:
1955         type: org.openecomp.capabilities.metric.Ceilometer
1956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       feature_oam_oam01_port:
1961         type: tosca.capabilities.Node
1962         occurrences:
1963         - 1
1964         - UNBOUNDED
1965       disk.write.requests_oam:
1966         type: org.openecomp.capabilities.metric.Ceilometer
1967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1968         occurrences:
1969         - 1
1970         - UNBOUNDED
1971       disk.capacity_oam:
1972         type: org.openecomp.capabilities.metric.Ceilometer
1973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1974         occurrences:
1975         - 1
1976         - UNBOUNDED
1977       instance_oam:
1978         type: org.openecomp.capabilities.metric.Ceilometer
1979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1980         occurrences:
1981         - 1
1982         - UNBOUNDED
1983       network.outpoing.packets_oam_oam01_port:
1984         type: org.openecomp.capabilities.metric.Ceilometer
1985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1986         occurrences:
1987         - 1
1988         - UNBOUNDED
1989       disk.root.size_oam:
1990         type: org.openecomp.capabilities.metric.Ceilometer
1991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1992         occurrences:
1993         - 1
1994         - UNBOUNDED
1995       memory_oam:
1996         type: org.openecomp.capabilities.metric.Ceilometer
1997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1998         occurrences:
1999         - 1
2000         - UNBOUNDED
2001       cpu.delta_oam:
2002         type: org.openecomp.capabilities.metric.Ceilometer
2003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2004         occurrences:
2005         - 1
2006         - UNBOUNDED
2007       disk.device.write.requests_oam:
2008         type: org.openecomp.capabilities.metric.Ceilometer
2009         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2010         occurrences:
2011         - 1
2012         - UNBOUNDED
2013       disk.device.read.requests.rate_oam:
2014         type: org.openecomp.capabilities.metric.Ceilometer
2015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2016         occurrences:
2017         - 1
2018         - UNBOUNDED
2019       network.outgoing.bytes_oam_oam01_port:
2020         type: org.openecomp.capabilities.metric.Ceilometer
2021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2022         occurrences:
2023         - 1
2024         - UNBOUNDED
2025       disk.write.requests.rate_oam:
2026         type: org.openecomp.capabilities.metric.Ceilometer
2027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2028         occurrences:
2029         - 1
2030         - UNBOUNDED
2031       disk.device.latency_oam:
2032         type: org.openecomp.capabilities.metric.Ceilometer
2033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2034         occurrences:
2035         - 1
2036         - UNBOUNDED
2037       disk.device.iops_oam:
2038         type: org.openecomp.capabilities.metric.Ceilometer
2039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2040         occurrences:
2041         - 1
2042         - UNBOUNDED
2043       vcpus_oam:
2044         type: org.openecomp.capabilities.metric.Ceilometer
2045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2046         occurrences:
2047         - 1
2048         - UNBOUNDED
2049       disk.device.write.requests.rate_oam:
2050         type: org.openecomp.capabilities.metric.Ceilometer
2051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2052         occurrences:
2053         - 1
2054         - UNBOUNDED
2055       forwarder_oam_oam01_port:
2056         type: org.openecomp.capabilities.Forwarder
2057         occurrences:
2058         - 1
2059         - UNBOUNDED
2060       disk.device.read.bytes_oam:
2061         type: org.openecomp.capabilities.metric.Ceilometer
2062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2063         occurrences:
2064         - 1
2065         - UNBOUNDED
2066       host_oam:
2067         type: tosca.capabilities.Container
2068         valid_source_types:
2069         - tosca.nodes.SoftwareComponent
2070         occurrences:
2071         - 1
2072         - UNBOUNDED
2073       endpoint_oam:
2074         type: tosca.capabilities.Endpoint.Admin
2075         occurrences:
2076         - 1
2077         - UNBOUNDED
2078       network.incoming.bytes.rate_oam_oam01_port:
2079         type: org.openecomp.capabilities.metric.Ceilometer
2080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2081         occurrences:
2082         - 1
2083         - UNBOUNDED
2084       disk.device.read.requests_oam:
2085         type: org.openecomp.capabilities.metric.Ceilometer
2086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2087         occurrences:
2088         - 1
2089         - UNBOUNDED
2090       disk.iops_oam:
2091         type: org.openecomp.capabilities.metric.Ceilometer
2092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2093         occurrences:
2094         - 1
2095         - UNBOUNDED
2096       disk.read.bytes.rate_oam:
2097         type: org.openecomp.capabilities.metric.Ceilometer
2098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2099         occurrences:
2100         - 1
2101         - UNBOUNDED
2102       cpu_util_oam:
2103         type: org.openecomp.capabilities.metric.Ceilometer
2104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2105         occurrences:
2106         - 1
2107         - UNBOUNDED
2108       os_oam:
2109         type: tosca.capabilities.OperatingSystem
2110         occurrences:
2111         - 1
2112         - UNBOUNDED
2113       memory.usage_oam:
2114         type: org.openecomp.capabilities.metric.Ceilometer
2115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2116         occurrences:
2117         - 1
2118         - UNBOUNDED
2119       disk.latency_oam:
2120         type: org.openecomp.capabilities.metric.Ceilometer
2121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2122         occurrences:
2123         - 1
2124         - UNBOUNDED
2125       disk.write.bytes_oam:
2126         type: org.openecomp.capabilities.metric.Ceilometer
2127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2128         occurrences:
2129         - 1
2130         - UNBOUNDED
2131       disk.read.requests_oam:
2132         type: org.openecomp.capabilities.metric.Ceilometer
2133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2134         occurrences:
2135         - 1
2136         - UNBOUNDED
2137       disk.device.capacity_oam:
2138         type: org.openecomp.capabilities.metric.Ceilometer
2139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2140         occurrences:
2141         - 1
2142         - UNBOUNDED
2143       network.incoming.packets_oam_oam01_port:
2144         type: org.openecomp.capabilities.metric.Ceilometer
2145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2146         occurrences:
2147         - 1
2148         - UNBOUNDED
2149   org.openecomp.resource.abstract.nodes.cmaui:
2150     derived_from: org.openecomp.resource.abstract.nodes.VFC
2151     properties:
2152       index_value:
2153         type: integer
2154         description: Index value of this substitution service template runtime instance
2155         required: false
2156         default: 0
2157         status: SUPPORTED
2158         constraints:
2159         - greater_or_equal: 0
2160       port_cmaui02_port_exCP_naming:
2161         type: org.openecomp.datatypes.Naming
2162         required: true
2163         status: SUPPORTED
2164       port_cmaui02_port_fixed_ips:
2165         type: list
2166         required: true
2167         status: SUPPORTED
2168         entry_schema:
2169           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2170       port_cmaui02_port_mac_requirements:
2171         type: org.openecomp.datatypes.network.MacRequirements
2172         required: true
2173         status: SUPPORTED
2174       vm_flavor_name:
2175         type: string
2176         required: true
2177         status: SUPPORTED
2178       compute_cmaui_name:
2179         type: list
2180         required: true
2181         status: SUPPORTED
2182         entry_schema:
2183           type: string
2184       port_cmaui02_port_vlan_requirements:
2185         type: list
2186         required: true
2187         status: SUPPORTED
2188         entry_schema:
2189           type: org.openecomp.datatypes.network.VlanRequirements
2190       compute_cmaui_availability_zone:
2191         type: list
2192         required: true
2193         status: SUPPORTED
2194         entry_schema:
2195           type: string
2196       vm_image_name:
2197         type: string
2198         required: true
2199         status: SUPPORTED
2200       port_cmaui02_port_ip_requirements:
2201         type: list
2202         required: true
2203         status: SUPPORTED
2204         entry_schema:
2205           type: org.openecomp.datatypes.network.IpRequirements
2206       port_cmaui02_port_order:
2207         type: integer
2208         required: true
2209         status: SUPPORTED
2210       port_cmaui02_port_replacement_policy:
2211         type: list
2212         required: true
2213         status: SUPPORTED
2214         entry_schema:
2215           type: string
2216       port_cmaui02_port_network_role:
2217         type: string
2218         required: true
2219         status: SUPPORTED
2220       port_cmaui02_port_security_groups:
2221         type: list
2222         required: true
2223         status: SUPPORTED
2224         entry_schema:
2225           type: json
2226       port_cmaui02_port_subnetpoolid:
2227         type: string
2228         required: true
2229         status: SUPPORTED
2230       port_cmaui02_port_network:
2231         type: list
2232         required: true
2233         status: SUPPORTED
2234         entry_schema:
2235           type: string
2236       port_cmaui02_port_network_role_tag:
2237         type: string
2238         required: true
2239         status: SUPPORTED
2240     requirements:
2241     - dependency_cmaui_cmaui02_port:
2242         capability: tosca.capabilities.Node
2243         node: tosca.nodes.Root
2244         relationship: tosca.relationships.DependsOn
2245         occurrences:
2246         - 0
2247         - UNBOUNDED
2248     - link_cmaui_cmaui02_port:
2249         capability: tosca.capabilities.network.Linkable
2250         relationship: tosca.relationships.network.LinksTo
2251         occurrences:
2252         - 1
2253         - 1
2254     - dependency_cmaui:
2255         capability: tosca.capabilities.Node
2256         node: tosca.nodes.Root
2257         relationship: tosca.relationships.DependsOn
2258         occurrences:
2259         - 0
2260         - UNBOUNDED
2261     - local_storage_cmaui:
2262         capability: tosca.capabilities.Attachment
2263         node: tosca.nodes.BlockStorage
2264         relationship: tosca.relationships.AttachesTo
2265         occurrences:
2266         - 0
2267         - UNBOUNDED
2268     capabilities:
2269       network.incoming.bytes_cmaui_cmaui02_port:
2270         type: org.openecomp.capabilities.metric.Ceilometer
2271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2272         occurrences:
2273         - 1
2274         - UNBOUNDED
2275       disk.read.bytes.rate_cmaui:
2276         type: org.openecomp.capabilities.metric.Ceilometer
2277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2278         occurrences:
2279         - 1
2280         - UNBOUNDED
2281       disk.ephemeral.size_cmaui:
2282         type: org.openecomp.capabilities.metric.Ceilometer
2283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2284         occurrences:
2285         - 1
2286         - UNBOUNDED
2287       disk.device.write.bytes_cmaui:
2288         type: org.openecomp.capabilities.metric.Ceilometer
2289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2290         occurrences:
2291         - 1
2292         - UNBOUNDED
2293       forwarder_cmaui_cmaui02_port:
2294         type: org.openecomp.capabilities.Forwarder
2295         occurrences:
2296         - 1
2297         - UNBOUNDED
2298       disk.device.iops_cmaui:
2299         type: org.openecomp.capabilities.metric.Ceilometer
2300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2301         occurrences:
2302         - 1
2303         - UNBOUNDED
2304       memory.resident_cmaui:
2305         type: org.openecomp.capabilities.metric.Ceilometer
2306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2307         occurrences:
2308         - 1
2309         - UNBOUNDED
2310       disk.write.bytes.rate_cmaui:
2311         type: org.openecomp.capabilities.metric.Ceilometer
2312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2313         occurrences:
2314         - 1
2315         - UNBOUNDED
2316       host_cmaui:
2317         type: tosca.capabilities.Container
2318         valid_source_types:
2319         - tosca.nodes.SoftwareComponent
2320         occurrences:
2321         - 1
2322         - UNBOUNDED
2323       disk.device.allocation_cmaui:
2324         type: org.openecomp.capabilities.metric.Ceilometer
2325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2326         occurrences:
2327         - 1
2328         - UNBOUNDED
2329       feature_cmaui_cmaui02_port:
2330         type: tosca.capabilities.Node
2331         occurrences:
2332         - 1
2333         - UNBOUNDED
2334       disk.read.bytes_cmaui:
2335         type: org.openecomp.capabilities.metric.Ceilometer
2336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2337         occurrences:
2338         - 1
2339         - UNBOUNDED
2340       disk.write.requests_cmaui:
2341         type: org.openecomp.capabilities.metric.Ceilometer
2342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2343         occurrences:
2344         - 1
2345         - UNBOUNDED
2346       scalable_cmaui:
2347         type: tosca.capabilities.Scalable
2348         occurrences:
2349         - 1
2350         - UNBOUNDED
2351       disk.device.write.bytes.rate_cmaui:
2352         type: org.openecomp.capabilities.metric.Ceilometer
2353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2354         occurrences:
2355         - 1
2356         - UNBOUNDED
2357       cpu.delta_cmaui:
2358         type: org.openecomp.capabilities.metric.Ceilometer
2359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2360         occurrences:
2361         - 1
2362         - UNBOUNDED
2363       disk.root.size_cmaui:
2364         type: org.openecomp.capabilities.metric.Ceilometer
2365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2366         occurrences:
2367         - 1
2368         - UNBOUNDED
2369       memory.usage_cmaui:
2370         type: org.openecomp.capabilities.metric.Ceilometer
2371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2372         occurrences:
2373         - 1
2374         - UNBOUNDED
2375       os_cmaui:
2376         type: tosca.capabilities.OperatingSystem
2377         occurrences:
2378         - 1
2379         - UNBOUNDED
2380       disk.device.read.bytes.rate_cmaui:
2381         type: org.openecomp.capabilities.metric.Ceilometer
2382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2383         occurrences:
2384         - 1
2385         - UNBOUNDED
2386       network.incoming.packets.rate_cmaui_cmaui02_port:
2387         type: org.openecomp.capabilities.metric.Ceilometer
2388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2389         occurrences:
2390         - 1
2391         - UNBOUNDED
2392       binding_cmaui_cmaui02_port:
2393         type: tosca.capabilities.network.Bindable
2394         valid_source_types:
2395         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2396         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2397         occurrences:
2398         - 0
2399         - UNBOUNDED
2400       disk.device.usage_cmaui:
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.iops_cmaui:
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.latency_cmaui:
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_cmaui:
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       disk.capacity_cmaui:
2425         type: org.openecomp.capabilities.metric.Ceilometer
2426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2427         occurrences:
2428         - 1
2429         - UNBOUNDED
2430       cpu_cmaui:
2431         type: org.openecomp.capabilities.metric.Ceilometer
2432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2433         occurrences:
2434         - 1
2435         - UNBOUNDED
2436       network.outgoing.packets.rate_cmaui_cmaui02_port:
2437         type: org.openecomp.capabilities.metric.Ceilometer
2438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2439         occurrences:
2440         - 1
2441         - UNBOUNDED
2442       disk.read.requests_cmaui:
2443         type: org.openecomp.capabilities.metric.Ceilometer
2444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2445         occurrences:
2446         - 1
2447         - UNBOUNDED
2448       disk.device.read.bytes_cmaui:
2449         type: org.openecomp.capabilities.metric.Ceilometer
2450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2451         occurrences:
2452         - 1
2453         - UNBOUNDED
2454       disk.device.write.requests_cmaui:
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       vcpus_cmaui:
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       feature_cmaui:
2467         type: tosca.capabilities.Node
2468         occurrences:
2469         - 1
2470         - UNBOUNDED
2471       network.incoming.packets_cmaui_cmaui02_port:
2472         type: org.openecomp.capabilities.metric.Ceilometer
2473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2474         occurrences:
2475         - 1
2476         - UNBOUNDED
2477       binding_cmaui:
2478         type: tosca.capabilities.network.Bindable
2479         occurrences:
2480         - 1
2481         - UNBOUNDED
2482       attachment_cmaui_cmaui02_port:
2483         type: tosca.capabilities.Attachment
2484         occurrences:
2485         - 1
2486         - UNBOUNDED
2487       endpoint_cmaui:
2488         type: tosca.capabilities.Endpoint.Admin
2489         occurrences:
2490         - 1
2491         - UNBOUNDED
2492       disk.device.capacity_cmaui:
2493         type: org.openecomp.capabilities.metric.Ceilometer
2494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2495         occurrences:
2496         - 1
2497         - UNBOUNDED
2498       disk.device.read.requests.rate_cmaui:
2499         type: org.openecomp.capabilities.metric.Ceilometer
2500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2501         occurrences:
2502         - 1
2503         - UNBOUNDED
2504       memory_cmaui:
2505         type: org.openecomp.capabilities.metric.Ceilometer
2506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2507         occurrences:
2508         - 1
2509         - UNBOUNDED
2510       disk.write.requests.rate_cmaui:
2511         type: org.openecomp.capabilities.metric.Ceilometer
2512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2513         occurrences:
2514         - 1
2515         - UNBOUNDED
2516       network.outgoing.bytes_cmaui_cmaui02_port:
2517         type: org.openecomp.capabilities.metric.Ceilometer
2518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       disk.usage_cmaui:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       disk.latency_cmaui:
2529         type: org.openecomp.capabilities.metric.Ceilometer
2530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2531         occurrences:
2532         - 1
2533         - UNBOUNDED
2534       network.outgoing.bytes.rate_cmaui_cmaui02_port:
2535         type: org.openecomp.capabilities.metric.Ceilometer
2536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2537         occurrences:
2538         - 1
2539         - UNBOUNDED
2540       instance_cmaui:
2541         type: org.openecomp.capabilities.metric.Ceilometer
2542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2543         occurrences:
2544         - 1
2545         - UNBOUNDED
2546       disk.allocation_cmaui:
2547         type: org.openecomp.capabilities.metric.Ceilometer
2548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2549         occurrences:
2550         - 1
2551         - UNBOUNDED
2552       network.incoming.bytes.rate_cmaui_cmaui02_port:
2553         type: org.openecomp.capabilities.metric.Ceilometer
2554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2555         occurrences:
2556         - 1
2557         - UNBOUNDED
2558       disk.write.bytes_cmaui:
2559         type: org.openecomp.capabilities.metric.Ceilometer
2560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2561         occurrences:
2562         - 1
2563         - UNBOUNDED
2564       cpu_util_cmaui:
2565         type: org.openecomp.capabilities.metric.Ceilometer
2566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2567         occurrences:
2568         - 1
2569         - UNBOUNDED
2570       network.outpoing.packets_cmaui_cmaui02_port:
2571         type: org.openecomp.capabilities.metric.Ceilometer
2572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2573         occurrences:
2574         - 1
2575         - UNBOUNDED
2576       disk.device.write.requests.rate_cmaui:
2577         type: org.openecomp.capabilities.metric.Ceilometer
2578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2579         occurrences:
2580         - 1
2581         - UNBOUNDED
2582   org.openecomp.resource.abstract.nodes.cmaui_1:
2583     derived_from: org.openecomp.resource.abstract.nodes.VFC
2584     properties:
2585       port_cmaui01_port_network_role:
2586         type: string
2587         required: true
2588         status: SUPPORTED
2589       port_cmaui01_port_order:
2590         type: integer
2591         required: true
2592         status: SUPPORTED
2593       port_cmaui01_port_replacement_policy:
2594         type: list
2595         required: true
2596         status: SUPPORTED
2597         entry_schema:
2598           type: string
2599       index_value:
2600         type: integer
2601         description: Index value of this substitution service template runtime instance
2602         required: false
2603         default: 0
2604         status: SUPPORTED
2605         constraints:
2606         - greater_or_equal: 0
2607       port_cmaui01_port_security_groups:
2608         type: list
2609         required: true
2610         status: SUPPORTED
2611         entry_schema:
2612           type: json
2613       vm_flavor_name:
2614         type: string
2615         required: true
2616         status: SUPPORTED
2617       compute_cmaui_name:
2618         type: list
2619         required: true
2620         status: SUPPORTED
2621         entry_schema:
2622           type: string
2623       port_cmaui01_port_vlan_requirements:
2624         type: list
2625         required: true
2626         status: SUPPORTED
2627         entry_schema:
2628           type: org.openecomp.datatypes.network.VlanRequirements
2629       compute_cmaui_availability_zone:
2630         type: list
2631         required: true
2632         status: SUPPORTED
2633         entry_schema:
2634           type: string
2635       port_cmaui01_port_subnetpoolid:
2636         type: string
2637         required: true
2638         status: SUPPORTED
2639       vm_image_name:
2640         type: string
2641         required: true
2642         status: SUPPORTED
2643       port_cmaui01_port_network_role_tag:
2644         type: string
2645         required: true
2646         status: SUPPORTED
2647       port_cmaui01_port_exCP_naming:
2648         type: org.openecomp.datatypes.Naming
2649         required: true
2650         status: SUPPORTED
2651       port_cmaui01_port_mac_requirements:
2652         type: org.openecomp.datatypes.network.MacRequirements
2653         required: true
2654         status: SUPPORTED
2655       port_cmaui01_port_fixed_ips:
2656         type: list
2657         required: true
2658         status: SUPPORTED
2659         entry_schema:
2660           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2661       port_cmaui01_port_network:
2662         type: list
2663         required: true
2664         status: SUPPORTED
2665         entry_schema:
2666           type: string
2667       port_cmaui01_port_ip_requirements:
2668         type: list
2669         required: true
2670         status: SUPPORTED
2671         entry_schema:
2672           type: org.openecomp.datatypes.network.IpRequirements
2673     requirements:
2674     - dependency_cmaui_cmaui01_port:
2675         capability: tosca.capabilities.Node
2676         node: tosca.nodes.Root
2677         relationship: tosca.relationships.DependsOn
2678         occurrences:
2679         - 0
2680         - UNBOUNDED
2681     - link_cmaui_cmaui01_port:
2682         capability: tosca.capabilities.network.Linkable
2683         relationship: tosca.relationships.network.LinksTo
2684         occurrences:
2685         - 1
2686         - 1
2687     - dependency_cmaui:
2688         capability: tosca.capabilities.Node
2689         node: tosca.nodes.Root
2690         relationship: tosca.relationships.DependsOn
2691         occurrences:
2692         - 0
2693         - UNBOUNDED
2694     - local_storage_cmaui:
2695         capability: tosca.capabilities.Attachment
2696         node: tosca.nodes.BlockStorage
2697         relationship: tosca.relationships.AttachesTo
2698         occurrences:
2699         - 0
2700         - UNBOUNDED
2701     capabilities:
2702       disk.read.bytes.rate_cmaui:
2703         type: org.openecomp.capabilities.metric.Ceilometer
2704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2705         occurrences:
2706         - 1
2707         - UNBOUNDED
2708       disk.ephemeral.size_cmaui:
2709         type: org.openecomp.capabilities.metric.Ceilometer
2710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2711         occurrences:
2712         - 1
2713         - UNBOUNDED
2714       disk.device.write.bytes_cmaui:
2715         type: org.openecomp.capabilities.metric.Ceilometer
2716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2717         occurrences:
2718         - 1
2719         - UNBOUNDED
2720       network.outgoing.bytes_cmaui_cmaui01_port:
2721         type: org.openecomp.capabilities.metric.Ceilometer
2722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2723         occurrences:
2724         - 1
2725         - UNBOUNDED
2726       network.incoming.packets.rate_cmaui_cmaui01_port:
2727         type: org.openecomp.capabilities.metric.Ceilometer
2728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2729         occurrences:
2730         - 1
2731         - UNBOUNDED
2732       disk.device.iops_cmaui:
2733         type: org.openecomp.capabilities.metric.Ceilometer
2734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2735         occurrences:
2736         - 1
2737         - UNBOUNDED
2738       memory.resident_cmaui:
2739         type: org.openecomp.capabilities.metric.Ceilometer
2740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2741         occurrences:
2742         - 1
2743         - UNBOUNDED
2744       disk.write.bytes.rate_cmaui:
2745         type: org.openecomp.capabilities.metric.Ceilometer
2746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2747         occurrences:
2748         - 1
2749         - UNBOUNDED
2750       host_cmaui:
2751         type: tosca.capabilities.Container
2752         valid_source_types:
2753         - tosca.nodes.SoftwareComponent
2754         occurrences:
2755         - 1
2756         - UNBOUNDED
2757       disk.device.allocation_cmaui:
2758         type: org.openecomp.capabilities.metric.Ceilometer
2759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2760         occurrences:
2761         - 1
2762         - UNBOUNDED
2763       disk.read.bytes_cmaui:
2764         type: org.openecomp.capabilities.metric.Ceilometer
2765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2766         occurrences:
2767         - 1
2768         - UNBOUNDED
2769       disk.write.requests_cmaui:
2770         type: org.openecomp.capabilities.metric.Ceilometer
2771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2772         occurrences:
2773         - 1
2774         - UNBOUNDED
2775       scalable_cmaui:
2776         type: tosca.capabilities.Scalable
2777         occurrences:
2778         - 1
2779         - UNBOUNDED
2780       feature_cmaui_cmaui01_port:
2781         type: tosca.capabilities.Node
2782         occurrences:
2783         - 1
2784         - UNBOUNDED
2785       disk.device.write.bytes.rate_cmaui:
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       cpu.delta_cmaui:
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.root.size_cmaui:
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       memory.usage_cmaui:
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       os_cmaui:
2810         type: tosca.capabilities.OperatingSystem
2811         occurrences:
2812         - 1
2813         - UNBOUNDED
2814       network.outgoing.bytes.rate_cmaui_cmaui01_port:
2815         type: org.openecomp.capabilities.metric.Ceilometer
2816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2817         occurrences:
2818         - 1
2819         - UNBOUNDED
2820       disk.device.read.bytes.rate_cmaui:
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       network.incoming.bytes_cmaui_cmaui01_port:
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       forwarder_cmaui_cmaui01_port:
2833         type: org.openecomp.capabilities.Forwarder
2834         occurrences:
2835         - 1
2836         - UNBOUNDED
2837       network.outgoing.packets.rate_cmaui_cmaui01_port:
2838         type: org.openecomp.capabilities.metric.Ceilometer
2839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2840         occurrences:
2841         - 1
2842         - UNBOUNDED
2843       disk.device.usage_cmaui:
2844         type: org.openecomp.capabilities.metric.Ceilometer
2845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2846         occurrences:
2847         - 1
2848         - UNBOUNDED
2849       disk.iops_cmaui:
2850         type: org.openecomp.capabilities.metric.Ceilometer
2851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2852         occurrences:
2853         - 1
2854         - UNBOUNDED
2855       disk.device.latency_cmaui:
2856         type: org.openecomp.capabilities.metric.Ceilometer
2857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2858         occurrences:
2859         - 1
2860         - UNBOUNDED
2861       disk.device.read.requests_cmaui:
2862         type: org.openecomp.capabilities.metric.Ceilometer
2863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2864         occurrences:
2865         - 1
2866         - UNBOUNDED
2867       disk.capacity_cmaui:
2868         type: org.openecomp.capabilities.metric.Ceilometer
2869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2870         occurrences:
2871         - 1
2872         - UNBOUNDED
2873       cpu_cmaui:
2874         type: org.openecomp.capabilities.metric.Ceilometer
2875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2876         occurrences:
2877         - 1
2878         - UNBOUNDED
2879       network.outpoing.packets_cmaui_cmaui01_port:
2880         type: org.openecomp.capabilities.metric.Ceilometer
2881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2882         occurrences:
2883         - 1
2884         - UNBOUNDED
2885       disk.read.requests_cmaui:
2886         type: org.openecomp.capabilities.metric.Ceilometer
2887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2888         occurrences:
2889         - 1
2890         - UNBOUNDED
2891       attachment_cmaui_cmaui01_port:
2892         type: tosca.capabilities.Attachment
2893         occurrences:
2894         - 1
2895         - UNBOUNDED
2896       disk.device.read.bytes_cmaui:
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.incoming.packets_cmaui_cmaui01_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       disk.device.write.requests_cmaui:
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       network.incoming.bytes.rate_cmaui_cmaui01_port:
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       vcpus_cmaui:
2921         type: org.openecomp.capabilities.metric.Ceilometer
2922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2923         occurrences:
2924         - 1
2925         - UNBOUNDED
2926       binding_cmaui_cmaui01_port:
2927         type: tosca.capabilities.network.Bindable
2928         valid_source_types:
2929         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2930         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2931         occurrences:
2932         - 0
2933         - UNBOUNDED
2934       feature_cmaui:
2935         type: tosca.capabilities.Node
2936         occurrences:
2937         - 1
2938         - UNBOUNDED
2939       binding_cmaui:
2940         type: tosca.capabilities.network.Bindable
2941         occurrences:
2942         - 1
2943         - UNBOUNDED
2944       endpoint_cmaui:
2945         type: tosca.capabilities.Endpoint.Admin
2946         occurrences:
2947         - 1
2948         - UNBOUNDED
2949       disk.device.capacity_cmaui:
2950         type: org.openecomp.capabilities.metric.Ceilometer
2951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2952         occurrences:
2953         - 1
2954         - UNBOUNDED
2955       disk.device.read.requests.rate_cmaui:
2956         type: org.openecomp.capabilities.metric.Ceilometer
2957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2958         occurrences:
2959         - 1
2960         - UNBOUNDED
2961       memory_cmaui:
2962         type: org.openecomp.capabilities.metric.Ceilometer
2963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2964         occurrences:
2965         - 1
2966         - UNBOUNDED
2967       disk.write.requests.rate_cmaui:
2968         type: org.openecomp.capabilities.metric.Ceilometer
2969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2970         occurrences:
2971         - 1
2972         - UNBOUNDED
2973       disk.usage_cmaui:
2974         type: org.openecomp.capabilities.metric.Ceilometer
2975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2976         occurrences:
2977         - 1
2978         - UNBOUNDED
2979       disk.latency_cmaui:
2980         type: org.openecomp.capabilities.metric.Ceilometer
2981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2982         occurrences:
2983         - 1
2984         - UNBOUNDED
2985       instance_cmaui:
2986         type: org.openecomp.capabilities.metric.Ceilometer
2987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2988         occurrences:
2989         - 1
2990         - UNBOUNDED
2991       disk.allocation_cmaui:
2992         type: org.openecomp.capabilities.metric.Ceilometer
2993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2994         occurrences:
2995         - 1
2996         - UNBOUNDED
2997       disk.write.bytes_cmaui:
2998         type: org.openecomp.capabilities.metric.Ceilometer
2999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3000         occurrences:
3001         - 1
3002         - UNBOUNDED
3003       cpu_util_cmaui:
3004         type: org.openecomp.capabilities.metric.Ceilometer
3005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3006         occurrences:
3007         - 1
3008         - UNBOUNDED
3009       disk.device.write.requests.rate_cmaui:
3010         type: org.openecomp.capabilities.metric.Ceilometer
3011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3012         occurrences:
3013         - 1
3014         - UNBOUNDED
3015   org.openecomp.resource.abstract.nodes.heat.nested1:
3016     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
3017     properties:
3018       cmaui_names:
3019         type: list
3020         description: CMAUI1, CMAUI2 server names
3021         required: true
3022         status: SUPPORTED
3023         entry_schema:
3024           type: string
3025       p1:
3026         type: string
3027         description: UID of OAM network
3028         required: true
3029         status: SUPPORTED
3030       p2:
3031         type: string
3032         description: UID of OAM network
3033         required: true
3034         status: SUPPORTED
3035       cmaui_image:
3036         type: string
3037         description: Image for CMAUI server
3038         required: true
3039         status: SUPPORTED
3040       cmaui_flavor:
3041         type: string
3042         description: Flavor for CMAUI server
3043         required: true
3044         status: SUPPORTED
3045       security_group_name:
3046         type: list
3047         description: CMAUI1, CMAUI2 server names
3048         required: true
3049         status: SUPPORTED
3050         entry_schema:
3051           type: string
3052       availability_zone_0:
3053         type: string
3054         description: availabilityzone name
3055         required: true
3056         status: SUPPORTED
3057       cmaui_oam_ips:
3058         type: string
3059         required: true
3060         status: SUPPORTED
3061       net:
3062         type: string
3063         required: true
3064         status: SUPPORTED
3065     requirements:
3066     - dependency_server_cmaui_2:
3067         capability: tosca.capabilities.Node
3068         node: tosca.nodes.Root
3069         relationship: tosca.relationships.DependsOn
3070         occurrences:
3071         - 0
3072         - UNBOUNDED
3073     - local_storage_server_cmaui_2:
3074         capability: tosca.capabilities.Attachment
3075         node: tosca.nodes.BlockStorage
3076         relationship: tosca.relationships.AttachesTo
3077         occurrences:
3078         - 0
3079         - UNBOUNDED
3080     - dependency_server_cmaui_1:
3081         capability: tosca.capabilities.Node
3082         node: tosca.nodes.Root
3083         relationship: tosca.relationships.DependsOn
3084         occurrences:
3085         - 0
3086         - UNBOUNDED
3087     - local_storage_server_cmaui_1:
3088         capability: tosca.capabilities.Attachment
3089         node: tosca.nodes.BlockStorage
3090         relationship: tosca.relationships.AttachesTo
3091         occurrences:
3092         - 0
3093         - UNBOUNDED
3094     - dependency_cmaui01_port_1:
3095         capability: tosca.capabilities.Node
3096         node: tosca.nodes.Root
3097         relationship: tosca.relationships.DependsOn
3098         occurrences:
3099         - 0
3100         - UNBOUNDED
3101     - link_cmaui01_port_1:
3102         capability: tosca.capabilities.network.Linkable
3103         relationship: tosca.relationships.network.LinksTo
3104         occurrences:
3105         - 1
3106         - 1
3107     - dependency_cmaui02_port_2:
3108         capability: tosca.capabilities.Node
3109         node: tosca.nodes.Root
3110         relationship: tosca.relationships.DependsOn
3111         occurrences:
3112         - 0
3113         - UNBOUNDED
3114     - link_cmaui02_port_2:
3115         capability: tosca.capabilities.network.Linkable
3116         relationship: tosca.relationships.network.LinksTo
3117         occurrences:
3118         - 1
3119         - 1
3120     - dependency_test_nested2Level:
3121         capability: tosca.capabilities.Node
3122         node: tosca.nodes.Root
3123         relationship: tosca.relationships.DependsOn
3124         occurrences:
3125         - 0
3126         - UNBOUNDED
3127     - dependency_oam01_port_1_test_nested2Level:
3128         capability: tosca.capabilities.Node
3129         node: tosca.nodes.Root
3130         relationship: tosca.relationships.DependsOn
3131         occurrences:
3132         - 0
3133         - UNBOUNDED
3134     - link_oam01_port_1_test_nested2Level:
3135         capability: tosca.capabilities.network.Linkable
3136         relationship: tosca.relationships.network.LinksTo
3137         occurrences:
3138         - 1
3139         - 1
3140     - dependency_oam02_port_2_test_nested2Level:
3141         capability: tosca.capabilities.Node
3142         node: tosca.nodes.Root
3143         relationship: tosca.relationships.DependsOn
3144         occurrences:
3145         - 0
3146         - UNBOUNDED
3147     - link_oam02_port_2_test_nested2Level:
3148         capability: tosca.capabilities.network.Linkable
3149         relationship: tosca.relationships.network.LinksTo
3150         occurrences:
3151         - 1
3152         - 1
3153     - dependency_test_nested3Level_test_nested2Level:
3154         capability: tosca.capabilities.Node
3155         node: tosca.nodes.Root
3156         relationship: tosca.relationships.DependsOn
3157         occurrences:
3158         - 0
3159         - UNBOUNDED
3160     - dependency_pd01_port_1_test_nested3Level_test_nested2Level:
3161         capability: tosca.capabilities.Node
3162         node: tosca.nodes.Root
3163         relationship: tosca.relationships.DependsOn
3164         occurrences:
3165         - 0
3166         - UNBOUNDED
3167     - link_pd01_port_1_test_nested3Level_test_nested2Level:
3168         capability: tosca.capabilities.network.Linkable
3169         relationship: tosca.relationships.network.LinksTo
3170         occurrences:
3171         - 1
3172         - 1
3173     - dependency_pd02_port_2_test_nested3Level_test_nested2Level:
3174         capability: tosca.capabilities.Node
3175         node: tosca.nodes.Root
3176         relationship: tosca.relationships.DependsOn
3177         occurrences:
3178         - 0
3179         - UNBOUNDED
3180     - link_pd02_port_2_test_nested3Level_test_nested2Level:
3181         capability: tosca.capabilities.network.Linkable
3182         relationship: tosca.relationships.network.LinksTo
3183         occurrences:
3184         - 1
3185         - 1
3186     - dependency_server_ps_2_test_nested3Level_test_nested2Level:
3187         capability: tosca.capabilities.Node
3188         node: tosca.nodes.Root
3189         relationship: tosca.relationships.DependsOn
3190         occurrences:
3191         - 0
3192         - UNBOUNDED
3193     - local_storage_server_ps_2_test_nested3Level_test_nested2Level:
3194         capability: tosca.capabilities.Attachment
3195         node: tosca.nodes.BlockStorage
3196         relationship: tosca.relationships.AttachesTo
3197         occurrences:
3198         - 0
3199         - UNBOUNDED
3200     - dependency_server_ps_1_test_nested3Level_test_nested2Level:
3201         capability: tosca.capabilities.Node
3202         node: tosca.nodes.Root
3203         relationship: tosca.relationships.DependsOn
3204         occurrences:
3205         - 0
3206         - UNBOUNDED
3207     - local_storage_server_ps_1_test_nested3Level_test_nested2Level:
3208         capability: tosca.capabilities.Attachment
3209         node: tosca.nodes.BlockStorage
3210         relationship: tosca.relationships.AttachesTo
3211         occurrences:
3212         - 0
3213         - UNBOUNDED
3214     - dependency_server_oam_2_test_nested2Level:
3215         capability: tosca.capabilities.Node
3216         node: tosca.nodes.Root
3217         relationship: tosca.relationships.DependsOn
3218         occurrences:
3219         - 0
3220         - UNBOUNDED
3221     - local_storage_server_oam_2_test_nested2Level:
3222         capability: tosca.capabilities.Attachment
3223         node: tosca.nodes.BlockStorage
3224         relationship: tosca.relationships.AttachesTo
3225         occurrences:
3226         - 0
3227         - UNBOUNDED
3228     - dependency_server_oam_1_test_nested2Level:
3229         capability: tosca.capabilities.Node
3230         node: tosca.nodes.Root
3231         relationship: tosca.relationships.DependsOn
3232         occurrences:
3233         - 0
3234         - UNBOUNDED
3235     - local_storage_server_oam_1_test_nested2Level:
3236         capability: tosca.capabilities.Attachment
3237         node: tosca.nodes.BlockStorage
3238         relationship: tosca.relationships.AttachesTo
3239         occurrences:
3240         - 0
3241         - UNBOUNDED
3242     capabilities:
3243       memory.resident_server_ps_1_test_nested3Level_test_nested2Level:
3244         type: org.openecomp.capabilities.metric.Ceilometer
3245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3246         occurrences:
3247         - 1
3248         - UNBOUNDED
3249       disk.device.write.requests_server_oam_2_test_nested2Level:
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       feature_pd01_port_1_test_nested3Level_test_nested2Level:
3256         type: tosca.capabilities.Node
3257         occurrences:
3258         - 1
3259         - UNBOUNDED
3260       network.outgoing.packets.rate_cmaui02_port_2:
3261         type: org.openecomp.capabilities.metric.Ceilometer
3262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3263         occurrences:
3264         - 1
3265         - UNBOUNDED
3266       binding_cmaui02_port_2:
3267         type: tosca.capabilities.network.Bindable
3268         valid_source_types:
3269         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3270         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3271         occurrences:
3272         - 0
3273         - UNBOUNDED
3274       disk.device.latency_server_cmaui_1:
3275         type: org.openecomp.capabilities.metric.Ceilometer
3276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3277         occurrences:
3278         - 1
3279         - UNBOUNDED
3280       network.outgoing.bytes.rate_cmaui02_port_2:
3281         type: org.openecomp.capabilities.metric.Ceilometer
3282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3283         occurrences:
3284         - 1
3285         - UNBOUNDED
3286       disk.device.latency_server_cmaui_2:
3287         type: org.openecomp.capabilities.metric.Ceilometer
3288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3289         occurrences:
3290         - 1
3291         - UNBOUNDED
3292       disk.device.read.bytes_server_ps_2_test_nested3Level_test_nested2Level:
3293         type: org.openecomp.capabilities.metric.Ceilometer
3294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3295         occurrences:
3296         - 1
3297         - UNBOUNDED
3298       cpu.delta_server_oam_1_test_nested2Level:
3299         type: org.openecomp.capabilities.metric.Ceilometer
3300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3301         occurrences:
3302         - 1
3303         - UNBOUNDED
3304       disk.root.size_server_cmaui_2:
3305         type: org.openecomp.capabilities.metric.Ceilometer
3306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3307         occurrences:
3308         - 1
3309         - UNBOUNDED
3310       disk.root.size_server_cmaui_1:
3311         type: org.openecomp.capabilities.metric.Ceilometer
3312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3313         occurrences:
3314         - 1
3315         - UNBOUNDED
3316       disk.device.latency_server_ps_1_test_nested3Level_test_nested2Level:
3317         type: org.openecomp.capabilities.metric.Ceilometer
3318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3319         occurrences:
3320         - 1
3321         - UNBOUNDED
3322       attachment_cmaui01_port_1:
3323         type: tosca.capabilities.Attachment
3324         occurrences:
3325         - 1
3326         - UNBOUNDED
3327       disk.write.bytes_server_ps_1_test_nested3Level_test_nested2Level:
3328         type: org.openecomp.capabilities.metric.Ceilometer
3329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3330         occurrences:
3331         - 1
3332         - UNBOUNDED
3333       network.incoming.bytes.rate_cmaui01_port_1:
3334         type: org.openecomp.capabilities.metric.Ceilometer
3335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3336         occurrences:
3337         - 1
3338         - UNBOUNDED
3339       disk.capacity_server_oam_1_test_nested2Level:
3340         type: org.openecomp.capabilities.metric.Ceilometer
3341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3342         occurrences:
3343         - 1
3344         - UNBOUNDED
3345       disk.read.requests_server_cmaui_2:
3346         type: org.openecomp.capabilities.metric.Ceilometer
3347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3348         occurrences:
3349         - 1
3350         - UNBOUNDED
3351       disk.read.requests_server_cmaui_1:
3352         type: org.openecomp.capabilities.metric.Ceilometer
3353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3354         occurrences:
3355         - 1
3356         - UNBOUNDED
3357       memory.resident_server_oam_1_test_nested2Level:
3358         type: org.openecomp.capabilities.metric.Ceilometer
3359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3360         occurrences:
3361         - 1
3362         - UNBOUNDED
3363       binding_server_ps_1_test_nested3Level_test_nested2Level:
3364         type: tosca.capabilities.network.Bindable
3365         occurrences:
3366         - 1
3367         - UNBOUNDED
3368       memory.usage_server_oam_1_test_nested2Level:
3369         type: org.openecomp.capabilities.metric.Ceilometer
3370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3371         occurrences:
3372         - 1
3373         - UNBOUNDED
3374       network.incoming.bytes_pd01_port_1_test_nested3Level_test_nested2Level:
3375         type: org.openecomp.capabilities.metric.Ceilometer
3376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3377         occurrences:
3378         - 1
3379         - UNBOUNDED
3380       disk.root.size_server_ps_1_test_nested3Level_test_nested2Level:
3381         type: org.openecomp.capabilities.metric.Ceilometer
3382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3383         occurrences:
3384         - 1
3385         - UNBOUNDED
3386       cpu.delta_server_oam_2_test_nested2Level:
3387         type: org.openecomp.capabilities.metric.Ceilometer
3388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3389         occurrences:
3390         - 1
3391         - UNBOUNDED
3392       disk.device.read.bytes.rate_server_cmaui_2:
3393         type: org.openecomp.capabilities.metric.Ceilometer
3394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3395         occurrences:
3396         - 1
3397         - UNBOUNDED
3398       feature_cmaui02_port_2:
3399         type: tosca.capabilities.Node
3400         occurrences:
3401         - 1
3402         - UNBOUNDED
3403       disk.device.read.bytes.rate_server_cmaui_1:
3404         type: org.openecomp.capabilities.metric.Ceilometer
3405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3406         occurrences:
3407         - 1
3408         - UNBOUNDED
3409       disk.read.bytes_server_cmaui_2:
3410         type: org.openecomp.capabilities.metric.Ceilometer
3411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3412         occurrences:
3413         - 1
3414         - UNBOUNDED
3415       disk.read.bytes_server_cmaui_1:
3416         type: org.openecomp.capabilities.metric.Ceilometer
3417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3418         occurrences:
3419         - 1
3420         - UNBOUNDED
3421       network.outgoing.packets.rate_oam02_port_2_test_nested2Level:
3422         type: org.openecomp.capabilities.metric.Ceilometer
3423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3424         occurrences:
3425         - 1
3426         - UNBOUNDED
3427       disk.device.read.bytes_server_cmaui_1:
3428         type: org.openecomp.capabilities.metric.Ceilometer
3429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3430         occurrences:
3431         - 1
3432         - UNBOUNDED
3433       disk.device.read.bytes_server_cmaui_2:
3434         type: org.openecomp.capabilities.metric.Ceilometer
3435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3436         occurrences:
3437         - 1
3438         - UNBOUNDED
3439       disk.write.bytes_server_ps_2_test_nested3Level_test_nested2Level:
3440         type: org.openecomp.capabilities.metric.Ceilometer
3441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3442         occurrences:
3443         - 1
3444         - UNBOUNDED
3445       disk.device.write.requests_server_ps_2_test_nested3Level_test_nested2Level:
3446         type: org.openecomp.capabilities.metric.Ceilometer
3447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3448         occurrences:
3449         - 1
3450         - UNBOUNDED
3451       memory.resident_server_oam_2_test_nested2Level:
3452         type: org.openecomp.capabilities.metric.Ceilometer
3453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3454         occurrences:
3455         - 1
3456         - UNBOUNDED
3457       disk.write.requests.rate_server_cmaui_1:
3458         type: org.openecomp.capabilities.metric.Ceilometer
3459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3460         occurrences:
3461         - 1
3462         - UNBOUNDED
3463       disk.write.requests.rate_server_cmaui_2:
3464         type: org.openecomp.capabilities.metric.Ceilometer
3465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3466         occurrences:
3467         - 1
3468         - UNBOUNDED
3469       disk.iops_server_oam_2_test_nested2Level:
3470         type: org.openecomp.capabilities.metric.Ceilometer
3471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3472         occurrences:
3473         - 1
3474         - UNBOUNDED
3475       network.outpoing.packets_cmaui02_port_2:
3476         type: org.openecomp.capabilities.metric.Ceilometer
3477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3478         occurrences:
3479         - 1
3480         - UNBOUNDED
3481       attachment_pd01_port_1_test_nested3Level_test_nested2Level:
3482         type: tosca.capabilities.Attachment
3483         occurrences:
3484         - 1
3485         - UNBOUNDED
3486       disk.device.latency_server_ps_2_test_nested3Level_test_nested2Level:
3487         type: org.openecomp.capabilities.metric.Ceilometer
3488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3489         occurrences:
3490         - 1
3491         - UNBOUNDED
3492       binding_oam02_port_2_test_nested2Level:
3493         type: tosca.capabilities.network.Bindable
3494         valid_source_types:
3495         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3496         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3497         occurrences:
3498         - 0
3499         - UNBOUNDED
3500       disk.write.requests_server_oam_2_test_nested2Level:
3501         type: org.openecomp.capabilities.metric.Ceilometer
3502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3503         occurrences:
3504         - 1
3505         - UNBOUNDED
3506       endpoint_server_ps_2_test_nested3Level_test_nested2Level:
3507         type: tosca.capabilities.Endpoint.Admin
3508         occurrences:
3509         - 1
3510         - UNBOUNDED
3511       disk.ephemeral.size_server_cmaui_1:
3512         type: org.openecomp.capabilities.metric.Ceilometer
3513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3514         occurrences:
3515         - 1
3516         - UNBOUNDED
3517       disk.ephemeral.size_server_cmaui_2:
3518         type: org.openecomp.capabilities.metric.Ceilometer
3519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3520         occurrences:
3521         - 1
3522         - UNBOUNDED
3523       cpu_util_server_ps_2_test_nested3Level_test_nested2Level:
3524         type: org.openecomp.capabilities.metric.Ceilometer
3525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3526         occurrences:
3527         - 1
3528         - UNBOUNDED
3529       network.outgoing.bytes_cmaui02_port_2:
3530         type: org.openecomp.capabilities.metric.Ceilometer
3531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3532         occurrences:
3533         - 1
3534         - UNBOUNDED
3535       feature_server_ps_1_test_nested3Level_test_nested2Level:
3536         type: tosca.capabilities.Node
3537         occurrences:
3538         - 1
3539         - UNBOUNDED
3540       disk.write.requests.rate_server_ps_2_test_nested3Level_test_nested2Level:
3541         type: org.openecomp.capabilities.metric.Ceilometer
3542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3543         occurrences:
3544         - 1
3545         - UNBOUNDED
3546       disk.device.capacity_server_oam_1_test_nested2Level:
3547         type: org.openecomp.capabilities.metric.Ceilometer
3548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3549         occurrences:
3550         - 1
3551         - UNBOUNDED
3552       disk.ephemeral.size_server_ps_2_test_nested3Level_test_nested2Level:
3553         type: org.openecomp.capabilities.metric.Ceilometer
3554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3555         occurrences:
3556         - 1
3557         - UNBOUNDED
3558       network.incoming.bytes.rate_oam02_port_2_test_nested2Level:
3559         type: org.openecomp.capabilities.metric.Ceilometer
3560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3561         occurrences:
3562         - 1
3563         - UNBOUNDED
3564       disk.device.read.requests.rate_server_oam_2_test_nested2Level:
3565         type: org.openecomp.capabilities.metric.Ceilometer
3566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3567         occurrences:
3568         - 1
3569         - UNBOUNDED
3570       disk.read.bytes_server_oam_1_test_nested2Level:
3571         type: org.openecomp.capabilities.metric.Ceilometer
3572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3573         occurrences:
3574         - 1
3575         - UNBOUNDED
3576       network.outpoing.packets_oam01_port_1_test_nested2Level:
3577         type: org.openecomp.capabilities.metric.Ceilometer
3578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3579         occurrences:
3580         - 1
3581         - UNBOUNDED
3582       disk.device.write.bytes.rate_server_ps_2_test_nested3Level_test_nested2Level:
3583         type: org.openecomp.capabilities.metric.Ceilometer
3584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3585         occurrences:
3586         - 1
3587         - UNBOUNDED
3588       forwarder_cmaui01_port_1:
3589         type: org.openecomp.capabilities.Forwarder
3590         occurrences:
3591         - 1
3592         - UNBOUNDED
3593       network.outgoing.bytes.rate_oam02_port_2_test_nested2Level:
3594         type: org.openecomp.capabilities.metric.Ceilometer
3595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3596         occurrences:
3597         - 1
3598         - UNBOUNDED
3599       disk.read.bytes_server_ps_2_test_nested3Level_test_nested2Level:
3600         type: org.openecomp.capabilities.metric.Ceilometer
3601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3602         occurrences:
3603         - 1
3604         - UNBOUNDED
3605       feature_test_nested2Level:
3606         type: tosca.capabilities.Node
3607         occurrences:
3608         - 1
3609         - UNBOUNDED
3610       binding_pd01_port_1_test_nested3Level_test_nested2Level:
3611         type: tosca.capabilities.network.Bindable
3612         valid_source_types:
3613         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3614         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3615         occurrences:
3616         - 0
3617         - UNBOUNDED
3618       attachment_oam02_port_2_test_nested2Level:
3619         type: tosca.capabilities.Attachment
3620         occurrences:
3621         - 1
3622         - UNBOUNDED
3623       disk.device.write.requests_server_cmaui_2:
3624         type: org.openecomp.capabilities.metric.Ceilometer
3625         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3626         occurrences:
3627         - 1
3628         - UNBOUNDED
3629       cpu_util_server_ps_1_test_nested3Level_test_nested2Level:
3630         type: org.openecomp.capabilities.metric.Ceilometer
3631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3632         occurrences:
3633         - 1
3634         - UNBOUNDED
3635       disk.device.write.requests_server_cmaui_1:
3636         type: org.openecomp.capabilities.metric.Ceilometer
3637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3638         occurrences:
3639         - 1
3640         - UNBOUNDED
3641       disk.device.write.requests_server_oam_1_test_nested2Level:
3642         type: org.openecomp.capabilities.metric.Ceilometer
3643         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3644         occurrences:
3645         - 1
3646         - UNBOUNDED
3647       disk.device.write.bytes.rate_server_oam_2_test_nested2Level:
3648         type: org.openecomp.capabilities.metric.Ceilometer
3649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3650         occurrences:
3651         - 1
3652         - UNBOUNDED
3653       network.outgoing.bytes_pd02_port_2_test_nested3Level_test_nested2Level:
3654         type: org.openecomp.capabilities.metric.Ceilometer
3655         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3656         occurrences:
3657         - 1
3658         - UNBOUNDED
3659       disk.capacity_server_oam_2_test_nested2Level:
3660         type: org.openecomp.capabilities.metric.Ceilometer
3661         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3662         occurrences:
3663         - 1
3664         - UNBOUNDED
3665       disk.device.write.bytes.rate_server_cmaui_1:
3666         type: org.openecomp.capabilities.metric.Ceilometer
3667         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3668         occurrences:
3669         - 1
3670         - UNBOUNDED
3671       disk.ephemeral.size_server_ps_1_test_nested3Level_test_nested2Level:
3672         type: org.openecomp.capabilities.metric.Ceilometer
3673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3674         occurrences:
3675         - 1
3676         - UNBOUNDED
3677       network.incoming.packets.rate_pd02_port_2_test_nested3Level_test_nested2Level:
3678         type: org.openecomp.capabilities.metric.Ceilometer
3679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3680         occurrences:
3681         - 1
3682         - UNBOUNDED
3683       cpu_util_server_cmaui_1:
3684         type: org.openecomp.capabilities.metric.Ceilometer
3685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3686         occurrences:
3687         - 1
3688         - UNBOUNDED
3689       disk.device.read.requests_server_oam_1_test_nested2Level:
3690         type: org.openecomp.capabilities.metric.Ceilometer
3691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3692         occurrences:
3693         - 1
3694         - UNBOUNDED
3695       disk.device.write.bytes_server_oam_2_test_nested2Level:
3696         type: org.openecomp.capabilities.metric.Ceilometer
3697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3698         occurrences:
3699         - 1
3700         - UNBOUNDED
3701       disk.device.write.requests.rate_server_oam_2_test_nested2Level:
3702         type: org.openecomp.capabilities.metric.Ceilometer
3703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3704         occurrences:
3705         - 1
3706         - UNBOUNDED
3707       cpu_server_oam_2_test_nested2Level:
3708         type: org.openecomp.capabilities.metric.Ceilometer
3709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3710         occurrences:
3711         - 1
3712         - UNBOUNDED
3713       disk.device.read.bytes_server_ps_1_test_nested3Level_test_nested2Level:
3714         type: org.openecomp.capabilities.metric.Ceilometer
3715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3716         occurrences:
3717         - 1
3718         - UNBOUNDED
3719       disk.root.size_server_ps_2_test_nested3Level_test_nested2Level:
3720         type: org.openecomp.capabilities.metric.Ceilometer
3721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3722         occurrences:
3723         - 1
3724         - UNBOUNDED
3725       disk.write.requests.rate_server_ps_1_test_nested3Level_test_nested2Level:
3726         type: org.openecomp.capabilities.metric.Ceilometer
3727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3728         occurrences:
3729         - 1
3730         - UNBOUNDED
3731       cpu_util_server_cmaui_2:
3732         type: org.openecomp.capabilities.metric.Ceilometer
3733         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3734         occurrences:
3735         - 1
3736         - UNBOUNDED
3737       network.incoming.packets_cmaui02_port_2:
3738         type: org.openecomp.capabilities.metric.Ceilometer
3739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3740         occurrences:
3741         - 1
3742         - UNBOUNDED
3743       disk.device.write.bytes.rate_server_cmaui_2:
3744         type: org.openecomp.capabilities.metric.Ceilometer
3745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3746         occurrences:
3747         - 1
3748         - UNBOUNDED
3749       disk.device.usage_server_oam_1_test_nested2Level:
3750         type: org.openecomp.capabilities.metric.Ceilometer
3751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3752         occurrences:
3753         - 1
3754         - UNBOUNDED
3755       disk.write.bytes.rate_server_cmaui_2:
3756         type: org.openecomp.capabilities.metric.Ceilometer
3757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3758         occurrences:
3759         - 1
3760         - UNBOUNDED
3761       cpu_util_server_oam_1_test_nested2Level:
3762         type: org.openecomp.capabilities.metric.Ceilometer
3763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3764         occurrences:
3765         - 1
3766         - UNBOUNDED
3767       disk.device.write.bytes_server_cmaui_2:
3768         type: org.openecomp.capabilities.metric.Ceilometer
3769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3770         occurrences:
3771         - 1
3772         - UNBOUNDED
3773       disk.write.bytes.rate_server_cmaui_1:
3774         type: org.openecomp.capabilities.metric.Ceilometer
3775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3776         occurrences:
3777         - 1
3778         - UNBOUNDED
3779       attachment_oam01_port_1_test_nested2Level:
3780         type: tosca.capabilities.Attachment
3781         occurrences:
3782         - 1
3783         - UNBOUNDED
3784       disk.device.write.bytes_server_cmaui_1:
3785         type: org.openecomp.capabilities.metric.Ceilometer
3786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3787         occurrences:
3788         - 1
3789         - UNBOUNDED
3790       disk.write.bytes_server_oam_2_test_nested2Level:
3791         type: org.openecomp.capabilities.metric.Ceilometer
3792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3793         occurrences:
3794         - 1
3795         - UNBOUNDED
3796       os_server_ps_2_test_nested3Level_test_nested2Level:
3797         type: tosca.capabilities.OperatingSystem
3798         occurrences:
3799         - 1
3800         - UNBOUNDED
3801       disk.allocation_server_ps_2_test_nested3Level_test_nested2Level:
3802         type: org.openecomp.capabilities.metric.Ceilometer
3803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3804         occurrences:
3805         - 1
3806         - UNBOUNDED
3807       cpu.delta_server_ps_1_test_nested3Level_test_nested2Level:
3808         type: org.openecomp.capabilities.metric.Ceilometer
3809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3810         occurrences:
3811         - 1
3812         - UNBOUNDED
3813       network.incoming.bytes_pd02_port_2_test_nested3Level_test_nested2Level:
3814         type: org.openecomp.capabilities.metric.Ceilometer
3815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3816         occurrences:
3817         - 1
3818         - UNBOUNDED
3819       binding_server_cmaui_1:
3820         type: tosca.capabilities.network.Bindable
3821         occurrences:
3822         - 1
3823         - UNBOUNDED
3824       disk.device.usage_server_oam_2_test_nested2Level:
3825         type: org.openecomp.capabilities.metric.Ceilometer
3826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3827         occurrences:
3828         - 1
3829         - UNBOUNDED
3830       binding_server_cmaui_2:
3831         type: tosca.capabilities.network.Bindable
3832         occurrences:
3833         - 1
3834         - UNBOUNDED
3835       disk.allocation_server_oam_1_test_nested2Level:
3836         type: org.openecomp.capabilities.metric.Ceilometer
3837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3838         occurrences:
3839         - 1
3840         - UNBOUNDED
3841       scalable_server_cmaui_2:
3842         type: tosca.capabilities.Scalable
3843         occurrences:
3844         - 1
3845         - UNBOUNDED
3846       scalable_server_cmaui_1:
3847         type: tosca.capabilities.Scalable
3848         occurrences:
3849         - 1
3850         - UNBOUNDED
3851       disk.device.usage_server_ps_2_test_nested3Level_test_nested2Level:
3852         type: org.openecomp.capabilities.metric.Ceilometer
3853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3854         occurrences:
3855         - 1
3856         - UNBOUNDED
3857       network.incoming.bytes_cmaui01_port_1:
3858         type: org.openecomp.capabilities.metric.Ceilometer
3859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3860         occurrences:
3861         - 1
3862         - UNBOUNDED
3863       instance_server_oam_2_test_nested2Level:
3864         type: org.openecomp.capabilities.metric.Ceilometer
3865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3866         occurrences:
3867         - 1
3868         - UNBOUNDED
3869       endpoint_server_ps_1_test_nested3Level_test_nested2Level:
3870         type: tosca.capabilities.Endpoint.Admin
3871         occurrences:
3872         - 1
3873         - UNBOUNDED
3874       network.incoming.packets_oam02_port_2_test_nested2Level:
3875         type: org.openecomp.capabilities.metric.Ceilometer
3876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3877         occurrences:
3878         - 1
3879         - UNBOUNDED
3880       endpoint_server_cmaui_1:
3881         type: tosca.capabilities.Endpoint.Admin
3882         occurrences:
3883         - 1
3884         - UNBOUNDED
3885       endpoint_server_cmaui_2:
3886         type: tosca.capabilities.Endpoint.Admin
3887         occurrences:
3888         - 1
3889         - UNBOUNDED
3890       network.outpoing.packets_oam02_port_2_test_nested2Level:
3891         type: org.openecomp.capabilities.metric.Ceilometer
3892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3893         occurrences:
3894         - 1
3895         - UNBOUNDED
3896       disk.device.latency_server_oam_1_test_nested2Level:
3897         type: org.openecomp.capabilities.metric.Ceilometer
3898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3899         occurrences:
3900         - 1
3901         - UNBOUNDED
3902       feature_oam02_port_2_test_nested2Level:
3903         type: tosca.capabilities.Node
3904         occurrences:
3905         - 1
3906         - UNBOUNDED
3907       disk.device.allocation_server_ps_1_test_nested3Level_test_nested2Level:
3908         type: org.openecomp.capabilities.metric.Ceilometer
3909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3910         occurrences:
3911         - 1
3912         - UNBOUNDED
3913       memory.usage_server_ps_1_test_nested3Level_test_nested2Level:
3914         type: org.openecomp.capabilities.metric.Ceilometer
3915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3916         occurrences:
3917         - 1
3918         - UNBOUNDED
3919       network.incoming.packets_pd02_port_2_test_nested3Level_test_nested2Level:
3920         type: org.openecomp.capabilities.metric.Ceilometer
3921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3922         occurrences:
3923         - 1
3924         - UNBOUNDED
3925       disk.device.read.requests_server_ps_2_test_nested3Level_test_nested2Level:
3926         type: org.openecomp.capabilities.metric.Ceilometer
3927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3928         occurrences:
3929         - 1
3930         - UNBOUNDED
3931       disk.device.capacity_server_oam_2_test_nested2Level:
3932         type: org.openecomp.capabilities.metric.Ceilometer
3933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3934         occurrences:
3935         - 1
3936         - UNBOUNDED
3937       disk.read.requests_server_oam_1_test_nested2Level:
3938         type: org.openecomp.capabilities.metric.Ceilometer
3939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3940         occurrences:
3941         - 1
3942         - UNBOUNDED
3943       disk.device.read.bytes.rate_server_ps_1_test_nested3Level_test_nested2Level:
3944         type: org.openecomp.capabilities.metric.Ceilometer
3945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3946         occurrences:
3947         - 1
3948         - UNBOUNDED
3949       disk.allocation_server_oam_2_test_nested2Level:
3950         type: org.openecomp.capabilities.metric.Ceilometer
3951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3952         occurrences:
3953         - 1
3954         - UNBOUNDED
3955       os_server_oam_2_test_nested2Level:
3956         type: tosca.capabilities.OperatingSystem
3957         occurrences:
3958         - 1
3959         - UNBOUNDED
3960       disk.device.iops_server_ps_1_test_nested3Level_test_nested2Level:
3961         type: org.openecomp.capabilities.metric.Ceilometer
3962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3963         occurrences:
3964         - 1
3965         - UNBOUNDED
3966       disk.device.allocation_server_cmaui_1:
3967         type: org.openecomp.capabilities.metric.Ceilometer
3968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3969         occurrences:
3970         - 1
3971         - UNBOUNDED
3972       disk.device.allocation_server_cmaui_2:
3973         type: org.openecomp.capabilities.metric.Ceilometer
3974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3975         occurrences:
3976         - 1
3977         - UNBOUNDED
3978       vcpus_server_oam_1_test_nested2Level:
3979         type: org.openecomp.capabilities.metric.Ceilometer
3980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3981         occurrences:
3982         - 1
3983         - UNBOUNDED
3984       forwarder_oam02_port_2_test_nested2Level:
3985         type: org.openecomp.capabilities.Forwarder
3986         occurrences:
3987         - 1
3988         - UNBOUNDED
3989       network.incoming.packets_oam01_port_1_test_nested2Level:
3990         type: org.openecomp.capabilities.metric.Ceilometer
3991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3992         occurrences:
3993         - 1
3994         - UNBOUNDED
3995       disk.device.write.bytes_server_ps_2_test_nested3Level_test_nested2Level:
3996         type: org.openecomp.capabilities.metric.Ceilometer
3997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3998         occurrences:
3999         - 1
4000         - UNBOUNDED
4001       memory_server_cmaui_1:
4002         type: org.openecomp.capabilities.metric.Ceilometer
4003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4004         occurrences:
4005         - 1
4006         - UNBOUNDED
4007       network.outgoing.bytes.rate_pd01_port_1_test_nested3Level_test_nested2Level:
4008         type: org.openecomp.capabilities.metric.Ceilometer
4009         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4010         occurrences:
4011         - 1
4012         - UNBOUNDED
4013       binding_server_ps_2_test_nested3Level_test_nested2Level:
4014         type: tosca.capabilities.network.Bindable
4015         occurrences:
4016         - 1
4017         - UNBOUNDED
4018       memory.usage_server_oam_2_test_nested2Level:
4019         type: org.openecomp.capabilities.metric.Ceilometer
4020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4021         occurrences:
4022         - 1
4023         - UNBOUNDED
4024       disk.iops_server_oam_1_test_nested2Level:
4025         type: org.openecomp.capabilities.metric.Ceilometer
4026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4027         occurrences:
4028         - 1
4029         - UNBOUNDED
4030       disk.usage_server_ps_2_test_nested3Level_test_nested2Level:
4031         type: org.openecomp.capabilities.metric.Ceilometer
4032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4033         occurrences:
4034         - 1
4035         - UNBOUNDED
4036       network.outgoing.bytes_pd01_port_1_test_nested3Level_test_nested2Level:
4037         type: org.openecomp.capabilities.metric.Ceilometer
4038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4039         occurrences:
4040         - 1
4041         - UNBOUNDED
4042       disk.capacity_server_ps_1_test_nested3Level_test_nested2Level:
4043         type: org.openecomp.capabilities.metric.Ceilometer
4044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4045         occurrences:
4046         - 1
4047         - UNBOUNDED
4048       disk.latency_server_oam_1_test_nested2Level:
4049         type: org.openecomp.capabilities.metric.Ceilometer
4050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4051         occurrences:
4052         - 1
4053         - UNBOUNDED
4054       vcpus_server_ps_2_test_nested3Level_test_nested2Level:
4055         type: org.openecomp.capabilities.metric.Ceilometer
4056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4057         occurrences:
4058         - 1
4059         - UNBOUNDED
4060       feature_oam01_port_1_test_nested2Level:
4061         type: tosca.capabilities.Node
4062         occurrences:
4063         - 1
4064         - UNBOUNDED
4065       network.outgoing.bytes_cmaui01_port_1:
4066         type: org.openecomp.capabilities.metric.Ceilometer
4067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4068         occurrences:
4069         - 1
4070         - UNBOUNDED
4071       instance_server_cmaui_2:
4072         type: org.openecomp.capabilities.metric.Ceilometer
4073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4074         occurrences:
4075         - 1
4076         - UNBOUNDED
4077       disk.device.capacity_server_cmaui_1:
4078         type: org.openecomp.capabilities.metric.Ceilometer
4079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4080         occurrences:
4081         - 1
4082         - UNBOUNDED
4083       memory.resident_server_ps_2_test_nested3Level_test_nested2Level:
4084         type: org.openecomp.capabilities.metric.Ceilometer
4085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4086         occurrences:
4087         - 1
4088         - UNBOUNDED
4089       network.incoming.packets.rate_cmaui01_port_1:
4090         type: org.openecomp.capabilities.metric.Ceilometer
4091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4092         occurrences:
4093         - 1
4094         - UNBOUNDED
4095       disk.read.requests_server_ps_1_test_nested3Level_test_nested2Level:
4096         type: org.openecomp.capabilities.metric.Ceilometer
4097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4098         occurrences:
4099         - 1
4100         - UNBOUNDED
4101       instance_server_cmaui_1:
4102         type: org.openecomp.capabilities.metric.Ceilometer
4103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4104         occurrences:
4105         - 1
4106         - UNBOUNDED
4107       host_server_ps_1_test_nested3Level_test_nested2Level:
4108         type: tosca.capabilities.Container
4109         valid_source_types:
4110         - tosca.nodes.SoftwareComponent
4111         occurrences:
4112         - 1
4113         - UNBOUNDED
4114       scalable_server_oam_1_test_nested2Level:
4115         type: tosca.capabilities.Scalable
4116         occurrences:
4117         - 1
4118         - UNBOUNDED
4119       network.incoming.packets.rate_pd01_port_1_test_nested3Level_test_nested2Level:
4120         type: org.openecomp.capabilities.metric.Ceilometer
4121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4122         occurrences:
4123         - 1
4124         - UNBOUNDED
4125       disk.write.requests_server_ps_2_test_nested3Level_test_nested2Level:
4126         type: org.openecomp.capabilities.metric.Ceilometer
4127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4128         occurrences:
4129         - 1
4130         - UNBOUNDED
4131       cpu_server_ps_1_test_nested3Level_test_nested2Level:
4132         type: org.openecomp.capabilities.metric.Ceilometer
4133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4134         occurrences:
4135         - 1
4136         - UNBOUNDED
4137       forwarder_pd02_port_2_test_nested3Level_test_nested2Level:
4138         type: org.openecomp.capabilities.Forwarder
4139         occurrences:
4140         - 1
4141         - UNBOUNDED
4142       disk.device.read.requests_server_cmaui_2:
4143         type: org.openecomp.capabilities.metric.Ceilometer
4144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4145         occurrences:
4146         - 1
4147         - UNBOUNDED
4148       disk.device.read.requests_server_cmaui_1:
4149         type: org.openecomp.capabilities.metric.Ceilometer
4150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4151         occurrences:
4152         - 1
4153         - UNBOUNDED
4154       cpu.delta_server_cmaui_1:
4155         type: org.openecomp.capabilities.metric.Ceilometer
4156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4157         occurrences:
4158         - 1
4159         - UNBOUNDED
4160       disk.device.write.bytes_server_oam_1_test_nested2Level:
4161         type: org.openecomp.capabilities.metric.Ceilometer
4162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4163         occurrences:
4164         - 1
4165         - UNBOUNDED
4166       cpu.delta_server_cmaui_2:
4167         type: org.openecomp.capabilities.metric.Ceilometer
4168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4169         occurrences:
4170         - 1
4171         - UNBOUNDED
4172       cpu_server_oam_1_test_nested2Level:
4173         type: org.openecomp.capabilities.metric.Ceilometer
4174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4175         occurrences:
4176         - 1
4177         - UNBOUNDED
4178       disk.device.write.bytes.rate_server_oam_1_test_nested2Level:
4179         type: org.openecomp.capabilities.metric.Ceilometer
4180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4181         occurrences:
4182         - 1
4183         - UNBOUNDED
4184       disk.device.read.bytes_server_oam_2_test_nested2Level:
4185         type: org.openecomp.capabilities.metric.Ceilometer
4186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4187         occurrences:
4188         - 1
4189         - UNBOUNDED
4190       disk.usage_server_oam_1_test_nested2Level:
4191         type: org.openecomp.capabilities.metric.Ceilometer
4192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4193         occurrences:
4194         - 1
4195         - UNBOUNDED
4196       binding_pd02_port_2_test_nested3Level_test_nested2Level:
4197         type: tosca.capabilities.network.Bindable
4198         valid_source_types:
4199         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4200         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4201         occurrences:
4202         - 0
4203         - UNBOUNDED
4204       disk.device.read.bytes.rate_server_oam_2_test_nested2Level:
4205         type: org.openecomp.capabilities.metric.Ceilometer
4206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4207         occurrences:
4208         - 1
4209         - UNBOUNDED
4210       network.outpoing.packets_pd01_port_1_test_nested3Level_test_nested2Level:
4211         type: org.openecomp.capabilities.metric.Ceilometer
4212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4213         occurrences:
4214         - 1
4215         - UNBOUNDED
4216       disk.write.bytes.rate_server_ps_2_test_nested3Level_test_nested2Level:
4217         type: org.openecomp.capabilities.metric.Ceilometer
4218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4219         occurrences:
4220         - 1
4221         - UNBOUNDED
4222       disk.device.allocation_server_oam_2_test_nested2Level:
4223         type: org.openecomp.capabilities.metric.Ceilometer
4224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4225         occurrences:
4226         - 1
4227         - UNBOUNDED
4228       disk.device.usage_server_cmaui_1:
4229         type: org.openecomp.capabilities.metric.Ceilometer
4230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4231         occurrences:
4232         - 1
4233         - UNBOUNDED
4234       disk.device.usage_server_cmaui_2:
4235         type: org.openecomp.capabilities.metric.Ceilometer
4236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4237         occurrences:
4238         - 1
4239         - UNBOUNDED
4240       network.outgoing.packets.rate_cmaui01_port_1:
4241         type: org.openecomp.capabilities.metric.Ceilometer
4242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4243         occurrences:
4244         - 1
4245         - UNBOUNDED
4246       binding_cmaui01_port_1:
4247         type: tosca.capabilities.network.Bindable
4248         valid_source_types:
4249         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4250         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4251         occurrences:
4252         - 0
4253         - UNBOUNDED
4254       scalable_server_oam_2_test_nested2Level:
4255         type: tosca.capabilities.Scalable
4256         occurrences:
4257         - 1
4258         - UNBOUNDED
4259       disk.capacity_server_ps_2_test_nested3Level_test_nested2Level:
4260         type: org.openecomp.capabilities.metric.Ceilometer
4261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4262         occurrences:
4263         - 1
4264         - UNBOUNDED
4265       network.incoming.packets_pd01_port_1_test_nested3Level_test_nested2Level:
4266         type: org.openecomp.capabilities.metric.Ceilometer
4267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4268         occurrences:
4269         - 1
4270         - UNBOUNDED
4271       disk.device.write.requests.rate_server_ps_2_test_nested3Level_test_nested2Level:
4272         type: org.openecomp.capabilities.metric.Ceilometer
4273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4274         occurrences:
4275         - 1
4276         - UNBOUNDED
4277       network.outgoing.bytes.rate_cmaui01_port_1:
4278         type: org.openecomp.capabilities.metric.Ceilometer
4279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4280         occurrences:
4281         - 1
4282         - UNBOUNDED
4283       memory_server_ps_2_test_nested3Level_test_nested2Level:
4284         type: org.openecomp.capabilities.metric.Ceilometer
4285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4286         occurrences:
4287         - 1
4288         - UNBOUNDED
4289       disk.read.bytes.rate_server_oam_1_test_nested2Level:
4290         type: org.openecomp.capabilities.metric.Ceilometer
4291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4292         occurrences:
4293         - 1
4294         - UNBOUNDED
4295       disk.device.capacity_server_ps_2_test_nested3Level_test_nested2Level:
4296         type: org.openecomp.capabilities.metric.Ceilometer
4297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4298         occurrences:
4299         - 1
4300         - UNBOUNDED
4301       scalable_server_ps_1_test_nested3Level_test_nested2Level:
4302         type: tosca.capabilities.Scalable
4303         occurrences:
4304         - 1
4305         - UNBOUNDED
4306       disk.device.write.requests.rate_server_cmaui_2:
4307         type: org.openecomp.capabilities.metric.Ceilometer
4308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4309         occurrences:
4310         - 1
4311         - UNBOUNDED
4312       disk.device.write.requests.rate_server_cmaui_1:
4313         type: org.openecomp.capabilities.metric.Ceilometer
4314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4315         occurrences:
4316         - 1
4317         - UNBOUNDED
4318       disk.device.allocation_server_oam_1_test_nested2Level:
4319         type: org.openecomp.capabilities.metric.Ceilometer
4320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4321         occurrences:
4322         - 1
4323         - UNBOUNDED
4324       network.incoming.bytes.rate_cmaui02_port_2:
4325         type: org.openecomp.capabilities.metric.Ceilometer
4326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4327         occurrences:
4328         - 1
4329         - UNBOUNDED
4330       endpoint_server_oam_2_test_nested2Level:
4331         type: tosca.capabilities.Endpoint.Admin
4332         occurrences:
4333         - 1
4334         - UNBOUNDED
4335       network.outgoing.bytes.rate_pd02_port_2_test_nested3Level_test_nested2Level:
4336         type: org.openecomp.capabilities.metric.Ceilometer
4337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4338         occurrences:
4339         - 1
4340         - UNBOUNDED
4341       disk.latency_server_ps_2_test_nested3Level_test_nested2Level:
4342         type: org.openecomp.capabilities.metric.Ceilometer
4343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4344         occurrences:
4345         - 1
4346         - UNBOUNDED
4347       disk.iops_server_ps_2_test_nested3Level_test_nested2Level:
4348         type: org.openecomp.capabilities.metric.Ceilometer
4349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4350         occurrences:
4351         - 1
4352         - UNBOUNDED
4353       attachment_cmaui02_port_2:
4354         type: tosca.capabilities.Attachment
4355         occurrences:
4356         - 1
4357         - UNBOUNDED
4358       disk.write.bytes.rate_server_oam_2_test_nested2Level:
4359         type: org.openecomp.capabilities.metric.Ceilometer
4360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4361         occurrences:
4362         - 1
4363         - UNBOUNDED
4364       disk.latency_server_ps_1_test_nested3Level_test_nested2Level:
4365         type: org.openecomp.capabilities.metric.Ceilometer
4366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4367         occurrences:
4368         - 1
4369         - UNBOUNDED
4370       disk.device.iops_server_cmaui_1:
4371         type: org.openecomp.capabilities.metric.Ceilometer
4372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4373         occurrences:
4374         - 1
4375         - UNBOUNDED
4376       disk.device.iops_server_cmaui_2:
4377         type: org.openecomp.capabilities.metric.Ceilometer
4378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4379         occurrences:
4380         - 1
4381         - UNBOUNDED
4382       disk.device.capacity_server_cmaui_2:
4383         type: org.openecomp.capabilities.metric.Ceilometer
4384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4385         occurrences:
4386         - 1
4387         - UNBOUNDED
4388       forwarder_oam01_port_1_test_nested2Level:
4389         type: org.openecomp.capabilities.Forwarder
4390         occurrences:
4391         - 1
4392         - UNBOUNDED
4393       feature_server_oam_1_test_nested2Level:
4394         type: tosca.capabilities.Node
4395         occurrences:
4396         - 1
4397         - UNBOUNDED
4398       scalable_server_ps_2_test_nested3Level_test_nested2Level:
4399         type: tosca.capabilities.Scalable
4400         occurrences:
4401         - 1
4402         - UNBOUNDED
4403       disk.usage_server_ps_1_test_nested3Level_test_nested2Level:
4404         type: org.openecomp.capabilities.metric.Ceilometer
4405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4406         occurrences:
4407         - 1
4408         - UNBOUNDED
4409       memory_server_cmaui_2:
4410         type: org.openecomp.capabilities.metric.Ceilometer
4411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4412         occurrences:
4413         - 1
4414         - UNBOUNDED
4415       cpu_server_cmaui_2:
4416         type: org.openecomp.capabilities.metric.Ceilometer
4417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4418         occurrences:
4419         - 1
4420         - UNBOUNDED
4421       cpu_server_cmaui_1:
4422         type: org.openecomp.capabilities.metric.Ceilometer
4423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4424         occurrences:
4425         - 1
4426         - UNBOUNDED
4427       disk.read.bytes.rate_server_ps_2_test_nested3Level_test_nested2Level:
4428         type: org.openecomp.capabilities.metric.Ceilometer
4429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4430         occurrences:
4431         - 1
4432         - UNBOUNDED
4433       disk.usage_server_oam_2_test_nested2Level:
4434         type: org.openecomp.capabilities.metric.Ceilometer
4435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4436         occurrences:
4437         - 1
4438         - UNBOUNDED
4439       binding_server_oam_1_test_nested2Level:
4440         type: tosca.capabilities.network.Bindable
4441         occurrences:
4442         - 1
4443         - UNBOUNDED
4444       disk.device.read.requests.rate_server_ps_2_test_nested3Level_test_nested2Level:
4445         type: org.openecomp.capabilities.metric.Ceilometer
4446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4447         occurrences:
4448         - 1
4449         - UNBOUNDED
4450       disk.capacity_server_cmaui_1:
4451         type: org.openecomp.capabilities.metric.Ceilometer
4452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4453         occurrences:
4454         - 1
4455         - UNBOUNDED
4456       network.outpoing.packets_pd02_port_2_test_nested3Level_test_nested2Level:
4457         type: org.openecomp.capabilities.metric.Ceilometer
4458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4459         occurrences:
4460         - 1
4461         - UNBOUNDED
4462       disk.read.requests_server_oam_2_test_nested2Level:
4463         type: org.openecomp.capabilities.metric.Ceilometer
4464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4465         occurrences:
4466         - 1
4467         - UNBOUNDED
4468       disk.capacity_server_cmaui_2:
4469         type: org.openecomp.capabilities.metric.Ceilometer
4470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4471         occurrences:
4472         - 1
4473         - UNBOUNDED
4474       disk.device.iops_server_oam_2_test_nested2Level:
4475         type: org.openecomp.capabilities.metric.Ceilometer
4476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4477         occurrences:
4478         - 1
4479         - UNBOUNDED
4480       instance_server_ps_2_test_nested3Level_test_nested2Level:
4481         type: org.openecomp.capabilities.metric.Ceilometer
4482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4483         occurrences:
4484         - 1
4485         - UNBOUNDED
4486       disk.write.bytes.rate_server_ps_1_test_nested3Level_test_nested2Level:
4487         type: org.openecomp.capabilities.metric.Ceilometer
4488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4489         occurrences:
4490         - 1
4491         - UNBOUNDED
4492       host_server_oam_2_test_nested2Level:
4493         type: tosca.capabilities.Container
4494         valid_source_types:
4495         - tosca.nodes.SoftwareComponent
4496         occurrences:
4497         - 1
4498         - UNBOUNDED
4499       forwarder_cmaui02_port_2:
4500         type: org.openecomp.capabilities.Forwarder
4501         occurrences:
4502         - 1
4503         - UNBOUNDED
4504       feature_server_oam_2_test_nested2Level:
4505         type: tosca.capabilities.Node
4506         occurrences:
4507         - 1
4508         - UNBOUNDED
4509       forwarder_pd01_port_1_test_nested3Level_test_nested2Level:
4510         type: org.openecomp.capabilities.Forwarder
4511         occurrences:
4512         - 1
4513         - UNBOUNDED
4514       disk.allocation_server_ps_1_test_nested3Level_test_nested2Level:
4515         type: org.openecomp.capabilities.metric.Ceilometer
4516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4517         occurrences:
4518         - 1
4519         - UNBOUNDED
4520       disk.iops_server_cmaui_2:
4521         type: org.openecomp.capabilities.metric.Ceilometer
4522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4523         occurrences:
4524         - 1
4525         - UNBOUNDED
4526       memory_server_ps_1_test_nested3Level_test_nested2Level:
4527         type: org.openecomp.capabilities.metric.Ceilometer
4528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4529         occurrences:
4530         - 1
4531         - UNBOUNDED
4532       disk.iops_server_cmaui_1:
4533         type: org.openecomp.capabilities.metric.Ceilometer
4534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4535         occurrences:
4536         - 1
4537         - UNBOUNDED
4538       disk.root.size_server_oam_1_test_nested2Level:
4539         type: org.openecomp.capabilities.metric.Ceilometer
4540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4541         occurrences:
4542         - 1
4543         - UNBOUNDED
4544       disk.read.bytes.rate_server_oam_2_test_nested2Level:
4545         type: org.openecomp.capabilities.metric.Ceilometer
4546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4547         occurrences:
4548         - 1
4549         - UNBOUNDED
4550       disk.device.capacity_server_ps_1_test_nested3Level_test_nested2Level:
4551         type: org.openecomp.capabilities.metric.Ceilometer
4552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4553         occurrences:
4554         - 1
4555         - UNBOUNDED
4556       feature_cmaui01_port_1:
4557         type: tosca.capabilities.Node
4558         occurrences:
4559         - 1
4560         - UNBOUNDED
4561       disk.device.read.requests.rate_server_ps_1_test_nested3Level_test_nested2Level:
4562         type: org.openecomp.capabilities.metric.Ceilometer
4563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4564         occurrences:
4565         - 1
4566         - UNBOUNDED
4567       endpoint_server_oam_1_test_nested2Level:
4568         type: tosca.capabilities.Endpoint.Admin
4569         occurrences:
4570         - 1
4571         - UNBOUNDED
4572       disk.device.read.bytes.rate_server_oam_1_test_nested2Level:
4573         type: org.openecomp.capabilities.metric.Ceilometer
4574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4575         occurrences:
4576         - 1
4577         - UNBOUNDED
4578       network.incoming.packets.rate_oam02_port_2_test_nested2Level:
4579         type: org.openecomp.capabilities.metric.Ceilometer
4580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4581         occurrences:
4582         - 1
4583         - UNBOUNDED
4584       disk.write.requests.rate_server_oam_2_test_nested2Level:
4585         type: org.openecomp.capabilities.metric.Ceilometer
4586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4587         occurrences:
4588         - 1
4589         - UNBOUNDED
4590       disk.device.read.bytes_server_oam_1_test_nested2Level:
4591         type: org.openecomp.capabilities.metric.Ceilometer
4592         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4593         occurrences:
4594         - 1
4595         - UNBOUNDED
4596       network.outgoing.packets.rate_oam01_port_1_test_nested2Level:
4597         type: org.openecomp.capabilities.metric.Ceilometer
4598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4599         occurrences:
4600         - 1
4601         - UNBOUNDED
4602       disk.device.read.bytes.rate_server_ps_2_test_nested3Level_test_nested2Level:
4603         type: org.openecomp.capabilities.metric.Ceilometer
4604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4605         occurrences:
4606         - 1
4607         - UNBOUNDED
4608       disk.device.write.bytes.rate_server_ps_1_test_nested3Level_test_nested2Level:
4609         type: org.openecomp.capabilities.metric.Ceilometer
4610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4611         occurrences:
4612         - 1
4613         - UNBOUNDED
4614       disk.device.iops_server_ps_2_test_nested3Level_test_nested2Level:
4615         type: org.openecomp.capabilities.metric.Ceilometer
4616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4617         occurrences:
4618         - 1
4619         - UNBOUNDED
4620       disk.write.bytes_server_cmaui_1:
4621         type: org.openecomp.capabilities.metric.Ceilometer
4622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4623         occurrences:
4624         - 1
4625         - UNBOUNDED
4626       disk.write.bytes_server_cmaui_2:
4627         type: org.openecomp.capabilities.metric.Ceilometer
4628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4629         occurrences:
4630         - 1
4631         - UNBOUNDED
4632       feature_server_cmaui_1:
4633         type: tosca.capabilities.Node
4634         occurrences:
4635         - 1
4636         - UNBOUNDED
4637       disk.allocation_server_cmaui_1:
4638         type: org.openecomp.capabilities.metric.Ceilometer
4639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4640         occurrences:
4641         - 1
4642         - UNBOUNDED
4643       host_server_oam_1_test_nested2Level:
4644         type: tosca.capabilities.Container
4645         valid_source_types:
4646         - tosca.nodes.SoftwareComponent
4647         occurrences:
4648         - 1
4649         - UNBOUNDED
4650       feature_server_cmaui_2:
4651         type: tosca.capabilities.Node
4652         occurrences:
4653         - 1
4654         - UNBOUNDED
4655       instance_server_ps_1_test_nested3Level_test_nested2Level:
4656         type: org.openecomp.capabilities.metric.Ceilometer
4657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4658         occurrences:
4659         - 1
4660         - UNBOUNDED
4661       disk.allocation_server_cmaui_2:
4662         type: org.openecomp.capabilities.metric.Ceilometer
4663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4664         occurrences:
4665         - 1
4666         - UNBOUNDED
4667       memory_server_oam_2_test_nested2Level:
4668         type: org.openecomp.capabilities.metric.Ceilometer
4669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4670         occurrences:
4671         - 1
4672         - UNBOUNDED
4673       vcpus_server_cmaui_2:
4674         type: org.openecomp.capabilities.metric.Ceilometer
4675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4676         occurrences:
4677         - 1
4678         - UNBOUNDED
4679       disk.root.size_server_oam_2_test_nested2Level:
4680         type: org.openecomp.capabilities.metric.Ceilometer
4681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4682         occurrences:
4683         - 1
4684         - UNBOUNDED
4685       disk.device.allocation_server_ps_2_test_nested3Level_test_nested2Level:
4686         type: org.openecomp.capabilities.metric.Ceilometer
4687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4688         occurrences:
4689         - 1
4690         - UNBOUNDED
4691       memory.usage_server_ps_2_test_nested3Level_test_nested2Level:
4692         type: org.openecomp.capabilities.metric.Ceilometer
4693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4694         occurrences:
4695         - 1
4696         - UNBOUNDED
4697       network.incoming.bytes_cmaui02_port_2:
4698         type: org.openecomp.capabilities.metric.Ceilometer
4699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4700         occurrences:
4701         - 1
4702         - UNBOUNDED
4703       disk.write.requests_server_cmaui_2:
4704         type: org.openecomp.capabilities.metric.Ceilometer
4705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4706         occurrences:
4707         - 1
4708         - UNBOUNDED
4709       disk.write.requests_server_cmaui_1:
4710         type: org.openecomp.capabilities.metric.Ceilometer
4711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4712         occurrences:
4713         - 1
4714         - UNBOUNDED
4715       network.incoming.bytes_oam01_port_1_test_nested2Level:
4716         type: org.openecomp.capabilities.metric.Ceilometer
4717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4718         occurrences:
4719         - 1
4720         - UNBOUNDED
4721       vcpus_server_oam_2_test_nested2Level:
4722         type: org.openecomp.capabilities.metric.Ceilometer
4723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4724         occurrences:
4725         - 1
4726         - UNBOUNDED
4727       disk.usage_server_cmaui_1:
4728         type: org.openecomp.capabilities.metric.Ceilometer
4729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4730         occurrences:
4731         - 1
4732         - UNBOUNDED
4733       os_server_ps_1_test_nested3Level_test_nested2Level:
4734         type: tosca.capabilities.OperatingSystem
4735         occurrences:
4736         - 1
4737         - UNBOUNDED
4738       disk.usage_server_cmaui_2:
4739         type: org.openecomp.capabilities.metric.Ceilometer
4740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4741         occurrences:
4742         - 1
4743         - UNBOUNDED
4744       network.outgoing.packets.rate_pd01_port_1_test_nested3Level_test_nested2Level:
4745         type: org.openecomp.capabilities.metric.Ceilometer
4746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4747         occurrences:
4748         - 1
4749         - UNBOUNDED
4750       network.incoming.bytes.rate_pd01_port_1_test_nested3Level_test_nested2Level:
4751         type: org.openecomp.capabilities.metric.Ceilometer
4752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4753         occurrences:
4754         - 1
4755         - UNBOUNDED
4756       disk.latency_server_oam_2_test_nested2Level:
4757         type: org.openecomp.capabilities.metric.Ceilometer
4758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4759         occurrences:
4760         - 1
4761         - UNBOUNDED
4762       attachment_pd02_port_2_test_nested3Level_test_nested2Level:
4763         type: tosca.capabilities.Attachment
4764         occurrences:
4765         - 1
4766         - UNBOUNDED
4767       disk.read.bytes.rate_server_ps_1_test_nested3Level_test_nested2Level:
4768         type: org.openecomp.capabilities.metric.Ceilometer
4769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4770         occurrences:
4771         - 1
4772         - UNBOUNDED
4773       memory_server_oam_1_test_nested2Level:
4774         type: org.openecomp.capabilities.metric.Ceilometer
4775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4776         occurrences:
4777         - 1
4778         - UNBOUNDED
4779       binding_server_oam_2_test_nested2Level:
4780         type: tosca.capabilities.network.Bindable
4781         occurrences:
4782         - 1
4783         - UNBOUNDED
4784       disk.ephemeral.size_server_oam_2_test_nested2Level:
4785         type: org.openecomp.capabilities.metric.Ceilometer
4786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4787         occurrences:
4788         - 1
4789         - UNBOUNDED
4790       vcpus_server_ps_1_test_nested3Level_test_nested2Level:
4791         type: org.openecomp.capabilities.metric.Ceilometer
4792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4793         occurrences:
4794         - 1
4795         - UNBOUNDED
4796       os_server_cmaui_2:
4797         type: tosca.capabilities.OperatingSystem
4798         occurrences:
4799         - 1
4800         - UNBOUNDED
4801       os_server_cmaui_1:
4802         type: tosca.capabilities.OperatingSystem
4803         occurrences:
4804         - 1
4805         - UNBOUNDED
4806       network.incoming.bytes.rate_pd02_port_2_test_nested3Level_test_nested2Level:
4807         type: org.openecomp.capabilities.metric.Ceilometer
4808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4809         occurrences:
4810         - 1
4811         - UNBOUNDED
4812       disk.write.requests_server_ps_1_test_nested3Level_test_nested2Level:
4813         type: org.openecomp.capabilities.metric.Ceilometer
4814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4815         occurrences:
4816         - 1
4817         - UNBOUNDED
4818       feature_server_ps_2_test_nested3Level_test_nested2Level:
4819         type: tosca.capabilities.Node
4820         occurrences:
4821         - 1
4822         - UNBOUNDED
4823       network.outgoing.bytes_oam02_port_2_test_nested2Level:
4824         type: org.openecomp.capabilities.metric.Ceilometer
4825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4826         occurrences:
4827         - 1
4828         - UNBOUNDED
4829       disk.device.iops_server_oam_1_test_nested2Level:
4830         type: org.openecomp.capabilities.metric.Ceilometer
4831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4832         occurrences:
4833         - 1
4834         - UNBOUNDED
4835       disk.ephemeral.size_server_oam_1_test_nested2Level:
4836         type: org.openecomp.capabilities.metric.Ceilometer
4837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4838         occurrences:
4839         - 1
4840         - UNBOUNDED
4841       network.outgoing.packets.rate_pd02_port_2_test_nested3Level_test_nested2Level:
4842         type: org.openecomp.capabilities.metric.Ceilometer
4843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4844         occurrences:
4845         - 1
4846         - UNBOUNDED
4847       network.incoming.packets_cmaui01_port_1:
4848         type: org.openecomp.capabilities.metric.Ceilometer
4849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4850         occurrences:
4851         - 1
4852         - UNBOUNDED
4853       disk.read.bytes_server_ps_1_test_nested3Level_test_nested2Level:
4854         type: org.openecomp.capabilities.metric.Ceilometer
4855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4856         occurrences:
4857         - 1
4858         - UNBOUNDED
4859       network.outgoing.bytes.rate_oam01_port_1_test_nested2Level:
4860         type: org.openecomp.capabilities.metric.Ceilometer
4861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4862         occurrences:
4863         - 1
4864         - UNBOUNDED
4865       disk.device.read.requests_server_oam_2_test_nested2Level:
4866         type: org.openecomp.capabilities.metric.Ceilometer
4867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4868         occurrences:
4869         - 1
4870         - UNBOUNDED
4871       network.incoming.bytes_oam02_port_2_test_nested2Level:
4872         type: org.openecomp.capabilities.metric.Ceilometer
4873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4874         occurrences:
4875         - 1
4876         - UNBOUNDED
4877       host_server_ps_2_test_nested3Level_test_nested2Level:
4878         type: tosca.capabilities.Container
4879         valid_source_types:
4880         - tosca.nodes.SoftwareComponent
4881         occurrences:
4882         - 1
4883         - UNBOUNDED
4884       host_server_cmaui_2:
4885         type: tosca.capabilities.Container
4886         valid_source_types:
4887         - tosca.nodes.SoftwareComponent
4888         occurrences:
4889         - 1
4890         - UNBOUNDED
4891       disk.device.usage_server_ps_1_test_nested3Level_test_nested2Level:
4892         type: org.openecomp.capabilities.metric.Ceilometer
4893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4894         occurrences:
4895         - 1
4896         - UNBOUNDED
4897       disk.iops_server_ps_1_test_nested3Level_test_nested2Level:
4898         type: org.openecomp.capabilities.metric.Ceilometer
4899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4900         occurrences:
4901         - 1
4902         - UNBOUNDED
4903       host_server_cmaui_1:
4904         type: tosca.capabilities.Container
4905         valid_source_types:
4906         - tosca.nodes.SoftwareComponent
4907         occurrences:
4908         - 1
4909         - UNBOUNDED
4910       disk.read.bytes_server_oam_2_test_nested2Level:
4911         type: org.openecomp.capabilities.metric.Ceilometer
4912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4913         occurrences:
4914         - 1
4915         - UNBOUNDED
4916       os_server_oam_1_test_nested2Level:
4917         type: tosca.capabilities.OperatingSystem
4918         occurrences:
4919         - 1
4920         - UNBOUNDED
4921       cpu.delta_server_ps_2_test_nested3Level_test_nested2Level:
4922         type: org.openecomp.capabilities.metric.Ceilometer
4923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4924         occurrences:
4925         - 1
4926         - UNBOUNDED
4927       disk.device.read.requests_server_ps_1_test_nested3Level_test_nested2Level:
4928         type: org.openecomp.capabilities.metric.Ceilometer
4929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4930         occurrences:
4931         - 1
4932         - UNBOUNDED
4933       disk.write.requests_server_oam_1_test_nested2Level:
4934         type: org.openecomp.capabilities.metric.Ceilometer
4935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4936         occurrences:
4937         - 1
4938         - UNBOUNDED
4939       network.incoming.packets.rate_oam01_port_1_test_nested2Level:
4940         type: org.openecomp.capabilities.metric.Ceilometer
4941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4942         occurrences:
4943         - 1
4944         - UNBOUNDED
4945       network.outgoing.bytes_oam01_port_1_test_nested2Level:
4946         type: org.openecomp.capabilities.metric.Ceilometer
4947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4948         occurrences:
4949         - 1
4950         - UNBOUNDED
4951       network.incoming.packets.rate_cmaui02_port_2:
4952         type: org.openecomp.capabilities.metric.Ceilometer
4953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4954         occurrences:
4955         - 1
4956         - UNBOUNDED
4957       disk.device.write.requests_server_ps_1_test_nested3Level_test_nested2Level:
4958         type: org.openecomp.capabilities.metric.Ceilometer
4959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4960         occurrences:
4961         - 1
4962         - UNBOUNDED
4963       disk.device.latency_server_oam_2_test_nested2Level:
4964         type: org.openecomp.capabilities.metric.Ceilometer
4965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4966         occurrences:
4967         - 1
4968         - UNBOUNDED
4969       cpu_server_ps_2_test_nested3Level_test_nested2Level:
4970         type: org.openecomp.capabilities.metric.Ceilometer
4971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4972         occurrences:
4973         - 1
4974         - UNBOUNDED
4975       disk.device.read.requests.rate_server_cmaui_1:
4976         type: org.openecomp.capabilities.metric.Ceilometer
4977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4978         occurrences:
4979         - 1
4980         - UNBOUNDED
4981       disk.device.read.requests.rate_server_oam_1_test_nested2Level:
4982         type: org.openecomp.capabilities.metric.Ceilometer
4983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4984         occurrences:
4985         - 1
4986         - UNBOUNDED
4987       disk.write.requests.rate_server_oam_1_test_nested2Level:
4988         type: org.openecomp.capabilities.metric.Ceilometer
4989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4990         occurrences:
4991         - 1
4992         - UNBOUNDED
4993       binding_oam01_port_1_test_nested2Level:
4994         type: tosca.capabilities.network.Bindable
4995         valid_source_types:
4996         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4997         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4998         occurrences:
4999         - 0
5000         - UNBOUNDED
5001       vcpus_server_cmaui_1:
5002         type: org.openecomp.capabilities.metric.Ceilometer
5003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5004         occurrences:
5005         - 1
5006         - UNBOUNDED
5007       feature_test_nested3Level_test_nested2Level:
5008         type: tosca.capabilities.Node
5009         occurrences:
5010         - 1
5011         - UNBOUNDED
5012       disk.device.write.requests.rate_server_ps_1_test_nested3Level_test_nested2Level:
5013         type: org.openecomp.capabilities.metric.Ceilometer
5014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5015         occurrences:
5016         - 1
5017         - UNBOUNDED
5018       disk.device.write.requests.rate_server_oam_1_test_nested2Level:
5019         type: org.openecomp.capabilities.metric.Ceilometer
5020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5021         occurrences:
5022         - 1
5023         - UNBOUNDED
5024       disk.read.bytes.rate_server_cmaui_1:
5025         type: org.openecomp.capabilities.metric.Ceilometer
5026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5027         occurrences:
5028         - 1
5029         - UNBOUNDED
5030       disk.read.bytes.rate_server_cmaui_2:
5031         type: org.openecomp.capabilities.metric.Ceilometer
5032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5033         occurrences:
5034         - 1
5035         - UNBOUNDED
5036       disk.device.read.requests.rate_server_cmaui_2:
5037         type: org.openecomp.capabilities.metric.Ceilometer
5038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5039         occurrences:
5040         - 1
5041         - UNBOUNDED
5042       instance_server_oam_1_test_nested2Level:
5043         type: org.openecomp.capabilities.metric.Ceilometer
5044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5045         occurrences:
5046         - 1
5047         - UNBOUNDED
5048       memory.resident_server_cmaui_2:
5049         type: org.openecomp.capabilities.metric.Ceilometer
5050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5051         occurrences:
5052         - 1
5053         - UNBOUNDED
5054       disk.read.requests_server_ps_2_test_nested3Level_test_nested2Level:
5055         type: org.openecomp.capabilities.metric.Ceilometer
5056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5057         occurrences:
5058         - 1
5059         - UNBOUNDED
5060       network.incoming.bytes.rate_oam01_port_1_test_nested2Level:
5061         type: org.openecomp.capabilities.metric.Ceilometer
5062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5063         occurrences:
5064         - 1
5065         - UNBOUNDED
5066       disk.write.bytes.rate_server_oam_1_test_nested2Level:
5067         type: org.openecomp.capabilities.metric.Ceilometer
5068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5069         occurrences:
5070         - 1
5071         - UNBOUNDED
5072       cpu_util_server_oam_2_test_nested2Level:
5073         type: org.openecomp.capabilities.metric.Ceilometer
5074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5075         occurrences:
5076         - 1
5077         - UNBOUNDED
5078       memory.resident_server_cmaui_1:
5079         type: org.openecomp.capabilities.metric.Ceilometer
5080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5081         occurrences:
5082         - 1
5083         - UNBOUNDED
5084       disk.write.bytes_server_oam_1_test_nested2Level:
5085         type: org.openecomp.capabilities.metric.Ceilometer
5086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5087         occurrences:
5088         - 1
5089         - UNBOUNDED
5090       feature_pd02_port_2_test_nested3Level_test_nested2Level:
5091         type: tosca.capabilities.Node
5092         occurrences:
5093         - 1
5094         - UNBOUNDED
5095       disk.latency_server_cmaui_2:
5096         type: org.openecomp.capabilities.metric.Ceilometer
5097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5098         occurrences:
5099         - 1
5100         - UNBOUNDED
5101       disk.device.write.bytes_server_ps_1_test_nested3Level_test_nested2Level:
5102         type: org.openecomp.capabilities.metric.Ceilometer
5103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5104         occurrences:
5105         - 1
5106         - UNBOUNDED
5107       disk.latency_server_cmaui_1:
5108         type: org.openecomp.capabilities.metric.Ceilometer
5109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5110         occurrences:
5111         - 1
5112         - UNBOUNDED
5113       memory.usage_server_cmaui_1:
5114         type: org.openecomp.capabilities.metric.Ceilometer
5115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5116         occurrences:
5117         - 1
5118         - UNBOUNDED
5119       memory.usage_server_cmaui_2:
5120         type: org.openecomp.capabilities.metric.Ceilometer
5121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5122         occurrences:
5123         - 1
5124         - UNBOUNDED
5125       network.outpoing.packets_cmaui01_port_1:
5126         type: org.openecomp.capabilities.metric.Ceilometer
5127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5128         occurrences:
5129         - 1
5130         - UNBOUNDED
5131   org.openecomp.resource.abstract.nodes.heat.nested2:
5132     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
5133     properties:
5134       p1:
5135         type: string
5136         description: UID of OAM network
5137         required: true
5138         status: SUPPORTED
5139       p2:
5140         type: string
5141         description: UID of OAM network
5142         required: true
5143         status: SUPPORTED
5144       cmaui_image:
5145         type: string
5146         description: Image for CMAUI server
5147         required: true
5148         status: SUPPORTED
5149       cmaui_flavor:
5150         type: string
5151         description: Flavor for CMAUI server
5152         required: true
5153         status: SUPPORTED
5154       security_group_name:
5155         type: list
5156         description: CMAUI1, CMAUI2 server names
5157         required: true
5158         status: SUPPORTED
5159         entry_schema:
5160           type: string
5161       oam_names:
5162         type: list
5163         description: CMAUI1, CMAUI2 server names
5164         required: true
5165         status: SUPPORTED
5166         entry_schema:
5167           type: string
5168       availability_zone_0:
5169         type: string
5170         description: availabilityzone name
5171         required: true
5172         status: SUPPORTED
5173       cmaui_oam_ips:
5174         type: string
5175         required: true
5176         status: SUPPORTED
5177       net:
5178         type: string
5179         required: true
5180         status: SUPPORTED
5181     requirements:
5182     - dependency_oam01_port_1:
5183         capability: tosca.capabilities.Node
5184         node: tosca.nodes.Root
5185         relationship: tosca.relationships.DependsOn
5186         occurrences:
5187         - 0
5188         - UNBOUNDED
5189     - link_oam01_port_1:
5190         capability: tosca.capabilities.network.Linkable
5191         relationship: tosca.relationships.network.LinksTo
5192         occurrences:
5193         - 1
5194         - 1
5195     - dependency_oam02_port_2:
5196         capability: tosca.capabilities.Node
5197         node: tosca.nodes.Root
5198         relationship: tosca.relationships.DependsOn
5199         occurrences:
5200         - 0
5201         - UNBOUNDED
5202     - link_oam02_port_2:
5203         capability: tosca.capabilities.network.Linkable
5204         relationship: tosca.relationships.network.LinksTo
5205         occurrences:
5206         - 1
5207         - 1
5208     - dependency_test_nested3Level:
5209         capability: tosca.capabilities.Node
5210         node: tosca.nodes.Root
5211         relationship: tosca.relationships.DependsOn
5212         occurrences:
5213         - 0
5214         - UNBOUNDED
5215     - dependency_pd01_port_1_test_nested3Level:
5216         capability: tosca.capabilities.Node
5217         node: tosca.nodes.Root
5218         relationship: tosca.relationships.DependsOn
5219         occurrences:
5220         - 0
5221         - UNBOUNDED
5222     - link_pd01_port_1_test_nested3Level:
5223         capability: tosca.capabilities.network.Linkable
5224         relationship: tosca.relationships.network.LinksTo
5225         occurrences:
5226         - 1
5227         - 1
5228     - dependency_pd02_port_2_test_nested3Level:
5229         capability: tosca.capabilities.Node
5230         node: tosca.nodes.Root
5231         relationship: tosca.relationships.DependsOn
5232         occurrences:
5233         - 0
5234         - UNBOUNDED
5235     - link_pd02_port_2_test_nested3Level:
5236         capability: tosca.capabilities.network.Linkable
5237         relationship: tosca.relationships.network.LinksTo
5238         occurrences:
5239         - 1
5240         - 1
5241     - dependency_server_ps_2_test_nested3Level:
5242         capability: tosca.capabilities.Node
5243         node: tosca.nodes.Root
5244         relationship: tosca.relationships.DependsOn
5245         occurrences:
5246         - 0
5247         - UNBOUNDED
5248     - local_storage_server_ps_2_test_nested3Level:
5249         capability: tosca.capabilities.Attachment
5250         node: tosca.nodes.BlockStorage
5251         relationship: tosca.relationships.AttachesTo
5252         occurrences:
5253         - 0
5254         - UNBOUNDED
5255     - dependency_server_ps_1_test_nested3Level:
5256         capability: tosca.capabilities.Node
5257         node: tosca.nodes.Root
5258         relationship: tosca.relationships.DependsOn
5259         occurrences:
5260         - 0
5261         - UNBOUNDED
5262     - local_storage_server_ps_1_test_nested3Level:
5263         capability: tosca.capabilities.Attachment
5264         node: tosca.nodes.BlockStorage
5265         relationship: tosca.relationships.AttachesTo
5266         occurrences:
5267         - 0
5268         - UNBOUNDED
5269     - dependency_server_oam_2:
5270         capability: tosca.capabilities.Node
5271         node: tosca.nodes.Root
5272         relationship: tosca.relationships.DependsOn
5273         occurrences:
5274         - 0
5275         - UNBOUNDED
5276     - local_storage_server_oam_2:
5277         capability: tosca.capabilities.Attachment
5278         node: tosca.nodes.BlockStorage
5279         relationship: tosca.relationships.AttachesTo
5280         occurrences:
5281         - 0
5282         - UNBOUNDED
5283     - dependency_server_oam_1:
5284         capability: tosca.capabilities.Node
5285         node: tosca.nodes.Root
5286         relationship: tosca.relationships.DependsOn
5287         occurrences:
5288         - 0
5289         - UNBOUNDED
5290     - local_storage_server_oam_1:
5291         capability: tosca.capabilities.Attachment
5292         node: tosca.nodes.BlockStorage
5293         relationship: tosca.relationships.AttachesTo
5294         occurrences:
5295         - 0
5296         - UNBOUNDED
5297     capabilities:
5298       network.incoming.packets.rate_oam02_port_2:
5299         type: org.openecomp.capabilities.metric.Ceilometer
5300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5301         occurrences:
5302         - 1
5303         - UNBOUNDED
5304       disk.latency_server_oam_2:
5305         type: org.openecomp.capabilities.metric.Ceilometer
5306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5307         occurrences:
5308         - 1
5309         - UNBOUNDED
5310       disk.device.write.requests.rate_server_ps_1_test_nested3Level:
5311         type: org.openecomp.capabilities.metric.Ceilometer
5312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5313         occurrences:
5314         - 1
5315         - UNBOUNDED
5316       memory.resident_server_ps_2_test_nested3Level:
5317         type: org.openecomp.capabilities.metric.Ceilometer
5318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5319         occurrences:
5320         - 1
5321         - UNBOUNDED
5322       forwarder_pd01_port_1_test_nested3Level:
5323         type: org.openecomp.capabilities.Forwarder
5324         occurrences:
5325         - 1
5326         - UNBOUNDED
5327       disk.latency_server_oam_1:
5328         type: org.openecomp.capabilities.metric.Ceilometer
5329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5330         occurrences:
5331         - 1
5332         - UNBOUNDED
5333       network.incoming.bytes_oam02_port_2:
5334         type: org.openecomp.capabilities.metric.Ceilometer
5335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5336         occurrences:
5337         - 1
5338         - UNBOUNDED
5339       endpoint_server_oam_1:
5340         type: tosca.capabilities.Endpoint.Admin
5341         occurrences:
5342         - 1
5343         - UNBOUNDED
5344       endpoint_server_oam_2:
5345         type: tosca.capabilities.Endpoint.Admin
5346         occurrences:
5347         - 1
5348         - UNBOUNDED
5349       binding_pd01_port_1_test_nested3Level:
5350         type: tosca.capabilities.network.Bindable
5351         valid_source_types:
5352         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5353         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5354         occurrences:
5355         - 0
5356         - UNBOUNDED
5357       disk.device.write.requests.rate_server_ps_2_test_nested3Level:
5358         type: org.openecomp.capabilities.metric.Ceilometer
5359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5360         occurrences:
5361         - 1
5362         - UNBOUNDED
5363       memory.resident_server_ps_1_test_nested3Level:
5364         type: org.openecomp.capabilities.metric.Ceilometer
5365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5366         occurrences:
5367         - 1
5368         - UNBOUNDED
5369       cpu.delta_server_oam_2:
5370         type: org.openecomp.capabilities.metric.Ceilometer
5371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5372         occurrences:
5373         - 1
5374         - UNBOUNDED
5375       disk.device.read.bytes_server_oam_1:
5376         type: org.openecomp.capabilities.metric.Ceilometer
5377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5378         occurrences:
5379         - 1
5380         - UNBOUNDED
5381       forwarder_oam01_port_1:
5382         type: org.openecomp.capabilities.Forwarder
5383         occurrences:
5384         - 1
5385         - UNBOUNDED
5386       disk.device.read.bytes_server_oam_2:
5387         type: org.openecomp.capabilities.metric.Ceilometer
5388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5389         occurrences:
5390         - 1
5391         - UNBOUNDED
5392       cpu.delta_server_oam_1:
5393         type: org.openecomp.capabilities.metric.Ceilometer
5394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5395         occurrences:
5396         - 1
5397         - UNBOUNDED
5398       attachment_oam01_port_1:
5399         type: tosca.capabilities.Attachment
5400         occurrences:
5401         - 1
5402         - UNBOUNDED
5403       disk.write.bytes_server_ps_1_test_nested3Level:
5404         type: org.openecomp.capabilities.metric.Ceilometer
5405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5406         occurrences:
5407         - 1
5408         - UNBOUNDED
5409       disk.write.requests_server_ps_2_test_nested3Level:
5410         type: org.openecomp.capabilities.metric.Ceilometer
5411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5412         occurrences:
5413         - 1
5414         - UNBOUNDED
5415       scalable_server_oam_2:
5416         type: tosca.capabilities.Scalable
5417         occurrences:
5418         - 1
5419         - UNBOUNDED
5420       scalable_server_oam_1:
5421         type: tosca.capabilities.Scalable
5422         occurrences:
5423         - 1
5424         - UNBOUNDED
5425       disk.device.write.bytes_server_ps_1_test_nested3Level:
5426         type: org.openecomp.capabilities.metric.Ceilometer
5427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5428         occurrences:
5429         - 1
5430         - UNBOUNDED
5431       disk.write.requests_server_ps_1_test_nested3Level:
5432         type: org.openecomp.capabilities.metric.Ceilometer
5433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5434         occurrences:
5435         - 1
5436         - UNBOUNDED
5437       network.outgoing.bytes_pd02_port_2_test_nested3Level:
5438         type: org.openecomp.capabilities.metric.Ceilometer
5439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5440         occurrences:
5441         - 1
5442         - UNBOUNDED
5443       disk.write.bytes_server_ps_2_test_nested3Level:
5444         type: org.openecomp.capabilities.metric.Ceilometer
5445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5446         occurrences:
5447         - 1
5448         - UNBOUNDED
5449       disk.read.bytes.rate_server_oam_2:
5450         type: org.openecomp.capabilities.metric.Ceilometer
5451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5452         occurrences:
5453         - 1
5454         - UNBOUNDED
5455       disk.read.bytes.rate_server_oam_1:
5456         type: org.openecomp.capabilities.metric.Ceilometer
5457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5458         occurrences:
5459         - 1
5460         - UNBOUNDED
5461       disk.capacity_server_ps_1_test_nested3Level:
5462         type: org.openecomp.capabilities.metric.Ceilometer
5463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5464         occurrences:
5465         - 1
5466         - UNBOUNDED
5467       disk.device.write.requests_server_oam_1:
5468         type: org.openecomp.capabilities.metric.Ceilometer
5469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5470         occurrences:
5471         - 1
5472         - UNBOUNDED
5473       disk.device.write.requests_server_oam_2:
5474         type: org.openecomp.capabilities.metric.Ceilometer
5475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5476         occurrences:
5477         - 1
5478         - UNBOUNDED
5479       network.incoming.packets.rate_pd02_port_2_test_nested3Level:
5480         type: org.openecomp.capabilities.metric.Ceilometer
5481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5482         occurrences:
5483         - 1
5484         - UNBOUNDED
5485       disk.device.write.bytes_server_ps_2_test_nested3Level:
5486         type: org.openecomp.capabilities.metric.Ceilometer
5487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5488         occurrences:
5489         - 1
5490         - UNBOUNDED
5491       disk.device.write.bytes_server_oam_2:
5492         type: org.openecomp.capabilities.metric.Ceilometer
5493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5494         occurrences:
5495         - 1
5496         - UNBOUNDED
5497       disk.usage_server_oam_1:
5498         type: org.openecomp.capabilities.metric.Ceilometer
5499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5500         occurrences:
5501         - 1
5502         - UNBOUNDED
5503       disk.capacity_server_oam_2:
5504         type: org.openecomp.capabilities.metric.Ceilometer
5505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5506         occurrences:
5507         - 1
5508         - UNBOUNDED
5509       disk.usage_server_oam_2:
5510         type: org.openecomp.capabilities.metric.Ceilometer
5511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5512         occurrences:
5513         - 1
5514         - UNBOUNDED
5515       disk.device.write.bytes_server_oam_1:
5516         type: org.openecomp.capabilities.metric.Ceilometer
5517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5518         occurrences:
5519         - 1
5520         - UNBOUNDED
5521       disk.capacity_server_oam_1:
5522         type: org.openecomp.capabilities.metric.Ceilometer
5523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5524         occurrences:
5525         - 1
5526         - UNBOUNDED
5527       network.incoming.packets_oam01_port_1:
5528         type: org.openecomp.capabilities.metric.Ceilometer
5529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5530         occurrences:
5531         - 1
5532         - UNBOUNDED
5533       disk.device.read.requests.rate_server_ps_1_test_nested3Level:
5534         type: org.openecomp.capabilities.metric.Ceilometer
5535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5536         occurrences:
5537         - 1
5538         - UNBOUNDED
5539       disk.latency_server_ps_1_test_nested3Level:
5540         type: org.openecomp.capabilities.metric.Ceilometer
5541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5542         occurrences:
5543         - 1
5544         - UNBOUNDED
5545       endpoint_server_ps_1_test_nested3Level:
5546         type: tosca.capabilities.Endpoint.Admin
5547         occurrences:
5548         - 1
5549         - UNBOUNDED
5550       disk.capacity_server_ps_2_test_nested3Level:
5551         type: org.openecomp.capabilities.metric.Ceilometer
5552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5553         occurrences:
5554         - 1
5555         - UNBOUNDED
5556       network.outgoing.bytes.rate_oam01_port_1:
5557         type: org.openecomp.capabilities.metric.Ceilometer
5558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5559         occurrences:
5560         - 1
5561         - UNBOUNDED
5562       disk.iops_server_ps_2_test_nested3Level:
5563         type: org.openecomp.capabilities.metric.Ceilometer
5564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5565         occurrences:
5566         - 1
5567         - UNBOUNDED
5568       disk.device.capacity_server_ps_2_test_nested3Level:
5569         type: org.openecomp.capabilities.metric.Ceilometer
5570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5571         occurrences:
5572         - 1
5573         - UNBOUNDED
5574       disk.device.usage_server_ps_1_test_nested3Level:
5575         type: org.openecomp.capabilities.metric.Ceilometer
5576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5577         occurrences:
5578         - 1
5579         - UNBOUNDED
5580       cpu.delta_server_ps_2_test_nested3Level:
5581         type: org.openecomp.capabilities.metric.Ceilometer
5582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5583         occurrences:
5584         - 1
5585         - UNBOUNDED
5586       host_server_ps_2_test_nested3Level:
5587         type: tosca.capabilities.Container
5588         valid_source_types:
5589         - tosca.nodes.SoftwareComponent
5590         occurrences:
5591         - 1
5592         - UNBOUNDED
5593       disk.device.read.bytes_server_ps_2_test_nested3Level:
5594         type: org.openecomp.capabilities.metric.Ceilometer
5595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5596         occurrences:
5597         - 1
5598         - UNBOUNDED
5599       feature_server_ps_1_test_nested3Level:
5600         type: tosca.capabilities.Node
5601         occurrences:
5602         - 1
5603         - UNBOUNDED
5604       disk.write.requests.rate_server_ps_1_test_nested3Level:
5605         type: org.openecomp.capabilities.metric.Ceilometer
5606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5607         occurrences:
5608         - 1
5609         - UNBOUNDED
5610       network.outpoing.packets_pd01_port_1_test_nested3Level:
5611         type: org.openecomp.capabilities.metric.Ceilometer
5612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5613         occurrences:
5614         - 1
5615         - UNBOUNDED
5616       disk.device.allocation_server_ps_1_test_nested3Level:
5617         type: org.openecomp.capabilities.metric.Ceilometer
5618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5619         occurrences:
5620         - 1
5621         - UNBOUNDED
5622       network.outgoing.bytes.rate_pd02_port_2_test_nested3Level:
5623         type: org.openecomp.capabilities.metric.Ceilometer
5624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5625         occurrences:
5626         - 1
5627         - UNBOUNDED
5628       disk.allocation_server_oam_2:
5629         type: org.openecomp.capabilities.metric.Ceilometer
5630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5631         occurrences:
5632         - 1
5633         - UNBOUNDED
5634       memory.resident_server_oam_2:
5635         type: org.openecomp.capabilities.metric.Ceilometer
5636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5637         occurrences:
5638         - 1
5639         - UNBOUNDED
5640       memory.resident_server_oam_1:
5641         type: org.openecomp.capabilities.metric.Ceilometer
5642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5643         occurrences:
5644         - 1
5645         - UNBOUNDED
5646       network.outgoing.packets.rate_pd01_port_1_test_nested3Level:
5647         type: org.openecomp.capabilities.metric.Ceilometer
5648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5649         occurrences:
5650         - 1
5651         - UNBOUNDED
5652       memory.usage_server_ps_2_test_nested3Level:
5653         type: org.openecomp.capabilities.metric.Ceilometer
5654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5655         occurrences:
5656         - 1
5657         - UNBOUNDED
5658       disk.read.bytes.rate_server_ps_1_test_nested3Level:
5659         type: org.openecomp.capabilities.metric.Ceilometer
5660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5661         occurrences:
5662         - 1
5663         - UNBOUNDED
5664       disk.device.read.requests.rate_server_oam_1:
5665         type: org.openecomp.capabilities.metric.Ceilometer
5666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5667         occurrences:
5668         - 1
5669         - UNBOUNDED
5670       disk.allocation_server_oam_1:
5671         type: org.openecomp.capabilities.metric.Ceilometer
5672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5673         occurrences:
5674         - 1
5675         - UNBOUNDED
5676       memory_server_ps_2_test_nested3Level:
5677         type: org.openecomp.capabilities.metric.Ceilometer
5678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5679         occurrences:
5680         - 1
5681         - UNBOUNDED
5682       disk.device.read.requests.rate_server_oam_2:
5683         type: org.openecomp.capabilities.metric.Ceilometer
5684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5685         occurrences:
5686         - 1
5687         - UNBOUNDED
5688       vcpus_server_ps_1_test_nested3Level:
5689         type: org.openecomp.capabilities.metric.Ceilometer
5690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5691         occurrences:
5692         - 1
5693         - UNBOUNDED
5694       disk.write.requests.rate_server_oam_2:
5695         type: org.openecomp.capabilities.metric.Ceilometer
5696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5697         occurrences:
5698         - 1
5699         - UNBOUNDED
5700       disk.write.requests.rate_server_oam_1:
5701         type: org.openecomp.capabilities.metric.Ceilometer
5702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5703         occurrences:
5704         - 1
5705         - UNBOUNDED
5706       network.incoming.bytes_pd01_port_1_test_nested3Level:
5707         type: org.openecomp.capabilities.metric.Ceilometer
5708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5709         occurrences:
5710         - 1
5711         - UNBOUNDED
5712       memory_server_ps_1_test_nested3Level:
5713         type: org.openecomp.capabilities.metric.Ceilometer
5714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5715         occurrences:
5716         - 1
5717         - UNBOUNDED
5718       network.outpoing.packets_pd02_port_2_test_nested3Level:
5719         type: org.openecomp.capabilities.metric.Ceilometer
5720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5721         occurrences:
5722         - 1
5723         - UNBOUNDED
5724       network.outgoing.bytes.rate_pd01_port_1_test_nested3Level:
5725         type: org.openecomp.capabilities.metric.Ceilometer
5726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5727         occurrences:
5728         - 1
5729         - UNBOUNDED
5730       disk.write.bytes_server_oam_2:
5731         type: org.openecomp.capabilities.metric.Ceilometer
5732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5733         occurrences:
5734         - 1
5735         - UNBOUNDED
5736       disk.write.bytes_server_oam_1:
5737         type: org.openecomp.capabilities.metric.Ceilometer
5738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5739         occurrences:
5740         - 1
5741         - UNBOUNDED
5742       disk.allocation_server_ps_2_test_nested3Level:
5743         type: org.openecomp.capabilities.metric.Ceilometer
5744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5745         occurrences:
5746         - 1
5747         - UNBOUNDED
5748       binding_oam02_port_2:
5749         type: tosca.capabilities.network.Bindable
5750         valid_source_types:
5751         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5752         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5753         occurrences:
5754         - 0
5755         - UNBOUNDED
5756       binding_server_oam_1:
5757         type: tosca.capabilities.network.Bindable
5758         occurrences:
5759         - 1
5760         - UNBOUNDED
5761       binding_server_oam_2:
5762         type: tosca.capabilities.network.Bindable
5763         occurrences:
5764         - 1
5765         - UNBOUNDED
5766       endpoint_server_ps_2_test_nested3Level:
5767         type: tosca.capabilities.Endpoint.Admin
5768         occurrences:
5769         - 1
5770         - UNBOUNDED
5771       network.outgoing.bytes_oam02_port_2:
5772         type: org.openecomp.capabilities.metric.Ceilometer
5773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5774         occurrences:
5775         - 1
5776         - UNBOUNDED
5777       network.outpoing.packets_oam01_port_1:
5778         type: org.openecomp.capabilities.metric.Ceilometer
5779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5780         occurrences:
5781         - 1
5782         - UNBOUNDED
5783       disk.device.read.bytes.rate_server_oam_1:
5784         type: org.openecomp.capabilities.metric.Ceilometer
5785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5786         occurrences:
5787         - 1
5788         - UNBOUNDED
5789       disk.device.read.bytes.rate_server_oam_2:
5790         type: org.openecomp.capabilities.metric.Ceilometer
5791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5792         occurrences:
5793         - 1
5794         - UNBOUNDED
5795       os_server_ps_1_test_nested3Level:
5796         type: tosca.capabilities.OperatingSystem
5797         occurrences:
5798         - 1
5799         - UNBOUNDED
5800       disk.ephemeral.size_server_ps_1_test_nested3Level:
5801         type: org.openecomp.capabilities.metric.Ceilometer
5802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5803         occurrences:
5804         - 1
5805         - UNBOUNDED
5806       network.incoming.bytes.rate_pd01_port_1_test_nested3Level:
5807         type: org.openecomp.capabilities.metric.Ceilometer
5808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5809         occurrences:
5810         - 1
5811         - UNBOUNDED
5812       instance_server_oam_1:
5813         type: org.openecomp.capabilities.metric.Ceilometer
5814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5815         occurrences:
5816         - 1
5817         - UNBOUNDED
5818       disk.usage_server_ps_1_test_nested3Level:
5819         type: org.openecomp.capabilities.metric.Ceilometer
5820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5821         occurrences:
5822         - 1
5823         - UNBOUNDED
5824       instance_server_oam_2:
5825         type: org.openecomp.capabilities.metric.Ceilometer
5826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5827         occurrences:
5828         - 1
5829         - UNBOUNDED
5830       network.incoming.packets_oam02_port_2:
5831         type: org.openecomp.capabilities.metric.Ceilometer
5832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5833         occurrences:
5834         - 1
5835         - UNBOUNDED
5836       disk.read.bytes_server_ps_2_test_nested3Level:
5837         type: org.openecomp.capabilities.metric.Ceilometer
5838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5839         occurrences:
5840         - 1
5841         - UNBOUNDED
5842       disk.root.size_server_oam_1:
5843         type: org.openecomp.capabilities.metric.Ceilometer
5844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5845         occurrences:
5846         - 1
5847         - UNBOUNDED
5848       disk.root.size_server_oam_2:
5849         type: org.openecomp.capabilities.metric.Ceilometer
5850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5851         occurrences:
5852         - 1
5853         - UNBOUNDED
5854       cpu.delta_server_ps_1_test_nested3Level:
5855         type: org.openecomp.capabilities.metric.Ceilometer
5856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5857         occurrences:
5858         - 1
5859         - UNBOUNDED
5860       disk.iops_server_oam_2:
5861         type: org.openecomp.capabilities.metric.Ceilometer
5862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5863         occurrences:
5864         - 1
5865         - UNBOUNDED
5866       disk.iops_server_oam_1:
5867         type: org.openecomp.capabilities.metric.Ceilometer
5868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5869         occurrences:
5870         - 1
5871         - UNBOUNDED
5872       disk.write.bytes.rate_server_ps_1_test_nested3Level:
5873         type: org.openecomp.capabilities.metric.Ceilometer
5874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5875         occurrences:
5876         - 1
5877         - UNBOUNDED
5878       host_server_ps_1_test_nested3Level:
5879         type: tosca.capabilities.Container
5880         valid_source_types:
5881         - tosca.nodes.SoftwareComponent
5882         occurrences:
5883         - 1
5884         - UNBOUNDED
5885       attachment_oam02_port_2:
5886         type: tosca.capabilities.Attachment
5887         occurrences:
5888         - 1
5889         - UNBOUNDED
5890       disk.device.iops_server_oam_2:
5891         type: org.openecomp.capabilities.metric.Ceilometer
5892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5893         occurrences:
5894         - 1
5895         - UNBOUNDED
5896       disk.device.iops_server_oam_1:
5897         type: org.openecomp.capabilities.metric.Ceilometer
5898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5899         occurrences:
5900         - 1
5901         - UNBOUNDED
5902       scalable_server_ps_2_test_nested3Level:
5903         type: tosca.capabilities.Scalable
5904         occurrences:
5905         - 1
5906         - UNBOUNDED
5907       disk.root.size_server_ps_2_test_nested3Level:
5908         type: org.openecomp.capabilities.metric.Ceilometer
5909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5910         occurrences:
5911         - 1
5912         - UNBOUNDED
5913       host_server_oam_2:
5914         type: tosca.capabilities.Container
5915         valid_source_types:
5916         - tosca.nodes.SoftwareComponent
5917         occurrences:
5918         - 1
5919         - UNBOUNDED
5920       host_server_oam_1:
5921         type: tosca.capabilities.Container
5922         valid_source_types:
5923         - tosca.nodes.SoftwareComponent
5924         occurrences:
5925         - 1
5926         - UNBOUNDED
5927       disk.device.capacity_server_ps_1_test_nested3Level:
5928         type: org.openecomp.capabilities.metric.Ceilometer
5929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5930         occurrences:
5931         - 1
5932         - UNBOUNDED
5933       network.incoming.bytes.rate_oam02_port_2:
5934         type: org.openecomp.capabilities.metric.Ceilometer
5935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5936         occurrences:
5937         - 1
5938         - UNBOUNDED
5939       disk.write.requests.rate_server_ps_2_test_nested3Level:
5940         type: org.openecomp.capabilities.metric.Ceilometer
5941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5942         occurrences:
5943         - 1
5944         - UNBOUNDED
5945       disk.latency_server_ps_2_test_nested3Level:
5946         type: org.openecomp.capabilities.metric.Ceilometer
5947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5948         occurrences:
5949         - 1
5950         - UNBOUNDED
5951       network.incoming.packets.rate_oam01_port_1:
5952         type: org.openecomp.capabilities.metric.Ceilometer
5953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5954         occurrences:
5955         - 1
5956         - UNBOUNDED
5957       disk.device.latency_server_ps_1_test_nested3Level:
5958         type: org.openecomp.capabilities.metric.Ceilometer
5959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5960         occurrences:
5961         - 1
5962         - UNBOUNDED
5963       disk.ephemeral.size_server_oam_2:
5964         type: org.openecomp.capabilities.metric.Ceilometer
5965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5966         occurrences:
5967         - 1
5968         - UNBOUNDED
5969       feature_server_oam_2:
5970         type: tosca.capabilities.Node
5971         occurrences:
5972         - 1
5973         - UNBOUNDED
5974       disk.ephemeral.size_server_oam_1:
5975         type: org.openecomp.capabilities.metric.Ceilometer
5976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5977         occurrences:
5978         - 1
5979         - UNBOUNDED
5980       feature_server_oam_1:
5981         type: tosca.capabilities.Node
5982         occurrences:
5983         - 1
5984         - UNBOUNDED
5985       attachment_pd02_port_2_test_nested3Level:
5986         type: tosca.capabilities.Attachment
5987         occurrences:
5988         - 1
5989         - UNBOUNDED
5990       network.incoming.bytes_oam01_port_1:
5991         type: org.openecomp.capabilities.metric.Ceilometer
5992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5993         occurrences:
5994         - 1
5995         - UNBOUNDED
5996       cpu_server_ps_2_test_nested3Level:
5997         type: org.openecomp.capabilities.metric.Ceilometer
5998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5999         occurrences:
6000         - 1
6001         - UNBOUNDED
6002       forwarder_oam02_port_2:
6003         type: org.openecomp.capabilities.Forwarder
6004         occurrences:
6005         - 1
6006         - UNBOUNDED
6007       network.incoming.packets.rate_pd01_port_1_test_nested3Level:
6008         type: org.openecomp.capabilities.metric.Ceilometer
6009         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6010         occurrences:
6011         - 1
6012         - UNBOUNDED
6013       os_server_oam_1:
6014         type: tosca.capabilities.OperatingSystem
6015         occurrences:
6016         - 1
6017         - UNBOUNDED
6018       os_server_oam_2:
6019         type: tosca.capabilities.OperatingSystem
6020         occurrences:
6021         - 1
6022         - UNBOUNDED
6023       network.outgoing.packets.rate_oam02_port_2:
6024         type: org.openecomp.capabilities.metric.Ceilometer
6025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6026         occurrences:
6027         - 1
6028         - UNBOUNDED
6029       disk.device.latency_server_ps_2_test_nested3Level:
6030         type: org.openecomp.capabilities.metric.Ceilometer
6031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6032         occurrences:
6033         - 1
6034         - UNBOUNDED
6035       feature_oam01_port_1:
6036         type: tosca.capabilities.Node
6037         occurrences:
6038         - 1
6039         - UNBOUNDED
6040       disk.device.allocation_server_oam_2:
6041         type: org.openecomp.capabilities.metric.Ceilometer
6042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6043         occurrences:
6044         - 1
6045         - UNBOUNDED
6046       disk.device.allocation_server_oam_1:
6047         type: org.openecomp.capabilities.metric.Ceilometer
6048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6049         occurrences:
6050         - 1
6051         - UNBOUNDED
6052       network.incoming.bytes_pd02_port_2_test_nested3Level:
6053         type: org.openecomp.capabilities.metric.Ceilometer
6054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6055         occurrences:
6056         - 1
6057         - UNBOUNDED
6058       cpu_util_server_ps_2_test_nested3Level:
6059         type: org.openecomp.capabilities.metric.Ceilometer
6060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6061         occurrences:
6062         - 1
6063         - UNBOUNDED
6064       network.incoming.bytes.rate_oam01_port_1:
6065         type: org.openecomp.capabilities.metric.Ceilometer
6066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6067         occurrences:
6068         - 1
6069         - UNBOUNDED
6070       vcpus_server_oam_2:
6071         type: org.openecomp.capabilities.metric.Ceilometer
6072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6073         occurrences:
6074         - 1
6075         - UNBOUNDED
6076       disk.write.requests_server_oam_1:
6077         type: org.openecomp.capabilities.metric.Ceilometer
6078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6079         occurrences:
6080         - 1
6081         - UNBOUNDED
6082       cpu_util_server_ps_1_test_nested3Level:
6083         type: org.openecomp.capabilities.metric.Ceilometer
6084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6085         occurrences:
6086         - 1
6087         - UNBOUNDED
6088       disk.write.requests_server_oam_2:
6089         type: org.openecomp.capabilities.metric.Ceilometer
6090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6091         occurrences:
6092         - 1
6093         - UNBOUNDED
6094       disk.ephemeral.size_server_ps_2_test_nested3Level:
6095         type: org.openecomp.capabilities.metric.Ceilometer
6096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6097         occurrences:
6098         - 1
6099         - UNBOUNDED
6100       disk.read.bytes_server_ps_1_test_nested3Level:
6101         type: org.openecomp.capabilities.metric.Ceilometer
6102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6103         occurrences:
6104         - 1
6105         - UNBOUNDED
6106       disk.device.read.bytes.rate_server_ps_2_test_nested3Level:
6107         type: org.openecomp.capabilities.metric.Ceilometer
6108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6109         occurrences:
6110         - 1
6111         - UNBOUNDED
6112       os_server_ps_2_test_nested3Level:
6113         type: tosca.capabilities.OperatingSystem
6114         occurrences:
6115         - 1
6116         - UNBOUNDED
6117       network.incoming.bytes.rate_pd02_port_2_test_nested3Level:
6118         type: org.openecomp.capabilities.metric.Ceilometer
6119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6120         occurrences:
6121         - 1
6122         - UNBOUNDED
6123       network.outgoing.bytes.rate_oam02_port_2:
6124         type: org.openecomp.capabilities.metric.Ceilometer
6125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6126         occurrences:
6127         - 1
6128         - UNBOUNDED
6129       vcpus_server_oam_1:
6130         type: org.openecomp.capabilities.metric.Ceilometer
6131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6132         occurrences:
6133         - 1
6134         - UNBOUNDED
6135       network.incoming.packets_pd02_port_2_test_nested3Level:
6136         type: org.openecomp.capabilities.metric.Ceilometer
6137         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6138         occurrences:
6139         - 1
6140         - UNBOUNDED
6141       disk.usage_server_ps_2_test_nested3Level:
6142         type: org.openecomp.capabilities.metric.Ceilometer
6143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6144         occurrences:
6145         - 1
6146         - UNBOUNDED
6147       disk.device.write.requests.rate_server_oam_2:
6148         type: org.openecomp.capabilities.metric.Ceilometer
6149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6150         occurrences:
6151         - 1
6152         - UNBOUNDED
6153       disk.device.write.requests.rate_server_oam_1:
6154         type: org.openecomp.capabilities.metric.Ceilometer
6155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6156         occurrences:
6157         - 1
6158         - UNBOUNDED
6159       cpu_server_oam_1:
6160         type: org.openecomp.capabilities.metric.Ceilometer
6161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6162         occurrences:
6163         - 1
6164         - UNBOUNDED
6165       cpu_server_oam_2:
6166         type: org.openecomp.capabilities.metric.Ceilometer
6167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6168         occurrences:
6169         - 1
6170         - UNBOUNDED
6171       binding_oam01_port_1:
6172         type: tosca.capabilities.network.Bindable
6173         valid_source_types:
6174         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6175         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6176         occurrences:
6177         - 0
6178         - UNBOUNDED
6179       disk.device.write.requests_server_ps_2_test_nested3Level:
6180         type: org.openecomp.capabilities.metric.Ceilometer
6181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6182         occurrences:
6183         - 1
6184         - UNBOUNDED
6185       memory.usage_server_ps_1_test_nested3Level:
6186         type: org.openecomp.capabilities.metric.Ceilometer
6187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6188         occurrences:
6189         - 1
6190         - UNBOUNDED
6191       disk.device.write.bytes.rate_server_ps_1_test_nested3Level:
6192         type: org.openecomp.capabilities.metric.Ceilometer
6193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6194         occurrences:
6195         - 1
6196         - UNBOUNDED
6197       cpu_server_ps_1_test_nested3Level:
6198         type: org.openecomp.capabilities.metric.Ceilometer
6199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6200         occurrences:
6201         - 1
6202         - UNBOUNDED
6203       disk.write.bytes.rate_server_ps_2_test_nested3Level:
6204         type: org.openecomp.capabilities.metric.Ceilometer
6205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6206         occurrences:
6207         - 1
6208         - UNBOUNDED
6209       instance_server_ps_1_test_nested3Level:
6210         type: org.openecomp.capabilities.metric.Ceilometer
6211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6212         occurrences:
6213         - 1
6214         - UNBOUNDED
6215       disk.device.read.requests_server_ps_2_test_nested3Level:
6216         type: org.openecomp.capabilities.metric.Ceilometer
6217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6218         occurrences:
6219         - 1
6220         - UNBOUNDED
6221       feature_server_ps_2_test_nested3Level:
6222         type: tosca.capabilities.Node
6223         occurrences:
6224         - 1
6225         - UNBOUNDED
6226       disk.device.read.requests_server_oam_1:
6227         type: org.openecomp.capabilities.metric.Ceilometer
6228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6229         occurrences:
6230         - 1
6231         - UNBOUNDED
6232       disk.read.requests_server_ps_2_test_nested3Level:
6233         type: org.openecomp.capabilities.metric.Ceilometer
6234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6235         occurrences:
6236         - 1
6237         - UNBOUNDED
6238       disk.root.size_server_ps_1_test_nested3Level:
6239         type: org.openecomp.capabilities.metric.Ceilometer
6240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6241         occurrences:
6242         - 1
6243         - UNBOUNDED
6244       disk.read.requests_server_oam_2:
6245         type: org.openecomp.capabilities.metric.Ceilometer
6246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6247         occurrences:
6248         - 1
6249         - UNBOUNDED
6250       disk.device.read.requests_server_oam_2:
6251         type: org.openecomp.capabilities.metric.Ceilometer
6252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6253         occurrences:
6254         - 1
6255         - UNBOUNDED
6256       disk.read.requests_server_oam_1:
6257         type: org.openecomp.capabilities.metric.Ceilometer
6258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6259         occurrences:
6260         - 1
6261         - UNBOUNDED
6262       memory.usage_server_oam_1:
6263         type: org.openecomp.capabilities.metric.Ceilometer
6264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6265         occurrences:
6266         - 1
6267         - UNBOUNDED
6268       disk.device.iops_server_ps_1_test_nested3Level:
6269         type: org.openecomp.capabilities.metric.Ceilometer
6270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6271         occurrences:
6272         - 1
6273         - UNBOUNDED
6274       memory.usage_server_oam_2:
6275         type: org.openecomp.capabilities.metric.Ceilometer
6276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6277         occurrences:
6278         - 1
6279         - UNBOUNDED
6280       scalable_server_ps_1_test_nested3Level:
6281         type: tosca.capabilities.Scalable
6282         occurrences:
6283         - 1
6284         - UNBOUNDED
6285       network.outgoing.packets.rate_pd02_port_2_test_nested3Level:
6286         type: org.openecomp.capabilities.metric.Ceilometer
6287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6288         occurrences:
6289         - 1
6290         - UNBOUNDED
6291       disk.read.bytes_server_oam_2:
6292         type: org.openecomp.capabilities.metric.Ceilometer
6293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6294         occurrences:
6295         - 1
6296         - UNBOUNDED
6297       disk.read.bytes_server_oam_1:
6298         type: org.openecomp.capabilities.metric.Ceilometer
6299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6300         occurrences:
6301         - 1
6302         - UNBOUNDED
6303       network.outgoing.bytes_pd01_port_1_test_nested3Level:
6304         type: org.openecomp.capabilities.metric.Ceilometer
6305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6306         occurrences:
6307         - 1
6308         - UNBOUNDED
6309       binding_server_ps_2_test_nested3Level:
6310         type: tosca.capabilities.network.Bindable
6311         occurrences:
6312         - 1
6313         - UNBOUNDED
6314       feature_pd02_port_2_test_nested3Level:
6315         type: tosca.capabilities.Node
6316         occurrences:
6317         - 1
6318         - UNBOUNDED
6319       disk.device.write.bytes.rate_server_oam_1:
6320         type: org.openecomp.capabilities.metric.Ceilometer
6321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6322         occurrences:
6323         - 1
6324         - UNBOUNDED
6325       disk.device.iops_server_ps_2_test_nested3Level:
6326         type: org.openecomp.capabilities.metric.Ceilometer
6327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6328         occurrences:
6329         - 1
6330         - UNBOUNDED
6331       disk.write.bytes.rate_server_oam_1:
6332         type: org.openecomp.capabilities.metric.Ceilometer
6333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6334         occurrences:
6335         - 1
6336         - UNBOUNDED
6337       binding_server_ps_1_test_nested3Level:
6338         type: tosca.capabilities.network.Bindable
6339         occurrences:
6340         - 1
6341         - UNBOUNDED
6342       disk.write.bytes.rate_server_oam_2:
6343         type: org.openecomp.capabilities.metric.Ceilometer
6344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6345         occurrences:
6346         - 1
6347         - UNBOUNDED
6348       attachment_pd01_port_1_test_nested3Level:
6349         type: tosca.capabilities.Attachment
6350         occurrences:
6351         - 1
6352         - UNBOUNDED
6353       disk.device.write.bytes.rate_server_oam_2:
6354         type: org.openecomp.capabilities.metric.Ceilometer
6355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6356         occurrences:
6357         - 1
6358         - UNBOUNDED
6359       memory_server_oam_1:
6360         type: org.openecomp.capabilities.metric.Ceilometer
6361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6362         occurrences:
6363         - 1
6364         - UNBOUNDED
6365       memory_server_oam_2:
6366         type: org.openecomp.capabilities.metric.Ceilometer
6367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6368         occurrences:
6369         - 1
6370         - UNBOUNDED
6371       disk.device.latency_server_oam_2:
6372         type: org.openecomp.capabilities.metric.Ceilometer
6373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6374         occurrences:
6375         - 1
6376         - UNBOUNDED
6377       disk.device.latency_server_oam_1:
6378         type: org.openecomp.capabilities.metric.Ceilometer
6379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6380         occurrences:
6381         - 1
6382         - UNBOUNDED
6383       disk.device.usage_server_oam_2:
6384         type: org.openecomp.capabilities.metric.Ceilometer
6385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6386         occurrences:
6387         - 1
6388         - UNBOUNDED
6389       disk.device.usage_server_oam_1:
6390         type: org.openecomp.capabilities.metric.Ceilometer
6391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6392         occurrences:
6393         - 1
6394         - UNBOUNDED
6395       disk.read.requests_server_ps_1_test_nested3Level:
6396         type: org.openecomp.capabilities.metric.Ceilometer
6397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6398         occurrences:
6399         - 1
6400         - UNBOUNDED
6401       disk.device.read.bytes.rate_server_ps_1_test_nested3Level:
6402         type: org.openecomp.capabilities.metric.Ceilometer
6403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6404         occurrences:
6405         - 1
6406         - UNBOUNDED
6407       disk.device.read.requests.rate_server_ps_2_test_nested3Level:
6408         type: org.openecomp.capabilities.metric.Ceilometer
6409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6410         occurrences:
6411         - 1
6412         - UNBOUNDED
6413       disk.device.usage_server_ps_2_test_nested3Level:
6414         type: org.openecomp.capabilities.metric.Ceilometer
6415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6416         occurrences:
6417         - 1
6418         - UNBOUNDED
6419       feature_test_nested3Level:
6420         type: tosca.capabilities.Node
6421         occurrences:
6422         - 1
6423         - UNBOUNDED
6424       instance_server_ps_2_test_nested3Level:
6425         type: org.openecomp.capabilities.metric.Ceilometer
6426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6427         occurrences:
6428         - 1
6429         - UNBOUNDED
6430       disk.allocation_server_ps_1_test_nested3Level:
6431         type: org.openecomp.capabilities.metric.Ceilometer
6432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6433         occurrences:
6434         - 1
6435         - UNBOUNDED
6436       disk.device.write.bytes.rate_server_ps_2_test_nested3Level:
6437         type: org.openecomp.capabilities.metric.Ceilometer
6438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6439         occurrences:
6440         - 1
6441         - UNBOUNDED
6442       forwarder_pd02_port_2_test_nested3Level:
6443         type: org.openecomp.capabilities.Forwarder
6444         occurrences:
6445         - 1
6446         - UNBOUNDED
6447       disk.device.capacity_server_oam_2:
6448         type: org.openecomp.capabilities.metric.Ceilometer
6449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6450         occurrences:
6451         - 1
6452         - UNBOUNDED
6453       network.outgoing.packets.rate_oam01_port_1:
6454         type: org.openecomp.capabilities.metric.Ceilometer
6455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6456         occurrences:
6457         - 1
6458         - UNBOUNDED
6459       disk.device.read.requests_server_ps_1_test_nested3Level:
6460         type: org.openecomp.capabilities.metric.Ceilometer
6461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6462         occurrences:
6463         - 1
6464         - UNBOUNDED
6465       disk.read.bytes.rate_server_ps_2_test_nested3Level:
6466         type: org.openecomp.capabilities.metric.Ceilometer
6467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6468         occurrences:
6469         - 1
6470         - UNBOUNDED
6471       feature_oam02_port_2:
6472         type: tosca.capabilities.Node
6473         occurrences:
6474         - 1
6475         - UNBOUNDED
6476       network.outgoing.bytes_oam01_port_1:
6477         type: org.openecomp.capabilities.metric.Ceilometer
6478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6479         occurrences:
6480         - 1
6481         - UNBOUNDED
6482       network.outpoing.packets_oam02_port_2:
6483         type: org.openecomp.capabilities.metric.Ceilometer
6484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6485         occurrences:
6486         - 1
6487         - UNBOUNDED
6488       network.incoming.packets_pd01_port_1_test_nested3Level:
6489         type: org.openecomp.capabilities.metric.Ceilometer
6490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6491         occurrences:
6492         - 1
6493         - UNBOUNDED
6494       cpu_util_server_oam_2:
6495         type: org.openecomp.capabilities.metric.Ceilometer
6496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6497         occurrences:
6498         - 1
6499         - UNBOUNDED
6500       binding_pd02_port_2_test_nested3Level:
6501         type: tosca.capabilities.network.Bindable
6502         valid_source_types:
6503         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6504         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6505         occurrences:
6506         - 0
6507         - UNBOUNDED
6508       disk.device.allocation_server_ps_2_test_nested3Level:
6509         type: org.openecomp.capabilities.metric.Ceilometer
6510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6511         occurrences:
6512         - 1
6513         - UNBOUNDED
6514       feature_pd01_port_1_test_nested3Level:
6515         type: tosca.capabilities.Node
6516         occurrences:
6517         - 1
6518         - UNBOUNDED
6519       disk.iops_server_ps_1_test_nested3Level:
6520         type: org.openecomp.capabilities.metric.Ceilometer
6521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6522         occurrences:
6523         - 1
6524         - UNBOUNDED
6525       vcpus_server_ps_2_test_nested3Level:
6526         type: org.openecomp.capabilities.metric.Ceilometer
6527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6528         occurrences:
6529         - 1
6530         - UNBOUNDED
6531       disk.device.capacity_server_oam_1:
6532         type: org.openecomp.capabilities.metric.Ceilometer
6533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6534         occurrences:
6535         - 1
6536         - UNBOUNDED
6537       cpu_util_server_oam_1:
6538         type: org.openecomp.capabilities.metric.Ceilometer
6539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6540         occurrences:
6541         - 1
6542         - UNBOUNDED
6543       disk.device.read.bytes_server_ps_1_test_nested3Level:
6544         type: org.openecomp.capabilities.metric.Ceilometer
6545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6546         occurrences:
6547         - 1
6548         - UNBOUNDED
6549       disk.device.write.requests_server_ps_1_test_nested3Level:
6550         type: org.openecomp.capabilities.metric.Ceilometer
6551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6552         occurrences:
6553         - 1
6554         - UNBOUNDED
6555   org.openecomp.resource.abstract.nodes.ps:
6556     derived_from: org.openecomp.resource.abstract.nodes.VFC
6557     properties:
6558       port_pd02_port_fixed_ips:
6559         type: list
6560         required: true
6561         status: SUPPORTED
6562         entry_schema:
6563           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
6564       index_value:
6565         type: integer
6566         description: Index value of this substitution service template runtime instance
6567         required: false
6568         default: 0
6569         status: SUPPORTED
6570         constraints:
6571         - greater_or_equal: 0
6572       port_pd02_port_mac_requirements:
6573         type: org.openecomp.datatypes.network.MacRequirements
6574         required: true
6575         status: SUPPORTED
6576       vm_flavor_name:
6577         type: string
6578         required: true
6579         status: SUPPORTED
6580       port_pd02_port_order:
6581         type: integer
6582         required: true
6583         status: SUPPORTED
6584       port_pd02_port_subnetpoolid:
6585         type: string
6586         required: true
6587         status: SUPPORTED
6588       port_pd02_port_network_role_tag:
6589         type: string
6590         required: true
6591         status: SUPPORTED
6592       port_pd02_port_vlan_requirements:
6593         type: list
6594         required: true
6595         status: SUPPORTED
6596         entry_schema:
6597           type: org.openecomp.datatypes.network.VlanRequirements
6598       vm_image_name:
6599         type: string
6600         required: true
6601         status: SUPPORTED
6602       port_pd02_port_security_groups:
6603         type: list
6604         required: true
6605         status: SUPPORTED
6606         entry_schema:
6607           type: json
6608       compute_ps_availability_zone:
6609         type: list
6610         required: true
6611         status: SUPPORTED
6612         entry_schema:
6613           type: string
6614       port_pd02_port_replacement_policy:
6615         type: list
6616         required: true
6617         status: SUPPORTED
6618         entry_schema:
6619           type: string
6620       port_pd02_port_network_role:
6621         type: string
6622         required: true
6623         status: SUPPORTED
6624       compute_ps_name:
6625         type: list
6626         required: true
6627         status: SUPPORTED
6628         entry_schema:
6629           type: string
6630       port_pd02_port_exCP_naming:
6631         type: org.openecomp.datatypes.Naming
6632         required: true
6633         status: SUPPORTED
6634       port_pd02_port_ip_requirements:
6635         type: list
6636         required: true
6637         status: SUPPORTED
6638         entry_schema:
6639           type: org.openecomp.datatypes.network.IpRequirements
6640       port_pd02_port_network:
6641         type: list
6642         required: true
6643         status: SUPPORTED
6644         entry_schema:
6645           type: string
6646     requirements:
6647     - dependency_ps:
6648         capability: tosca.capabilities.Node
6649         node: tosca.nodes.Root
6650         relationship: tosca.relationships.DependsOn
6651         occurrences:
6652         - 0
6653         - UNBOUNDED
6654     - local_storage_ps:
6655         capability: tosca.capabilities.Attachment
6656         node: tosca.nodes.BlockStorage
6657         relationship: tosca.relationships.AttachesTo
6658         occurrences:
6659         - 0
6660         - UNBOUNDED
6661     - dependency_ps_pd02_port:
6662         capability: tosca.capabilities.Node
6663         node: tosca.nodes.Root
6664         relationship: tosca.relationships.DependsOn
6665         occurrences:
6666         - 0
6667         - UNBOUNDED
6668     - link_ps_pd02_port:
6669         capability: tosca.capabilities.network.Linkable
6670         relationship: tosca.relationships.network.LinksTo
6671         occurrences:
6672         - 1
6673         - 1
6674     capabilities:
6675       disk.write.requests.rate_ps:
6676         type: org.openecomp.capabilities.metric.Ceilometer
6677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6678         occurrences:
6679         - 1
6680         - UNBOUNDED
6681       disk.device.iops_ps:
6682         type: org.openecomp.capabilities.metric.Ceilometer
6683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6684         occurrences:
6685         - 1
6686         - UNBOUNDED
6687       scalable_ps:
6688         type: tosca.capabilities.Scalable
6689         occurrences:
6690         - 1
6691         - UNBOUNDED
6692       disk.write.requests_ps:
6693         type: org.openecomp.capabilities.metric.Ceilometer
6694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6695         occurrences:
6696         - 1
6697         - UNBOUNDED
6698       host_ps:
6699         type: tosca.capabilities.Container
6700         valid_source_types:
6701         - tosca.nodes.SoftwareComponent
6702         occurrences:
6703         - 1
6704         - UNBOUNDED
6705       disk.device.allocation_ps:
6706         type: org.openecomp.capabilities.metric.Ceilometer
6707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6708         occurrences:
6709         - 1
6710         - UNBOUNDED
6711       disk.read.bytes_ps:
6712         type: org.openecomp.capabilities.metric.Ceilometer
6713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6714         occurrences:
6715         - 1
6716         - UNBOUNDED
6717       memory.resident_ps:
6718         type: org.openecomp.capabilities.metric.Ceilometer
6719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6720         occurrences:
6721         - 1
6722         - UNBOUNDED
6723       disk.device.usage_ps:
6724         type: org.openecomp.capabilities.metric.Ceilometer
6725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6726         occurrences:
6727         - 1
6728         - UNBOUNDED
6729       forwarder_ps_pd02_port:
6730         type: org.openecomp.capabilities.Forwarder
6731         occurrences:
6732         - 1
6733         - UNBOUNDED
6734       network.outgoing.bytes.rate_ps_pd02_port:
6735         type: org.openecomp.capabilities.metric.Ceilometer
6736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6737         occurrences:
6738         - 1
6739         - UNBOUNDED
6740       endpoint_ps:
6741         type: tosca.capabilities.Endpoint.Admin
6742         occurrences:
6743         - 1
6744         - UNBOUNDED
6745       disk.device.capacity_ps:
6746         type: org.openecomp.capabilities.metric.Ceilometer
6747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6748         occurrences:
6749         - 1
6750         - UNBOUNDED
6751       cpu_ps:
6752         type: org.openecomp.capabilities.metric.Ceilometer
6753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6754         occurrences:
6755         - 1
6756         - UNBOUNDED
6757       network.incoming.packets_ps_pd02_port:
6758         type: org.openecomp.capabilities.metric.Ceilometer
6759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6760         occurrences:
6761         - 1
6762         - UNBOUNDED
6763       disk.device.write.bytes_ps:
6764         type: org.openecomp.capabilities.metric.Ceilometer
6765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6766         occurrences:
6767         - 1
6768         - UNBOUNDED
6769       network.outgoing.packets.rate_ps_pd02_port:
6770         type: org.openecomp.capabilities.metric.Ceilometer
6771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6772         occurrences:
6773         - 1
6774         - UNBOUNDED
6775       cpu.delta_ps:
6776         type: org.openecomp.capabilities.metric.Ceilometer
6777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6778         occurrences:
6779         - 1
6780         - UNBOUNDED
6781       disk.root.size_ps:
6782         type: org.openecomp.capabilities.metric.Ceilometer
6783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6784         occurrences:
6785         - 1
6786         - UNBOUNDED
6787       disk.device.read.requests.rate_ps:
6788         type: org.openecomp.capabilities.metric.Ceilometer
6789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6790         occurrences:
6791         - 1
6792         - UNBOUNDED
6793       binding_ps:
6794         type: tosca.capabilities.network.Bindable
6795         occurrences:
6796         - 1
6797         - UNBOUNDED
6798       binding_ps_pd02_port:
6799         type: tosca.capabilities.network.Bindable
6800         valid_source_types:
6801         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6802         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6803         occurrences:
6804         - 0
6805         - UNBOUNDED
6806       disk.device.write.requests.rate_ps:
6807         type: org.openecomp.capabilities.metric.Ceilometer
6808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6809         occurrences:
6810         - 1
6811         - UNBOUNDED
6812       network.outgoing.bytes_ps_pd02_port:
6813         type: org.openecomp.capabilities.metric.Ceilometer
6814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6815         occurrences:
6816         - 1
6817         - UNBOUNDED
6818       cpu_util_ps:
6819         type: org.openecomp.capabilities.metric.Ceilometer
6820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6821         occurrences:
6822         - 1
6823         - UNBOUNDED
6824       network.outpoing.packets_ps_pd02_port:
6825         type: org.openecomp.capabilities.metric.Ceilometer
6826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6827         occurrences:
6828         - 1
6829         - UNBOUNDED
6830       network.incoming.packets.rate_ps_pd02_port:
6831         type: org.openecomp.capabilities.metric.Ceilometer
6832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6833         occurrences:
6834         - 1
6835         - UNBOUNDED
6836       network.incoming.bytes_ps_pd02_port:
6837         type: org.openecomp.capabilities.metric.Ceilometer
6838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6839         occurrences:
6840         - 1
6841         - UNBOUNDED
6842       disk.read.bytes.rate_ps:
6843         type: org.openecomp.capabilities.metric.Ceilometer
6844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6845         occurrences:
6846         - 1
6847         - UNBOUNDED
6848       disk.device.read.bytes.rate_ps:
6849         type: org.openecomp.capabilities.metric.Ceilometer
6850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6851         occurrences:
6852         - 1
6853         - UNBOUNDED
6854       disk.read.requests_ps:
6855         type: org.openecomp.capabilities.metric.Ceilometer
6856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6857         occurrences:
6858         - 1
6859         - UNBOUNDED
6860       vcpus_ps:
6861         type: org.openecomp.capabilities.metric.Ceilometer
6862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6863         occurrences:
6864         - 1
6865         - UNBOUNDED
6866       instance_ps:
6867         type: org.openecomp.capabilities.metric.Ceilometer
6868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6869         occurrences:
6870         - 1
6871         - UNBOUNDED
6872       disk.latency_ps:
6873         type: org.openecomp.capabilities.metric.Ceilometer
6874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6875         occurrences:
6876         - 1
6877         - UNBOUNDED
6878       disk.device.read.bytes_ps:
6879         type: org.openecomp.capabilities.metric.Ceilometer
6880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6881         occurrences:
6882         - 1
6883         - UNBOUNDED
6884       memory.usage_ps:
6885         type: org.openecomp.capabilities.metric.Ceilometer
6886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6887         occurrences:
6888         - 1
6889         - UNBOUNDED
6890       feature_ps:
6891         type: tosca.capabilities.Node
6892         occurrences:
6893         - 1
6894         - UNBOUNDED
6895       disk.device.write.bytes.rate_ps:
6896         type: org.openecomp.capabilities.metric.Ceilometer
6897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6898         occurrences:
6899         - 1
6900         - UNBOUNDED
6901       disk.ephemeral.size_ps:
6902         type: org.openecomp.capabilities.metric.Ceilometer
6903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6904         occurrences:
6905         - 1
6906         - UNBOUNDED
6907       memory_ps:
6908         type: org.openecomp.capabilities.metric.Ceilometer
6909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6910         occurrences:
6911         - 1
6912         - UNBOUNDED
6913       feature_ps_pd02_port:
6914         type: tosca.capabilities.Node
6915         occurrences:
6916         - 1
6917         - UNBOUNDED
6918       disk.usage_ps:
6919         type: org.openecomp.capabilities.metric.Ceilometer
6920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6921         occurrences:
6922         - 1
6923         - UNBOUNDED
6924       disk.write.bytes.rate_ps:
6925         type: org.openecomp.capabilities.metric.Ceilometer
6926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6927         occurrences:
6928         - 1
6929         - UNBOUNDED
6930       os_ps:
6931         type: tosca.capabilities.OperatingSystem
6932         occurrences:
6933         - 1
6934         - UNBOUNDED
6935       disk.iops_ps:
6936         type: org.openecomp.capabilities.metric.Ceilometer
6937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6938         occurrences:
6939         - 1
6940         - UNBOUNDED
6941       disk.allocation_ps:
6942         type: org.openecomp.capabilities.metric.Ceilometer
6943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6944         occurrences:
6945         - 1
6946         - UNBOUNDED
6947       attachment_ps_pd02_port:
6948         type: tosca.capabilities.Attachment
6949         occurrences:
6950         - 1
6951         - UNBOUNDED
6952       disk.device.read.requests_ps:
6953         type: org.openecomp.capabilities.metric.Ceilometer
6954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6955         occurrences:
6956         - 1
6957         - UNBOUNDED
6958       disk.capacity_ps:
6959         type: org.openecomp.capabilities.metric.Ceilometer
6960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6961         occurrences:
6962         - 1
6963         - UNBOUNDED
6964       disk.device.latency_ps:
6965         type: org.openecomp.capabilities.metric.Ceilometer
6966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6967         occurrences:
6968         - 1
6969         - UNBOUNDED
6970       network.incoming.bytes.rate_ps_pd02_port:
6971         type: org.openecomp.capabilities.metric.Ceilometer
6972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6973         occurrences:
6974         - 1
6975         - UNBOUNDED
6976       disk.device.write.requests_ps:
6977         type: org.openecomp.capabilities.metric.Ceilometer
6978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6979         occurrences:
6980         - 1
6981         - UNBOUNDED
6982       disk.write.bytes_ps:
6983         type: org.openecomp.capabilities.metric.Ceilometer
6984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6985         occurrences:
6986         - 1
6987         - UNBOUNDED
6988   org.openecomp.resource.abstract.nodes.heat.nested3:
6989     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
6990     properties:
6991       p1:
6992         type: string
6993         description: UID of OAM network
6994         required: true
6995         status: SUPPORTED
6996       p2:
6997         type: string
6998         description: UID of OAM network
6999         required: true
7000         status: SUPPORTED
7001       ps_names:
7002         type: list
7003         description: CMAUI1, CMAUI2 server names
7004         required: true
7005         status: SUPPORTED
7006         entry_schema:
7007           type: string
7008       cmaui_image:
7009         type: string
7010         description: Image for CMAUI server
7011         required: true
7012         status: SUPPORTED
7013       cmaui_flavor:
7014         type: string
7015         description: Flavor for CMAUI server
7016         required: true
7017         status: SUPPORTED
7018       security_group_name:
7019         type: list
7020         description: CMAUI1, CMAUI2 server names
7021         required: true
7022         status: SUPPORTED
7023         entry_schema:
7024           type: string
7025       availability_zone_0:
7026         type: string
7027         description: availabilityzone name
7028         required: true
7029         status: SUPPORTED
7030       cmaui_oam_ips:
7031         type: string
7032         required: true
7033         status: SUPPORTED
7034       net:
7035         type: string
7036         required: true
7037         status: SUPPORTED
7038     requirements:
7039     - dependency_pd01_port_1:
7040         capability: tosca.capabilities.Node
7041         node: tosca.nodes.Root
7042         relationship: tosca.relationships.DependsOn
7043         occurrences:
7044         - 0
7045         - UNBOUNDED
7046     - link_pd01_port_1:
7047         capability: tosca.capabilities.network.Linkable
7048         relationship: tosca.relationships.network.LinksTo
7049         occurrences:
7050         - 1
7051         - 1
7052     - dependency_pd02_port_2:
7053         capability: tosca.capabilities.Node
7054         node: tosca.nodes.Root
7055         relationship: tosca.relationships.DependsOn
7056         occurrences:
7057         - 0
7058         - UNBOUNDED
7059     - link_pd02_port_2:
7060         capability: tosca.capabilities.network.Linkable
7061         relationship: tosca.relationships.network.LinksTo
7062         occurrences:
7063         - 1
7064         - 1
7065     - dependency_server_ps_2:
7066         capability: tosca.capabilities.Node
7067         node: tosca.nodes.Root
7068         relationship: tosca.relationships.DependsOn
7069         occurrences:
7070         - 0
7071         - UNBOUNDED
7072     - local_storage_server_ps_2:
7073         capability: tosca.capabilities.Attachment
7074         node: tosca.nodes.BlockStorage
7075         relationship: tosca.relationships.AttachesTo
7076         occurrences:
7077         - 0
7078         - UNBOUNDED
7079     - dependency_server_ps_1:
7080         capability: tosca.capabilities.Node
7081         node: tosca.nodes.Root
7082         relationship: tosca.relationships.DependsOn
7083         occurrences:
7084         - 0
7085         - UNBOUNDED
7086     - local_storage_server_ps_1:
7087         capability: tosca.capabilities.Attachment
7088         node: tosca.nodes.BlockStorage
7089         relationship: tosca.relationships.AttachesTo
7090         occurrences:
7091         - 0
7092         - UNBOUNDED
7093     capabilities:
7094       binding_server_ps_2:
7095         type: tosca.capabilities.network.Bindable
7096         occurrences:
7097         - 1
7098         - UNBOUNDED
7099       instance_server_ps_2:
7100         type: org.openecomp.capabilities.metric.Ceilometer
7101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7102         occurrences:
7103         - 1
7104         - UNBOUNDED
7105       instance_server_ps_1:
7106         type: org.openecomp.capabilities.metric.Ceilometer
7107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7108         occurrences:
7109         - 1
7110         - UNBOUNDED
7111       binding_server_ps_1:
7112         type: tosca.capabilities.network.Bindable
7113         occurrences:
7114         - 1
7115         - UNBOUNDED
7116       disk.device.usage_server_ps_1:
7117         type: org.openecomp.capabilities.metric.Ceilometer
7118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7119         occurrences:
7120         - 1
7121         - UNBOUNDED
7122       disk.device.usage_server_ps_2:
7123         type: org.openecomp.capabilities.metric.Ceilometer
7124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7125         occurrences:
7126         - 1
7127         - UNBOUNDED
7128       disk.capacity_server_ps_1:
7129         type: org.openecomp.capabilities.metric.Ceilometer
7130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7131         occurrences:
7132         - 1
7133         - UNBOUNDED
7134       network.outgoing.bytes_pd02_port_2:
7135         type: org.openecomp.capabilities.metric.Ceilometer
7136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7137         occurrences:
7138         - 1
7139         - UNBOUNDED
7140       disk.capacity_server_ps_2:
7141         type: org.openecomp.capabilities.metric.Ceilometer
7142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7143         occurrences:
7144         - 1
7145         - UNBOUNDED
7146       network.outgoing.bytes_pd01_port_1:
7147         type: org.openecomp.capabilities.metric.Ceilometer
7148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7149         occurrences:
7150         - 1
7151         - UNBOUNDED
7152       memory.usage_server_ps_1:
7153         type: org.openecomp.capabilities.metric.Ceilometer
7154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7155         occurrences:
7156         - 1
7157         - UNBOUNDED
7158       memory.usage_server_ps_2:
7159         type: org.openecomp.capabilities.metric.Ceilometer
7160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7161         occurrences:
7162         - 1
7163         - UNBOUNDED
7164       disk.write.requests.rate_server_ps_2:
7165         type: org.openecomp.capabilities.metric.Ceilometer
7166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7167         occurrences:
7168         - 1
7169         - UNBOUNDED
7170       disk.device.latency_server_ps_1:
7171         type: org.openecomp.capabilities.metric.Ceilometer
7172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7173         occurrences:
7174         - 1
7175         - UNBOUNDED
7176       disk.write.requests.rate_server_ps_1:
7177         type: org.openecomp.capabilities.metric.Ceilometer
7178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7179         occurrences:
7180         - 1
7181         - UNBOUNDED
7182       disk.device.latency_server_ps_2:
7183         type: org.openecomp.capabilities.metric.Ceilometer
7184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7185         occurrences:
7186         - 1
7187         - UNBOUNDED
7188       disk.device.write.requests_server_ps_2:
7189         type: org.openecomp.capabilities.metric.Ceilometer
7190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7191         occurrences:
7192         - 1
7193         - UNBOUNDED
7194       disk.device.write.requests_server_ps_1:
7195         type: org.openecomp.capabilities.metric.Ceilometer
7196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7197         occurrences:
7198         - 1
7199         - UNBOUNDED
7200       cpu_server_ps_2:
7201         type: org.openecomp.capabilities.metric.Ceilometer
7202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7203         occurrences:
7204         - 1
7205         - UNBOUNDED
7206       cpu_server_ps_1:
7207         type: org.openecomp.capabilities.metric.Ceilometer
7208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7209         occurrences:
7210         - 1
7211         - UNBOUNDED
7212       os_server_ps_2:
7213         type: tosca.capabilities.OperatingSystem
7214         occurrences:
7215         - 1
7216         - UNBOUNDED
7217       os_server_ps_1:
7218         type: tosca.capabilities.OperatingSystem
7219         occurrences:
7220         - 1
7221         - UNBOUNDED
7222       disk.device.allocation_server_ps_2:
7223         type: org.openecomp.capabilities.metric.Ceilometer
7224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7225         occurrences:
7226         - 1
7227         - UNBOUNDED
7228       endpoint_server_ps_2:
7229         type: tosca.capabilities.Endpoint.Admin
7230         occurrences:
7231         - 1
7232         - UNBOUNDED
7233       disk.device.allocation_server_ps_1:
7234         type: org.openecomp.capabilities.metric.Ceilometer
7235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7236         occurrences:
7237         - 1
7238         - UNBOUNDED
7239       disk.read.bytes_server_ps_1:
7240         type: org.openecomp.capabilities.metric.Ceilometer
7241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7242         occurrences:
7243         - 1
7244         - UNBOUNDED
7245       disk.read.bytes_server_ps_2:
7246         type: org.openecomp.capabilities.metric.Ceilometer
7247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7248         occurrences:
7249         - 1
7250         - UNBOUNDED
7251       disk.device.write.bytes_server_ps_2:
7252         type: org.openecomp.capabilities.metric.Ceilometer
7253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7254         occurrences:
7255         - 1
7256         - UNBOUNDED
7257       disk.device.write.bytes_server_ps_1:
7258         type: org.openecomp.capabilities.metric.Ceilometer
7259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7260         occurrences:
7261         - 1
7262         - UNBOUNDED
7263       endpoint_server_ps_1:
7264         type: tosca.capabilities.Endpoint.Admin
7265         occurrences:
7266         - 1
7267         - UNBOUNDED
7268       binding_pd01_port_1:
7269         type: tosca.capabilities.network.Bindable
7270         valid_source_types:
7271         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7272         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
7273         occurrences:
7274         - 0
7275         - UNBOUNDED
7276       disk.device.read.requests.rate_server_ps_1:
7277         type: org.openecomp.capabilities.metric.Ceilometer
7278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7279         occurrences:
7280         - 1
7281         - UNBOUNDED
7282       network.outgoing.bytes.rate_pd02_port_2:
7283         type: org.openecomp.capabilities.metric.Ceilometer
7284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7285         occurrences:
7286         - 1
7287         - UNBOUNDED
7288       host_server_ps_2:
7289         type: tosca.capabilities.Container
7290         valid_source_types:
7291         - tosca.nodes.SoftwareComponent
7292         occurrences:
7293         - 1
7294         - UNBOUNDED
7295       disk.device.capacity_server_ps_1:
7296         type: org.openecomp.capabilities.metric.Ceilometer
7297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7298         occurrences:
7299         - 1
7300         - UNBOUNDED
7301       host_server_ps_1:
7302         type: tosca.capabilities.Container
7303         valid_source_types:
7304         - tosca.nodes.SoftwareComponent
7305         occurrences:
7306         - 1
7307         - UNBOUNDED
7308       disk.device.capacity_server_ps_2:
7309         type: org.openecomp.capabilities.metric.Ceilometer
7310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7311         occurrences:
7312         - 1
7313         - UNBOUNDED
7314       disk.device.read.requests.rate_server_ps_2:
7315         type: org.openecomp.capabilities.metric.Ceilometer
7316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7317         occurrences:
7318         - 1
7319         - UNBOUNDED
7320       scalable_server_ps_1:
7321         type: tosca.capabilities.Scalable
7322         occurrences:
7323         - 1
7324         - UNBOUNDED
7325       network.incoming.packets.rate_pd02_port_2:
7326         type: org.openecomp.capabilities.metric.Ceilometer
7327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7328         occurrences:
7329         - 1
7330         - UNBOUNDED
7331       scalable_server_ps_2:
7332         type: tosca.capabilities.Scalable
7333         occurrences:
7334         - 1
7335         - UNBOUNDED
7336       network.outgoing.packets.rate_pd01_port_1:
7337         type: org.openecomp.capabilities.metric.Ceilometer
7338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7339         occurrences:
7340         - 1
7341         - UNBOUNDED
7342       disk.write.bytes.rate_server_ps_2:
7343         type: org.openecomp.capabilities.metric.Ceilometer
7344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7345         occurrences:
7346         - 1
7347         - UNBOUNDED
7348       disk.write.bytes.rate_server_ps_1:
7349         type: org.openecomp.capabilities.metric.Ceilometer
7350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7351         occurrences:
7352         - 1
7353         - UNBOUNDED
7354       disk.device.write.requests.rate_server_ps_2:
7355         type: org.openecomp.capabilities.metric.Ceilometer
7356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7357         occurrences:
7358         - 1
7359         - UNBOUNDED
7360       disk.device.write.requests.rate_server_ps_1:
7361         type: org.openecomp.capabilities.metric.Ceilometer
7362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7363         occurrences:
7364         - 1
7365         - UNBOUNDED
7366       memory.resident_server_ps_2:
7367         type: org.openecomp.capabilities.metric.Ceilometer
7368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7369         occurrences:
7370         - 1
7371         - UNBOUNDED
7372       disk.ephemeral.size_server_ps_1:
7373         type: org.openecomp.capabilities.metric.Ceilometer
7374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7375         occurrences:
7376         - 1
7377         - UNBOUNDED
7378       feature_pd02_port_2:
7379         type: tosca.capabilities.Node
7380         occurrences:
7381         - 1
7382         - UNBOUNDED
7383       disk.ephemeral.size_server_ps_2:
7384         type: org.openecomp.capabilities.metric.Ceilometer
7385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7386         occurrences:
7387         - 1
7388         - UNBOUNDED
7389       disk.write.bytes_server_ps_1:
7390         type: org.openecomp.capabilities.metric.Ceilometer
7391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7392         occurrences:
7393         - 1
7394         - UNBOUNDED
7395       disk.write.bytes_server_ps_2:
7396         type: org.openecomp.capabilities.metric.Ceilometer
7397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7398         occurrences:
7399         - 1
7400         - UNBOUNDED
7401       disk.allocation_server_ps_2:
7402         type: org.openecomp.capabilities.metric.Ceilometer
7403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7404         occurrences:
7405         - 1
7406         - UNBOUNDED
7407       disk.allocation_server_ps_1:
7408         type: org.openecomp.capabilities.metric.Ceilometer
7409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7410         occurrences:
7411         - 1
7412         - UNBOUNDED
7413       attachment_pd01_port_1:
7414         type: tosca.capabilities.Attachment
7415         occurrences:
7416         - 1
7417         - UNBOUNDED
7418       memory.resident_server_ps_1:
7419         type: org.openecomp.capabilities.metric.Ceilometer
7420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7421         occurrences:
7422         - 1
7423         - UNBOUNDED
7424       disk.latency_server_ps_2:
7425         type: org.openecomp.capabilities.metric.Ceilometer
7426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7427         occurrences:
7428         - 1
7429         - UNBOUNDED
7430       disk.read.requests_server_ps_2:
7431         type: org.openecomp.capabilities.metric.Ceilometer
7432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7433         occurrences:
7434         - 1
7435         - UNBOUNDED
7436       disk.read.requests_server_ps_1:
7437         type: org.openecomp.capabilities.metric.Ceilometer
7438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7439         occurrences:
7440         - 1
7441         - UNBOUNDED
7442       disk.device.read.requests_server_ps_1:
7443         type: org.openecomp.capabilities.metric.Ceilometer
7444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7445         occurrences:
7446         - 1
7447         - UNBOUNDED
7448       disk.device.read.requests_server_ps_2:
7449         type: org.openecomp.capabilities.metric.Ceilometer
7450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7451         occurrences:
7452         - 1
7453         - UNBOUNDED
7454       network.incoming.bytes.rate_pd01_port_1:
7455         type: org.openecomp.capabilities.metric.Ceilometer
7456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7457         occurrences:
7458         - 1
7459         - UNBOUNDED
7460       disk.read.bytes.rate_server_ps_1:
7461         type: org.openecomp.capabilities.metric.Ceilometer
7462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7463         occurrences:
7464         - 1
7465         - UNBOUNDED
7466       disk.read.bytes.rate_server_ps_2:
7467         type: org.openecomp.capabilities.metric.Ceilometer
7468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7469         occurrences:
7470         - 1
7471         - UNBOUNDED
7472       disk.device.iops_server_ps_1:
7473         type: org.openecomp.capabilities.metric.Ceilometer
7474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7475         occurrences:
7476         - 1
7477         - UNBOUNDED
7478       feature_pd01_port_1:
7479         type: tosca.capabilities.Node
7480         occurrences:
7481         - 1
7482         - UNBOUNDED
7483       disk.device.iops_server_ps_2:
7484         type: org.openecomp.capabilities.metric.Ceilometer
7485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7486         occurrences:
7487         - 1
7488         - UNBOUNDED
7489       cpu_util_server_ps_2:
7490         type: org.openecomp.capabilities.metric.Ceilometer
7491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7492         occurrences:
7493         - 1
7494         - UNBOUNDED
7495       disk.iops_server_ps_1:
7496         type: org.openecomp.capabilities.metric.Ceilometer
7497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7498         occurrences:
7499         - 1
7500         - UNBOUNDED
7501       cpu_util_server_ps_1:
7502         type: org.openecomp.capabilities.metric.Ceilometer
7503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7504         occurrences:
7505         - 1
7506         - UNBOUNDED
7507       disk.iops_server_ps_2:
7508         type: org.openecomp.capabilities.metric.Ceilometer
7509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7510         occurrences:
7511         - 1
7512         - UNBOUNDED
7513       disk.device.read.bytes.rate_server_ps_1:
7514         type: org.openecomp.capabilities.metric.Ceilometer
7515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7516         occurrences:
7517         - 1
7518         - UNBOUNDED
7519       disk.device.read.bytes.rate_server_ps_2:
7520         type: org.openecomp.capabilities.metric.Ceilometer
7521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7522         occurrences:
7523         - 1
7524         - UNBOUNDED
7525       disk.latency_server_ps_1:
7526         type: org.openecomp.capabilities.metric.Ceilometer
7527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7528         occurrences:
7529         - 1
7530         - UNBOUNDED
7531       disk.root.size_server_ps_1:
7532         type: org.openecomp.capabilities.metric.Ceilometer
7533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7534         occurrences:
7535         - 1
7536         - UNBOUNDED
7537       attachment_pd02_port_2:
7538         type: tosca.capabilities.Attachment
7539         occurrences:
7540         - 1
7541         - UNBOUNDED
7542       disk.root.size_server_ps_2:
7543         type: org.openecomp.capabilities.metric.Ceilometer
7544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7545         occurrences:
7546         - 1
7547         - UNBOUNDED
7548       network.outgoing.bytes.rate_pd01_port_1:
7549         type: org.openecomp.capabilities.metric.Ceilometer
7550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7551         occurrences:
7552         - 1
7553         - UNBOUNDED
7554       binding_pd02_port_2:
7555         type: tosca.capabilities.network.Bindable
7556         valid_source_types:
7557         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7558         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
7559         occurrences:
7560         - 0
7561         - UNBOUNDED
7562       network.incoming.packets.rate_pd01_port_1:
7563         type: org.openecomp.capabilities.metric.Ceilometer
7564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7565         occurrences:
7566         - 1
7567         - UNBOUNDED
7568       disk.usage_server_ps_1:
7569         type: org.openecomp.capabilities.metric.Ceilometer
7570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7571         occurrences:
7572         - 1
7573         - UNBOUNDED
7574       network.outpoing.packets_pd01_port_1:
7575         type: org.openecomp.capabilities.metric.Ceilometer
7576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7577         occurrences:
7578         - 1
7579         - UNBOUNDED
7580       disk.usage_server_ps_2:
7581         type: org.openecomp.capabilities.metric.Ceilometer
7582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7583         occurrences:
7584         - 1
7585         - UNBOUNDED
7586       network.outpoing.packets_pd02_port_2:
7587         type: org.openecomp.capabilities.metric.Ceilometer
7588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7589         occurrences:
7590         - 1
7591         - UNBOUNDED
7592       network.incoming.bytes_pd01_port_1:
7593         type: org.openecomp.capabilities.metric.Ceilometer
7594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7595         occurrences:
7596         - 1
7597         - UNBOUNDED
7598       network.incoming.bytes_pd02_port_2:
7599         type: org.openecomp.capabilities.metric.Ceilometer
7600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7601         occurrences:
7602         - 1
7603         - UNBOUNDED
7604       network.outgoing.packets.rate_pd02_port_2:
7605         type: org.openecomp.capabilities.metric.Ceilometer
7606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7607         occurrences:
7608         - 1
7609         - UNBOUNDED
7610       vcpus_server_ps_1:
7611         type: org.openecomp.capabilities.metric.Ceilometer
7612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7613         occurrences:
7614         - 1
7615         - UNBOUNDED
7616       vcpus_server_ps_2:
7617         type: org.openecomp.capabilities.metric.Ceilometer
7618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7619         occurrences:
7620         - 1
7621         - UNBOUNDED
7622       forwarder_pd01_port_1:
7623         type: org.openecomp.capabilities.Forwarder
7624         occurrences:
7625         - 1
7626         - UNBOUNDED
7627       forwarder_pd02_port_2:
7628         type: org.openecomp.capabilities.Forwarder
7629         occurrences:
7630         - 1
7631         - UNBOUNDED
7632       network.incoming.packets_pd01_port_1:
7633         type: org.openecomp.capabilities.metric.Ceilometer
7634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7635         occurrences:
7636         - 1
7637         - UNBOUNDED
7638       network.incoming.packets_pd02_port_2:
7639         type: org.openecomp.capabilities.metric.Ceilometer
7640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7641         occurrences:
7642         - 1
7643         - UNBOUNDED
7644       disk.device.write.bytes.rate_server_ps_1:
7645         type: org.openecomp.capabilities.metric.Ceilometer
7646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7647         occurrences:
7648         - 1
7649         - UNBOUNDED
7650       network.incoming.bytes.rate_pd02_port_2:
7651         type: org.openecomp.capabilities.metric.Ceilometer
7652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7653         occurrences:
7654         - 1
7655         - UNBOUNDED
7656       disk.write.requests_server_ps_1:
7657         type: org.openecomp.capabilities.metric.Ceilometer
7658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7659         occurrences:
7660         - 1
7661         - UNBOUNDED
7662       disk.write.requests_server_ps_2:
7663         type: org.openecomp.capabilities.metric.Ceilometer
7664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7665         occurrences:
7666         - 1
7667         - UNBOUNDED
7668       disk.device.write.bytes.rate_server_ps_2:
7669         type: org.openecomp.capabilities.metric.Ceilometer
7670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7671         occurrences:
7672         - 1
7673         - UNBOUNDED
7674       memory_server_ps_2:
7675         type: org.openecomp.capabilities.metric.Ceilometer
7676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7677         occurrences:
7678         - 1
7679         - UNBOUNDED
7680       disk.device.read.bytes_server_ps_1:
7681         type: org.openecomp.capabilities.metric.Ceilometer
7682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7683         occurrences:
7684         - 1
7685         - UNBOUNDED
7686       disk.device.read.bytes_server_ps_2:
7687         type: org.openecomp.capabilities.metric.Ceilometer
7688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7689         occurrences:
7690         - 1
7691         - UNBOUNDED
7692       memory_server_ps_1:
7693         type: org.openecomp.capabilities.metric.Ceilometer
7694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7695         occurrences:
7696         - 1
7697         - UNBOUNDED
7698       feature_server_ps_2:
7699         type: tosca.capabilities.Node
7700         occurrences:
7701         - 1
7702         - UNBOUNDED
7703       cpu.delta_server_ps_1:
7704         type: org.openecomp.capabilities.metric.Ceilometer
7705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7706         occurrences:
7707         - 1
7708         - UNBOUNDED
7709       cpu.delta_server_ps_2:
7710         type: org.openecomp.capabilities.metric.Ceilometer
7711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7712         occurrences:
7713         - 1
7714         - UNBOUNDED
7715       feature_server_ps_1:
7716         type: tosca.capabilities.Node
7717         occurrences:
7718         - 1
7719         - UNBOUNDED