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