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