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