680d88be089b0151df4321034d7241ec6835668a
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pd_server_port_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       port_pd_server_port_subnetpoolid:
18         type: string
19         required: true
20         status: SUPPORTED
21       index_value:
22         type: integer
23         description: Index value of this substitution service template runtime instance
24         required: false
25         default: 0
26         status: SUPPORTED
27         constraints:
28         - greater_or_equal: 0
29       port_pd_server_port_security_groups:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: json
35       compute_pd_server_availability_zone:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       compute_pd_server_name:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       port_pd_server_port_network:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       vm_flavor_name:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd_server_port_subinterface_indicator:
58         type: list
59         required: true
60         status: SUPPORTED
61         entry_schema:
62           type: boolean
63       port_pd_server_port_network_role_tag:
64         type: string
65         required: true
66         status: SUPPORTED
67       port_pd_server_port_exCP_naming:
68         type: org.openecomp.datatypes.Naming
69         required: true
70         status: SUPPORTED
71       port_pd_server_port_network_role:
72         type: string
73         required: true
74         status: SUPPORTED
75       port_pd_server_port_fixed_ips:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
81       vm_image_name:
82         type: string
83         required: true
84         status: SUPPORTED
85       port_pd_server_port_order:
86         type: integer
87         required: true
88         status: SUPPORTED
89       port_pd_server_port_vlan_requirements:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: org.openecomp.datatypes.network.VlanRequirements
95       port_pd_server_port_replacement_policy:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: string
101       port_pd_server_port_mac_requirements:
102         type: org.openecomp.datatypes.network.MacRequirements
103         required: true
104         status: SUPPORTED
105     requirements:
106     - dependency_pd_server:
107         capability: tosca.capabilities.Node
108         node: tosca.nodes.Root
109         relationship: tosca.relationships.DependsOn
110         occurrences:
111         - 0
112         - UNBOUNDED
113     - local_storage_pd_server:
114         capability: tosca.capabilities.Attachment
115         node: tosca.nodes.BlockStorage
116         relationship: tosca.relationships.AttachesTo
117         occurrences:
118         - 0
119         - UNBOUNDED
120     - dependency_pd_server_pd_server_port:
121         capability: tosca.capabilities.Node
122         node: tosca.nodes.Root
123         relationship: tosca.relationships.DependsOn
124         occurrences:
125         - 0
126         - UNBOUNDED
127     - link_pd_server_pd_server_port:
128         capability: tosca.capabilities.network.Linkable
129         relationship: tosca.relationships.network.LinksTo
130         occurrences:
131         - 1
132         - 1
133     capabilities:
134       scalable_pd_server:
135         type: tosca.capabilities.Scalable
136         occurrences:
137         - 1
138         - UNBOUNDED
139       disk.read.bytes.rate_pd_server:
140         type: org.openecomp.capabilities.metric.Ceilometer
141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
142         occurrences:
143         - 1
144         - UNBOUNDED
145       network.outgoing.packets.rate_pd_server_pd_server_port:
146         type: org.openecomp.capabilities.metric.Ceilometer
147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
148         occurrences:
149         - 1
150         - UNBOUNDED
151       network.incoming.bytes.rate_pd_server_pd_server_port:
152         type: org.openecomp.capabilities.metric.Ceilometer
153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
154         occurrences:
155         - 1
156         - UNBOUNDED
157       memory.usage_pd_server:
158         type: org.openecomp.capabilities.metric.Ceilometer
159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
160         occurrences:
161         - 1
162         - UNBOUNDED
163       network.outgoing.bytes.rate_pd_server_pd_server_port:
164         type: org.openecomp.capabilities.metric.Ceilometer
165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
166         occurrences:
167         - 1
168         - UNBOUNDED
169       memory_pd_server:
170         type: org.openecomp.capabilities.metric.Ceilometer
171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
172         occurrences:
173         - 1
174         - UNBOUNDED
175       disk.device.usage_pd_server:
176         type: org.openecomp.capabilities.metric.Ceilometer
177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
178         occurrences:
179         - 1
180         - UNBOUNDED
181       os_pd_server:
182         type: tosca.capabilities.OperatingSystem
183         occurrences:
184         - 1
185         - UNBOUNDED
186       disk.write.bytes.rate_pd_server:
187         type: org.openecomp.capabilities.metric.Ceilometer
188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
189         occurrences:
190         - 1
191         - UNBOUNDED
192       network.outpoing.packets_pd_server_pd_server_port:
193         type: org.openecomp.capabilities.metric.Ceilometer
194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
195         occurrences:
196         - 1
197         - UNBOUNDED
198       cpu_pd_server:
199         type: org.openecomp.capabilities.metric.Ceilometer
200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
201         occurrences:
202         - 1
203         - UNBOUNDED
204       cpu_util_pd_server:
205         type: org.openecomp.capabilities.metric.Ceilometer
206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
207         occurrences:
208         - 1
209         - UNBOUNDED
210       network.incoming.bytes_pd_server_pd_server_port:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       disk.device.write.requests.rate_pd_server:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.read.bytes_pd_server:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       disk.device.read.bytes.rate_pd_server:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       attachment_pd_server_pd_server_port:
235         type: tosca.capabilities.Attachment
236         occurrences:
237         - 1
238         - UNBOUNDED
239       network.incoming.packets.rate_pd_server_pd_server_port:
240         type: org.openecomp.capabilities.metric.Ceilometer
241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
242         occurrences:
243         - 1
244         - UNBOUNDED
245       disk.iops_pd_server:
246         type: org.openecomp.capabilities.metric.Ceilometer
247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
248         occurrences:
249         - 1
250         - UNBOUNDED
251       memory.resident_pd_server:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       cpu.delta_pd_server:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       vcpus_pd_server:
264         type: org.openecomp.capabilities.metric.Ceilometer
265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
266         occurrences:
267         - 1
268         - UNBOUNDED
269       disk.device.write.bytes.rate_pd_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.device.write.requests_pd_server:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       endpoint_pd_server:
282         type: tosca.capabilities.Endpoint.Admin
283         occurrences:
284         - 1
285         - UNBOUNDED
286       disk.capacity_pd_server:
287         type: org.openecomp.capabilities.metric.Ceilometer
288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
289         occurrences:
290         - 1
291         - UNBOUNDED
292       disk.device.allocation_pd_server:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       disk.allocation_pd_server:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       binding_pd_server:
305         type: tosca.capabilities.network.Bindable
306         occurrences:
307         - 1
308         - UNBOUNDED
309       disk.read.requests_pd_server:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       network.incoming.packets_pd_server_pd_server_port:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       feature_pd_server:
322         type: tosca.capabilities.Node
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.usage_pd_server:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.write.bytes_pd_server:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.device.read.requests.rate_pd_server:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.root.size_pd_server:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.device.read.bytes_pd_server:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.device.write.bytes_pd_server:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       disk.device.read.requests_pd_server:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       feature_pd_server_pd_server_port:
369         type: tosca.capabilities.Node
370         occurrences:
371         - 1
372         - UNBOUNDED
373       instance_pd_server:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       host_pd_server:
380         type: tosca.capabilities.Container
381         valid_source_types:
382         - tosca.nodes.SoftwareComponent
383         occurrences:
384         - 1
385         - UNBOUNDED
386       binding_pd_server_pd_server_port:
387         type: tosca.capabilities.network.Bindable
388         valid_source_types:
389         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
390         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
391         occurrences:
392         - 0
393         - UNBOUNDED
394       disk.write.requests.rate_pd_server:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       disk.ephemeral.size_pd_server:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       network.outgoing.bytes_pd_server_pd_server_port:
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.write.requests_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       forwarder_pd_server_pd_server_port:
419         type: org.openecomp.capabilities.Forwarder
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.device.latency_pd_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.latency_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.capacity_pd_server:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.device.iops_pd_server:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447   org.openecomp.resource.abstract.nodes.heat.cmaui:
448     derived_from: org.openecomp.resource.abstract.nodes.VFC
449     properties:
450       cmaui_names:
451         type: list
452         description: CMAUI1, CMAUI2 server names
453         required: true
454         status: SUPPORTED
455         entry_schema:
456           type: string
457       p1:
458         type: string
459         description: UID of OAM network
460         required: true
461         status: SUPPORTED
462       port_cmaui_port_8_mac_requirements:
463         type: org.openecomp.datatypes.network.MacRequirements
464         required: true
465         status: SUPPORTED
466       p2:
467         type: string
468         required: true
469         status: SUPPORTED
470       net2:
471         type: string
472         description: Contrail V2 network
473         required: true
474         status: SUPPORTED
475       net1:
476         type: string
477         description: Neutron network
478         required: true
479         status: SUPPORTED
480       indx:
481         type: float
482         required: true
483         status: SUPPORTED
484       port_cmaui_port_8_order:
485         type: integer
486         required: true
487         status: SUPPORTED
488       port_cmaui_port_7_network_role_tag:
489         type: string
490         required: true
491         status: SUPPORTED
492       availability_zone_0:
493         type: string
494         description: availabilityzone name
495         required: true
496         status: SUPPORTED
497       net:
498         type: string
499         required: true
500         status: SUPPORTED
501       port_cmaui_port_8_ip_requirements:
502         type: list
503         required: true
504         status: SUPPORTED
505         entry_schema:
506           type: org.openecomp.datatypes.network.IpRequirements
507       port_cmaui_port_7_exCP_naming:
508         type: org.openecomp.datatypes.Naming
509         required: true
510         status: SUPPORTED
511       security_group_name:
512         type: list
513         description: CMAUI1, CMAUI2 server names
514         required: true
515         status: SUPPORTED
516         entry_schema:
517           type: string
518       port_cmaui_port_8_network_role_tag:
519         type: string
520         required: true
521         status: SUPPORTED
522       port_cmaui_port_8_exCP_naming:
523         type: org.openecomp.datatypes.Naming
524         required: true
525         status: SUPPORTED
526       port_cmaui_port_7_vlan_requirements:
527         type: list
528         required: true
529         status: SUPPORTED
530         entry_schema:
531           type: org.openecomp.datatypes.network.VlanRequirements
532       port_cmaui_port_7_order:
533         type: integer
534         required: true
535         status: SUPPORTED
536       cmaui_image:
537         type: string
538         description: Image for CMAUI server
539         required: true
540         status: SUPPORTED
541       cmaui_flavor:
542         type: string
543         description: Flavor for CMAUI server
544         required: true
545         status: SUPPORTED
546       port_cmaui_port_7_mac_requirements:
547         type: org.openecomp.datatypes.network.MacRequirements
548         required: true
549         status: SUPPORTED
550       port_cmaui_port_7_ip_requirements:
551         type: list
552         required: true
553         status: SUPPORTED
554         entry_schema:
555           type: org.openecomp.datatypes.network.IpRequirements
556       port_cmaui_port_7_subnetpoolid:
557         type: string
558         required: true
559         status: SUPPORTED
560       port_cmaui_port_7_network_role:
561         type: string
562         required: true
563         status: SUPPORTED
564       port_cmaui_port_8_vlan_requirements:
565         type: list
566         required: true
567         status: SUPPORTED
568         entry_schema:
569           type: org.openecomp.datatypes.network.VlanRequirements
570       cmaui_oam_ips:
571         type: string
572         required: true
573         status: SUPPORTED
574       port_cmaui_port_8_network_role:
575         type: string
576         required: true
577         status: SUPPORTED
578       port_cmaui_port_8_subnetpoolid:
579         type: string
580         required: true
581         status: SUPPORTED
582     requirements:
583     - dependency_cmaui_port_7:
584         capability: tosca.capabilities.Node
585         node: tosca.nodes.Root
586         relationship: tosca.relationships.DependsOn
587         occurrences:
588         - 0
589         - UNBOUNDED
590     - link_cmaui_port_7:
591         capability: tosca.capabilities.network.Linkable
592         relationship: tosca.relationships.network.LinksTo
593         occurrences:
594         - 1
595         - 1
596     - dependency_cmaui_port_8:
597         capability: tosca.capabilities.Node
598         node: tosca.nodes.Root
599         relationship: tosca.relationships.DependsOn
600         occurrences:
601         - 0
602         - UNBOUNDED
603     - link_cmaui_port_8:
604         capability: tosca.capabilities.network.Linkable
605         relationship: tosca.relationships.network.LinksTo
606         occurrences:
607         - 1
608         - 1
609     - dependency_server_cmaui:
610         capability: tosca.capabilities.Node
611         node: tosca.nodes.Root
612         relationship: tosca.relationships.DependsOn
613         occurrences:
614         - 0
615         - UNBOUNDED
616     - local_storage_server_cmaui:
617         capability: tosca.capabilities.Attachment
618         node: tosca.nodes.BlockStorage
619         relationship: tosca.relationships.AttachesTo
620         occurrences:
621         - 0
622         - UNBOUNDED
623     capabilities:
624       cpu.delta_server_cmaui:
625         type: org.openecomp.capabilities.metric.Ceilometer
626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
627         occurrences:
628         - 1
629         - UNBOUNDED
630       disk.device.write.requests.rate_server_cmaui:
631         type: org.openecomp.capabilities.metric.Ceilometer
632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
633         occurrences:
634         - 1
635         - UNBOUNDED
636       disk.device.allocation_server_cmaui:
637         type: org.openecomp.capabilities.metric.Ceilometer
638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
639         occurrences:
640         - 1
641         - UNBOUNDED
642       feature_cmaui_port_7:
643         type: tosca.capabilities.Node
644         occurrences:
645         - 1
646         - UNBOUNDED
647       feature_cmaui_port_8:
648         type: tosca.capabilities.Node
649         occurrences:
650         - 1
651         - UNBOUNDED
652       scalable_server_cmaui:
653         type: tosca.capabilities.Scalable
654         occurrences:
655         - 1
656         - UNBOUNDED
657       disk.read.bytes.rate_server_cmaui:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       cpu_server_cmaui:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       disk.write.bytes.rate_server_cmaui:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       host_server_cmaui:
676         type: tosca.capabilities.Container
677         valid_source_types:
678         - tosca.nodes.SoftwareComponent
679         occurrences:
680         - 1
681         - UNBOUNDED
682       disk.device.read.bytes.rate_server_cmaui:
683         type: org.openecomp.capabilities.metric.Ceilometer
684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
685         occurrences:
686         - 1
687         - UNBOUNDED
688       cpu_util_server_cmaui:
689         type: org.openecomp.capabilities.metric.Ceilometer
690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
691         occurrences:
692         - 1
693         - UNBOUNDED
694       network.outgoing.packets.rate_cmaui_port_8:
695         type: org.openecomp.capabilities.metric.Ceilometer
696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
697         occurrences:
698         - 1
699         - UNBOUNDED
700       attachment_cmaui_port_7:
701         type: tosca.capabilities.Attachment
702         occurrences:
703         - 1
704         - UNBOUNDED
705       attachment_cmaui_port_8:
706         type: tosca.capabilities.Attachment
707         occurrences:
708         - 1
709         - UNBOUNDED
710       network.outgoing.packets.rate_cmaui_port_7:
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       disk.device.latency_server_cmaui:
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.device.write.requests_server_cmaui:
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.read.requests_server_cmaui:
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       disk.device.capacity_server_cmaui:
735         type: org.openecomp.capabilities.metric.Ceilometer
736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
737         occurrences:
738         - 1
739         - UNBOUNDED
740       disk.usage_server_cmaui:
741         type: org.openecomp.capabilities.metric.Ceilometer
742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
743         occurrences:
744         - 1
745         - UNBOUNDED
746       disk.device.usage_server_cmaui:
747         type: org.openecomp.capabilities.metric.Ceilometer
748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
749         occurrences:
750         - 1
751         - UNBOUNDED
752       disk.capacity_server_cmaui:
753         type: org.openecomp.capabilities.metric.Ceilometer
754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
755         occurrences:
756         - 1
757         - UNBOUNDED
758       disk.write.requests.rate_server_cmaui:
759         type: org.openecomp.capabilities.metric.Ceilometer
760         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
761         occurrences:
762         - 1
763         - UNBOUNDED
764       disk.device.read.requests_server_cmaui:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       instance_server_cmaui:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       disk.device.read.bytes_server_cmaui:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       network.incoming.packets.rate_cmaui_port_7:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       memory_server_cmaui:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       network.incoming.packets.rate_cmaui_port_8:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       disk.root.size_server_cmaui:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       binding_server_cmaui:
807         type: tosca.capabilities.network.Bindable
808         occurrences:
809         - 1
810         - UNBOUNDED
811       forwarder_cmaui_port_8:
812         type: org.openecomp.capabilities.Forwarder
813         occurrences:
814         - 1
815         - UNBOUNDED
816       forwarder_cmaui_port_7:
817         type: org.openecomp.capabilities.Forwarder
818         occurrences:
819         - 1
820         - UNBOUNDED
821       disk.device.read.requests.rate_server_cmaui:
822         type: org.openecomp.capabilities.metric.Ceilometer
823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
824         occurrences:
825         - 1
826         - UNBOUNDED
827       disk.write.bytes_server_cmaui:
828         type: org.openecomp.capabilities.metric.Ceilometer
829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
830         occurrences:
831         - 1
832         - UNBOUNDED
833       os_server_cmaui:
834         type: tosca.capabilities.OperatingSystem
835         occurrences:
836         - 1
837         - UNBOUNDED
838       disk.device.write.bytes.rate_server_cmaui:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       network.incoming.packets_cmaui_port_7:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       network.incoming.packets_cmaui_port_8:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       network.incoming.bytes.rate_cmaui_port_7:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       network.incoming.bytes.rate_cmaui_port_8:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       memory.resident_server_cmaui:
869         type: org.openecomp.capabilities.metric.Ceilometer
870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
871         occurrences:
872         - 1
873         - UNBOUNDED
874       network.outgoing.bytes_cmaui_port_7:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.latency_server_cmaui:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       feature_server_cmaui:
887         type: tosca.capabilities.Node
888         occurrences:
889         - 1
890         - UNBOUNDED
891       network.outpoing.packets_cmaui_port_7:
892         type: org.openecomp.capabilities.metric.Ceilometer
893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
894         occurrences:
895         - 1
896         - UNBOUNDED
897       vcpus_server_cmaui:
898         type: org.openecomp.capabilities.metric.Ceilometer
899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
900         occurrences:
901         - 1
902         - UNBOUNDED
903       network.outpoing.packets_cmaui_port_8:
904         type: org.openecomp.capabilities.metric.Ceilometer
905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
906         occurrences:
907         - 1
908         - UNBOUNDED
909       disk.device.write.bytes_server_cmaui:
910         type: org.openecomp.capabilities.metric.Ceilometer
911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
912         occurrences:
913         - 1
914         - UNBOUNDED
915       binding_cmaui_port_7:
916         type: tosca.capabilities.network.Bindable
917         valid_source_types:
918         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
919         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
920         occurrences:
921         - 0
922         - UNBOUNDED
923       network.outgoing.bytes_cmaui_port_8:
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       binding_cmaui_port_8:
930         type: tosca.capabilities.network.Bindable
931         valid_source_types:
932         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
933         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
934         occurrences:
935         - 0
936         - UNBOUNDED
937       disk.allocation_server_cmaui:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       disk.write.requests_server_cmaui:
944         type: org.openecomp.capabilities.metric.Ceilometer
945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
946         occurrences:
947         - 1
948         - UNBOUNDED
949       memory.usage_server_cmaui:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       disk.ephemeral.size_server_cmaui:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       network.outgoing.bytes.rate_cmaui_port_7:
962         type: org.openecomp.capabilities.metric.Ceilometer
963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
964         occurrences:
965         - 1
966         - UNBOUNDED
967       network.incoming.bytes_cmaui_port_8:
968         type: org.openecomp.capabilities.metric.Ceilometer
969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
970         occurrences:
971         - 1
972         - UNBOUNDED
973       endpoint_server_cmaui:
974         type: tosca.capabilities.Endpoint.Admin
975         occurrences:
976         - 1
977         - UNBOUNDED
978       network.incoming.bytes_cmaui_port_7:
979         type: org.openecomp.capabilities.metric.Ceilometer
980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
981         occurrences:
982         - 1
983         - UNBOUNDED
984       disk.iops_server_cmaui:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       network.outgoing.bytes.rate_cmaui_port_8:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       disk.device.iops_server_cmaui:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       disk.read.bytes_server_cmaui:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008   org.openecomp.resource.abstract.nodes.oam_server:
1009     derived_from: org.openecomp.resource.abstract.nodes.VFC
1010     properties:
1011       port_oam_server_port_network:
1012         type: list
1013         required: true
1014         status: SUPPORTED
1015         entry_schema:
1016           type: string
1017       port_oam_server_port_order:
1018         type: integer
1019         required: true
1020         status: SUPPORTED
1021       index_value:
1022         type: integer
1023         description: Index value of this substitution service template runtime instance
1024         required: false
1025         default: 0
1026         status: SUPPORTED
1027         constraints:
1028         - greater_or_equal: 0
1029       port_oam_server_port_security_groups:
1030         type: list
1031         required: true
1032         status: SUPPORTED
1033         entry_schema:
1034           type: json
1035       port_oam_server_port_subinterface_indicator:
1036         type: list
1037         required: true
1038         status: SUPPORTED
1039         entry_schema:
1040           type: boolean
1041       port_oam_server_port_replacement_policy:
1042         type: list
1043         required: true
1044         status: SUPPORTED
1045         entry_schema:
1046           type: string
1047       vm_flavor_name:
1048         type: string
1049         required: true
1050         status: SUPPORTED
1051       port_oam_server_port_mac_requirements:
1052         type: org.openecomp.datatypes.network.MacRequirements
1053         required: true
1054         status: SUPPORTED
1055       port_oam_server_port_exCP_naming:
1056         type: org.openecomp.datatypes.Naming
1057         required: true
1058         status: SUPPORTED
1059       compute_oam_server_availability_zone:
1060         type: list
1061         required: true
1062         status: SUPPORTED
1063         entry_schema:
1064           type: string
1065       vm_image_name:
1066         type: string
1067         required: true
1068         status: SUPPORTED
1069       port_oam_server_port_fixed_ips:
1070         type: list
1071         required: true
1072         status: SUPPORTED
1073         entry_schema:
1074           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1075       port_oam_server_port_subnetpoolid:
1076         type: string
1077         required: true
1078         status: SUPPORTED
1079       port_oam_server_port_network_role_tag:
1080         type: string
1081         required: true
1082         status: SUPPORTED
1083       port_oam_server_port_network_role:
1084         type: string
1085         required: true
1086         status: SUPPORTED
1087       port_oam_server_port_vlan_requirements:
1088         type: list
1089         required: true
1090         status: SUPPORTED
1091         entry_schema:
1092           type: org.openecomp.datatypes.network.VlanRequirements
1093       compute_oam_server_name:
1094         type: list
1095         required: true
1096         status: SUPPORTED
1097         entry_schema:
1098           type: string
1099       port_oam_server_port_ip_requirements:
1100         type: list
1101         required: true
1102         status: SUPPORTED
1103         entry_schema:
1104           type: org.openecomp.datatypes.network.IpRequirements
1105     requirements:
1106     - dependency_oam_server:
1107         capability: tosca.capabilities.Node
1108         node: tosca.nodes.Root
1109         relationship: tosca.relationships.DependsOn
1110         occurrences:
1111         - 0
1112         - UNBOUNDED
1113     - local_storage_oam_server:
1114         capability: tosca.capabilities.Attachment
1115         node: tosca.nodes.BlockStorage
1116         relationship: tosca.relationships.AttachesTo
1117         occurrences:
1118         - 0
1119         - UNBOUNDED
1120     - dependency_oam_server_oam_server_port:
1121         capability: tosca.capabilities.Node
1122         node: tosca.nodes.Root
1123         relationship: tosca.relationships.DependsOn
1124         occurrences:
1125         - 0
1126         - UNBOUNDED
1127     - link_oam_server_oam_server_port:
1128         capability: tosca.capabilities.network.Linkable
1129         relationship: tosca.relationships.network.LinksTo
1130         occurrences:
1131         - 1
1132         - 1
1133     capabilities:
1134       cpu.delta_oam_server:
1135         type: org.openecomp.capabilities.metric.Ceilometer
1136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       host_oam_server:
1141         type: tosca.capabilities.Container
1142         valid_source_types:
1143         - tosca.nodes.SoftwareComponent
1144         occurrences:
1145         - 1
1146         - UNBOUNDED
1147       disk.usage_oam_server:
1148         type: org.openecomp.capabilities.metric.Ceilometer
1149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1150         occurrences:
1151         - 1
1152         - UNBOUNDED
1153       network.incoming.packets.rate_oam_server_oam_server_port:
1154         type: org.openecomp.capabilities.metric.Ceilometer
1155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       feature_oam_server:
1160         type: tosca.capabilities.Node
1161         occurrences:
1162         - 1
1163         - UNBOUNDED
1164       disk.device.write.bytes_oam_server:
1165         type: org.openecomp.capabilities.metric.Ceilometer
1166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1167         occurrences:
1168         - 1
1169         - UNBOUNDED
1170       cpu_util_oam_server:
1171         type: org.openecomp.capabilities.metric.Ceilometer
1172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1173         occurrences:
1174         - 1
1175         - UNBOUNDED
1176       network.outpoing.packets_oam_server_oam_server_port:
1177         type: org.openecomp.capabilities.metric.Ceilometer
1178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       disk.capacity_oam_server:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188       memory_oam_server:
1189         type: org.openecomp.capabilities.metric.Ceilometer
1190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       disk.read.bytes.rate_oam_server:
1195         type: org.openecomp.capabilities.metric.Ceilometer
1196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1197         occurrences:
1198         - 1
1199         - UNBOUNDED
1200       disk.write.bytes_oam_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       disk.write.requests_oam_server:
1207         type: org.openecomp.capabilities.metric.Ceilometer
1208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1209         occurrences:
1210         - 1
1211         - UNBOUNDED
1212       attachment_oam_server_oam_server_port:
1213         type: tosca.capabilities.Attachment
1214         occurrences:
1215         - 1
1216         - UNBOUNDED
1217       cpu_oam_server:
1218         type: org.openecomp.capabilities.metric.Ceilometer
1219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1220         occurrences:
1221         - 1
1222         - UNBOUNDED
1223       vcpus_oam_server:
1224         type: org.openecomp.capabilities.metric.Ceilometer
1225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1226         occurrences:
1227         - 1
1228         - UNBOUNDED
1229       disk.device.read.requests.rate_oam_server:
1230         type: org.openecomp.capabilities.metric.Ceilometer
1231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1232         occurrences:
1233         - 1
1234         - UNBOUNDED
1235       disk.allocation_oam_server:
1236         type: org.openecomp.capabilities.metric.Ceilometer
1237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1238         occurrences:
1239         - 1
1240         - UNBOUNDED
1241       disk.write.bytes.rate_oam_server:
1242         type: org.openecomp.capabilities.metric.Ceilometer
1243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1244         occurrences:
1245         - 1
1246         - UNBOUNDED
1247       disk.device.write.requests.rate_oam_server:
1248         type: org.openecomp.capabilities.metric.Ceilometer
1249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1250         occurrences:
1251         - 1
1252         - UNBOUNDED
1253       instance_oam_server:
1254         type: org.openecomp.capabilities.metric.Ceilometer
1255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       memory.resident_oam_server:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       disk.device.read.requests_oam_server:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       disk.device.allocation_oam_server:
1272         type: org.openecomp.capabilities.metric.Ceilometer
1273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       disk.device.write.requests_oam_server:
1278         type: org.openecomp.capabilities.metric.Ceilometer
1279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283       binding_oam_server_oam_server_port:
1284         type: tosca.capabilities.network.Bindable
1285         valid_source_types:
1286         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1287         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1288         occurrences:
1289         - 0
1290         - UNBOUNDED
1291       disk.iops_oam_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.device.capacity_oam_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       binding_oam_server:
1304         type: tosca.capabilities.network.Bindable
1305         occurrences:
1306         - 1
1307         - UNBOUNDED
1308       disk.device.write.bytes.rate_oam_server:
1309         type: org.openecomp.capabilities.metric.Ceilometer
1310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1311         occurrences:
1312         - 1
1313         - UNBOUNDED
1314       disk.device.usage_oam_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       network.incoming.bytes.rate_oam_server_oam_server_port:
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.latency_oam_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       disk.read.requests_oam_server:
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_oam_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       disk.root.size_oam_server:
1345         type: org.openecomp.capabilities.metric.Ceilometer
1346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1347         occurrences:
1348         - 1
1349         - UNBOUNDED
1350       network.outgoing.bytes_oam_server_oam_server_port:
1351         type: org.openecomp.capabilities.metric.Ceilometer
1352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1353         occurrences:
1354         - 1
1355         - UNBOUNDED
1356       disk.device.latency_oam_server:
1357         type: org.openecomp.capabilities.metric.Ceilometer
1358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1359         occurrences:
1360         - 1
1361         - UNBOUNDED
1362       feature_oam_server_oam_server_port:
1363         type: tosca.capabilities.Node
1364         occurrences:
1365         - 1
1366         - UNBOUNDED
1367       memory.usage_oam_server:
1368         type: org.openecomp.capabilities.metric.Ceilometer
1369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1370         occurrences:
1371         - 1
1372         - UNBOUNDED
1373       endpoint_oam_server:
1374         type: tosca.capabilities.Endpoint.Admin
1375         occurrences:
1376         - 1
1377         - UNBOUNDED
1378       forwarder_oam_server_oam_server_port:
1379         type: org.openecomp.capabilities.Forwarder
1380         occurrences:
1381         - 1
1382         - UNBOUNDED
1383       network.outgoing.bytes.rate_oam_server_oam_server_port:
1384         type: org.openecomp.capabilities.metric.Ceilometer
1385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1386         occurrences:
1387         - 1
1388         - UNBOUNDED
1389       scalable_oam_server:
1390         type: tosca.capabilities.Scalable
1391         occurrences:
1392         - 1
1393         - UNBOUNDED
1394       disk.write.requests.rate_oam_server:
1395         type: org.openecomp.capabilities.metric.Ceilometer
1396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1397         occurrences:
1398         - 1
1399         - UNBOUNDED
1400       network.incoming.bytes_oam_server_oam_server_port:
1401         type: org.openecomp.capabilities.metric.Ceilometer
1402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1403         occurrences:
1404         - 1
1405         - UNBOUNDED
1406       disk.device.read.bytes.rate_oam_server:
1407         type: org.openecomp.capabilities.metric.Ceilometer
1408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1409         occurrences:
1410         - 1
1411         - UNBOUNDED
1412       disk.device.read.bytes_oam_server:
1413         type: org.openecomp.capabilities.metric.Ceilometer
1414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1415         occurrences:
1416         - 1
1417         - UNBOUNDED
1418       os_oam_server:
1419         type: tosca.capabilities.OperatingSystem
1420         occurrences:
1421         - 1
1422         - UNBOUNDED
1423       disk.read.bytes_oam_server:
1424         type: org.openecomp.capabilities.metric.Ceilometer
1425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       network.incoming.packets_oam_server_oam_server_port:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       network.outgoing.packets.rate_oam_server_oam_server_port:
1436         type: org.openecomp.capabilities.metric.Ceilometer
1437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       disk.ephemeral.size_oam_server:
1442         type: org.openecomp.capabilities.metric.Ceilometer
1443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1444         occurrences:
1445         - 1
1446         - UNBOUNDED
1447   org.openecomp.resource.abstract.nodes.heat.nested1:
1448     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1449     properties:
1450       p1:
1451         type: string
1452         description: UID of OAM network
1453         required: true
1454         status: SUPPORTED
1455       ps_server_image:
1456         type: string
1457         description: Ps Image server
1458         required: true
1459         status: SUPPORTED
1460       p2:
1461         type: string
1462         description: UID of OAM network
1463         required: true
1464         status: SUPPORTED
1465       ps_server_ips:
1466         type: string
1467         required: true
1468         status: SUPPORTED
1469       net2:
1470         type: string
1471         description: Contrail V2 network
1472         required: true
1473         status: SUPPORTED
1474       net1:
1475         type: string
1476         description: Neutron network
1477         required: true
1478         status: SUPPORTED
1479       security_group_name:
1480         type: list
1481         description: CMAUI1, CMAUI2 server names
1482         required: true
1483         status: SUPPORTED
1484         entry_schema:
1485           type: string
1486       ps_server_flavor:
1487         type: string
1488         description: Flavor for PS server
1489         required: true
1490         status: SUPPORTED
1491       pd_server_names:
1492         type: list
1493         description: PD server names
1494         required: true
1495         status: SUPPORTED
1496         entry_schema:
1497           type: string
1498       pd_server_flavor:
1499         type: string
1500         description: Flavor for PD server
1501         required: true
1502         status: SUPPORTED
1503       ps_server_names:
1504         type: list
1505         description: Ps server names
1506         required: true
1507         status: SUPPORTED
1508         entry_schema:
1509           type: string
1510       pd_server_image:
1511         type: string
1512         description: PD Image server
1513         required: true
1514         status: SUPPORTED
1515       availability_zone_0:
1516         type: string
1517         description: availabilityzone name
1518         required: true
1519         status: SUPPORTED
1520       net:
1521         type: string
1522         required: true
1523         status: SUPPORTED
1524       pd_server_ips:
1525         type: string
1526         required: true
1527         status: SUPPORTED
1528     requirements:
1529     - dependency_server_ps:
1530         capability: tosca.capabilities.Node
1531         node: tosca.nodes.Root
1532         relationship: tosca.relationships.DependsOn
1533         occurrences:
1534         - 0
1535         - UNBOUNDED
1536     - local_storage_server_ps:
1537         capability: tosca.capabilities.Attachment
1538         node: tosca.nodes.BlockStorage
1539         relationship: tosca.relationships.AttachesTo
1540         occurrences:
1541         - 0
1542         - UNBOUNDED
1543     - dependency_ps_server_port:
1544         capability: tosca.capabilities.Node
1545         node: tosca.nodes.Root
1546         relationship: tosca.relationships.DependsOn
1547         occurrences:
1548         - 0
1549         - UNBOUNDED
1550     - link_ps_server_port:
1551         capability: tosca.capabilities.network.Linkable
1552         relationship: tosca.relationships.network.LinksTo
1553         occurrences:
1554         - 1
1555         - 1
1556     - dependency_pd_server_port:
1557         capability: tosca.capabilities.Node
1558         node: tosca.nodes.Root
1559         relationship: tosca.relationships.DependsOn
1560         occurrences:
1561         - 0
1562         - UNBOUNDED
1563     - link_pd_server_port:
1564         capability: tosca.capabilities.network.Linkable
1565         relationship: tosca.relationships.network.LinksTo
1566         occurrences:
1567         - 1
1568         - 1
1569     - dependency_server_pd:
1570         capability: tosca.capabilities.Node
1571         node: tosca.nodes.Root
1572         relationship: tosca.relationships.DependsOn
1573         occurrences:
1574         - 0
1575         - UNBOUNDED
1576     - local_storage_server_pd:
1577         capability: tosca.capabilities.Attachment
1578         node: tosca.nodes.BlockStorage
1579         relationship: tosca.relationships.AttachesTo
1580         occurrences:
1581         - 0
1582         - UNBOUNDED
1583     - dependency_test_nested2Level:
1584         capability: tosca.capabilities.Node
1585         node: tosca.nodes.Root
1586         relationship: tosca.relationships.DependsOn
1587         occurrences:
1588         - 0
1589         - UNBOUNDED
1590     - dependency_oam_server_port_test_nested2Level:
1591         capability: tosca.capabilities.Node
1592         node: tosca.nodes.Root
1593         relationship: tosca.relationships.DependsOn
1594         occurrences:
1595         - 0
1596         - UNBOUNDED
1597     - link_oam_server_port_test_nested2Level:
1598         capability: tosca.capabilities.network.Linkable
1599         relationship: tosca.relationships.network.LinksTo
1600         occurrences:
1601         - 1
1602         - 1
1603     - dependency_server_oam_test_nested2Level:
1604         capability: tosca.capabilities.Node
1605         node: tosca.nodes.Root
1606         relationship: tosca.relationships.DependsOn
1607         occurrences:
1608         - 0
1609         - UNBOUNDED
1610     - local_storage_server_oam_test_nested2Level:
1611         capability: tosca.capabilities.Attachment
1612         node: tosca.nodes.BlockStorage
1613         relationship: tosca.relationships.AttachesTo
1614         occurrences:
1615         - 0
1616         - UNBOUNDED
1617     - dependency_test_resourceGroup_test_nested2Level:
1618         capability: tosca.capabilities.Node
1619         node: tosca.nodes.Root
1620         relationship: tosca.relationships.DependsOn
1621         occurrences:
1622         - 0
1623         - UNBOUNDED
1624     - dependency_cmaui_port_7_test_resourceGroup_test_nested2Level:
1625         capability: tosca.capabilities.Node
1626         node: tosca.nodes.Root
1627         relationship: tosca.relationships.DependsOn
1628         occurrences:
1629         - 0
1630         - UNBOUNDED
1631     - link_cmaui_port_7_test_resourceGroup_test_nested2Level:
1632         capability: tosca.capabilities.network.Linkable
1633         relationship: tosca.relationships.network.LinksTo
1634         occurrences:
1635         - 1
1636         - 1
1637     - dependency_cmaui_port_8_test_resourceGroup_test_nested2Level:
1638         capability: tosca.capabilities.Node
1639         node: tosca.nodes.Root
1640         relationship: tosca.relationships.DependsOn
1641         occurrences:
1642         - 0
1643         - UNBOUNDED
1644     - link_cmaui_port_8_test_resourceGroup_test_nested2Level:
1645         capability: tosca.capabilities.network.Linkable
1646         relationship: tosca.relationships.network.LinksTo
1647         occurrences:
1648         - 1
1649         - 1
1650     - dependency_server_cmaui_test_resourceGroup_test_nested2Level:
1651         capability: tosca.capabilities.Node
1652         node: tosca.nodes.Root
1653         relationship: tosca.relationships.DependsOn
1654         occurrences:
1655         - 0
1656         - UNBOUNDED
1657     - local_storage_server_cmaui_test_resourceGroup_test_nested2Level:
1658         capability: tosca.capabilities.Attachment
1659         node: tosca.nodes.BlockStorage
1660         relationship: tosca.relationships.AttachesTo
1661         occurrences:
1662         - 0
1663         - UNBOUNDED
1664     - dependency_sm_server_port_test_nested2Level:
1665         capability: tosca.capabilities.Node
1666         node: tosca.nodes.Root
1667         relationship: tosca.relationships.DependsOn
1668         occurrences:
1669         - 0
1670         - UNBOUNDED
1671     - link_sm_server_port_test_nested2Level:
1672         capability: tosca.capabilities.network.Linkable
1673         relationship: tosca.relationships.network.LinksTo
1674         occurrences:
1675         - 1
1676         - 1
1677     - dependency_server_sm_test_nested2Level:
1678         capability: tosca.capabilities.Node
1679         node: tosca.nodes.Root
1680         relationship: tosca.relationships.DependsOn
1681         occurrences:
1682         - 0
1683         - UNBOUNDED
1684     - local_storage_server_sm_test_nested2Level:
1685         capability: tosca.capabilities.Attachment
1686         node: tosca.nodes.BlockStorage
1687         relationship: tosca.relationships.AttachesTo
1688         occurrences:
1689         - 0
1690         - UNBOUNDED
1691     capabilities:
1692       disk.device.allocation_server_sm_test_nested2Level:
1693         type: org.openecomp.capabilities.metric.Ceilometer
1694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1695         occurrences:
1696         - 1
1697         - UNBOUNDED
1698       binding_server_sm_test_nested2Level:
1699         type: tosca.capabilities.network.Bindable
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       disk.write.bytes_server_ps:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.latency_server_sm_test_nested2Level:
1710         type: org.openecomp.capabilities.metric.Ceilometer
1711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1712         occurrences:
1713         - 1
1714         - UNBOUNDED
1715       network.outpoing.packets_cmaui_port_7_test_resourceGroup_test_nested2Level:
1716         type: org.openecomp.capabilities.metric.Ceilometer
1717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1718         occurrences:
1719         - 1
1720         - UNBOUNDED
1721       disk.device.write.requests_server_oam_test_nested2Level:
1722         type: org.openecomp.capabilities.metric.Ceilometer
1723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1724         occurrences:
1725         - 1
1726         - UNBOUNDED
1727       cpu.delta_server_sm_test_nested2Level:
1728         type: org.openecomp.capabilities.metric.Ceilometer
1729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1730         occurrences:
1731         - 1
1732         - UNBOUNDED
1733       memory.usage_server_sm_test_nested2Level:
1734         type: org.openecomp.capabilities.metric.Ceilometer
1735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1736         occurrences:
1737         - 1
1738         - UNBOUNDED
1739       disk.write.requests.rate_server_sm_test_nested2Level:
1740         type: org.openecomp.capabilities.metric.Ceilometer
1741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1742         occurrences:
1743         - 1
1744         - UNBOUNDED
1745       disk.read.requests_server_oam_test_nested2Level:
1746         type: org.openecomp.capabilities.metric.Ceilometer
1747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751       network.outgoing.bytes_cmaui_port_8_test_resourceGroup_test_nested2Level:
1752         type: org.openecomp.capabilities.metric.Ceilometer
1753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1754         occurrences:
1755         - 1
1756         - UNBOUNDED
1757       disk.device.write.bytes_server_sm_test_nested2Level:
1758         type: org.openecomp.capabilities.metric.Ceilometer
1759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1760         occurrences:
1761         - 1
1762         - UNBOUNDED
1763       network.outgoing.bytes_sm_server_port_test_nested2Level:
1764         type: org.openecomp.capabilities.metric.Ceilometer
1765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1766         occurrences:
1767         - 1
1768         - UNBOUNDED
1769       network.incoming.packets.rate_ps_server_port:
1770         type: org.openecomp.capabilities.metric.Ceilometer
1771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1772         occurrences:
1773         - 1
1774         - UNBOUNDED
1775       disk.device.allocation_server_pd:
1776         type: org.openecomp.capabilities.metric.Ceilometer
1777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1778         occurrences:
1779         - 1
1780         - UNBOUNDED
1781       binding_server_oam_test_nested2Level:
1782         type: tosca.capabilities.network.Bindable
1783         occurrences:
1784         - 1
1785         - UNBOUNDED
1786       instance_server_oam_test_nested2Level:
1787         type: org.openecomp.capabilities.metric.Ceilometer
1788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1789         occurrences:
1790         - 1
1791         - UNBOUNDED
1792       network.outgoing.packets.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
1793         type: org.openecomp.capabilities.metric.Ceilometer
1794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1795         occurrences:
1796         - 1
1797         - UNBOUNDED
1798       os_server_cmaui_test_resourceGroup_test_nested2Level:
1799         type: tosca.capabilities.OperatingSystem
1800         occurrences:
1801         - 1
1802         - UNBOUNDED
1803       forwarder_sm_server_port_test_nested2Level:
1804         type: org.openecomp.capabilities.Forwarder
1805         occurrences:
1806         - 1
1807         - UNBOUNDED
1808       disk.read.requests_server_sm_test_nested2Level:
1809         type: org.openecomp.capabilities.metric.Ceilometer
1810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1811         occurrences:
1812         - 1
1813         - UNBOUNDED
1814       vcpus_server_cmaui_test_resourceGroup_test_nested2Level:
1815         type: org.openecomp.capabilities.metric.Ceilometer
1816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1817         occurrences:
1818         - 1
1819         - UNBOUNDED
1820       instance_server_cmaui_test_resourceGroup_test_nested2Level:
1821         type: org.openecomp.capabilities.metric.Ceilometer
1822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1823         occurrences:
1824         - 1
1825         - UNBOUNDED
1826       feature_ps_server_port:
1827         type: tosca.capabilities.Node
1828         occurrences:
1829         - 1
1830         - UNBOUNDED
1831       cpu.delta_server_cmaui_test_resourceGroup_test_nested2Level:
1832         type: org.openecomp.capabilities.metric.Ceilometer
1833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1834         occurrences:
1835         - 1
1836         - UNBOUNDED
1837       binding_cmaui_port_8_test_resourceGroup_test_nested2Level:
1838         type: tosca.capabilities.network.Bindable
1839         valid_source_types:
1840         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1841         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1842         occurrences:
1843         - 0
1844         - UNBOUNDED
1845       disk.write.bytes_server_sm_test_nested2Level:
1846         type: org.openecomp.capabilities.metric.Ceilometer
1847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1848         occurrences:
1849         - 1
1850         - UNBOUNDED
1851       memory.resident_server_cmaui_test_resourceGroup_test_nested2Level:
1852         type: org.openecomp.capabilities.metric.Ceilometer
1853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1854         occurrences:
1855         - 1
1856         - UNBOUNDED
1857       disk.write.requests.rate_server_oam_test_nested2Level:
1858         type: org.openecomp.capabilities.metric.Ceilometer
1859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1860         occurrences:
1861         - 1
1862         - UNBOUNDED
1863       network.outgoing.bytes.rate_ps_server_port:
1864         type: org.openecomp.capabilities.metric.Ceilometer
1865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1866         occurrences:
1867         - 1
1868         - UNBOUNDED
1869       disk.device.read.bytes_server_ps:
1870         type: org.openecomp.capabilities.metric.Ceilometer
1871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1872         occurrences:
1873         - 1
1874         - UNBOUNDED
1875       disk.device.allocation_server_ps:
1876         type: org.openecomp.capabilities.metric.Ceilometer
1877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1878         occurrences:
1879         - 1
1880         - UNBOUNDED
1881       network.outgoing.packets.rate_ps_server_port:
1882         type: org.openecomp.capabilities.metric.Ceilometer
1883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1884         occurrences:
1885         - 1
1886         - UNBOUNDED
1887       binding_ps_server_port:
1888         type: tosca.capabilities.network.Bindable
1889         valid_source_types:
1890         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1891         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1892         occurrences:
1893         - 0
1894         - UNBOUNDED
1895       disk.read.bytes.rate_server_oam_test_nested2Level:
1896         type: org.openecomp.capabilities.metric.Ceilometer
1897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1898         occurrences:
1899         - 1
1900         - UNBOUNDED
1901       feature_server_oam_test_nested2Level:
1902         type: tosca.capabilities.Node
1903         occurrences:
1904         - 1
1905         - UNBOUNDED
1906       network.incoming.packets_pd_server_port:
1907         type: org.openecomp.capabilities.metric.Ceilometer
1908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1909         occurrences:
1910         - 1
1911         - UNBOUNDED
1912       cpu_server_cmaui_test_resourceGroup_test_nested2Level:
1913         type: org.openecomp.capabilities.metric.Ceilometer
1914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1915         occurrences:
1916         - 1
1917         - UNBOUNDED
1918       cpu_util_server_oam_test_nested2Level:
1919         type: org.openecomp.capabilities.metric.Ceilometer
1920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1921         occurrences:
1922         - 1
1923         - UNBOUNDED
1924       network.outpoing.packets_ps_server_port:
1925         type: org.openecomp.capabilities.metric.Ceilometer
1926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1927         occurrences:
1928         - 1
1929         - UNBOUNDED
1930       disk.device.read.bytes_server_pd:
1931         type: org.openecomp.capabilities.metric.Ceilometer
1932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1933         occurrences:
1934         - 1
1935         - UNBOUNDED
1936       endpoint_server_oam_test_nested2Level:
1937         type: tosca.capabilities.Endpoint.Admin
1938         occurrences:
1939         - 1
1940         - UNBOUNDED
1941       disk.read.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
1942         type: org.openecomp.capabilities.metric.Ceilometer
1943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1944         occurrences:
1945         - 1
1946         - UNBOUNDED
1947       disk.capacity_server_oam_test_nested2Level:
1948         type: org.openecomp.capabilities.metric.Ceilometer
1949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1950         occurrences:
1951         - 1
1952         - UNBOUNDED
1953       disk.device.usage_server_cmaui_test_resourceGroup_test_nested2Level:
1954         type: org.openecomp.capabilities.metric.Ceilometer
1955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1956         occurrences:
1957         - 1
1958         - UNBOUNDED
1959       host_server_pd:
1960         type: tosca.capabilities.Container
1961         valid_source_types:
1962         - tosca.nodes.SoftwareComponent
1963         occurrences:
1964         - 1
1965         - UNBOUNDED
1966       network.outpoing.packets_sm_server_port_test_nested2Level:
1967         type: org.openecomp.capabilities.metric.Ceilometer
1968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1969         occurrences:
1970         - 1
1971         - UNBOUNDED
1972       disk.ephemeral.size_server_pd:
1973         type: org.openecomp.capabilities.metric.Ceilometer
1974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1975         occurrences:
1976         - 1
1977         - UNBOUNDED
1978       disk.write.requests.rate_server_pd:
1979         type: org.openecomp.capabilities.metric.Ceilometer
1980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1981         occurrences:
1982         - 1
1983         - UNBOUNDED
1984       disk.capacity_server_cmaui_test_resourceGroup_test_nested2Level:
1985         type: org.openecomp.capabilities.metric.Ceilometer
1986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1987         occurrences:
1988         - 1
1989         - UNBOUNDED
1990       disk.device.usage_server_sm_test_nested2Level:
1991         type: org.openecomp.capabilities.metric.Ceilometer
1992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1993         occurrences:
1994         - 1
1995         - UNBOUNDED
1996       disk.ephemeral.size_server_oam_test_nested2Level:
1997         type: org.openecomp.capabilities.metric.Ceilometer
1998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1999         occurrences:
2000         - 1
2001         - UNBOUNDED
2002       network.incoming.bytes_pd_server_port:
2003         type: org.openecomp.capabilities.metric.Ceilometer
2004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2005         occurrences:
2006         - 1
2007         - UNBOUNDED
2008       disk.device.write.bytes.rate_server_sm_test_nested2Level:
2009         type: org.openecomp.capabilities.metric.Ceilometer
2010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2011         occurrences:
2012         - 1
2013         - UNBOUNDED
2014       feature_oam_server_port_test_nested2Level:
2015         type: tosca.capabilities.Node
2016         occurrences:
2017         - 1
2018         - UNBOUNDED
2019       disk.device.allocation_server_oam_test_nested2Level:
2020         type: org.openecomp.capabilities.metric.Ceilometer
2021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2022         occurrences:
2023         - 1
2024         - UNBOUNDED
2025       network.incoming.packets.rate_pd_server_port:
2026         type: org.openecomp.capabilities.metric.Ceilometer
2027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2028         occurrences:
2029         - 1
2030         - UNBOUNDED
2031       disk.allocation_server_oam_test_nested2Level:
2032         type: org.openecomp.capabilities.metric.Ceilometer
2033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2034         occurrences:
2035         - 1
2036         - UNBOUNDED
2037       feature_test_nested2Level:
2038         type: tosca.capabilities.Node
2039         occurrences:
2040         - 1
2041         - UNBOUNDED
2042       forwarder_cmaui_port_8_test_resourceGroup_test_nested2Level:
2043         type: org.openecomp.capabilities.Forwarder
2044         occurrences:
2045         - 1
2046         - UNBOUNDED
2047       disk.read.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
2048         type: org.openecomp.capabilities.metric.Ceilometer
2049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2050         occurrences:
2051         - 1
2052         - UNBOUNDED
2053       disk.ephemeral.size_server_ps:
2054         type: org.openecomp.capabilities.metric.Ceilometer
2055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2056         occurrences:
2057         - 1
2058         - UNBOUNDED
2059       memory.resident_server_sm_test_nested2Level:
2060         type: org.openecomp.capabilities.metric.Ceilometer
2061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2062         occurrences:
2063         - 1
2064         - UNBOUNDED
2065       disk.write.requests.rate_server_ps:
2066         type: org.openecomp.capabilities.metric.Ceilometer
2067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2068         occurrences:
2069         - 1
2070         - UNBOUNDED
2071       disk.usage_server_sm_test_nested2Level:
2072         type: org.openecomp.capabilities.metric.Ceilometer
2073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2074         occurrences:
2075         - 1
2076         - UNBOUNDED
2077       disk.device.capacity_server_sm_test_nested2Level:
2078         type: org.openecomp.capabilities.metric.Ceilometer
2079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2080         occurrences:
2081         - 1
2082         - UNBOUNDED
2083       network.incoming.packets.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
2084         type: org.openecomp.capabilities.metric.Ceilometer
2085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2086         occurrences:
2087         - 1
2088         - UNBOUNDED
2089       disk.device.read.requests.rate_server_sm_test_nested2Level:
2090         type: org.openecomp.capabilities.metric.Ceilometer
2091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2092         occurrences:
2093         - 1
2094         - UNBOUNDED
2095       network.outgoing.bytes.rate_sm_server_port_test_nested2Level:
2096         type: org.openecomp.capabilities.metric.Ceilometer
2097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2098         occurrences:
2099         - 1
2100         - UNBOUNDED
2101       disk.device.write.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2102         type: org.openecomp.capabilities.metric.Ceilometer
2103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2104         occurrences:
2105         - 1
2106         - UNBOUNDED
2107       disk.ephemeral.size_server_cmaui_test_resourceGroup_test_nested2Level:
2108         type: org.openecomp.capabilities.metric.Ceilometer
2109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2110         occurrences:
2111         - 1
2112         - UNBOUNDED
2113       feature_cmaui_port_7_test_resourceGroup_test_nested2Level:
2114         type: tosca.capabilities.Node
2115         occurrences:
2116         - 1
2117         - UNBOUNDED
2118       network.incoming.bytes_cmaui_port_8_test_resourceGroup_test_nested2Level:
2119         type: org.openecomp.capabilities.metric.Ceilometer
2120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2121         occurrences:
2122         - 1
2123         - UNBOUNDED
2124       network.incoming.packets_oam_server_port_test_nested2Level:
2125         type: org.openecomp.capabilities.metric.Ceilometer
2126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2127         occurrences:
2128         - 1
2129         - UNBOUNDED
2130       memory_server_sm_test_nested2Level:
2131         type: org.openecomp.capabilities.metric.Ceilometer
2132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2133         occurrences:
2134         - 1
2135         - UNBOUNDED
2136       disk.device.read.bytes.rate_server_sm_test_nested2Level:
2137         type: org.openecomp.capabilities.metric.Ceilometer
2138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2139         occurrences:
2140         - 1
2141         - UNBOUNDED
2142       network.outpoing.packets_pd_server_port:
2143         type: org.openecomp.capabilities.metric.Ceilometer
2144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2145         occurrences:
2146         - 1
2147         - UNBOUNDED
2148       feature_server_sm_test_nested2Level:
2149         type: tosca.capabilities.Node
2150         occurrences:
2151         - 1
2152         - UNBOUNDED
2153       network.incoming.packets.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
2154         type: org.openecomp.capabilities.metric.Ceilometer
2155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2156         occurrences:
2157         - 1
2158         - UNBOUNDED
2159       host_server_ps:
2160         type: tosca.capabilities.Container
2161         valid_source_types:
2162         - tosca.nodes.SoftwareComponent
2163         occurrences:
2164         - 1
2165         - UNBOUNDED
2166       network.incoming.packets_ps_server_port:
2167         type: org.openecomp.capabilities.metric.Ceilometer
2168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2169         occurrences:
2170         - 1
2171         - UNBOUNDED
2172       os_server_sm_test_nested2Level:
2173         type: tosca.capabilities.OperatingSystem
2174         occurrences:
2175         - 1
2176         - UNBOUNDED
2177       network.outgoing.bytes_ps_server_port:
2178         type: org.openecomp.capabilities.metric.Ceilometer
2179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2180         occurrences:
2181         - 1
2182         - UNBOUNDED
2183       memory_server_oam_test_nested2Level:
2184         type: org.openecomp.capabilities.metric.Ceilometer
2185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2186         occurrences:
2187         - 1
2188         - UNBOUNDED
2189       memory_server_cmaui_test_resourceGroup_test_nested2Level:
2190         type: org.openecomp.capabilities.metric.Ceilometer
2191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2192         occurrences:
2193         - 1
2194         - UNBOUNDED
2195       disk.device.read.requests.rate_server_oam_test_nested2Level:
2196         type: org.openecomp.capabilities.metric.Ceilometer
2197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2198         occurrences:
2199         - 1
2200         - UNBOUNDED
2201       network.outgoing.packets.rate_sm_server_port_test_nested2Level:
2202         type: org.openecomp.capabilities.metric.Ceilometer
2203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2204         occurrences:
2205         - 1
2206         - UNBOUNDED
2207       disk.device.write.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
2208         type: org.openecomp.capabilities.metric.Ceilometer
2209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2210         occurrences:
2211         - 1
2212         - UNBOUNDED
2213       disk.write.requests_server_oam_test_nested2Level:
2214         type: org.openecomp.capabilities.metric.Ceilometer
2215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       disk.capacity_server_pd:
2220         type: org.openecomp.capabilities.metric.Ceilometer
2221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2222         occurrences:
2223         - 1
2224         - UNBOUNDED
2225       network.incoming.bytes_ps_server_port:
2226         type: org.openecomp.capabilities.metric.Ceilometer
2227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2228         occurrences:
2229         - 1
2230         - UNBOUNDED
2231       forwarder_ps_server_port:
2232         type: org.openecomp.capabilities.Forwarder
2233         occurrences:
2234         - 1
2235         - UNBOUNDED
2236       disk.device.capacity_server_pd:
2237         type: org.openecomp.capabilities.metric.Ceilometer
2238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2239         occurrences:
2240         - 1
2241         - UNBOUNDED
2242       disk.device.read.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2243         type: org.openecomp.capabilities.metric.Ceilometer
2244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2245         occurrences:
2246         - 1
2247         - UNBOUNDED
2248       network.incoming.bytes.rate_pd_server_port:
2249         type: org.openecomp.capabilities.metric.Ceilometer
2250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2251         occurrences:
2252         - 1
2253         - UNBOUNDED
2254       disk.device.read.requests_server_sm_test_nested2Level:
2255         type: org.openecomp.capabilities.metric.Ceilometer
2256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2257         occurrences:
2258         - 1
2259         - UNBOUNDED
2260       vcpus_server_ps:
2261         type: org.openecomp.capabilities.metric.Ceilometer
2262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2263         occurrences:
2264         - 1
2265         - UNBOUNDED
2266       disk.read.bytes_server_oam_test_nested2Level:
2267         type: org.openecomp.capabilities.metric.Ceilometer
2268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2269         occurrences:
2270         - 1
2271         - UNBOUNDED
2272       binding_sm_server_port_test_nested2Level:
2273         type: tosca.capabilities.network.Bindable
2274         valid_source_types:
2275         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2276         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2277         occurrences:
2278         - 0
2279         - UNBOUNDED
2280       disk.iops_server_sm_test_nested2Level:
2281         type: org.openecomp.capabilities.metric.Ceilometer
2282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2283         occurrences:
2284         - 1
2285         - UNBOUNDED
2286       network.incoming.packets.rate_sm_server_port_test_nested2Level:
2287         type: org.openecomp.capabilities.metric.Ceilometer
2288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2289         occurrences:
2290         - 1
2291         - UNBOUNDED
2292       forwarder_oam_server_port_test_nested2Level:
2293         type: org.openecomp.capabilities.Forwarder
2294         occurrences:
2295         - 1
2296         - UNBOUNDED
2297       disk.capacity_server_ps:
2298         type: org.openecomp.capabilities.metric.Ceilometer
2299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2300         occurrences:
2301         - 1
2302         - UNBOUNDED
2303       network.incoming.bytes.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
2304         type: org.openecomp.capabilities.metric.Ceilometer
2305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2306         occurrences:
2307         - 1
2308         - UNBOUNDED
2309       network.incoming.bytes_oam_server_port_test_nested2Level:
2310         type: org.openecomp.capabilities.metric.Ceilometer
2311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2312         occurrences:
2313         - 1
2314         - UNBOUNDED
2315       host_server_sm_test_nested2Level:
2316         type: tosca.capabilities.Container
2317         valid_source_types:
2318         - tosca.nodes.SoftwareComponent
2319         occurrences:
2320         - 1
2321         - UNBOUNDED
2322       network.incoming.bytes.rate_sm_server_port_test_nested2Level:
2323         type: org.openecomp.capabilities.metric.Ceilometer
2324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2325         occurrences:
2326         - 1
2327         - UNBOUNDED
2328       disk.device.capacity_server_oam_test_nested2Level:
2329         type: org.openecomp.capabilities.metric.Ceilometer
2330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2331         occurrences:
2332         - 1
2333         - UNBOUNDED
2334       network.outgoing.bytes.rate_oam_server_port_test_nested2Level:
2335         type: org.openecomp.capabilities.metric.Ceilometer
2336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2337         occurrences:
2338         - 1
2339         - UNBOUNDED
2340       endpoint_server_cmaui_test_resourceGroup_test_nested2Level:
2341         type: tosca.capabilities.Endpoint.Admin
2342         occurrences:
2343         - 1
2344         - UNBOUNDED
2345       vcpus_server_sm_test_nested2Level:
2346         type: org.openecomp.capabilities.metric.Ceilometer
2347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2348         occurrences:
2349         - 1
2350         - UNBOUNDED
2351       network.incoming.packets_cmaui_port_7_test_resourceGroup_test_nested2Level:
2352         type: org.openecomp.capabilities.metric.Ceilometer
2353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2354         occurrences:
2355         - 1
2356         - UNBOUNDED
2357       disk.usage_server_cmaui_test_resourceGroup_test_nested2Level:
2358         type: org.openecomp.capabilities.metric.Ceilometer
2359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2360         occurrences:
2361         - 1
2362         - UNBOUNDED
2363       cpu_util_server_cmaui_test_resourceGroup_test_nested2Level:
2364         type: org.openecomp.capabilities.metric.Ceilometer
2365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2366         occurrences:
2367         - 1
2368         - UNBOUNDED
2369       host_server_cmaui_test_resourceGroup_test_nested2Level:
2370         type: tosca.capabilities.Container
2371         valid_source_types:
2372         - tosca.nodes.SoftwareComponent
2373         occurrences:
2374         - 1
2375         - UNBOUNDED
2376       instance_server_pd:
2377         type: org.openecomp.capabilities.metric.Ceilometer
2378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2379         occurrences:
2380         - 1
2381         - UNBOUNDED
2382       disk.device.write.requests.rate_server_sm_test_nested2Level:
2383         type: org.openecomp.capabilities.metric.Ceilometer
2384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2385         occurrences:
2386         - 1
2387         - UNBOUNDED
2388       disk.device.allocation_server_cmaui_test_resourceGroup_test_nested2Level:
2389         type: org.openecomp.capabilities.metric.Ceilometer
2390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2391         occurrences:
2392         - 1
2393         - UNBOUNDED
2394       feature_pd_server_port:
2395         type: tosca.capabilities.Node
2396         occurrences:
2397         - 1
2398         - UNBOUNDED
2399       disk.read.bytes_server_ps:
2400         type: org.openecomp.capabilities.metric.Ceilometer
2401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2402         occurrences:
2403         - 1
2404         - UNBOUNDED
2405       cpu_server_ps:
2406         type: org.openecomp.capabilities.metric.Ceilometer
2407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2408         occurrences:
2409         - 1
2410         - UNBOUNDED
2411       cpu.delta_server_pd:
2412         type: org.openecomp.capabilities.metric.Ceilometer
2413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2414         occurrences:
2415         - 1
2416         - UNBOUNDED
2417       instance_server_ps:
2418         type: org.openecomp.capabilities.metric.Ceilometer
2419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2420         occurrences:
2421         - 1
2422         - UNBOUNDED
2423       network.incoming.packets.rate_oam_server_port_test_nested2Level:
2424         type: org.openecomp.capabilities.metric.Ceilometer
2425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2426         occurrences:
2427         - 1
2428         - UNBOUNDED
2429       disk.read.bytes.rate_server_ps:
2430         type: org.openecomp.capabilities.metric.Ceilometer
2431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2432         occurrences:
2433         - 1
2434         - UNBOUNDED
2435       disk.latency_server_pd:
2436         type: org.openecomp.capabilities.metric.Ceilometer
2437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2438         occurrences:
2439         - 1
2440         - UNBOUNDED
2441       disk.root.size_server_sm_test_nested2Level:
2442         type: org.openecomp.capabilities.metric.Ceilometer
2443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2444         occurrences:
2445         - 1
2446         - UNBOUNDED
2447       network.outgoing.packets.rate_oam_server_port_test_nested2Level:
2448         type: org.openecomp.capabilities.metric.Ceilometer
2449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2450         occurrences:
2451         - 1
2452         - UNBOUNDED
2453       scalable_server_sm_test_nested2Level:
2454         type: tosca.capabilities.Scalable
2455         occurrences:
2456         - 1
2457         - UNBOUNDED
2458       cpu.delta_server_ps:
2459         type: org.openecomp.capabilities.metric.Ceilometer
2460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2461         occurrences:
2462         - 1
2463         - UNBOUNDED
2464       disk.root.size_server_cmaui_test_resourceGroup_test_nested2Level:
2465         type: org.openecomp.capabilities.metric.Ceilometer
2466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2467         occurrences:
2468         - 1
2469         - UNBOUNDED
2470       attachment_oam_server_port_test_nested2Level:
2471         type: tosca.capabilities.Attachment
2472         occurrences:
2473         - 1
2474         - UNBOUNDED
2475       disk.latency_server_ps:
2476         type: org.openecomp.capabilities.metric.Ceilometer
2477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2478         occurrences:
2479         - 1
2480         - UNBOUNDED
2481       disk.device.write.requests.rate_server_ps:
2482         type: org.openecomp.capabilities.metric.Ceilometer
2483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2484         occurrences:
2485         - 1
2486         - UNBOUNDED
2487       disk.root.size_server_oam_test_nested2Level:
2488         type: org.openecomp.capabilities.metric.Ceilometer
2489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2490         occurrences:
2491         - 1
2492         - UNBOUNDED
2493       disk.device.latency_server_pd:
2494         type: org.openecomp.capabilities.metric.Ceilometer
2495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2496         occurrences:
2497         - 1
2498         - UNBOUNDED
2499       disk.write.requests_server_sm_test_nested2Level:
2500         type: org.openecomp.capabilities.metric.Ceilometer
2501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2502         occurrences:
2503         - 1
2504         - UNBOUNDED
2505       memory.usage_server_cmaui_test_resourceGroup_test_nested2Level:
2506         type: org.openecomp.capabilities.metric.Ceilometer
2507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2508         occurrences:
2509         - 1
2510         - UNBOUNDED
2511       disk.device.capacity_server_ps:
2512         type: org.openecomp.capabilities.metric.Ceilometer
2513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2514         occurrences:
2515         - 1
2516         - UNBOUNDED
2517       disk.device.iops_server_oam_test_nested2Level:
2518         type: org.openecomp.capabilities.metric.Ceilometer
2519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2520         occurrences:
2521         - 1
2522         - UNBOUNDED
2523       scalable_server_pd:
2524         type: tosca.capabilities.Scalable
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       cpu.delta_server_oam_test_nested2Level:
2529         type: org.openecomp.capabilities.metric.Ceilometer
2530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2531         occurrences:
2532         - 1
2533         - UNBOUNDED
2534       disk.device.latency_server_ps:
2535         type: org.openecomp.capabilities.metric.Ceilometer
2536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2537         occurrences:
2538         - 1
2539         - UNBOUNDED
2540       disk.device.write.requests.rate_server_pd:
2541         type: org.openecomp.capabilities.metric.Ceilometer
2542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2543         occurrences:
2544         - 1
2545         - UNBOUNDED
2546       disk.device.read.bytes_server_oam_test_nested2Level:
2547         type: org.openecomp.capabilities.metric.Ceilometer
2548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2549         occurrences:
2550         - 1
2551         - UNBOUNDED
2552       scalable_server_ps:
2553         type: tosca.capabilities.Scalable
2554         occurrences:
2555         - 1
2556         - UNBOUNDED
2557       cpu_server_pd:
2558         type: org.openecomp.capabilities.metric.Ceilometer
2559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2560         occurrences:
2561         - 1
2562         - UNBOUNDED
2563       feature_server_cmaui_test_resourceGroup_test_nested2Level:
2564         type: tosca.capabilities.Node
2565         occurrences:
2566         - 1
2567         - UNBOUNDED
2568       endpoint_server_sm_test_nested2Level:
2569         type: tosca.capabilities.Endpoint.Admin
2570         occurrences:
2571         - 1
2572         - UNBOUNDED
2573       disk.device.read.bytes.rate_server_oam_test_nested2Level:
2574         type: org.openecomp.capabilities.metric.Ceilometer
2575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2576         occurrences:
2577         - 1
2578         - UNBOUNDED
2579       vcpus_server_oam_test_nested2Level:
2580         type: org.openecomp.capabilities.metric.Ceilometer
2581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2582         occurrences:
2583         - 1
2584         - UNBOUNDED
2585       disk.iops_server_pd:
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.device.read.bytes.rate_server_pd:
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.write.bytes_server_oam_test_nested2Level:
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       disk.iops_server_oam_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.requests_server_pd:
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       network.incoming.packets_cmaui_port_8_test_resourceGroup_test_nested2Level:
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.read.bytes.rate_server_sm_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.iops_server_ps:
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       disk.device.read.bytes.rate_server_ps:
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       network.outgoing.bytes_oam_server_port_test_nested2Level:
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       binding_server_ps:
2646         type: tosca.capabilities.network.Bindable
2647         occurrences:
2648         - 1
2649         - UNBOUNDED
2650       attachment_ps_server_port:
2651         type: tosca.capabilities.Attachment
2652         occurrences:
2653         - 1
2654         - UNBOUNDED
2655       disk.device.read.requests_server_ps:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       memory.usage_server_pd:
2662         type: org.openecomp.capabilities.metric.Ceilometer
2663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2664         occurrences:
2665         - 1
2666         - UNBOUNDED
2667       disk.ephemeral.size_server_sm_test_nested2Level:
2668         type: org.openecomp.capabilities.metric.Ceilometer
2669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2670         occurrences:
2671         - 1
2672         - UNBOUNDED
2673       disk.device.write.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2674         type: org.openecomp.capabilities.metric.Ceilometer
2675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2676         occurrences:
2677         - 1
2678         - UNBOUNDED
2679       disk.read.bytes.rate_server_pd:
2680         type: org.openecomp.capabilities.metric.Ceilometer
2681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2682         occurrences:
2683         - 1
2684         - UNBOUNDED
2685       os_server_oam_test_nested2Level:
2686         type: tosca.capabilities.OperatingSystem
2687         occurrences:
2688         - 1
2689         - UNBOUNDED
2690       memory_server_pd:
2691         type: org.openecomp.capabilities.metric.Ceilometer
2692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2693         occurrences:
2694         - 1
2695         - UNBOUNDED
2696       disk.device.read.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2697         type: org.openecomp.capabilities.metric.Ceilometer
2698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2699         occurrences:
2700         - 1
2701         - UNBOUNDED
2702       forwarder_cmaui_port_7_test_resourceGroup_test_nested2Level:
2703         type: org.openecomp.capabilities.Forwarder
2704         occurrences:
2705         - 1
2706         - UNBOUNDED
2707       disk.device.write.requests_server_pd:
2708         type: org.openecomp.capabilities.metric.Ceilometer
2709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2710         occurrences:
2711         - 1
2712         - UNBOUNDED
2713       network.incoming.bytes.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
2714         type: org.openecomp.capabilities.metric.Ceilometer
2715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2716         occurrences:
2717         - 1
2718         - UNBOUNDED
2719       feature_sm_server_port_test_nested2Level:
2720         type: tosca.capabilities.Node
2721         occurrences:
2722         - 1
2723         - UNBOUNDED
2724       memory.usage_server_ps:
2725         type: org.openecomp.capabilities.metric.Ceilometer
2726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2727         occurrences:
2728         - 1
2729         - UNBOUNDED
2730       disk.read.bytes_server_pd:
2731         type: org.openecomp.capabilities.metric.Ceilometer
2732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2733         occurrences:
2734         - 1
2735         - UNBOUNDED
2736       disk.device.write.requests_server_ps:
2737         type: org.openecomp.capabilities.metric.Ceilometer
2738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2739         occurrences:
2740         - 1
2741         - UNBOUNDED
2742       disk.latency_server_cmaui_test_resourceGroup_test_nested2Level:
2743         type: org.openecomp.capabilities.metric.Ceilometer
2744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2745         occurrences:
2746         - 1
2747         - UNBOUNDED
2748       network.outpoing.packets_cmaui_port_8_test_resourceGroup_test_nested2Level:
2749         type: org.openecomp.capabilities.metric.Ceilometer
2750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2751         occurrences:
2752         - 1
2753         - UNBOUNDED
2754       network.incoming.bytes.rate_oam_server_port_test_nested2Level:
2755         type: org.openecomp.capabilities.metric.Ceilometer
2756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2757         occurrences:
2758         - 1
2759         - UNBOUNDED
2760       vcpus_server_pd:
2761         type: org.openecomp.capabilities.metric.Ceilometer
2762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2763         occurrences:
2764         - 1
2765         - UNBOUNDED
2766       cpu_server_oam_test_nested2Level:
2767         type: org.openecomp.capabilities.metric.Ceilometer
2768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2769         occurrences:
2770         - 1
2771         - UNBOUNDED
2772       network.incoming.bytes.rate_ps_server_port:
2773         type: org.openecomp.capabilities.metric.Ceilometer
2774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2775         occurrences:
2776         - 1
2777         - UNBOUNDED
2778       disk.write.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2779         type: org.openecomp.capabilities.metric.Ceilometer
2780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2781         occurrences:
2782         - 1
2783         - UNBOUNDED
2784       host_server_oam_test_nested2Level:
2785         type: tosca.capabilities.Container
2786         valid_source_types:
2787         - tosca.nodes.SoftwareComponent
2788         occurrences:
2789         - 1
2790         - UNBOUNDED
2791       memory_server_ps:
2792         type: org.openecomp.capabilities.metric.Ceilometer
2793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2794         occurrences:
2795         - 1
2796         - UNBOUNDED
2797       disk.device.write.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2798         type: org.openecomp.capabilities.metric.Ceilometer
2799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2800         occurrences:
2801         - 1
2802         - UNBOUNDED
2803       attachment_pd_server_port:
2804         type: tosca.capabilities.Attachment
2805         occurrences:
2806         - 1
2807         - UNBOUNDED
2808       disk.write.requests_server_pd:
2809         type: org.openecomp.capabilities.metric.Ceilometer
2810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2811         occurrences:
2812         - 1
2813         - UNBOUNDED
2814       scalable_server_oam_test_nested2Level:
2815         type: tosca.capabilities.Scalable
2816         occurrences:
2817         - 1
2818         - UNBOUNDED
2819       network.incoming.bytes_cmaui_port_7_test_resourceGroup_test_nested2Level:
2820         type: org.openecomp.capabilities.metric.Ceilometer
2821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2822         occurrences:
2823         - 1
2824         - UNBOUNDED
2825       disk.device.latency_server_sm_test_nested2Level:
2826         type: org.openecomp.capabilities.metric.Ceilometer
2827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2828         occurrences:
2829         - 1
2830         - UNBOUNDED
2831       disk.allocation_server_sm_test_nested2Level:
2832         type: org.openecomp.capabilities.metric.Ceilometer
2833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2834         occurrences:
2835         - 1
2836         - UNBOUNDED
2837       disk.device.write.bytes_server_ps:
2838         type: org.openecomp.capabilities.metric.Ceilometer
2839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2840         occurrences:
2841         - 1
2842         - UNBOUNDED
2843       disk.root.size_server_ps:
2844         type: org.openecomp.capabilities.metric.Ceilometer
2845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2846         occurrences:
2847         - 1
2848         - UNBOUNDED
2849       disk.device.read.requests.rate_server_ps:
2850         type: org.openecomp.capabilities.metric.Ceilometer
2851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2852         occurrences:
2853         - 1
2854         - UNBOUNDED
2855       network.outgoing.bytes_pd_server_port:
2856         type: org.openecomp.capabilities.metric.Ceilometer
2857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2858         occurrences:
2859         - 1
2860         - UNBOUNDED
2861       feature_cmaui_port_8_test_resourceGroup_test_nested2Level:
2862         type: tosca.capabilities.Node
2863         occurrences:
2864         - 1
2865         - UNBOUNDED
2866       disk.write.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2867         type: org.openecomp.capabilities.metric.Ceilometer
2868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2869         occurrences:
2870         - 1
2871         - UNBOUNDED
2872       disk.device.usage_server_oam_test_nested2Level:
2873         type: org.openecomp.capabilities.metric.Ceilometer
2874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2875         occurrences:
2876         - 1
2877         - UNBOUNDED
2878       disk.write.requests_server_ps:
2879         type: org.openecomp.capabilities.metric.Ceilometer
2880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2881         occurrences:
2882         - 1
2883         - UNBOUNDED
2884       network.incoming.bytes_sm_server_port_test_nested2Level:
2885         type: org.openecomp.capabilities.metric.Ceilometer
2886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2887         occurrences:
2888         - 1
2889         - UNBOUNDED
2890       binding_server_pd:
2891         type: tosca.capabilities.network.Bindable
2892         occurrences:
2893         - 1
2894         - UNBOUNDED
2895       network.outgoing.bytes_cmaui_port_7_test_resourceGroup_test_nested2Level:
2896         type: org.openecomp.capabilities.metric.Ceilometer
2897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2898         occurrences:
2899         - 1
2900         - UNBOUNDED
2901       disk.device.read.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2902         type: org.openecomp.capabilities.metric.Ceilometer
2903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2904         occurrences:
2905         - 1
2906         - UNBOUNDED
2907       disk.root.size_server_pd:
2908         type: org.openecomp.capabilities.metric.Ceilometer
2909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2910         occurrences:
2911         - 1
2912         - UNBOUNDED
2913       memory.resident_server_oam_test_nested2Level:
2914         type: org.openecomp.capabilities.metric.Ceilometer
2915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2916         occurrences:
2917         - 1
2918         - UNBOUNDED
2919       disk.device.read.requests.rate_server_pd:
2920         type: org.openecomp.capabilities.metric.Ceilometer
2921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2922         occurrences:
2923         - 1
2924         - UNBOUNDED
2925       disk.device.write.bytes_server_pd:
2926         type: org.openecomp.capabilities.metric.Ceilometer
2927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2928         occurrences:
2929         - 1
2930         - UNBOUNDED
2931       memory.usage_server_oam_test_nested2Level:
2932         type: org.openecomp.capabilities.metric.Ceilometer
2933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2934         occurrences:
2935         - 1
2936         - UNBOUNDED
2937       disk.device.write.requests_server_sm_test_nested2Level:
2938         type: org.openecomp.capabilities.metric.Ceilometer
2939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2940         occurrences:
2941         - 1
2942         - UNBOUNDED
2943       memory.resident_server_pd:
2944         type: org.openecomp.capabilities.metric.Ceilometer
2945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2946         occurrences:
2947         - 1
2948         - UNBOUNDED
2949       disk.usage_server_ps:
2950         type: org.openecomp.capabilities.metric.Ceilometer
2951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2952         occurrences:
2953         - 1
2954         - UNBOUNDED
2955       cpu_util_server_pd:
2956         type: org.openecomp.capabilities.metric.Ceilometer
2957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2958         occurrences:
2959         - 1
2960         - UNBOUNDED
2961       endpoint_server_ps:
2962         type: tosca.capabilities.Endpoint.Admin
2963         occurrences:
2964         - 1
2965         - UNBOUNDED
2966       disk.read.bytes_server_sm_test_nested2Level:
2967         type: org.openecomp.capabilities.metric.Ceilometer
2968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2969         occurrences:
2970         - 1
2971         - UNBOUNDED
2972       attachment_cmaui_port_8_test_resourceGroup_test_nested2Level:
2973         type: tosca.capabilities.Attachment
2974         occurrences:
2975         - 1
2976         - UNBOUNDED
2977       disk.read.requests_server_ps:
2978         type: org.openecomp.capabilities.metric.Ceilometer
2979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2980         occurrences:
2981         - 1
2982         - UNBOUNDED
2983       memory.resident_server_ps:
2984         type: org.openecomp.capabilities.metric.Ceilometer
2985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2986         occurrences:
2987         - 1
2988         - UNBOUNDED
2989       disk.read.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2990         type: org.openecomp.capabilities.metric.Ceilometer
2991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2992         occurrences:
2993         - 1
2994         - UNBOUNDED
2995       disk.usage_server_pd:
2996         type: org.openecomp.capabilities.metric.Ceilometer
2997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2998         occurrences:
2999         - 1
3000         - UNBOUNDED
3001       binding_cmaui_port_7_test_resourceGroup_test_nested2Level:
3002         type: tosca.capabilities.network.Bindable
3003         valid_source_types:
3004         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3005         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3006         occurrences:
3007         - 0
3008         - UNBOUNDED
3009       endpoint_server_pd:
3010         type: tosca.capabilities.Endpoint.Admin
3011         occurrences:
3012         - 1
3013         - UNBOUNDED
3014       cpu_util_server_ps:
3015         type: org.openecomp.capabilities.metric.Ceilometer
3016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3017         occurrences:
3018         - 1
3019         - UNBOUNDED
3020       forwarder_pd_server_port:
3021         type: org.openecomp.capabilities.Forwarder
3022         occurrences:
3023         - 1
3024         - UNBOUNDED
3025       disk.write.bytes.rate_server_oam_test_nested2Level:
3026         type: org.openecomp.capabilities.metric.Ceilometer
3027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3028         occurrences:
3029         - 1
3030         - UNBOUNDED
3031       network.outpoing.packets_oam_server_port_test_nested2Level:
3032         type: org.openecomp.capabilities.metric.Ceilometer
3033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3034         occurrences:
3035         - 1
3036         - UNBOUNDED
3037       disk.allocation_server_pd:
3038         type: org.openecomp.capabilities.metric.Ceilometer
3039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3040         occurrences:
3041         - 1
3042         - UNBOUNDED
3043       disk.write.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
3044         type: org.openecomp.capabilities.metric.Ceilometer
3045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3046         occurrences:
3047         - 1
3048         - UNBOUNDED
3049       disk.device.write.bytes_server_oam_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       disk.device.usage_server_pd:
3056         type: org.openecomp.capabilities.metric.Ceilometer
3057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3058         occurrences:
3059         - 1
3060         - UNBOUNDED
3061       disk.allocation_server_ps:
3062         type: org.openecomp.capabilities.metric.Ceilometer
3063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3064         occurrences:
3065         - 1
3066         - UNBOUNDED
3067       disk.latency_server_oam_test_nested2Level:
3068         type: org.openecomp.capabilities.metric.Ceilometer
3069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3070         occurrences:
3071         - 1
3072         - UNBOUNDED
3073       scalable_server_cmaui_test_resourceGroup_test_nested2Level:
3074         type: tosca.capabilities.Scalable
3075         occurrences:
3076         - 1
3077         - UNBOUNDED
3078       disk.write.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
3079         type: org.openecomp.capabilities.metric.Ceilometer
3080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3081         occurrences:
3082         - 1
3083         - UNBOUNDED
3084       disk.device.read.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
3085         type: org.openecomp.capabilities.metric.Ceilometer
3086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3087         occurrences:
3088         - 1
3089         - UNBOUNDED
3090       disk.device.write.requests.rate_server_oam_test_nested2Level:
3091         type: org.openecomp.capabilities.metric.Ceilometer
3092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3093         occurrences:
3094         - 1
3095         - UNBOUNDED
3096       disk.device.usage_server_ps:
3097         type: org.openecomp.capabilities.metric.Ceilometer
3098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3099         occurrences:
3100         - 1
3101         - UNBOUNDED
3102       instance_server_sm_test_nested2Level:
3103         type: org.openecomp.capabilities.metric.Ceilometer
3104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       disk.device.write.bytes.rate_server_oam_test_nested2Level:
3109         type: org.openecomp.capabilities.metric.Ceilometer
3110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3111         occurrences:
3112         - 1
3113         - UNBOUNDED
3114       disk.device.latency_server_oam_test_nested2Level:
3115         type: org.openecomp.capabilities.metric.Ceilometer
3116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3117         occurrences:
3118         - 1
3119         - UNBOUNDED
3120       network.outgoing.packets.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
3121         type: org.openecomp.capabilities.metric.Ceilometer
3122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3123         occurrences:
3124         - 1
3125         - UNBOUNDED
3126       disk.device.write.bytes.rate_server_ps:
3127         type: org.openecomp.capabilities.metric.Ceilometer
3128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3129         occurrences:
3130         - 1
3131         - UNBOUNDED
3132       disk.write.bytes.rate_server_ps:
3133         type: org.openecomp.capabilities.metric.Ceilometer
3134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3135         occurrences:
3136         - 1
3137         - UNBOUNDED
3138       network.outgoing.bytes.rate_pd_server_port:
3139         type: org.openecomp.capabilities.metric.Ceilometer
3140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3141         occurrences:
3142         - 1
3143         - UNBOUNDED
3144       disk.device.iops_server_sm_test_nested2Level:
3145         type: org.openecomp.capabilities.metric.Ceilometer
3146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3147         occurrences:
3148         - 1
3149         - UNBOUNDED
3150       network.outgoing.packets.rate_pd_server_port:
3151         type: org.openecomp.capabilities.metric.Ceilometer
3152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3153         occurrences:
3154         - 1
3155         - UNBOUNDED
3156       binding_pd_server_port:
3157         type: tosca.capabilities.network.Bindable
3158         valid_source_types:
3159         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3160         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3161         occurrences:
3162         - 0
3163         - UNBOUNDED
3164       disk.write.bytes.rate_server_sm_test_nested2Level:
3165         type: org.openecomp.capabilities.metric.Ceilometer
3166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3167         occurrences:
3168         - 1
3169         - UNBOUNDED
3170       disk.device.iops_server_cmaui_test_resourceGroup_test_nested2Level:
3171         type: org.openecomp.capabilities.metric.Ceilometer
3172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3173         occurrences:
3174         - 1
3175         - UNBOUNDED
3176       disk.device.capacity_server_cmaui_test_resourceGroup_test_nested2Level:
3177         type: org.openecomp.capabilities.metric.Ceilometer
3178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3179         occurrences:
3180         - 1
3181         - UNBOUNDED
3182       disk.allocation_server_cmaui_test_resourceGroup_test_nested2Level:
3183         type: org.openecomp.capabilities.metric.Ceilometer
3184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3185         occurrences:
3186         - 1
3187         - UNBOUNDED
3188       disk.device.write.bytes.rate_server_pd:
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.device.read.requests_server_oam_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       os_server_ps:
3201         type: tosca.capabilities.OperatingSystem
3202         occurrences:
3203         - 1
3204         - UNBOUNDED
3205       cpu_util_server_sm_test_nested2Level:
3206         type: org.openecomp.capabilities.metric.Ceilometer
3207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3208         occurrences:
3209         - 1
3210         - UNBOUNDED
3211       disk.usage_server_oam_test_nested2Level:
3212         type: org.openecomp.capabilities.metric.Ceilometer
3213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3214         occurrences:
3215         - 1
3216         - UNBOUNDED
3217       binding_server_cmaui_test_resourceGroup_test_nested2Level:
3218         type: tosca.capabilities.network.Bindable
3219         occurrences:
3220         - 1
3221         - UNBOUNDED
3222       binding_oam_server_port_test_nested2Level:
3223         type: tosca.capabilities.network.Bindable
3224         valid_source_types:
3225         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3226         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3227         occurrences:
3228         - 0
3229         - UNBOUNDED
3230       network.outgoing.bytes.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
3231         type: org.openecomp.capabilities.metric.Ceilometer
3232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3233         occurrences:
3234         - 1
3235         - UNBOUNDED
3236       feature_server_ps:
3237         type: tosca.capabilities.Node
3238         occurrences:
3239         - 1
3240         - UNBOUNDED
3241       disk.device.iops_server_pd:
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.read.requests_server_pd:
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       os_server_pd:
3254         type: tosca.capabilities.OperatingSystem
3255         occurrences:
3256         - 1
3257         - UNBOUNDED
3258       network.outgoing.bytes.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
3259         type: org.openecomp.capabilities.metric.Ceilometer
3260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3261         occurrences:
3262         - 1
3263         - UNBOUNDED
3264       cpu_server_sm_test_nested2Level:
3265         type: org.openecomp.capabilities.metric.Ceilometer
3266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3267         occurrences:
3268         - 1
3269         - UNBOUNDED
3270       disk.write.bytes_server_pd:
3271         type: org.openecomp.capabilities.metric.Ceilometer
3272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3273         occurrences:
3274         - 1
3275         - UNBOUNDED
3276       disk.write.bytes.rate_server_pd:
3277         type: org.openecomp.capabilities.metric.Ceilometer
3278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3279         occurrences:
3280         - 1
3281         - UNBOUNDED
3282       disk.device.read.bytes_server_sm_test_nested2Level:
3283         type: org.openecomp.capabilities.metric.Ceilometer
3284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3285         occurrences:
3286         - 1
3287         - UNBOUNDED
3288       network.incoming.packets_sm_server_port_test_nested2Level:
3289         type: org.openecomp.capabilities.metric.Ceilometer
3290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3291         occurrences:
3292         - 1
3293         - UNBOUNDED
3294       disk.device.iops_server_ps:
3295         type: org.openecomp.capabilities.metric.Ceilometer
3296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3297         occurrences:
3298         - 1
3299         - UNBOUNDED
3300       feature_server_pd:
3301         type: tosca.capabilities.Node
3302         occurrences:
3303         - 1
3304         - UNBOUNDED
3305       disk.device.latency_server_cmaui_test_resourceGroup_test_nested2Level:
3306         type: org.openecomp.capabilities.metric.Ceilometer
3307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3308         occurrences:
3309         - 1
3310         - UNBOUNDED
3311       feature_test_resourceGroup_test_nested2Level:
3312         type: tosca.capabilities.Node
3313         occurrences:
3314         - 1
3315         - UNBOUNDED
3316       attachment_sm_server_port_test_nested2Level:
3317         type: tosca.capabilities.Attachment
3318         occurrences:
3319         - 1
3320         - UNBOUNDED
3321       disk.capacity_server_sm_test_nested2Level:
3322         type: org.openecomp.capabilities.metric.Ceilometer
3323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3324         occurrences:
3325         - 1
3326         - UNBOUNDED
3327       disk.iops_server_cmaui_test_resourceGroup_test_nested2Level:
3328         type: org.openecomp.capabilities.metric.Ceilometer
3329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3330         occurrences:
3331         - 1
3332         - UNBOUNDED
3333       attachment_cmaui_port_7_test_resourceGroup_test_nested2Level:
3334         type: tosca.capabilities.Attachment
3335         occurrences:
3336         - 1
3337         - UNBOUNDED
3338   org.openecomp.resource.abstract.nodes.heat.nested2:
3339     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
3340     properties:
3341       p1:
3342         type: string
3343         description: UID of OAM network
3344         required: true
3345         status: SUPPORTED
3346       p2:
3347         type: string
3348         description: UID of OAM network
3349         required: true
3350         status: SUPPORTED
3351       net2:
3352         type: string
3353         description: Contrail V2 network
3354         required: true
3355         status: SUPPORTED
3356       net1:
3357         type: string
3358         description: Neutron network
3359         required: true
3360         status: SUPPORTED
3361       security_group_name:
3362         type: list
3363         description: CMAUI1, CMAUI2 server names
3364         required: true
3365         status: SUPPORTED
3366         entry_schema:
3367           type: string
3368       sm_server_names:
3369         type: list
3370         description: SM server names
3371         required: true
3372         status: SUPPORTED
3373         entry_schema:
3374           type: string
3375       oam_server_image:
3376         type: string
3377         description: OAM Image server
3378         required: true
3379         status: SUPPORTED
3380       oam_server_ips:
3381         type: string
3382         required: true
3383         status: SUPPORTED
3384       oam_server_flavor:
3385         type: string
3386         description: Flavor for OAM server
3387         required: true
3388         status: SUPPORTED
3389       sm_server_ips:
3390         type: string
3391         required: true
3392         status: SUPPORTED
3393       availability_zone_0:
3394         type: string
3395         description: availabilityzone name
3396         required: true
3397         status: SUPPORTED
3398       net:
3399         type: string
3400         required: true
3401         status: SUPPORTED
3402       oam_server_names:
3403         type: list
3404         description: OAM server names
3405         required: true
3406         status: SUPPORTED
3407         entry_schema:
3408           type: string
3409       sm_server_flavor:
3410         type: string
3411         description: Flavor for SM server
3412         required: true
3413         status: SUPPORTED
3414       sm_server_image:
3415         type: string
3416         description: SM Image server
3417         required: true
3418         status: SUPPORTED
3419     requirements:
3420     - dependency_oam_server_port:
3421         capability: tosca.capabilities.Node
3422         node: tosca.nodes.Root
3423         relationship: tosca.relationships.DependsOn
3424         occurrences:
3425         - 0
3426         - UNBOUNDED
3427     - link_oam_server_port:
3428         capability: tosca.capabilities.network.Linkable
3429         relationship: tosca.relationships.network.LinksTo
3430         occurrences:
3431         - 1
3432         - 1
3433     - dependency_server_oam:
3434         capability: tosca.capabilities.Node
3435         node: tosca.nodes.Root
3436         relationship: tosca.relationships.DependsOn
3437         occurrences:
3438         - 0
3439         - UNBOUNDED
3440     - local_storage_server_oam:
3441         capability: tosca.capabilities.Attachment
3442         node: tosca.nodes.BlockStorage
3443         relationship: tosca.relationships.AttachesTo
3444         occurrences:
3445         - 0
3446         - UNBOUNDED
3447     - dependency_test_resourceGroup:
3448         capability: tosca.capabilities.Node
3449         node: tosca.nodes.Root
3450         relationship: tosca.relationships.DependsOn
3451         occurrences:
3452         - 0
3453         - UNBOUNDED
3454     - dependency_cmaui_port_7_test_resourceGroup:
3455         capability: tosca.capabilities.Node
3456         node: tosca.nodes.Root
3457         relationship: tosca.relationships.DependsOn
3458         occurrences:
3459         - 0
3460         - UNBOUNDED
3461     - link_cmaui_port_7_test_resourceGroup:
3462         capability: tosca.capabilities.network.Linkable
3463         relationship: tosca.relationships.network.LinksTo
3464         occurrences:
3465         - 1
3466         - 1
3467     - dependency_cmaui_port_8_test_resourceGroup:
3468         capability: tosca.capabilities.Node
3469         node: tosca.nodes.Root
3470         relationship: tosca.relationships.DependsOn
3471         occurrences:
3472         - 0
3473         - UNBOUNDED
3474     - link_cmaui_port_8_test_resourceGroup:
3475         capability: tosca.capabilities.network.Linkable
3476         relationship: tosca.relationships.network.LinksTo
3477         occurrences:
3478         - 1
3479         - 1
3480     - dependency_server_cmaui_test_resourceGroup:
3481         capability: tosca.capabilities.Node
3482         node: tosca.nodes.Root
3483         relationship: tosca.relationships.DependsOn
3484         occurrences:
3485         - 0
3486         - UNBOUNDED
3487     - local_storage_server_cmaui_test_resourceGroup:
3488         capability: tosca.capabilities.Attachment
3489         node: tosca.nodes.BlockStorage
3490         relationship: tosca.relationships.AttachesTo
3491         occurrences:
3492         - 0
3493         - UNBOUNDED
3494     - dependency_sm_server_port:
3495         capability: tosca.capabilities.Node
3496         node: tosca.nodes.Root
3497         relationship: tosca.relationships.DependsOn
3498         occurrences:
3499         - 0
3500         - UNBOUNDED
3501     - link_sm_server_port:
3502         capability: tosca.capabilities.network.Linkable
3503         relationship: tosca.relationships.network.LinksTo
3504         occurrences:
3505         - 1
3506         - 1
3507     - dependency_server_sm:
3508         capability: tosca.capabilities.Node
3509         node: tosca.nodes.Root
3510         relationship: tosca.relationships.DependsOn
3511         occurrences:
3512         - 0
3513         - UNBOUNDED
3514     - local_storage_server_sm:
3515         capability: tosca.capabilities.Attachment
3516         node: tosca.nodes.BlockStorage
3517         relationship: tosca.relationships.AttachesTo
3518         occurrences:
3519         - 0
3520         - UNBOUNDED
3521     capabilities:
3522       network.outpoing.packets_cmaui_port_7_test_resourceGroup:
3523         type: org.openecomp.capabilities.metric.Ceilometer
3524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3525         occurrences:
3526         - 1
3527         - UNBOUNDED
3528       binding_cmaui_port_7_test_resourceGroup:
3529         type: tosca.capabilities.network.Bindable
3530         valid_source_types:
3531         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3532         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3533         occurrences:
3534         - 0
3535         - UNBOUNDED
3536       memory.resident_server_cmaui_test_resourceGroup:
3537         type: org.openecomp.capabilities.metric.Ceilometer
3538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3539         occurrences:
3540         - 1
3541         - UNBOUNDED
3542       network.outgoing.bytes.rate_cmaui_port_7_test_resourceGroup:
3543         type: org.openecomp.capabilities.metric.Ceilometer
3544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3545         occurrences:
3546         - 1
3547         - UNBOUNDED
3548       os_server_sm:
3549         type: tosca.capabilities.OperatingSystem
3550         occurrences:
3551         - 1
3552         - UNBOUNDED
3553       disk.capacity_server_sm:
3554         type: org.openecomp.capabilities.metric.Ceilometer
3555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3556         occurrences:
3557         - 1
3558         - UNBOUNDED
3559       memory_server_oam:
3560         type: org.openecomp.capabilities.metric.Ceilometer
3561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3562         occurrences:
3563         - 1
3564         - UNBOUNDED
3565       feature_cmaui_port_8_test_resourceGroup:
3566         type: tosca.capabilities.Node
3567         occurrences:
3568         - 1
3569         - UNBOUNDED
3570       disk.write.bytes_server_cmaui_test_resourceGroup:
3571         type: org.openecomp.capabilities.metric.Ceilometer
3572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3573         occurrences:
3574         - 1
3575         - UNBOUNDED
3576       disk.device.iops_server_oam:
3577         type: org.openecomp.capabilities.metric.Ceilometer
3578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3579         occurrences:
3580         - 1
3581         - UNBOUNDED
3582       disk.device.usage_server_sm:
3583         type: org.openecomp.capabilities.metric.Ceilometer
3584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3585         occurrences:
3586         - 1
3587         - UNBOUNDED
3588       disk.device.write.requests.rate_server_sm:
3589         type: org.openecomp.capabilities.metric.Ceilometer
3590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3591         occurrences:
3592         - 1
3593         - UNBOUNDED
3594       disk.allocation_server_oam:
3595         type: org.openecomp.capabilities.metric.Ceilometer
3596         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3597         occurrences:
3598         - 1
3599         - UNBOUNDED
3600       feature_server_cmaui_test_resourceGroup:
3601         type: tosca.capabilities.Node
3602         occurrences:
3603         - 1
3604         - UNBOUNDED
3605       network.incoming.packets_sm_server_port:
3606         type: org.openecomp.capabilities.metric.Ceilometer
3607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3608         occurrences:
3609         - 1
3610         - UNBOUNDED
3611       disk.write.bytes.rate_server_sm:
3612         type: org.openecomp.capabilities.metric.Ceilometer
3613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3614         occurrences:
3615         - 1
3616         - UNBOUNDED
3617       feature_oam_server_port:
3618         type: tosca.capabilities.Node
3619         occurrences:
3620         - 1
3621         - UNBOUNDED
3622       disk.usage_server_oam:
3623         type: org.openecomp.capabilities.metric.Ceilometer
3624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3625         occurrences:
3626         - 1
3627         - UNBOUNDED
3628       disk.device.iops_server_cmaui_test_resourceGroup:
3629         type: org.openecomp.capabilities.metric.Ceilometer
3630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3631         occurrences:
3632         - 1
3633         - UNBOUNDED
3634       instance_server_sm:
3635         type: org.openecomp.capabilities.metric.Ceilometer
3636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3637         occurrences:
3638         - 1
3639         - UNBOUNDED
3640       disk.device.latency_server_oam:
3641         type: org.openecomp.capabilities.metric.Ceilometer
3642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3643         occurrences:
3644         - 1
3645         - UNBOUNDED
3646       disk.root.size_server_oam:
3647         type: org.openecomp.capabilities.metric.Ceilometer
3648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3649         occurrences:
3650         - 1
3651         - UNBOUNDED
3652       host_server_sm:
3653         type: tosca.capabilities.Container
3654         valid_source_types:
3655         - tosca.nodes.SoftwareComponent
3656         occurrences:
3657         - 1
3658         - UNBOUNDED
3659       memory.usage_server_oam:
3660         type: org.openecomp.capabilities.metric.Ceilometer
3661         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3662         occurrences:
3663         - 1
3664         - UNBOUNDED
3665       disk.capacity_server_cmaui_test_resourceGroup:
3666         type: org.openecomp.capabilities.metric.Ceilometer
3667         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3668         occurrences:
3669         - 1
3670         - UNBOUNDED
3671       disk.read.bytes_server_oam:
3672         type: org.openecomp.capabilities.metric.Ceilometer
3673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3674         occurrences:
3675         - 1
3676         - UNBOUNDED
3677       disk.read.requests_server_oam:
3678         type: org.openecomp.capabilities.metric.Ceilometer
3679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3680         occurrences:
3681         - 1
3682         - UNBOUNDED
3683       forwarder_oam_server_port:
3684         type: org.openecomp.capabilities.Forwarder
3685         occurrences:
3686         - 1
3687         - UNBOUNDED
3688       cpu_util_server_sm:
3689         type: org.openecomp.capabilities.metric.Ceilometer
3690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3691         occurrences:
3692         - 1
3693         - UNBOUNDED
3694       network.incoming.bytes_cmaui_port_8_test_resourceGroup:
3695         type: org.openecomp.capabilities.metric.Ceilometer
3696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3697         occurrences:
3698         - 1
3699         - UNBOUNDED
3700       disk.device.capacity_server_sm:
3701         type: org.openecomp.capabilities.metric.Ceilometer
3702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3703         occurrences:
3704         - 1
3705         - UNBOUNDED
3706       disk.device.read.bytes_server_oam:
3707         type: org.openecomp.capabilities.metric.Ceilometer
3708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3709         occurrences:
3710         - 1
3711         - UNBOUNDED
3712       forwarder_sm_server_port:
3713         type: org.openecomp.capabilities.Forwarder
3714         occurrences:
3715         - 1
3716         - UNBOUNDED
3717       network.incoming.bytes_oam_server_port:
3718         type: org.openecomp.capabilities.metric.Ceilometer
3719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3720         occurrences:
3721         - 1
3722         - UNBOUNDED
3723       network.outgoing.bytes.rate_cmaui_port_8_test_resourceGroup:
3724         type: org.openecomp.capabilities.metric.Ceilometer
3725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3726         occurrences:
3727         - 1
3728         - UNBOUNDED
3729       disk.device.iops_server_sm:
3730         type: org.openecomp.capabilities.metric.Ceilometer
3731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3732         occurrences:
3733         - 1
3734         - UNBOUNDED
3735       disk.device.read.requests.rate_server_oam:
3736         type: org.openecomp.capabilities.metric.Ceilometer
3737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3738         occurrences:
3739         - 1
3740         - UNBOUNDED
3741       disk.device.latency_server_cmaui_test_resourceGroup:
3742         type: org.openecomp.capabilities.metric.Ceilometer
3743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3744         occurrences:
3745         - 1
3746         - UNBOUNDED
3747       vcpus_server_oam:
3748         type: org.openecomp.capabilities.metric.Ceilometer
3749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3750         occurrences:
3751         - 1
3752         - UNBOUNDED
3753       disk.device.read.bytes_server_sm:
3754         type: org.openecomp.capabilities.metric.Ceilometer
3755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3756         occurrences:
3757         - 1
3758         - UNBOUNDED
3759       disk.read.bytes.rate_server_oam:
3760         type: org.openecomp.capabilities.metric.Ceilometer
3761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3762         occurrences:
3763         - 1
3764         - UNBOUNDED
3765       disk.write.bytes_server_oam:
3766         type: org.openecomp.capabilities.metric.Ceilometer
3767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3768         occurrences:
3769         - 1
3770         - UNBOUNDED
3771       disk.write.requests.rate_server_cmaui_test_resourceGroup:
3772         type: org.openecomp.capabilities.metric.Ceilometer
3773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3774         occurrences:
3775         - 1
3776         - UNBOUNDED
3777       instance_server_cmaui_test_resourceGroup:
3778         type: org.openecomp.capabilities.metric.Ceilometer
3779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3780         occurrences:
3781         - 1
3782         - UNBOUNDED
3783       disk.latency_server_sm:
3784         type: org.openecomp.capabilities.metric.Ceilometer
3785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3786         occurrences:
3787         - 1
3788         - UNBOUNDED
3789       disk.iops_server_cmaui_test_resourceGroup:
3790         type: org.openecomp.capabilities.metric.Ceilometer
3791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3792         occurrences:
3793         - 1
3794         - UNBOUNDED
3795       disk.device.allocation_server_oam:
3796         type: org.openecomp.capabilities.metric.Ceilometer
3797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3798         occurrences:
3799         - 1
3800         - UNBOUNDED
3801       attachment_oam_server_port:
3802         type: tosca.capabilities.Attachment
3803         occurrences:
3804         - 1
3805         - UNBOUNDED
3806       forwarder_cmaui_port_8_test_resourceGroup:
3807         type: org.openecomp.capabilities.Forwarder
3808         occurrences:
3809         - 1
3810         - UNBOUNDED
3811       scalable_server_oam:
3812         type: tosca.capabilities.Scalable
3813         occurrences:
3814         - 1
3815         - UNBOUNDED
3816       disk.root.size_server_cmaui_test_resourceGroup:
3817         type: org.openecomp.capabilities.metric.Ceilometer
3818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3819         occurrences:
3820         - 1
3821         - UNBOUNDED
3822       cpu_util_server_oam:
3823         type: org.openecomp.capabilities.metric.Ceilometer
3824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3825         occurrences:
3826         - 1
3827         - UNBOUNDED
3828       disk.device.usage_server_cmaui_test_resourceGroup:
3829         type: org.openecomp.capabilities.metric.Ceilometer
3830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3831         occurrences:
3832         - 1
3833         - UNBOUNDED
3834       disk.write.bytes.rate_server_cmaui_test_resourceGroup:
3835         type: org.openecomp.capabilities.metric.Ceilometer
3836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3837         occurrences:
3838         - 1
3839         - UNBOUNDED
3840       disk.latency_server_cmaui_test_resourceGroup:
3841         type: org.openecomp.capabilities.metric.Ceilometer
3842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3843         occurrences:
3844         - 1
3845         - UNBOUNDED
3846       feature_server_sm:
3847         type: tosca.capabilities.Node
3848         occurrences:
3849         - 1
3850         - UNBOUNDED
3851       cpu.delta_server_oam:
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       host_server_oam:
3858         type: tosca.capabilities.Container
3859         valid_source_types:
3860         - tosca.nodes.SoftwareComponent
3861         occurrences:
3862         - 1
3863         - UNBOUNDED
3864       cpu_server_cmaui_test_resourceGroup:
3865         type: org.openecomp.capabilities.metric.Ceilometer
3866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3867         occurrences:
3868         - 1
3869         - UNBOUNDED
3870       cpu.delta_server_sm:
3871         type: org.openecomp.capabilities.metric.Ceilometer
3872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3873         occurrences:
3874         - 1
3875         - UNBOUNDED
3876       binding_server_oam:
3877         type: tosca.capabilities.network.Bindable
3878         occurrences:
3879         - 1
3880         - UNBOUNDED
3881       disk.device.capacity_server_oam:
3882         type: org.openecomp.capabilities.metric.Ceilometer
3883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3884         occurrences:
3885         - 1
3886         - UNBOUNDED
3887       binding_server_cmaui_test_resourceGroup:
3888         type: tosca.capabilities.network.Bindable
3889         occurrences:
3890         - 1
3891         - UNBOUNDED
3892       disk.device.write.bytes.rate_server_sm:
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       disk.write.bytes_server_sm:
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:
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_cmaui_port_8_test_resourceGroup:
3911         type: tosca.capabilities.Attachment
3912         occurrences:
3913         - 1
3914         - UNBOUNDED
3915       network.incoming.packets_cmaui_port_8_test_resourceGroup:
3916         type: org.openecomp.capabilities.metric.Ceilometer
3917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3918         occurrences:
3919         - 1
3920         - UNBOUNDED
3921       disk.device.allocation_server_cmaui_test_resourceGroup:
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       attachment_cmaui_port_7_test_resourceGroup:
3928         type: tosca.capabilities.Attachment
3929         occurrences:
3930         - 1
3931         - UNBOUNDED
3932       disk.device.read.requests_server_oam:
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       disk.device.write.requests.rate_server_oam:
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       endpoint_server_sm:
3945         type: tosca.capabilities.Endpoint.Admin
3946         occurrences:
3947         - 1
3948         - UNBOUNDED
3949       disk.device.allocation_server_sm:
3950         type: org.openecomp.capabilities.metric.Ceilometer
3951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3952         occurrences:
3953         - 1
3954         - UNBOUNDED
3955       feature_server_oam:
3956         type: tosca.capabilities.Node
3957         occurrences:
3958         - 1
3959         - UNBOUNDED
3960       feature_test_resourceGroup:
3961         type: tosca.capabilities.Node
3962         occurrences:
3963         - 1
3964         - UNBOUNDED
3965       disk.read.requests_server_sm:
3966         type: org.openecomp.capabilities.metric.Ceilometer
3967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3968         occurrences:
3969         - 1
3970         - UNBOUNDED
3971       binding_cmaui_port_8_test_resourceGroup:
3972         type: tosca.capabilities.network.Bindable
3973         valid_source_types:
3974         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3975         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3976         occurrences:
3977         - 0
3978         - UNBOUNDED
3979       disk.write.bytes.rate_server_oam:
3980         type: org.openecomp.capabilities.metric.Ceilometer
3981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3982         occurrences:
3983         - 1
3984         - UNBOUNDED
3985       disk.allocation_server_cmaui_test_resourceGroup:
3986         type: org.openecomp.capabilities.metric.Ceilometer
3987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3988         occurrences:
3989         - 1
3990         - UNBOUNDED
3991       memory.resident_server_sm:
3992         type: org.openecomp.capabilities.metric.Ceilometer
3993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3994         occurrences:
3995         - 1
3996         - UNBOUNDED
3997       disk.device.read.requests_server_cmaui_test_resourceGroup:
3998         type: org.openecomp.capabilities.metric.Ceilometer
3999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4000         occurrences:
4001         - 1
4002         - UNBOUNDED
4003       network.incoming.packets_cmaui_port_7_test_resourceGroup:
4004         type: org.openecomp.capabilities.metric.Ceilometer
4005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4006         occurrences:
4007         - 1
4008         - UNBOUNDED
4009       cpu_server_oam:
4010         type: org.openecomp.capabilities.metric.Ceilometer
4011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4012         occurrences:
4013         - 1
4014         - UNBOUNDED
4015       host_server_cmaui_test_resourceGroup:
4016         type: tosca.capabilities.Container
4017         valid_source_types:
4018         - tosca.nodes.SoftwareComponent
4019         occurrences:
4020         - 1
4021         - UNBOUNDED
4022       memory_server_sm:
4023         type: org.openecomp.capabilities.metric.Ceilometer
4024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4025         occurrences:
4026         - 1
4027         - UNBOUNDED
4028       scalable_server_sm:
4029         type: tosca.capabilities.Scalable
4030         occurrences:
4031         - 1
4032         - UNBOUNDED
4033       scalable_server_cmaui_test_resourceGroup:
4034         type: tosca.capabilities.Scalable
4035         occurrences:
4036         - 1
4037         - UNBOUNDED
4038       disk.device.read.bytes.rate_server_cmaui_test_resourceGroup:
4039         type: org.openecomp.capabilities.metric.Ceilometer
4040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4041         occurrences:
4042         - 1
4043         - UNBOUNDED
4044       network.outgoing.packets.rate_sm_server_port:
4045         type: org.openecomp.capabilities.metric.Ceilometer
4046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4047         occurrences:
4048         - 1
4049         - UNBOUNDED
4050       binding_sm_server_port:
4051         type: tosca.capabilities.network.Bindable
4052         valid_source_types:
4053         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4054         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4055         occurrences:
4056         - 0
4057         - UNBOUNDED
4058       network.outgoing.bytes.rate_sm_server_port:
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       disk.write.requests_server_oam:
4065         type: org.openecomp.capabilities.metric.Ceilometer
4066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4067         occurrences:
4068         - 1
4069         - UNBOUNDED
4070       disk.device.read.bytes_server_cmaui_test_resourceGroup:
4071         type: org.openecomp.capabilities.metric.Ceilometer
4072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4073         occurrences:
4074         - 1
4075         - UNBOUNDED
4076       disk.device.latency_server_sm:
4077         type: org.openecomp.capabilities.metric.Ceilometer
4078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4079         occurrences:
4080         - 1
4081         - UNBOUNDED
4082       memory.usage_server_sm:
4083         type: org.openecomp.capabilities.metric.Ceilometer
4084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4085         occurrences:
4086         - 1
4087         - UNBOUNDED
4088       memory.resident_server_oam:
4089         type: org.openecomp.capabilities.metric.Ceilometer
4090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4091         occurrences:
4092         - 1
4093         - UNBOUNDED
4094       network.incoming.bytes.rate_cmaui_port_8_test_resourceGroup:
4095         type: org.openecomp.capabilities.metric.Ceilometer
4096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4097         occurrences:
4098         - 1
4099         - UNBOUNDED
4100       feature_sm_server_port:
4101         type: tosca.capabilities.Node
4102         occurrences:
4103         - 1
4104         - UNBOUNDED
4105       disk.device.write.requests_server_sm:
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       network.incoming.packets.rate_cmaui_port_7_test_resourceGroup:
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       forwarder_cmaui_port_7_test_resourceGroup:
4118         type: org.openecomp.capabilities.Forwarder
4119         occurrences:
4120         - 1
4121         - UNBOUNDED
4122       disk.write.requests_server_cmaui_test_resourceGroup:
4123         type: org.openecomp.capabilities.metric.Ceilometer
4124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4125         occurrences:
4126         - 1
4127         - UNBOUNDED
4128       disk.device.write.bytes_server_cmaui_test_resourceGroup:
4129         type: org.openecomp.capabilities.metric.Ceilometer
4130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4131         occurrences:
4132         - 1
4133         - UNBOUNDED
4134       disk.device.write.requests_server_oam:
4135         type: org.openecomp.capabilities.metric.Ceilometer
4136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4137         occurrences:
4138         - 1
4139         - UNBOUNDED
4140       disk.read.bytes_server_sm:
4141         type: org.openecomp.capabilities.metric.Ceilometer
4142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4143         occurrences:
4144         - 1
4145         - UNBOUNDED
4146       disk.device.write.requests.rate_server_cmaui_test_resourceGroup:
4147         type: org.openecomp.capabilities.metric.Ceilometer
4148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4149         occurrences:
4150         - 1
4151         - UNBOUNDED
4152       disk.device.write.bytes.rate_server_cmaui_test_resourceGroup:
4153         type: org.openecomp.capabilities.metric.Ceilometer
4154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4155         occurrences:
4156         - 1
4157         - UNBOUNDED
4158       cpu_server_sm:
4159         type: org.openecomp.capabilities.metric.Ceilometer
4160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4161         occurrences:
4162         - 1
4163         - UNBOUNDED
4164       endpoint_server_cmaui_test_resourceGroup:
4165         type: tosca.capabilities.Endpoint.Admin
4166         occurrences:
4167         - 1
4168         - UNBOUNDED
4169       network.outpoing.packets_sm_server_port:
4170         type: org.openecomp.capabilities.metric.Ceilometer
4171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4172         occurrences:
4173         - 1
4174         - UNBOUNDED
4175       network.outgoing.packets.rate_cmaui_port_7_test_resourceGroup:
4176         type: org.openecomp.capabilities.metric.Ceilometer
4177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4178         occurrences:
4179         - 1
4180         - UNBOUNDED
4181       network.incoming.bytes.rate_oam_server_port:
4182         type: org.openecomp.capabilities.metric.Ceilometer
4183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4184         occurrences:
4185         - 1
4186         - UNBOUNDED
4187       disk.device.usage_server_oam:
4188         type: org.openecomp.capabilities.metric.Ceilometer
4189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4190         occurrences:
4191         - 1
4192         - UNBOUNDED
4193       network.outgoing.packets.rate_oam_server_port:
4194         type: org.openecomp.capabilities.metric.Ceilometer
4195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4196         occurrences:
4197         - 1
4198         - UNBOUNDED
4199       network.incoming.packets.rate_sm_server_port:
4200         type: org.openecomp.capabilities.metric.Ceilometer
4201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4202         occurrences:
4203         - 1
4204         - UNBOUNDED
4205       binding_oam_server_port:
4206         type: tosca.capabilities.network.Bindable
4207         valid_source_types:
4208         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4209         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4210         occurrences:
4211         - 0
4212         - UNBOUNDED
4213       disk.device.capacity_server_cmaui_test_resourceGroup:
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       network.incoming.packets.rate_oam_server_port:
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       disk.device.write.bytes_server_oam:
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.device.read.requests_server_sm:
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       disk.device.write.requests_server_cmaui_test_resourceGroup:
4238         type: org.openecomp.capabilities.metric.Ceilometer
4239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4240         occurrences:
4241         - 1
4242         - UNBOUNDED
4243       disk.read.bytes_server_cmaui_test_resourceGroup:
4244         type: org.openecomp.capabilities.metric.Ceilometer
4245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4246         occurrences:
4247         - 1
4248         - UNBOUNDED
4249       disk.device.read.bytes.rate_server_sm:
4250         type: org.openecomp.capabilities.metric.Ceilometer
4251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4252         occurrences:
4253         - 1
4254         - UNBOUNDED
4255       disk.ephemeral.size_server_oam:
4256         type: org.openecomp.capabilities.metric.Ceilometer
4257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4258         occurrences:
4259         - 1
4260         - UNBOUNDED
4261       network.outpoing.packets_oam_server_port:
4262         type: org.openecomp.capabilities.metric.Ceilometer
4263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4264         occurrences:
4265         - 1
4266         - UNBOUNDED
4267       os_server_oam:
4268         type: tosca.capabilities.OperatingSystem
4269         occurrences:
4270         - 1
4271         - UNBOUNDED
4272       network.outgoing.bytes_cmaui_port_7_test_resourceGroup:
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       disk.capacity_server_oam:
4279         type: org.openecomp.capabilities.metric.Ceilometer
4280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4281         occurrences:
4282         - 1
4283         - UNBOUNDED
4284       disk.write.requests_server_sm:
4285         type: org.openecomp.capabilities.metric.Ceilometer
4286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4287         occurrences:
4288         - 1
4289         - UNBOUNDED
4290       network.incoming.bytes_cmaui_port_7_test_resourceGroup:
4291         type: org.openecomp.capabilities.metric.Ceilometer
4292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4293         occurrences:
4294         - 1
4295         - UNBOUNDED
4296       disk.ephemeral.size_server_sm:
4297         type: org.openecomp.capabilities.metric.Ceilometer
4298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4299         occurrences:
4300         - 1
4301         - UNBOUNDED
4302       disk.usage_server_cmaui_test_resourceGroup:
4303         type: org.openecomp.capabilities.metric.Ceilometer
4304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4305         occurrences:
4306         - 1
4307         - UNBOUNDED
4308       disk.read.bytes.rate_server_sm:
4309         type: org.openecomp.capabilities.metric.Ceilometer
4310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4311         occurrences:
4312         - 1
4313         - UNBOUNDED
4314       endpoint_server_oam:
4315         type: tosca.capabilities.Endpoint.Admin
4316         occurrences:
4317         - 1
4318         - UNBOUNDED
4319       network.outpoing.packets_cmaui_port_8_test_resourceGroup:
4320         type: org.openecomp.capabilities.metric.Ceilometer
4321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4322         occurrences:
4323         - 1
4324         - UNBOUNDED
4325       disk.device.read.requests.rate_server_sm:
4326         type: org.openecomp.capabilities.metric.Ceilometer
4327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4328         occurrences:
4329         - 1
4330         - UNBOUNDED
4331       os_server_cmaui_test_resourceGroup:
4332         type: tosca.capabilities.OperatingSystem
4333         occurrences:
4334         - 1
4335         - UNBOUNDED
4336       binding_server_sm:
4337         type: tosca.capabilities.network.Bindable
4338         occurrences:
4339         - 1
4340         - UNBOUNDED
4341       disk.root.size_server_sm:
4342         type: org.openecomp.capabilities.metric.Ceilometer
4343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4344         occurrences:
4345         - 1
4346         - UNBOUNDED
4347       network.outgoing.bytes_oam_server_port:
4348         type: org.openecomp.capabilities.metric.Ceilometer
4349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4350         occurrences:
4351         - 1
4352         - UNBOUNDED
4353       disk.allocation_server_sm:
4354         type: org.openecomp.capabilities.metric.Ceilometer
4355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4356         occurrences:
4357         - 1
4358         - UNBOUNDED
4359       disk.iops_server_oam:
4360         type: org.openecomp.capabilities.metric.Ceilometer
4361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4362         occurrences:
4363         - 1
4364         - UNBOUNDED
4365       vcpus_server_cmaui_test_resourceGroup:
4366         type: org.openecomp.capabilities.metric.Ceilometer
4367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4368         occurrences:
4369         - 1
4370         - UNBOUNDED
4371       network.outgoing.bytes_cmaui_port_8_test_resourceGroup:
4372         type: org.openecomp.capabilities.metric.Ceilometer
4373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4374         occurrences:
4375         - 1
4376         - UNBOUNDED
4377       disk.write.requests.rate_server_sm:
4378         type: org.openecomp.capabilities.metric.Ceilometer
4379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4380         occurrences:
4381         - 1
4382         - UNBOUNDED
4383       network.outgoing.bytes.rate_oam_server_port:
4384         type: org.openecomp.capabilities.metric.Ceilometer
4385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4386         occurrences:
4387         - 1
4388         - UNBOUNDED
4389       disk.device.write.bytes_server_sm:
4390         type: org.openecomp.capabilities.metric.Ceilometer
4391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4392         occurrences:
4393         - 1
4394         - UNBOUNDED
4395       network.incoming.packets.rate_cmaui_port_8_test_resourceGroup:
4396         type: org.openecomp.capabilities.metric.Ceilometer
4397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4398         occurrences:
4399         - 1
4400         - UNBOUNDED
4401       network.incoming.bytes.rate_cmaui_port_7_test_resourceGroup:
4402         type: org.openecomp.capabilities.metric.Ceilometer
4403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4404         occurrences:
4405         - 1
4406         - UNBOUNDED
4407       disk.write.requests.rate_server_oam:
4408         type: org.openecomp.capabilities.metric.Ceilometer
4409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4410         occurrences:
4411         - 1
4412         - UNBOUNDED
4413       network.outgoing.packets.rate_cmaui_port_8_test_resourceGroup:
4414         type: org.openecomp.capabilities.metric.Ceilometer
4415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4416         occurrences:
4417         - 1
4418         - UNBOUNDED
4419       disk.device.read.bytes.rate_server_oam:
4420         type: org.openecomp.capabilities.metric.Ceilometer
4421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4422         occurrences:
4423         - 1
4424         - UNBOUNDED
4425       memory.usage_server_cmaui_test_resourceGroup:
4426         type: org.openecomp.capabilities.metric.Ceilometer
4427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4428         occurrences:
4429         - 1
4430         - UNBOUNDED
4431       network.incoming.bytes.rate_sm_server_port:
4432         type: org.openecomp.capabilities.metric.Ceilometer
4433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4434         occurrences:
4435         - 1
4436         - UNBOUNDED
4437       memory_server_cmaui_test_resourceGroup:
4438         type: org.openecomp.capabilities.metric.Ceilometer
4439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4440         occurrences:
4441         - 1
4442         - UNBOUNDED
4443       disk.device.write.bytes.rate_server_oam:
4444         type: org.openecomp.capabilities.metric.Ceilometer
4445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4446         occurrences:
4447         - 1
4448         - UNBOUNDED
4449       network.incoming.packets_oam_server_port:
4450         type: org.openecomp.capabilities.metric.Ceilometer
4451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4452         occurrences:
4453         - 1
4454         - UNBOUNDED
4455       disk.read.requests_server_cmaui_test_resourceGroup:
4456         type: org.openecomp.capabilities.metric.Ceilometer
4457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4458         occurrences:
4459         - 1
4460         - UNBOUNDED
4461       disk.ephemeral.size_server_cmaui_test_resourceGroup:
4462         type: org.openecomp.capabilities.metric.Ceilometer
4463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4464         occurrences:
4465         - 1
4466         - UNBOUNDED
4467       disk.usage_server_sm:
4468         type: org.openecomp.capabilities.metric.Ceilometer
4469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4470         occurrences:
4471         - 1
4472         - UNBOUNDED
4473       instance_server_oam:
4474         type: org.openecomp.capabilities.metric.Ceilometer
4475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4476         occurrences:
4477         - 1
4478         - UNBOUNDED
4479       feature_cmaui_port_7_test_resourceGroup:
4480         type: tosca.capabilities.Node
4481         occurrences:
4482         - 1
4483         - UNBOUNDED
4484       cpu.delta_server_cmaui_test_resourceGroup:
4485         type: org.openecomp.capabilities.metric.Ceilometer
4486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4487         occurrences:
4488         - 1
4489         - UNBOUNDED
4490       cpu_util_server_cmaui_test_resourceGroup:
4491         type: org.openecomp.capabilities.metric.Ceilometer
4492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4493         occurrences:
4494         - 1
4495         - UNBOUNDED
4496       disk.device.read.requests.rate_server_cmaui_test_resourceGroup:
4497         type: org.openecomp.capabilities.metric.Ceilometer
4498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4499         occurrences:
4500         - 1
4501         - UNBOUNDED
4502       network.outgoing.bytes_sm_server_port:
4503         type: org.openecomp.capabilities.metric.Ceilometer
4504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4505         occurrences:
4506         - 1
4507         - UNBOUNDED
4508       vcpus_server_sm:
4509         type: org.openecomp.capabilities.metric.Ceilometer
4510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4511         occurrences:
4512         - 1
4513         - UNBOUNDED
4514       disk.read.bytes.rate_server_cmaui_test_resourceGroup:
4515         type: org.openecomp.capabilities.metric.Ceilometer
4516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4517         occurrences:
4518         - 1
4519         - UNBOUNDED
4520       attachment_sm_server_port:
4521         type: tosca.capabilities.Attachment
4522         occurrences:
4523         - 1
4524         - UNBOUNDED
4525       network.incoming.bytes_sm_server_port:
4526         type: org.openecomp.capabilities.metric.Ceilometer
4527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4528         occurrences:
4529         - 1
4530         - UNBOUNDED
4531       disk.iops_server_sm:
4532         type: org.openecomp.capabilities.metric.Ceilometer
4533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4534         occurrences:
4535         - 1
4536         - UNBOUNDED
4537   org.openecomp.resource.abstract.nodes.sm_server:
4538     derived_from: org.openecomp.resource.abstract.nodes.VFC
4539     properties:
4540       index_value:
4541         type: integer
4542         description: Index value of this substitution service template runtime instance
4543         required: false
4544         default: 0
4545         status: SUPPORTED
4546         constraints:
4547         - greater_or_equal: 0
4548       port_sm_server_port_order:
4549         type: integer
4550         required: true
4551         status: SUPPORTED
4552       port_sm_server_port_vlan_requirements:
4553         type: list
4554         required: true
4555         status: SUPPORTED
4556         entry_schema:
4557           type: org.openecomp.datatypes.network.VlanRequirements
4558       port_sm_server_port_subnetpoolid:
4559         type: string
4560         required: true
4561         status: SUPPORTED
4562       vm_flavor_name:
4563         type: string
4564         required: true
4565         status: SUPPORTED
4566       port_sm_server_port_exCP_naming:
4567         type: org.openecomp.datatypes.Naming
4568         required: true
4569         status: SUPPORTED
4570       port_sm_server_port_network_role_tag:
4571         type: string
4572         required: true
4573         status: SUPPORTED
4574       port_sm_server_port_network_role:
4575         type: string
4576         required: true
4577         status: SUPPORTED
4578       port_sm_server_port_network:
4579         type: list
4580         required: true
4581         status: SUPPORTED
4582         entry_schema:
4583           type: string
4584       port_sm_server_port_subinterface_indicator:
4585         type: list
4586         required: true
4587         status: SUPPORTED
4588         entry_schema:
4589           type: boolean
4590       compute_sm_server_name:
4591         type: list
4592         required: true
4593         status: SUPPORTED
4594         entry_schema:
4595           type: string
4596       port_sm_server_port_ip_requirements:
4597         type: list
4598         required: true
4599         status: SUPPORTED
4600         entry_schema:
4601           type: org.openecomp.datatypes.network.IpRequirements
4602       vm_image_name:
4603         type: string
4604         required: true
4605         status: SUPPORTED
4606       compute_sm_server_availability_zone:
4607         type: list
4608         required: true
4609         status: SUPPORTED
4610         entry_schema:
4611           type: string
4612       port_sm_server_port_mac_requirements:
4613         type: org.openecomp.datatypes.network.MacRequirements
4614         required: true
4615         status: SUPPORTED
4616       port_sm_server_port_replacement_policy:
4617         type: list
4618         required: true
4619         status: SUPPORTED
4620         entry_schema:
4621           type: string
4622       port_sm_server_port_fixed_ips:
4623         type: list
4624         required: true
4625         status: SUPPORTED
4626         entry_schema:
4627           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4628       port_sm_server_port_security_groups:
4629         type: list
4630         required: true
4631         status: SUPPORTED
4632         entry_schema:
4633           type: json
4634     requirements:
4635     - dependency_sm_server:
4636         capability: tosca.capabilities.Node
4637         node: tosca.nodes.Root
4638         relationship: tosca.relationships.DependsOn
4639         occurrences:
4640         - 0
4641         - UNBOUNDED
4642     - local_storage_sm_server:
4643         capability: tosca.capabilities.Attachment
4644         node: tosca.nodes.BlockStorage
4645         relationship: tosca.relationships.AttachesTo
4646         occurrences:
4647         - 0
4648         - UNBOUNDED
4649     - dependency_sm_server_sm_server_port:
4650         capability: tosca.capabilities.Node
4651         node: tosca.nodes.Root
4652         relationship: tosca.relationships.DependsOn
4653         occurrences:
4654         - 0
4655         - UNBOUNDED
4656     - link_sm_server_sm_server_port:
4657         capability: tosca.capabilities.network.Linkable
4658         relationship: tosca.relationships.network.LinksTo
4659         occurrences:
4660         - 1
4661         - 1
4662     capabilities:
4663       disk.device.read.requests_sm_server:
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       binding_sm_server_sm_server_port:
4670         type: tosca.capabilities.network.Bindable
4671         valid_source_types:
4672         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4673         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4674         occurrences:
4675         - 0
4676         - UNBOUNDED
4677       forwarder_sm_server_sm_server_port:
4678         type: org.openecomp.capabilities.Forwarder
4679         occurrences:
4680         - 1
4681         - UNBOUNDED
4682       disk.iops_sm_server:
4683         type: org.openecomp.capabilities.metric.Ceilometer
4684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4685         occurrences:
4686         - 1
4687         - UNBOUNDED
4688       disk.device.capacity_sm_server:
4689         type: org.openecomp.capabilities.metric.Ceilometer
4690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4691         occurrences:
4692         - 1
4693         - UNBOUNDED
4694       disk.device.read.bytes.rate_sm_server:
4695         type: org.openecomp.capabilities.metric.Ceilometer
4696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4697         occurrences:
4698         - 1
4699         - UNBOUNDED
4700       disk.device.write.requests.rate_sm_server:
4701         type: org.openecomp.capabilities.metric.Ceilometer
4702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4703         occurrences:
4704         - 1
4705         - UNBOUNDED
4706       disk.device.allocation_sm_server:
4707         type: org.openecomp.capabilities.metric.Ceilometer
4708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4709         occurrences:
4710         - 1
4711         - UNBOUNDED
4712       network.incoming.bytes_sm_server_sm_server_port:
4713         type: org.openecomp.capabilities.metric.Ceilometer
4714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4715         occurrences:
4716         - 1
4717         - UNBOUNDED
4718       attachment_sm_server_sm_server_port:
4719         type: tosca.capabilities.Attachment
4720         occurrences:
4721         - 1
4722         - UNBOUNDED
4723       memory.usage_sm_server:
4724         type: org.openecomp.capabilities.metric.Ceilometer
4725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4726         occurrences:
4727         - 1
4728         - UNBOUNDED
4729       binding_sm_server:
4730         type: tosca.capabilities.network.Bindable
4731         occurrences:
4732         - 1
4733         - UNBOUNDED
4734       disk.read.requests_sm_server:
4735         type: org.openecomp.capabilities.metric.Ceilometer
4736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4737         occurrences:
4738         - 1
4739         - UNBOUNDED
4740       network.outpoing.packets_sm_server_sm_server_port:
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       endpoint_sm_server:
4747         type: tosca.capabilities.Endpoint.Admin
4748         occurrences:
4749         - 1
4750         - UNBOUNDED
4751       disk.device.read.requests.rate_sm_server:
4752         type: org.openecomp.capabilities.metric.Ceilometer
4753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4754         occurrences:
4755         - 1
4756         - UNBOUNDED
4757       disk.capacity_sm_server:
4758         type: org.openecomp.capabilities.metric.Ceilometer
4759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4760         occurrences:
4761         - 1
4762         - UNBOUNDED
4763       disk.allocation_sm_server:
4764         type: org.openecomp.capabilities.metric.Ceilometer
4765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4766         occurrences:
4767         - 1
4768         - UNBOUNDED
4769       disk.root.size_sm_server:
4770         type: org.openecomp.capabilities.metric.Ceilometer
4771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4772         occurrences:
4773         - 1
4774         - UNBOUNDED
4775       disk.usage_sm_server:
4776         type: org.openecomp.capabilities.metric.Ceilometer
4777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4778         occurrences:
4779         - 1
4780         - UNBOUNDED
4781       vcpus_sm_server:
4782         type: org.openecomp.capabilities.metric.Ceilometer
4783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4784         occurrences:
4785         - 1
4786         - UNBOUNDED
4787       disk.write.bytes_sm_server:
4788         type: org.openecomp.capabilities.metric.Ceilometer
4789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4790         occurrences:
4791         - 1
4792         - UNBOUNDED
4793       cpu.delta_sm_server:
4794         type: org.openecomp.capabilities.metric.Ceilometer
4795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4796         occurrences:
4797         - 1
4798         - UNBOUNDED
4799       os_sm_server:
4800         type: tosca.capabilities.OperatingSystem
4801         occurrences:
4802         - 1
4803         - UNBOUNDED
4804       feature_sm_server_sm_server_port:
4805         type: tosca.capabilities.Node
4806         occurrences:
4807         - 1
4808         - UNBOUNDED
4809       memory.resident_sm_server:
4810         type: org.openecomp.capabilities.metric.Ceilometer
4811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4812         occurrences:
4813         - 1
4814         - UNBOUNDED
4815       network.outgoing.bytes_sm_server_sm_server_port:
4816         type: org.openecomp.capabilities.metric.Ceilometer
4817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4818         occurrences:
4819         - 1
4820         - UNBOUNDED
4821       instance_sm_server:
4822         type: org.openecomp.capabilities.metric.Ceilometer
4823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4824         occurrences:
4825         - 1
4826         - UNBOUNDED
4827       cpu_sm_server:
4828         type: org.openecomp.capabilities.metric.Ceilometer
4829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4830         occurrences:
4831         - 1
4832         - UNBOUNDED
4833       disk.device.write.bytes_sm_server:
4834         type: org.openecomp.capabilities.metric.Ceilometer
4835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4836         occurrences:
4837         - 1
4838         - UNBOUNDED
4839       network.incoming.packets.rate_sm_server_sm_server_port:
4840         type: org.openecomp.capabilities.metric.Ceilometer
4841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4842         occurrences:
4843         - 1
4844         - UNBOUNDED
4845       disk.write.requests.rate_sm_server:
4846         type: org.openecomp.capabilities.metric.Ceilometer
4847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4848         occurrences:
4849         - 1
4850         - UNBOUNDED
4851       disk.device.write.bytes.rate_sm_server:
4852         type: org.openecomp.capabilities.metric.Ceilometer
4853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4854         occurrences:
4855         - 1
4856         - UNBOUNDED
4857       disk.write.bytes.rate_sm_server:
4858         type: org.openecomp.capabilities.metric.Ceilometer
4859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4860         occurrences:
4861         - 1
4862         - UNBOUNDED
4863       disk.device.write.requests_sm_server:
4864         type: org.openecomp.capabilities.metric.Ceilometer
4865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4866         occurrences:
4867         - 1
4868         - UNBOUNDED
4869       disk.device.latency_sm_server:
4870         type: org.openecomp.capabilities.metric.Ceilometer
4871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4872         occurrences:
4873         - 1
4874         - UNBOUNDED
4875       host_sm_server:
4876         type: tosca.capabilities.Container
4877         valid_source_types:
4878         - tosca.nodes.SoftwareComponent
4879         occurrences:
4880         - 1
4881         - UNBOUNDED
4882       feature_sm_server:
4883         type: tosca.capabilities.Node
4884         occurrences:
4885         - 1
4886         - UNBOUNDED
4887       disk.device.usage_sm_server:
4888         type: org.openecomp.capabilities.metric.Ceilometer
4889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4890         occurrences:
4891         - 1
4892         - UNBOUNDED
4893       scalable_sm_server:
4894         type: tosca.capabilities.Scalable
4895         occurrences:
4896         - 1
4897         - UNBOUNDED
4898       disk.device.iops_sm_server:
4899         type: org.openecomp.capabilities.metric.Ceilometer
4900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4901         occurrences:
4902         - 1
4903         - UNBOUNDED
4904       disk.read.bytes.rate_sm_server:
4905         type: org.openecomp.capabilities.metric.Ceilometer
4906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4907         occurrences:
4908         - 1
4909         - UNBOUNDED
4910       disk.device.read.bytes_sm_server:
4911         type: org.openecomp.capabilities.metric.Ceilometer
4912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4913         occurrences:
4914         - 1
4915         - UNBOUNDED
4916       disk.latency_sm_server:
4917         type: org.openecomp.capabilities.metric.Ceilometer
4918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4919         occurrences:
4920         - 1
4921         - UNBOUNDED
4922       network.incoming.bytes.rate_sm_server_sm_server_port:
4923         type: org.openecomp.capabilities.metric.Ceilometer
4924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4925         occurrences:
4926         - 1
4927         - UNBOUNDED
4928       disk.read.bytes_sm_server:
4929         type: org.openecomp.capabilities.metric.Ceilometer
4930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4931         occurrences:
4932         - 1
4933         - UNBOUNDED
4934       disk.write.requests_sm_server:
4935         type: org.openecomp.capabilities.metric.Ceilometer
4936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4937         occurrences:
4938         - 1
4939         - UNBOUNDED
4940       cpu_util_sm_server:
4941         type: org.openecomp.capabilities.metric.Ceilometer
4942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4943         occurrences:
4944         - 1
4945         - UNBOUNDED
4946       disk.ephemeral.size_sm_server:
4947         type: org.openecomp.capabilities.metric.Ceilometer
4948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4949         occurrences:
4950         - 1
4951         - UNBOUNDED
4952       network.outgoing.packets.rate_sm_server_sm_server_port:
4953         type: org.openecomp.capabilities.metric.Ceilometer
4954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4955         occurrences:
4956         - 1
4957         - UNBOUNDED
4958       network.incoming.packets_sm_server_sm_server_port:
4959         type: org.openecomp.capabilities.metric.Ceilometer
4960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4961         occurrences:
4962         - 1
4963         - UNBOUNDED
4964       memory_sm_server:
4965         type: org.openecomp.capabilities.metric.Ceilometer
4966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4967         occurrences:
4968         - 1
4969         - UNBOUNDED
4970       network.outgoing.bytes.rate_sm_server_sm_server_port:
4971         type: org.openecomp.capabilities.metric.Ceilometer
4972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4973         occurrences:
4974         - 1
4975         - UNBOUNDED
4976   org.openecomp.resource.abstract.nodes.ps_server:
4977     derived_from: org.openecomp.resource.abstract.nodes.VFC
4978     properties:
4979       port_ps_server_port_network:
4980         type: list
4981         required: true
4982         status: SUPPORTED
4983         entry_schema:
4984           type: string
4985       compute_ps_server_name:
4986         type: list
4987         required: true
4988         status: SUPPORTED
4989         entry_schema:
4990           type: string
4991       port_ps_server_port_security_groups:
4992         type: list
4993         required: true
4994         status: SUPPORTED
4995         entry_schema:
4996           type: json
4997       port_ps_server_port_vlan_requirements:
4998         type: list
4999         required: true
5000         status: SUPPORTED
5001         entry_schema:
5002           type: org.openecomp.datatypes.network.VlanRequirements
5003       compute_ps_server_availability_zone:
5004         type: list
5005         required: true
5006         status: SUPPORTED
5007         entry_schema:
5008           type: string
5009       port_ps_server_port_network_role:
5010         type: string
5011         required: true
5012         status: SUPPORTED
5013       index_value:
5014         type: integer
5015         description: Index value of this substitution service template runtime instance
5016         required: false
5017         default: 0
5018         status: SUPPORTED
5019         constraints:
5020         - greater_or_equal: 0
5021       port_ps_server_port_order:
5022         type: integer
5023         required: true
5024         status: SUPPORTED
5025       port_ps_server_port_subnetpoolid:
5026         type: string
5027         required: true
5028         status: SUPPORTED
5029       port_ps_server_port_fixed_ips:
5030         type: list
5031         required: true
5032         status: SUPPORTED
5033         entry_schema:
5034           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
5035       vm_flavor_name:
5036         type: string
5037         required: true
5038         status: SUPPORTED
5039       port_ps_server_port_exCP_naming:
5040         type: org.openecomp.datatypes.Naming
5041         required: true
5042         status: SUPPORTED
5043       port_ps_server_port_subinterface_indicator:
5044         type: list
5045         required: true
5046         status: SUPPORTED
5047         entry_schema:
5048           type: boolean
5049       port_ps_server_port_ip_requirements:
5050         type: list
5051         required: true
5052         status: SUPPORTED
5053         entry_schema:
5054           type: org.openecomp.datatypes.network.IpRequirements
5055       port_ps_server_port_mac_requirements:
5056         type: org.openecomp.datatypes.network.MacRequirements
5057         required: true
5058         status: SUPPORTED
5059       vm_image_name:
5060         type: string
5061         required: true
5062         status: SUPPORTED
5063       port_ps_server_port_replacement_policy:
5064         type: list
5065         required: true
5066         status: SUPPORTED
5067         entry_schema:
5068           type: string
5069       port_ps_server_port_network_role_tag:
5070         type: string
5071         required: true
5072         status: SUPPORTED
5073     requirements:
5074     - dependency_ps_server_ps_server_port:
5075         capability: tosca.capabilities.Node
5076         node: tosca.nodes.Root
5077         relationship: tosca.relationships.DependsOn
5078         occurrences:
5079         - 0
5080         - UNBOUNDED
5081     - link_ps_server_ps_server_port:
5082         capability: tosca.capabilities.network.Linkable
5083         relationship: tosca.relationships.network.LinksTo
5084         occurrences:
5085         - 1
5086         - 1
5087     - dependency_ps_server:
5088         capability: tosca.capabilities.Node
5089         node: tosca.nodes.Root
5090         relationship: tosca.relationships.DependsOn
5091         occurrences:
5092         - 0
5093         - UNBOUNDED
5094     - local_storage_ps_server:
5095         capability: tosca.capabilities.Attachment
5096         node: tosca.nodes.BlockStorage
5097         relationship: tosca.relationships.AttachesTo
5098         occurrences:
5099         - 0
5100         - UNBOUNDED
5101     capabilities:
5102       instance_ps_server:
5103         type: org.openecomp.capabilities.metric.Ceilometer
5104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5105         occurrences:
5106         - 1
5107         - UNBOUNDED
5108       host_ps_server:
5109         type: tosca.capabilities.Container
5110         valid_source_types:
5111         - tosca.nodes.SoftwareComponent
5112         occurrences:
5113         - 1
5114         - UNBOUNDED
5115       network.incoming.packets_ps_server_ps_server_port:
5116         type: org.openecomp.capabilities.metric.Ceilometer
5117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5118         occurrences:
5119         - 1
5120         - UNBOUNDED
5121       cpu.delta_ps_server:
5122         type: org.openecomp.capabilities.metric.Ceilometer
5123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5124         occurrences:
5125         - 1
5126         - UNBOUNDED
5127       disk.write.bytes.rate_ps_server:
5128         type: org.openecomp.capabilities.metric.Ceilometer
5129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5130         occurrences:
5131         - 1
5132         - UNBOUNDED
5133       forwarder_ps_server_ps_server_port:
5134         type: org.openecomp.capabilities.Forwarder
5135         occurrences:
5136         - 1
5137         - UNBOUNDED
5138       feature_ps_server_ps_server_port:
5139         type: tosca.capabilities.Node
5140         occurrences:
5141         - 1
5142         - UNBOUNDED
5143       feature_ps_server:
5144         type: tosca.capabilities.Node
5145         occurrences:
5146         - 1
5147         - UNBOUNDED
5148       disk.root.size_ps_server:
5149         type: org.openecomp.capabilities.metric.Ceilometer
5150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5151         occurrences:
5152         - 1
5153         - UNBOUNDED
5154       disk.device.read.requests.rate_ps_server:
5155         type: org.openecomp.capabilities.metric.Ceilometer
5156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5157         occurrences:
5158         - 1
5159         - UNBOUNDED
5160       cpu_ps_server:
5161         type: org.openecomp.capabilities.metric.Ceilometer
5162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5163         occurrences:
5164         - 1
5165         - UNBOUNDED
5166       disk.device.write.bytes_ps_server:
5167         type: org.openecomp.capabilities.metric.Ceilometer
5168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5169         occurrences:
5170         - 1
5171         - UNBOUNDED
5172       disk.device.read.bytes_ps_server:
5173         type: org.openecomp.capabilities.metric.Ceilometer
5174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5175         occurrences:
5176         - 1
5177         - UNBOUNDED
5178       disk.read.bytes_ps_server:
5179         type: org.openecomp.capabilities.metric.Ceilometer
5180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5181         occurrences:
5182         - 1
5183         - UNBOUNDED
5184       network.incoming.bytes_ps_server_ps_server_port:
5185         type: org.openecomp.capabilities.metric.Ceilometer
5186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5187         occurrences:
5188         - 1
5189         - UNBOUNDED
5190       disk.device.iops_ps_server:
5191         type: org.openecomp.capabilities.metric.Ceilometer
5192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5193         occurrences:
5194         - 1
5195         - UNBOUNDED
5196       disk.device.latency_ps_server:
5197         type: org.openecomp.capabilities.metric.Ceilometer
5198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5199         occurrences:
5200         - 1
5201         - UNBOUNDED
5202       disk.read.bytes.rate_ps_server:
5203         type: org.openecomp.capabilities.metric.Ceilometer
5204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5205         occurrences:
5206         - 1
5207         - UNBOUNDED
5208       memory_ps_server:
5209         type: org.openecomp.capabilities.metric.Ceilometer
5210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5211         occurrences:
5212         - 1
5213         - UNBOUNDED
5214       scalable_ps_server:
5215         type: tosca.capabilities.Scalable
5216         occurrences:
5217         - 1
5218         - UNBOUNDED
5219       attachment_ps_server_ps_server_port:
5220         type: tosca.capabilities.Attachment
5221         occurrences:
5222         - 1
5223         - UNBOUNDED
5224       disk.write.requests.rate_ps_server:
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.write.requests_ps_server:
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.latency_ps_server:
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       disk.ephemeral.size_ps_server:
5243         type: org.openecomp.capabilities.metric.Ceilometer
5244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5245         occurrences:
5246         - 1
5247         - UNBOUNDED
5248       disk.device.capacity_ps_server:
5249         type: org.openecomp.capabilities.metric.Ceilometer
5250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5251         occurrences:
5252         - 1
5253         - UNBOUNDED
5254       network.incoming.packets.rate_ps_server_ps_server_port:
5255         type: org.openecomp.capabilities.metric.Ceilometer
5256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5257         occurrences:
5258         - 1
5259         - UNBOUNDED
5260       disk.iops_ps_server:
5261         type: org.openecomp.capabilities.metric.Ceilometer
5262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5263         occurrences:
5264         - 1
5265         - UNBOUNDED
5266       disk.device.read.bytes.rate_ps_server:
5267         type: org.openecomp.capabilities.metric.Ceilometer
5268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5269         occurrences:
5270         - 1
5271         - UNBOUNDED
5272       cpu_util_ps_server:
5273         type: org.openecomp.capabilities.metric.Ceilometer
5274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5275         occurrences:
5276         - 1
5277         - UNBOUNDED
5278       memory.resident_ps_server:
5279         type: org.openecomp.capabilities.metric.Ceilometer
5280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5281         occurrences:
5282         - 1
5283         - UNBOUNDED
5284       disk.device.read.requests_ps_server:
5285         type: org.openecomp.capabilities.metric.Ceilometer
5286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5287         occurrences:
5288         - 1
5289         - UNBOUNDED
5290       disk.write.bytes_ps_server:
5291         type: org.openecomp.capabilities.metric.Ceilometer
5292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5293         occurrences:
5294         - 1
5295         - UNBOUNDED
5296       network.outgoing.bytes.rate_ps_server_ps_server_port:
5297         type: org.openecomp.capabilities.metric.Ceilometer
5298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5299         occurrences:
5300         - 1
5301         - UNBOUNDED
5302       network.outgoing.packets.rate_ps_server_ps_server_port:
5303         type: org.openecomp.capabilities.metric.Ceilometer
5304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5305         occurrences:
5306         - 1
5307         - UNBOUNDED
5308       network.incoming.bytes.rate_ps_server_ps_server_port:
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       disk.device.write.requests.rate_ps_server:
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.read.requests_ps_server:
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       disk.allocation_ps_server:
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       memory.usage_ps_server:
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       binding_ps_server:
5339         type: tosca.capabilities.network.Bindable
5340         occurrences:
5341         - 1
5342         - UNBOUNDED
5343       os_ps_server:
5344         type: tosca.capabilities.OperatingSystem
5345         occurrences:
5346         - 1
5347         - UNBOUNDED
5348       disk.device.usage_ps_server:
5349         type: org.openecomp.capabilities.metric.Ceilometer
5350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5351         occurrences:
5352         - 1
5353         - UNBOUNDED
5354       binding_ps_server_ps_server_port:
5355         type: tosca.capabilities.network.Bindable
5356         valid_source_types:
5357         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5358         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5359         occurrences:
5360         - 0
5361         - UNBOUNDED
5362       disk.device.write.bytes.rate_ps_server:
5363         type: org.openecomp.capabilities.metric.Ceilometer
5364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5365         occurrences:
5366         - 1
5367         - UNBOUNDED
5368       vcpus_ps_server:
5369         type: org.openecomp.capabilities.metric.Ceilometer
5370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5371         occurrences:
5372         - 1
5373         - UNBOUNDED
5374       network.outgoing.bytes_ps_server_ps_server_port:
5375         type: org.openecomp.capabilities.metric.Ceilometer
5376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5377         occurrences:
5378         - 1
5379         - UNBOUNDED
5380       disk.usage_ps_server:
5381         type: org.openecomp.capabilities.metric.Ceilometer
5382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5383         occurrences:
5384         - 1
5385         - UNBOUNDED
5386       disk.device.write.requests_ps_server:
5387         type: org.openecomp.capabilities.metric.Ceilometer
5388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5389         occurrences:
5390         - 1
5391         - UNBOUNDED
5392       network.outpoing.packets_ps_server_ps_server_port:
5393         type: org.openecomp.capabilities.metric.Ceilometer
5394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5395         occurrences:
5396         - 1
5397         - UNBOUNDED
5398       endpoint_ps_server:
5399         type: tosca.capabilities.Endpoint.Admin
5400         occurrences:
5401         - 1
5402         - UNBOUNDED
5403       disk.capacity_ps_server:
5404         type: org.openecomp.capabilities.metric.Ceilometer
5405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5406         occurrences:
5407         - 1
5408         - UNBOUNDED
5409       disk.device.allocation_ps_server:
5410         type: org.openecomp.capabilities.metric.Ceilometer
5411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5412         occurrences:
5413         - 1
5414         - UNBOUNDED