df3f7a36ac1a3b7ae6fe20d519d7d7e194a8a0ee
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.vfc.nodes.heat.ps_server_1b:
9     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
10     properties:
11       port_ps_server_b_port_vlan_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.VlanRequirements
17       port_ps_server_b_port_ip_requirements:
18         type: list
19         required: true
20         status: SUPPORTED
21         entry_schema:
22           type: org.openecomp.datatypes.network.IpRequirements
23       port_ps_server_b_port_replacement_policy:
24         type: list
25         required: true
26         status: SUPPORTED
27         entry_schema:
28           type: string
29       index_value:
30         type: integer
31         description: Index value of this substitution service template runtime instance
32         required: false
33         default: 0
34         status: SUPPORTED
35         constraints:
36         - greater_or_equal: 0
37       port_ps_server_b_port_network_role:
38         type: string
39         required: true
40         status: SUPPORTED
41       port_ps_server_b_port_fixed_ips:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
47       vm_flavor_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_ps_server_b_port_mac_requirements:
52         type: org.openecomp.datatypes.network.MacRequirements
53         required: true
54         status: SUPPORTED
55       port_ps_server_b_port_subnetpoolid:
56         type: string
57         required: true
58         status: SUPPORTED
59       port_ps_server_b_port_order:
60         type: integer
61         required: true
62         status: SUPPORTED
63       vm_image_name:
64         type: string
65         required: true
66         status: SUPPORTED
67       port_ps_server_b_port_exCP_naming:
68         type: org.openecomp.datatypes.Naming
69         required: true
70         status: SUPPORTED
71       port_ps_server_b_port_network_role_tag:
72         type: string
73         required: true
74         status: SUPPORTED
75       port_ps_server_b_port_network:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: string
81       compute_ps_server_1b_availability_zone:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: string
87       compute_ps_server_1b_name:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: string
93   org.openecomp.resource.abstract.nodes.oam_server_1c2:
94     derived_from: org.openecomp.resource.abstract.nodes.VFC
95     properties:
96       port_oam_port_mac_requirements:
97         type: org.openecomp.datatypes.network.MacRequirements
98         required: true
99         status: SUPPORTED
100       compute_oam_server_1c2_name:
101         type: list
102         required: true
103         status: SUPPORTED
104         entry_schema:
105           type: string
106       index_value:
107         type: integer
108         description: Index value of this substitution service template runtime instance
109         required: false
110         default: 0
111         status: SUPPORTED
112         constraints:
113         - greater_or_equal: 0
114       port_oam_port_network:
115         type: list
116         required: true
117         status: SUPPORTED
118         entry_schema:
119           type: string
120       port_oam_port_exCP_naming:
121         type: org.openecomp.datatypes.Naming
122         required: true
123         status: SUPPORTED
124       port_oam_port_order:
125         type: integer
126         required: true
127         status: SUPPORTED
128       port_oam_port_subnetpoolid:
129         type: string
130         required: true
131         status: SUPPORTED
132       vm_flavor_name:
133         type: string
134         required: true
135         status: SUPPORTED
136       compute_oam_server_1c2_availability_zone:
137         type: list
138         required: true
139         status: SUPPORTED
140         entry_schema:
141           type: string
142       port_oam_port_fixed_ips:
143         type: list
144         required: true
145         status: SUPPORTED
146         entry_schema:
147           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
148       vm_image_name:
149         type: string
150         required: true
151         status: SUPPORTED
152       port_oam_port_vlan_requirements:
153         type: list
154         required: true
155         status: SUPPORTED
156         entry_schema:
157           type: org.openecomp.datatypes.network.VlanRequirements
158       port_oam_port_ip_requirements:
159         type: list
160         required: true
161         status: SUPPORTED
162         entry_schema:
163           type: org.openecomp.datatypes.network.IpRequirements
164       port_oam_port_replacement_policy:
165         type: list
166         required: true
167         status: SUPPORTED
168         entry_schema:
169           type: string
170       port_oam_port_network_role_tag:
171         type: string
172         required: true
173         status: SUPPORTED
174       port_oam_port_network_role:
175         type: string
176         required: true
177         status: SUPPORTED
178     requirements:
179     - dependency_oam_server_1c2:
180         capability: tosca.capabilities.Node
181         node: tosca.nodes.Root
182         relationship: tosca.relationships.DependsOn
183         occurrences:
184         - 0
185         - UNBOUNDED
186     - local_storage_oam_server_1c2:
187         capability: tosca.capabilities.Attachment
188         node: tosca.nodes.BlockStorage
189         relationship: tosca.relationships.AttachesTo
190         occurrences:
191         - 0
192         - UNBOUNDED
193     - dependency_oam_server_1c2_oam_port:
194         capability: tosca.capabilities.Node
195         node: tosca.nodes.Root
196         relationship: tosca.relationships.DependsOn
197         occurrences:
198         - 0
199         - UNBOUNDED
200     - link_oam_server_1c2_oam_port:
201         capability: tosca.capabilities.network.Linkable
202         relationship: tosca.relationships.network.LinksTo
203         occurrences:
204         - 1
205         - 1
206     capabilities:
207       disk.device.usage_oam_server_1c2:
208         type: org.openecomp.capabilities.metric.Ceilometer
209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
210         occurrences:
211         - 1
212         - UNBOUNDED
213       disk.device.latency_oam_server_1c2:
214         type: org.openecomp.capabilities.metric.Ceilometer
215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
216         occurrences:
217         - 1
218         - UNBOUNDED
219       feature_oam_server_1c2:
220         type: tosca.capabilities.Node
221         occurrences:
222         - 1
223         - UNBOUNDED
224       disk.read.requests_oam_server_1c2:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       disk.write.bytes.rate_oam_server_1c2:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       disk.device.write.bytes.rate_oam_server_1c2:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       network.outgoing.packets.rate_oam_server_1c2_oam_port:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.outpoing.packets_oam_server_1c2_oam_port:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       cpu_util_oam_server_1c2:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.device.write.bytes_oam_server_1c2:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       disk.device.allocation_oam_server_1c2:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       attachment_oam_server_1c2_oam_port:
273         type: tosca.capabilities.Attachment
274         occurrences:
275         - 1
276         - UNBOUNDED
277       network.incoming.bytes.rate_oam_server_1c2_oam_port:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.root.size_oam_server_1c2:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       disk.device.iops_oam_server_1c2:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       disk.read.bytes.rate_oam_server_1c2:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       network.outgoing.bytes_oam_server_1c2_oam_port:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       disk.allocation_oam_server_1c2:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       disk.read.bytes_oam_server_1c2:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       network.incoming.bytes_oam_server_1c2_oam_port:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       network.outgoing.bytes.rate_oam_server_1c2_oam_port:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       vcpus_oam_server_1c2:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       disk.device.read.bytes.rate_oam_server_1c2:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       network.incoming.packets_oam_server_1c2_oam_port:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       cpu_oam_server_1c2:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.write.requests.rate_oam_server_1c2:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       instance_oam_server_1c2:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       host_oam_server_1c2:
368         type: tosca.capabilities.Container
369         valid_source_types:
370         - tosca.nodes.SoftwareComponent
371         occurrences:
372         - 1
373         - UNBOUNDED
374       disk.device.capacity_oam_server_1c2:
375         type: org.openecomp.capabilities.metric.Ceilometer
376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
377         occurrences:
378         - 1
379         - UNBOUNDED
380       disk.device.write.requests.rate_oam_server_1c2:
381         type: org.openecomp.capabilities.metric.Ceilometer
382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
383         occurrences:
384         - 1
385         - UNBOUNDED
386       endpoint_oam_server_1c2:
387         type: tosca.capabilities.Endpoint.Admin
388         occurrences:
389         - 1
390         - UNBOUNDED
391       disk.ephemeral.size_oam_server_1c2:
392         type: org.openecomp.capabilities.metric.Ceilometer
393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
394         occurrences:
395         - 1
396         - UNBOUNDED
397       memory.resident_oam_server_1c2:
398         type: org.openecomp.capabilities.metric.Ceilometer
399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
400         occurrences:
401         - 1
402         - UNBOUNDED
403       memory_oam_server_1c2:
404         type: org.openecomp.capabilities.metric.Ceilometer
405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
406         occurrences:
407         - 1
408         - UNBOUNDED
409       disk.device.read.bytes_oam_server_1c2:
410         type: org.openecomp.capabilities.metric.Ceilometer
411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
412         occurrences:
413         - 1
414         - UNBOUNDED
415       memory.usage_oam_server_1c2:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       disk.usage_oam_server_1c2:
422         type: org.openecomp.capabilities.metric.Ceilometer
423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
424         occurrences:
425         - 1
426         - UNBOUNDED
427       network.incoming.packets.rate_oam_server_1c2_oam_port:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       binding_oam_server_1c2_oam_port:
434         type: tosca.capabilities.network.Bindable
435         valid_source_types:
436         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
437         occurrences:
438         - 0
439         - UNBOUNDED
440       os_oam_server_1c2:
441         type: tosca.capabilities.OperatingSystem
442         occurrences:
443         - 1
444         - UNBOUNDED
445       disk.device.read.requests_oam_server_1c2:
446         type: org.openecomp.capabilities.metric.Ceilometer
447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
448         occurrences:
449         - 1
450         - UNBOUNDED
451       disk.latency_oam_server_1c2:
452         type: org.openecomp.capabilities.metric.Ceilometer
453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
454         occurrences:
455         - 1
456         - UNBOUNDED
457       feature_oam_server_1c2_oam_port:
458         type: tosca.capabilities.Node
459         occurrences:
460         - 1
461         - UNBOUNDED
462       disk.write.requests_oam_server_1c2:
463         type: org.openecomp.capabilities.metric.Ceilometer
464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
465         occurrences:
466         - 1
467         - UNBOUNDED
468       disk.device.write.requests_oam_server_1c2:
469         type: org.openecomp.capabilities.metric.Ceilometer
470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
471         occurrences:
472         - 1
473         - UNBOUNDED
474       binding_oam_server_1c2:
475         type: tosca.capabilities.network.Bindable
476         occurrences:
477         - 1
478         - UNBOUNDED
479       scalable_oam_server_1c2:
480         type: tosca.capabilities.Scalable
481         occurrences:
482         - 1
483         - UNBOUNDED
484       cpu.delta_oam_server_1c2:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       disk.write.bytes_oam_server_1c2:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.capacity_oam_server_1c2:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       disk.device.read.requests.rate_oam_server_1c2:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.iops_oam_server_1c2:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514   org.openecomp.resource.vfc.nodes.heat.oam_server_1c2:
515     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
516     properties:
517       port_oam_port_mac_requirements:
518         type: org.openecomp.datatypes.network.MacRequirements
519         required: true
520         status: SUPPORTED
521       compute_oam_server_1c2_name:
522         type: list
523         required: true
524         status: SUPPORTED
525         entry_schema:
526           type: string
527       index_value:
528         type: integer
529         description: Index value of this substitution service template runtime instance
530         required: false
531         default: 0
532         status: SUPPORTED
533         constraints:
534         - greater_or_equal: 0
535       port_oam_port_network:
536         type: list
537         required: true
538         status: SUPPORTED
539         entry_schema:
540           type: string
541       port_oam_port_exCP_naming:
542         type: org.openecomp.datatypes.Naming
543         required: true
544         status: SUPPORTED
545       port_oam_port_order:
546         type: integer
547         required: true
548         status: SUPPORTED
549       port_oam_port_subnetpoolid:
550         type: string
551         required: true
552         status: SUPPORTED
553       vm_flavor_name:
554         type: string
555         required: true
556         status: SUPPORTED
557       compute_oam_server_1c2_availability_zone:
558         type: list
559         required: true
560         status: SUPPORTED
561         entry_schema:
562           type: string
563       port_oam_port_fixed_ips:
564         type: list
565         required: true
566         status: SUPPORTED
567         entry_schema:
568           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
569       vm_image_name:
570         type: string
571         required: true
572         status: SUPPORTED
573       port_oam_port_vlan_requirements:
574         type: list
575         required: true
576         status: SUPPORTED
577         entry_schema:
578           type: org.openecomp.datatypes.network.VlanRequirements
579       port_oam_port_ip_requirements:
580         type: list
581         required: true
582         status: SUPPORTED
583         entry_schema:
584           type: org.openecomp.datatypes.network.IpRequirements
585       port_oam_port_replacement_policy:
586         type: list
587         required: true
588         status: SUPPORTED
589         entry_schema:
590           type: string
591       port_oam_port_network_role_tag:
592         type: string
593         required: true
594         status: SUPPORTED
595       port_oam_port_network_role:
596         type: string
597         required: true
598         status: SUPPORTED
599   org.openecomp.resource.abstract.nodes.pd_server_1b:
600     derived_from: org.openecomp.resource.abstract.nodes.VFC
601     properties:
602       compute_pd_server_1b_name:
603         type: list
604         required: true
605         status: SUPPORTED
606         entry_schema:
607           type: string
608       port_pd_server_b_port_exCP_naming:
609         type: org.openecomp.datatypes.Naming
610         required: true
611         status: SUPPORTED
612       index_value:
613         type: integer
614         description: Index value of this substitution service template runtime instance
615         required: false
616         default: 0
617         status: SUPPORTED
618         constraints:
619         - greater_or_equal: 0
620       vm_flavor_name:
621         type: string
622         required: true
623         status: SUPPORTED
624       port_pd_server_b_port_mac_requirements:
625         type: org.openecomp.datatypes.network.MacRequirements
626         required: true
627         status: SUPPORTED
628       port_pd_server_b_port_fixed_ips:
629         type: list
630         required: true
631         status: SUPPORTED
632         entry_schema:
633           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
634       port_pd_server_b_port_subnetpoolid:
635         type: string
636         required: true
637         status: SUPPORTED
638       vm_image_name:
639         type: string
640         required: true
641         status: SUPPORTED
642       port_pd_server_b_port_ip_requirements:
643         type: list
644         required: true
645         status: SUPPORTED
646         entry_schema:
647           type: org.openecomp.datatypes.network.IpRequirements
648       port_pd_server_b_port_network:
649         type: list
650         required: true
651         status: SUPPORTED
652         entry_schema:
653           type: string
654       port_pd_server_b_port_network_role_tag:
655         type: string
656         required: true
657         status: SUPPORTED
658       port_pd_server_b_port_network_role:
659         type: string
660         required: true
661         status: SUPPORTED
662       port_pd_server_b_port_replacement_policy:
663         type: list
664         required: true
665         status: SUPPORTED
666         entry_schema:
667           type: string
668       compute_pd_server_1b_availability_zone:
669         type: list
670         required: true
671         status: SUPPORTED
672         entry_schema:
673           type: string
674       port_pd_server_b_port_order:
675         type: integer
676         required: true
677         status: SUPPORTED
678       port_pd_server_b_port_vlan_requirements:
679         type: list
680         required: true
681         status: SUPPORTED
682         entry_schema:
683           type: org.openecomp.datatypes.network.VlanRequirements
684     requirements:
685     - dependency_pd_server_1b:
686         capability: tosca.capabilities.Node
687         node: tosca.nodes.Root
688         relationship: tosca.relationships.DependsOn
689         occurrences:
690         - 0
691         - UNBOUNDED
692     - local_storage_pd_server_1b:
693         capability: tosca.capabilities.Attachment
694         node: tosca.nodes.BlockStorage
695         relationship: tosca.relationships.AttachesTo
696         occurrences:
697         - 0
698         - UNBOUNDED
699     - dependency_pd_server_1b_pd_server_b_port:
700         capability: tosca.capabilities.Node
701         node: tosca.nodes.Root
702         relationship: tosca.relationships.DependsOn
703         occurrences:
704         - 0
705         - UNBOUNDED
706     - link_pd_server_1b_pd_server_b_port:
707         capability: tosca.capabilities.network.Linkable
708         relationship: tosca.relationships.network.LinksTo
709         occurrences:
710         - 1
711         - 1
712     capabilities:
713       disk.device.read.bytes_pd_server_1b:
714         type: org.openecomp.capabilities.metric.Ceilometer
715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
716         occurrences:
717         - 1
718         - UNBOUNDED
719       host_pd_server_1b:
720         type: tosca.capabilities.Container
721         valid_source_types:
722         - tosca.nodes.SoftwareComponent
723         occurrences:
724         - 1
725         - UNBOUNDED
726       disk.read.bytes.rate_pd_server_1b:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       feature_pd_server_1b_pd_server_b_port:
733         type: tosca.capabilities.Node
734         occurrences:
735         - 1
736         - UNBOUNDED
737       disk.allocation_pd_server_1b:
738         type: org.openecomp.capabilities.metric.Ceilometer
739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
740         occurrences:
741         - 1
742         - UNBOUNDED
743       network.incoming.bytes_pd_server_1b_pd_server_b_port:
744         type: org.openecomp.capabilities.metric.Ceilometer
745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
746         occurrences:
747         - 1
748         - UNBOUNDED
749       network.outgoing.bytes.rate_pd_server_1b_pd_server_b_port:
750         type: org.openecomp.capabilities.metric.Ceilometer
751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
752         occurrences:
753         - 1
754         - UNBOUNDED
755       binding_pd_server_1b_pd_server_b_port:
756         type: tosca.capabilities.network.Bindable
757         valid_source_types:
758         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
759         occurrences:
760         - 0
761         - UNBOUNDED
762       cpu.delta_pd_server_1b:
763         type: org.openecomp.capabilities.metric.Ceilometer
764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
765         occurrences:
766         - 1
767         - UNBOUNDED
768       disk.device.read.requests_pd_server_1b:
769         type: org.openecomp.capabilities.metric.Ceilometer
770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
771         occurrences:
772         - 1
773         - UNBOUNDED
774       feature_pd_server_1b:
775         type: tosca.capabilities.Node
776         occurrences:
777         - 1
778         - UNBOUNDED
779       disk.device.iops_pd_server_1b:
780         type: org.openecomp.capabilities.metric.Ceilometer
781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
782         occurrences:
783         - 1
784         - UNBOUNDED
785       cpu_pd_server_1b:
786         type: org.openecomp.capabilities.metric.Ceilometer
787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
788         occurrences:
789         - 1
790         - UNBOUNDED
791       disk.write.bytes.rate_pd_server_1b:
792         type: org.openecomp.capabilities.metric.Ceilometer
793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
794         occurrences:
795         - 1
796         - UNBOUNDED
797       disk.device.read.requests.rate_pd_server_1b:
798         type: org.openecomp.capabilities.metric.Ceilometer
799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
800         occurrences:
801         - 1
802         - UNBOUNDED
803       endpoint_pd_server_1b:
804         type: tosca.capabilities.Endpoint.Admin
805         occurrences:
806         - 1
807         - UNBOUNDED
808       disk.device.allocation_pd_server_1b:
809         type: org.openecomp.capabilities.metric.Ceilometer
810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
811         occurrences:
812         - 1
813         - UNBOUNDED
814       memory.usage_pd_server_1b:
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       attachment_pd_server_1b_pd_server_b_port:
821         type: tosca.capabilities.Attachment
822         occurrences:
823         - 1
824         - UNBOUNDED
825       memory_pd_server_1b:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       disk.device.read.bytes.rate_pd_server_1b:
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       disk.device.latency_pd_server_1b:
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       disk.read.bytes_pd_server_1b:
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       disk.device.usage_pd_server_1b:
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       disk.device.write.requests_pd_server_1b:
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       network.incoming.bytes.rate_pd_server_1b_pd_server_b_port:
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       disk.latency_pd_server_1b:
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.ephemeral.size_pd_server_1b:
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       scalable_pd_server_1b:
880         type: tosca.capabilities.Scalable
881         occurrences:
882         - 1
883         - UNBOUNDED
884       disk.write.requests_pd_server_1b:
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       disk.device.write.bytes.rate_pd_server_1b:
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       disk.root.size_pd_server_1b:
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.iops_pd_server_1b:
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       network.incoming.packets.rate_pd_server_1b_pd_server_b_port:
909         type: org.openecomp.capabilities.metric.Ceilometer
910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
911         occurrences:
912         - 1
913         - UNBOUNDED
914       disk.write.bytes_pd_server_1b:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       disk.device.write.bytes_pd_server_1b:
921         type: org.openecomp.capabilities.metric.Ceilometer
922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
923         occurrences:
924         - 1
925         - UNBOUNDED
926       os_pd_server_1b:
927         type: tosca.capabilities.OperatingSystem
928         occurrences:
929         - 1
930         - UNBOUNDED
931       vcpus_pd_server_1b:
932         type: org.openecomp.capabilities.metric.Ceilometer
933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
934         occurrences:
935         - 1
936         - UNBOUNDED
937       instance_pd_server_1b:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       binding_pd_server_1b:
944         type: tosca.capabilities.network.Bindable
945         occurrences:
946         - 1
947         - UNBOUNDED
948       cpu_util_pd_server_1b:
949         type: org.openecomp.capabilities.metric.Ceilometer
950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
951         occurrences:
952         - 1
953         - UNBOUNDED
954       memory.resident_pd_server_1b:
955         type: org.openecomp.capabilities.metric.Ceilometer
956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
957         occurrences:
958         - 1
959         - UNBOUNDED
960       network.incoming.packets_pd_server_1b_pd_server_b_port:
961         type: org.openecomp.capabilities.metric.Ceilometer
962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
963         occurrences:
964         - 1
965         - UNBOUNDED
966       network.outgoing.packets.rate_pd_server_1b_pd_server_b_port:
967         type: org.openecomp.capabilities.metric.Ceilometer
968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
969         occurrences:
970         - 1
971         - UNBOUNDED
972       disk.device.write.requests.rate_pd_server_1b:
973         type: org.openecomp.capabilities.metric.Ceilometer
974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
975         occurrences:
976         - 1
977         - UNBOUNDED
978       disk.device.capacity_pd_server_1b:
979         type: org.openecomp.capabilities.metric.Ceilometer
980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
981         occurrences:
982         - 1
983         - UNBOUNDED
984       disk.read.requests_pd_server_1b:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       network.outpoing.packets_pd_server_1b_pd_server_b_port:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       disk.capacity_pd_server_1b:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       disk.usage_pd_server_1b:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       network.outgoing.bytes_pd_server_1b_pd_server_b_port:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       disk.write.requests.rate_pd_server_1b:
1015         type: org.openecomp.capabilities.metric.Ceilometer
1016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1017         occurrences:
1018         - 1
1019         - UNBOUNDED
1020   org.openecomp.resource.vfc.nodes.heat.pd_server_1b:
1021     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1022     properties:
1023       compute_pd_server_1b_name:
1024         type: list
1025         required: true
1026         status: SUPPORTED
1027         entry_schema:
1028           type: string
1029       port_pd_server_b_port_exCP_naming:
1030         type: org.openecomp.datatypes.Naming
1031         required: true
1032         status: SUPPORTED
1033       index_value:
1034         type: integer
1035         description: Index value of this substitution service template runtime instance
1036         required: false
1037         default: 0
1038         status: SUPPORTED
1039         constraints:
1040         - greater_or_equal: 0
1041       vm_flavor_name:
1042         type: string
1043         required: true
1044         status: SUPPORTED
1045       port_pd_server_b_port_mac_requirements:
1046         type: org.openecomp.datatypes.network.MacRequirements
1047         required: true
1048         status: SUPPORTED
1049       port_pd_server_b_port_fixed_ips:
1050         type: list
1051         required: true
1052         status: SUPPORTED
1053         entry_schema:
1054           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1055       port_pd_server_b_port_subnetpoolid:
1056         type: string
1057         required: true
1058         status: SUPPORTED
1059       vm_image_name:
1060         type: string
1061         required: true
1062         status: SUPPORTED
1063       port_pd_server_b_port_ip_requirements:
1064         type: list
1065         required: true
1066         status: SUPPORTED
1067         entry_schema:
1068           type: org.openecomp.datatypes.network.IpRequirements
1069       port_pd_server_b_port_network:
1070         type: list
1071         required: true
1072         status: SUPPORTED
1073         entry_schema:
1074           type: string
1075       port_pd_server_b_port_network_role_tag:
1076         type: string
1077         required: true
1078         status: SUPPORTED
1079       port_pd_server_b_port_network_role:
1080         type: string
1081         required: true
1082         status: SUPPORTED
1083       port_pd_server_b_port_replacement_policy:
1084         type: list
1085         required: true
1086         status: SUPPORTED
1087         entry_schema:
1088           type: string
1089       compute_pd_server_1b_availability_zone:
1090         type: list
1091         required: true
1092         status: SUPPORTED
1093         entry_schema:
1094           type: string
1095       port_pd_server_b_port_order:
1096         type: integer
1097         required: true
1098         status: SUPPORTED
1099       port_pd_server_b_port_vlan_requirements:
1100         type: list
1101         required: true
1102         status: SUPPORTED
1103         entry_schema:
1104           type: org.openecomp.datatypes.network.VlanRequirements
1105   org.openecomp.resource.vfc.nodes.heat.cmaui_1c1:
1106     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1107     properties:
1108       port_cmaui_port_vlan_requirements:
1109         type: list
1110         required: true
1111         status: SUPPORTED
1112         entry_schema:
1113           type: org.openecomp.datatypes.network.VlanRequirements
1114       port_cmaui_port_fixed_ips:
1115         type: list
1116         required: true
1117         status: SUPPORTED
1118         entry_schema:
1119           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1120       port_cmaui_port_exCP_naming:
1121         type: org.openecomp.datatypes.Naming
1122         required: true
1123         status: SUPPORTED
1124       port_cmaui_port_network:
1125         type: list
1126         required: true
1127         status: SUPPORTED
1128         entry_schema:
1129           type: string
1130       index_value:
1131         type: integer
1132         description: Index value of this substitution service template runtime instance
1133         required: false
1134         default: 0
1135         status: SUPPORTED
1136         constraints:
1137         - greater_or_equal: 0
1138       compute_cmaui_1c1_availability_zone:
1139         type: list
1140         required: true
1141         status: SUPPORTED
1142         entry_schema:
1143           type: string
1144       port_cmaui_port_network_role_tag:
1145         type: string
1146         required: true
1147         status: SUPPORTED
1148       port_cmaui_port_order:
1149         type: integer
1150         required: true
1151         status: SUPPORTED
1152       vm_flavor_name:
1153         type: string
1154         required: true
1155         status: SUPPORTED
1156       port_cmaui_port_mac_requirements:
1157         type: org.openecomp.datatypes.network.MacRequirements
1158         required: true
1159         status: SUPPORTED
1160       port_cmaui_port_replacement_policy:
1161         type: list
1162         required: true
1163         status: SUPPORTED
1164         entry_schema:
1165           type: string
1166       port_cmaui_port_network_role:
1167         type: string
1168         required: true
1169         status: SUPPORTED
1170       vm_image_name:
1171         type: string
1172         required: true
1173         status: SUPPORTED
1174       port_cmaui_port_ip_requirements:
1175         type: list
1176         required: true
1177         status: SUPPORTED
1178         entry_schema:
1179           type: org.openecomp.datatypes.network.IpRequirements
1180       compute_cmaui_1c1_name:
1181         type: list
1182         required: true
1183         status: SUPPORTED
1184         entry_schema:
1185           type: string
1186       port_cmaui_port_subnetpoolid:
1187         type: string
1188         required: true
1189         status: SUPPORTED
1190   org.openecomp.resource.abstract.nodes.heat.nested1:
1191     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1192     properties:
1193       p1:
1194         type: string
1195         description: UID of OAM network
1196         required: true
1197         status: SUPPORTED
1198       p2:
1199         type: string
1200         description: UID of OAM network
1201         required: true
1202         status: SUPPORTED
1203       cmaui_1c1_image:
1204         type: string
1205         description: Image for CMAUI server
1206         required: true
1207         status: SUPPORTED
1208       ps_server_1b_ips:
1209         type: string
1210         required: true
1211         status: SUPPORTED
1212       packet_internal_network_name:
1213         type: string
1214         required: true
1215         status: SUPPORTED
1216       pd_server_1b_names:
1217         type: list
1218         description: PD server names
1219         required: true
1220         status: SUPPORTED
1221         entry_schema:
1222           type: string
1223       security_group_name:
1224         type: list
1225         description: CMAUI1, CMAUI2 server names
1226         required: true
1227         status: SUPPORTED
1228         entry_schema:
1229           type: string
1230       oam_server_1c2_image:
1231         type: string
1232         description: Image for CMAUI server
1233         required: true
1234         status: SUPPORTED
1235       cmaui_1c1_flavor:
1236         type: string
1237         description: Flavor for CMAUI server
1238         required: true
1239         status: SUPPORTED
1240       ps_server_1b_names:
1241         type: list
1242         description: Ps server names
1243         required: true
1244         status: SUPPORTED
1245         entry_schema:
1246           type: string
1247       cmaui_1c1_names:
1248         type: list
1249         description: CMAUI1, CMAUI2 server names
1250         required: true
1251         status: SUPPORTED
1252         entry_schema:
1253           type: string
1254       pd_server_1b_flavor:
1255         type: string
1256         description: Flavor for PD server
1257         required: true
1258         status: SUPPORTED
1259       pd_server_1b_ips:
1260         type: string
1261         required: true
1262         status: SUPPORTED
1263       packet_external_network_name:
1264         type: string
1265         required: true
1266         status: SUPPORTED
1267       availability_zone_0:
1268         type: string
1269         description: availabilityzone name
1270         required: true
1271         status: SUPPORTED
1272       ps_server_1b_flavor:
1273         type: string
1274         description: Flavor for PS server
1275         required: true
1276         status: SUPPORTED
1277       cmaui_oam_ips:
1278         type: string
1279         required: true
1280         status: SUPPORTED
1281       ps_server_1b_image:
1282         type: string
1283         description: Ps Image server
1284         required: true
1285         status: SUPPORTED
1286       net:
1287         type: string
1288         required: true
1289         status: SUPPORTED
1290       pd_server_1b_image:
1291         type: string
1292         description: PD Image server
1293         required: true
1294         status: SUPPORTED
1295       oam_server_1c2_flavor:
1296         type: string
1297         description: Flavor for CMAUI server
1298         required: true
1299         status: SUPPORTED
1300       oam_server_1c2_names:
1301         type: list
1302         description: CMAUI1, CMAUI2 server names
1303         required: true
1304         status: SUPPORTED
1305         entry_schema:
1306           type: string
1307     requirements:
1308     - dependency_cmaui_port_2:
1309         capability: tosca.capabilities.Node
1310         node: tosca.nodes.Root
1311         relationship: tosca.relationships.DependsOn
1312         occurrences:
1313         - 0
1314         - UNBOUNDED
1315     - dependency_server_1b_pd:
1316         capability: tosca.capabilities.Node
1317         node: tosca.nodes.Root
1318         relationship: tosca.relationships.DependsOn
1319         occurrences:
1320         - 0
1321         - UNBOUNDED
1322     - local_storage_server_1b_pd:
1323         capability: tosca.capabilities.Attachment
1324         node: tosca.nodes.BlockStorage
1325         relationship: tosca.relationships.AttachesTo
1326         occurrences:
1327         - 0
1328         - UNBOUNDED
1329     - dependency_server_1c2_oam_1:
1330         capability: tosca.capabilities.Node
1331         node: tosca.nodes.Root
1332         relationship: tosca.relationships.DependsOn
1333         occurrences:
1334         - 0
1335         - UNBOUNDED
1336     - local_storage_server_1c2_oam_1:
1337         capability: tosca.capabilities.Attachment
1338         node: tosca.nodes.BlockStorage
1339         relationship: tosca.relationships.AttachesTo
1340         occurrences:
1341         - 0
1342         - UNBOUNDED
1343     - dependency_server_1c2_oam_2:
1344         capability: tosca.capabilities.Node
1345         node: tosca.nodes.Root
1346         relationship: tosca.relationships.DependsOn
1347         occurrences:
1348         - 0
1349         - UNBOUNDED
1350     - local_storage_server_1c2_oam_2:
1351         capability: tosca.capabilities.Attachment
1352         node: tosca.nodes.BlockStorage
1353         relationship: tosca.relationships.AttachesTo
1354         occurrences:
1355         - 0
1356         - UNBOUNDED
1357     - dependency_cmaui_port_1:
1358         capability: tosca.capabilities.Node
1359         node: tosca.nodes.Root
1360         relationship: tosca.relationships.DependsOn
1361         occurrences:
1362         - 0
1363         - UNBOUNDED
1364     - dependency_pd_server_1b_port:
1365         capability: tosca.capabilities.Node
1366         node: tosca.nodes.Root
1367         relationship: tosca.relationships.DependsOn
1368         occurrences:
1369         - 0
1370         - UNBOUNDED
1371     - link_pd_server_1b_port:
1372         capability: tosca.capabilities.network.Linkable
1373         relationship: tosca.relationships.network.LinksTo
1374         occurrences:
1375         - 1
1376         - 1
1377     - dependency_oam_port_1:
1378         capability: tosca.capabilities.Node
1379         node: tosca.nodes.Root
1380         relationship: tosca.relationships.DependsOn
1381         occurrences:
1382         - 0
1383         - UNBOUNDED
1384     - dependency_packet_external_network:
1385         capability: tosca.capabilities.Node
1386         node: tosca.nodes.Root
1387         relationship: tosca.relationships.DependsOn
1388         occurrences:
1389         - 0
1390         - UNBOUNDED
1391     - dependency_ps_server_1b_port:
1392         capability: tosca.capabilities.Node
1393         node: tosca.nodes.Root
1394         relationship: tosca.relationships.DependsOn
1395         occurrences:
1396         - 0
1397         - UNBOUNDED
1398     - link_ps_server_1b_port:
1399         capability: tosca.capabilities.network.Linkable
1400         relationship: tosca.relationships.network.LinksTo
1401         occurrences:
1402         - 1
1403         - 1
1404     - dependency_server_1b_ps:
1405         capability: tosca.capabilities.Node
1406         node: tosca.nodes.Root
1407         relationship: tosca.relationships.DependsOn
1408         occurrences:
1409         - 0
1410         - UNBOUNDED
1411     - local_storage_server_1b_ps:
1412         capability: tosca.capabilities.Attachment
1413         node: tosca.nodes.BlockStorage
1414         relationship: tosca.relationships.AttachesTo
1415         occurrences:
1416         - 0
1417         - UNBOUNDED
1418     - dependency_packet_internal_network:
1419         capability: tosca.capabilities.Node
1420         node: tosca.nodes.Root
1421         relationship: tosca.relationships.DependsOn
1422         occurrences:
1423         - 0
1424         - UNBOUNDED
1425     - dependency_server_1c1_cmaui_2:
1426         capability: tosca.capabilities.Node
1427         node: tosca.nodes.Root
1428         relationship: tosca.relationships.DependsOn
1429         occurrences:
1430         - 0
1431         - UNBOUNDED
1432     - local_storage_server_1c1_cmaui_2:
1433         capability: tosca.capabilities.Attachment
1434         node: tosca.nodes.BlockStorage
1435         relationship: tosca.relationships.AttachesTo
1436         occurrences:
1437         - 0
1438         - UNBOUNDED
1439     - dependency_server_1c1_cmaui_1:
1440         capability: tosca.capabilities.Node
1441         node: tosca.nodes.Root
1442         relationship: tosca.relationships.DependsOn
1443         occurrences:
1444         - 0
1445         - UNBOUNDED
1446     - local_storage_server_1c1_cmaui_1:
1447         capability: tosca.capabilities.Attachment
1448         node: tosca.nodes.BlockStorage
1449         relationship: tosca.relationships.AttachesTo
1450         occurrences:
1451         - 0
1452         - UNBOUNDED
1453     - dependency_oam_port_2:
1454         capability: tosca.capabilities.Node
1455         node: tosca.nodes.Root
1456         relationship: tosca.relationships.DependsOn
1457         occurrences:
1458         - 0
1459         - UNBOUNDED
1460     capabilities:
1461       disk.capacity_server_1b_pd:
1462         type: org.openecomp.capabilities.metric.Ceilometer
1463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       disk.device.write.bytes.rate_server_1c2_oam_2:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       disk.read.bytes_server_1c1_cmaui_2:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       disk.device.write.bytes.rate_server_1c2_oam_1:
1480         type: org.openecomp.capabilities.metric.Ceilometer
1481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1482         occurrences:
1483         - 1
1484         - UNBOUNDED
1485       disk.device.read.bytes.rate_server_1b_ps:
1486         type: org.openecomp.capabilities.metric.Ceilometer
1487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1488         occurrences:
1489         - 1
1490         - UNBOUNDED
1491       disk.read.bytes_server_1c1_cmaui_1:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       disk.usage_server_1b_pd:
1498         type: org.openecomp.capabilities.metric.Ceilometer
1499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1500         occurrences:
1501         - 1
1502         - UNBOUNDED
1503       disk.iops_server_1c2_oam_2:
1504         type: org.openecomp.capabilities.metric.Ceilometer
1505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1506         occurrences:
1507         - 1
1508         - UNBOUNDED
1509       disk.usage_server_1c2_oam_2:
1510         type: org.openecomp.capabilities.metric.Ceilometer
1511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       disk.read.requests_server_1c1_cmaui_2:
1516         type: org.openecomp.capabilities.metric.Ceilometer
1517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1518         occurrences:
1519         - 1
1520         - UNBOUNDED
1521       feature_server_1c1_cmaui_1:
1522         type: tosca.capabilities.Node
1523         occurrences:
1524         - 1
1525         - UNBOUNDED
1526       disk.usage_server_1c2_oam_1:
1527         type: org.openecomp.capabilities.metric.Ceilometer
1528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1529         occurrences:
1530         - 1
1531         - UNBOUNDED
1532       network.incoming.bytes_pd_server_1b_port:
1533         type: org.openecomp.capabilities.metric.Ceilometer
1534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1535         occurrences:
1536         - 1
1537         - UNBOUNDED
1538       feature_server_1c1_cmaui_2:
1539         type: tosca.capabilities.Node
1540         occurrences:
1541         - 1
1542         - UNBOUNDED
1543       disk.read.requests_server_1c1_cmaui_1:
1544         type: org.openecomp.capabilities.metric.Ceilometer
1545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1546         occurrences:
1547         - 1
1548         - UNBOUNDED
1549       disk.device.iops_server_1b_ps:
1550         type: org.openecomp.capabilities.metric.Ceilometer
1551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1552         occurrences:
1553         - 1
1554         - UNBOUNDED
1555       network.outgoing.bytes_cmaui_port_2:
1556         type: org.openecomp.capabilities.metric.Ceilometer
1557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1558         occurrences:
1559         - 1
1560         - UNBOUNDED
1561       disk.iops_server_1c2_oam_1:
1562         type: org.openecomp.capabilities.metric.Ceilometer
1563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1564         occurrences:
1565         - 1
1566         - UNBOUNDED
1567       network.outgoing.bytes_cmaui_port_1:
1568         type: org.openecomp.capabilities.metric.Ceilometer
1569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1570         occurrences:
1571         - 1
1572         - UNBOUNDED
1573       network.outgoing.packets.rate_oam_port_2:
1574         type: org.openecomp.capabilities.metric.Ceilometer
1575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1576         occurrences:
1577         - 1
1578         - UNBOUNDED
1579       network.outgoing.packets.rate_oam_port_1:
1580         type: org.openecomp.capabilities.metric.Ceilometer
1581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1582         occurrences:
1583         - 1
1584         - UNBOUNDED
1585       disk.device.iops_server_1b_pd:
1586         type: org.openecomp.capabilities.metric.Ceilometer
1587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1588         occurrences:
1589         - 1
1590         - UNBOUNDED
1591       network.incoming.packets_pd_server_1b_port:
1592         type: org.openecomp.capabilities.metric.Ceilometer
1593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1594         occurrences:
1595         - 1
1596         - UNBOUNDED
1597       attachment_ps_server_1b_port:
1598         type: tosca.capabilities.Attachment
1599         occurrences:
1600         - 1
1601         - UNBOUNDED
1602       disk.device.write.requests.rate_server_1c2_oam_1:
1603         type: org.openecomp.capabilities.metric.Ceilometer
1604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1605         occurrences:
1606         - 1
1607         - UNBOUNDED
1608       disk.device.write.requests.rate_server_1c2_oam_2:
1609         type: org.openecomp.capabilities.metric.Ceilometer
1610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1611         occurrences:
1612         - 1
1613         - UNBOUNDED
1614       disk.device.read.bytes.rate_server_1b_pd:
1615         type: org.openecomp.capabilities.metric.Ceilometer
1616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1617         occurrences:
1618         - 1
1619         - UNBOUNDED
1620       disk.read.bytes.rate_server_1c2_oam_1:
1621         type: org.openecomp.capabilities.metric.Ceilometer
1622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1623         occurrences:
1624         - 1
1625         - UNBOUNDED
1626       disk.read.bytes.rate_server_1c2_oam_2:
1627         type: org.openecomp.capabilities.metric.Ceilometer
1628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1629         occurrences:
1630         - 1
1631         - UNBOUNDED
1632       scalable_server_1c2_oam_2:
1633         type: tosca.capabilities.Scalable
1634         occurrences:
1635         - 1
1636         - UNBOUNDED
1637       disk.latency_server_1b_pd:
1638         type: org.openecomp.capabilities.metric.Ceilometer
1639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1640         occurrences:
1641         - 1
1642         - UNBOUNDED
1643       scalable_server_1c2_oam_1:
1644         type: tosca.capabilities.Scalable
1645         occurrences:
1646         - 1
1647         - UNBOUNDED
1648       disk.device.read.requests.rate_server_1b_pd:
1649         type: org.openecomp.capabilities.metric.Ceilometer
1650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1651         occurrences:
1652         - 1
1653         - UNBOUNDED
1654       disk.device.write.requests_server_1c1_cmaui_2:
1655         type: org.openecomp.capabilities.metric.Ceilometer
1656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1657         occurrences:
1658         - 1
1659         - UNBOUNDED
1660       disk.device.write.requests_server_1c1_cmaui_1:
1661         type: org.openecomp.capabilities.metric.Ceilometer
1662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1663         occurrences:
1664         - 1
1665         - UNBOUNDED
1666       disk.device.read.bytes_server_1c1_cmaui_2:
1667         type: org.openecomp.capabilities.metric.Ceilometer
1668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1669         occurrences:
1670         - 1
1671         - UNBOUNDED
1672       disk.device.read.bytes_server_1c1_cmaui_1:
1673         type: org.openecomp.capabilities.metric.Ceilometer
1674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1675         occurrences:
1676         - 1
1677         - UNBOUNDED
1678       disk.device.read.requests.rate_server_1b_ps:
1679         type: org.openecomp.capabilities.metric.Ceilometer
1680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1681         occurrences:
1682         - 1
1683         - UNBOUNDED
1684       disk.device.usage_server_1c2_oam_2:
1685         type: org.openecomp.capabilities.metric.Ceilometer
1686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1687         occurrences:
1688         - 1
1689         - UNBOUNDED
1690       disk.device.capacity_server_1c2_oam_2:
1691         type: org.openecomp.capabilities.metric.Ceilometer
1692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1693         occurrences:
1694         - 1
1695         - UNBOUNDED
1696       disk.device.capacity_server_1c2_oam_1:
1697         type: org.openecomp.capabilities.metric.Ceilometer
1698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1699         occurrences:
1700         - 1
1701         - UNBOUNDED
1702       binding_server_1b_ps:
1703         type: tosca.capabilities.network.Bindable
1704         occurrences:
1705         - 1
1706         - UNBOUNDED
1707       binding_server_1b_pd:
1708         type: tosca.capabilities.network.Bindable
1709         occurrences:
1710         - 1
1711         - UNBOUNDED
1712       disk.device.usage_server_1c2_oam_1:
1713         type: org.openecomp.capabilities.metric.Ceilometer
1714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1715         occurrences:
1716         - 1
1717         - UNBOUNDED
1718       memory.usage_server_1b_pd:
1719         type: org.openecomp.capabilities.metric.Ceilometer
1720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1721         occurrences:
1722         - 1
1723         - UNBOUNDED
1724       network.outpoing.packets_oam_port_1:
1725         type: org.openecomp.capabilities.metric.Ceilometer
1726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1727         occurrences:
1728         - 1
1729         - UNBOUNDED
1730       network.outpoing.packets_oam_port_2:
1731         type: org.openecomp.capabilities.metric.Ceilometer
1732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1733         occurrences:
1734         - 1
1735         - UNBOUNDED
1736       binding_cmaui_port_1:
1737         type: tosca.capabilities.network.Bindable
1738         valid_source_types:
1739         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1740         occurrences:
1741         - 0
1742         - UNBOUNDED
1743       binding_cmaui_port_2:
1744         type: tosca.capabilities.network.Bindable
1745         valid_source_types:
1746         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1747         occurrences:
1748         - 0
1749         - UNBOUNDED
1750       memory.usage_server_1b_ps:
1751         type: org.openecomp.capabilities.metric.Ceilometer
1752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1753         occurrences:
1754         - 1
1755         - UNBOUNDED
1756       cpu_util_server_1b_pd:
1757         type: org.openecomp.capabilities.metric.Ceilometer
1758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1759         occurrences:
1760         - 1
1761         - UNBOUNDED
1762       cpu_util_server_1c2_oam_1:
1763         type: org.openecomp.capabilities.metric.Ceilometer
1764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1765         occurrences:
1766         - 1
1767         - UNBOUNDED
1768       cpu_util_server_1c2_oam_2:
1769         type: org.openecomp.capabilities.metric.Ceilometer
1770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1771         occurrences:
1772         - 1
1773         - UNBOUNDED
1774       memory_server_1c2_oam_1:
1775         type: org.openecomp.capabilities.metric.Ceilometer
1776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1777         occurrences:
1778         - 1
1779         - UNBOUNDED
1780       memory_server_1c2_oam_2:
1781         type: org.openecomp.capabilities.metric.Ceilometer
1782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1783         occurrences:
1784         - 1
1785         - UNBOUNDED
1786       disk.write.bytes_server_1c2_oam_1:
1787         type: org.openecomp.capabilities.metric.Ceilometer
1788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1789         occurrences:
1790         - 1
1791         - UNBOUNDED
1792       disk.write.bytes_server_1c2_oam_2:
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       memory.resident_server_1c2_oam_2:
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       memory.resident_server_1c2_oam_1:
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       cpu_util_server_1b_ps:
1811         type: org.openecomp.capabilities.metric.Ceilometer
1812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1813         occurrences:
1814         - 1
1815         - UNBOUNDED
1816       network.incoming.bytes_cmaui_port_2:
1817         type: org.openecomp.capabilities.metric.Ceilometer
1818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1819         occurrences:
1820         - 1
1821         - UNBOUNDED
1822       network.incoming.bytes_cmaui_port_1:
1823         type: org.openecomp.capabilities.metric.Ceilometer
1824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1825         occurrences:
1826         - 1
1827         - UNBOUNDED
1828       os_server_1c2_oam_1:
1829         type: tosca.capabilities.OperatingSystem
1830         occurrences:
1831         - 1
1832         - UNBOUNDED
1833       disk.device.iops_server_1c1_cmaui_2:
1834         type: org.openecomp.capabilities.metric.Ceilometer
1835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1836         occurrences:
1837         - 1
1838         - UNBOUNDED
1839       instance_server_1b_pd:
1840         type: org.openecomp.capabilities.metric.Ceilometer
1841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1842         occurrences:
1843         - 1
1844         - UNBOUNDED
1845       disk.device.iops_server_1c1_cmaui_1:
1846         type: org.openecomp.capabilities.metric.Ceilometer
1847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1848         occurrences:
1849         - 1
1850         - UNBOUNDED
1851       os_server_1c2_oam_2:
1852         type: tosca.capabilities.OperatingSystem
1853         occurrences:
1854         - 1
1855         - UNBOUNDED
1856       disk.device.write.bytes_server_1b_pd:
1857         type: org.openecomp.capabilities.metric.Ceilometer
1858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1859         occurrences:
1860         - 1
1861         - UNBOUNDED
1862       disk.device.allocation_server_1c1_cmaui_1:
1863         type: org.openecomp.capabilities.metric.Ceilometer
1864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1865         occurrences:
1866         - 1
1867         - UNBOUNDED
1868       disk.device.allocation_server_1c1_cmaui_2:
1869         type: org.openecomp.capabilities.metric.Ceilometer
1870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1871         occurrences:
1872         - 1
1873         - UNBOUNDED
1874       feature_server_1c2_oam_2:
1875         type: tosca.capabilities.Node
1876         occurrences:
1877         - 1
1878         - UNBOUNDED
1879       disk.device.write.bytes_server_1b_ps:
1880         type: org.openecomp.capabilities.metric.Ceilometer
1881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1882         occurrences:
1883         - 1
1884         - UNBOUNDED
1885       network.incoming.packets.rate_cmaui_port_1:
1886         type: org.openecomp.capabilities.metric.Ceilometer
1887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1888         occurrences:
1889         - 1
1890         - UNBOUNDED
1891       vcpus_server_1c1_cmaui_1:
1892         type: org.openecomp.capabilities.metric.Ceilometer
1893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1894         occurrences:
1895         - 1
1896         - UNBOUNDED
1897       network.incoming.packets.rate_cmaui_port_2:
1898         type: org.openecomp.capabilities.metric.Ceilometer
1899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1900         occurrences:
1901         - 1
1902         - UNBOUNDED
1903       feature_cmaui_port_1:
1904         type: tosca.capabilities.Node
1905         occurrences:
1906         - 1
1907         - UNBOUNDED
1908       network.incoming.bytes.rate_pd_server_1b_port:
1909         type: org.openecomp.capabilities.metric.Ceilometer
1910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1911         occurrences:
1912         - 1
1913         - UNBOUNDED
1914       network.outgoing.bytes_oam_port_2:
1915         type: org.openecomp.capabilities.metric.Ceilometer
1916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1917         occurrences:
1918         - 1
1919         - UNBOUNDED
1920       feature_cmaui_port_2:
1921         type: tosca.capabilities.Node
1922         occurrences:
1923         - 1
1924         - UNBOUNDED
1925       instance_server_1b_ps:
1926         type: org.openecomp.capabilities.metric.Ceilometer
1927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1928         occurrences:
1929         - 1
1930         - UNBOUNDED
1931       feature_server_1c2_oam_1:
1932         type: tosca.capabilities.Node
1933         occurrences:
1934         - 1
1935         - UNBOUNDED
1936       network.outgoing.bytes_oam_port_1:
1937         type: org.openecomp.capabilities.metric.Ceilometer
1938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1939         occurrences:
1940         - 1
1941         - UNBOUNDED
1942       disk.device.capacity_server_1c1_cmaui_2:
1943         type: org.openecomp.capabilities.metric.Ceilometer
1944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1945         occurrences:
1946         - 1
1947         - UNBOUNDED
1948       instance_server_1c1_cmaui_2:
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       cpu.delta_server_1b_ps:
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       instance_server_1c1_cmaui_1:
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.device.read.requests.rate_server_1c2_oam_1:
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.read.requests.rate_server_1c2_oam_2:
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       attachment_oam_port_2:
1979         type: tosca.capabilities.Attachment
1980         occurrences:
1981         - 1
1982         - UNBOUNDED
1983       disk.device.write.bytes.rate_server_1b_pd:
1984         type: org.openecomp.capabilities.metric.Ceilometer
1985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1986         occurrences:
1987         - 1
1988         - UNBOUNDED
1989       disk.capacity_server_1c2_oam_1:
1990         type: org.openecomp.capabilities.metric.Ceilometer
1991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1992         occurrences:
1993         - 1
1994         - UNBOUNDED
1995       disk.capacity_server_1c2_oam_2:
1996         type: org.openecomp.capabilities.metric.Ceilometer
1997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1998         occurrences:
1999         - 1
2000         - UNBOUNDED
2001       cpu.delta_server_1b_pd:
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       attachment_oam_port_1:
2008         type: tosca.capabilities.Attachment
2009         occurrences:
2010         - 1
2011         - UNBOUNDED
2012       disk.device.write.requests_server_1b_pd:
2013         type: org.openecomp.capabilities.metric.Ceilometer
2014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2015         occurrences:
2016         - 1
2017         - UNBOUNDED
2018       disk.write.bytes.rate_server_1c2_oam_1:
2019         type: org.openecomp.capabilities.metric.Ceilometer
2020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2021         occurrences:
2022         - 1
2023         - UNBOUNDED
2024       disk.write.bytes.rate_server_1c2_oam_2:
2025         type: org.openecomp.capabilities.metric.Ceilometer
2026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2027         occurrences:
2028         - 1
2029         - UNBOUNDED
2030       endpoint_server_1c1_cmaui_2:
2031         type: tosca.capabilities.Endpoint.Admin
2032         occurrences:
2033         - 1
2034         - UNBOUNDED
2035       network.outgoing.packets.rate_ps_server_1b_port:
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       endpoint_server_1c1_cmaui_1:
2042         type: tosca.capabilities.Endpoint.Admin
2043         occurrences:
2044         - 1
2045         - UNBOUNDED
2046       disk.device.usage_server_1c1_cmaui_2:
2047         type: org.openecomp.capabilities.metric.Ceilometer
2048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2049         occurrences:
2050         - 1
2051         - UNBOUNDED
2052       disk.device.capacity_server_1c1_cmaui_1:
2053         type: org.openecomp.capabilities.metric.Ceilometer
2054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2055         occurrences:
2056         - 1
2057         - UNBOUNDED
2058       disk.device.usage_server_1c1_cmaui_1:
2059         type: org.openecomp.capabilities.metric.Ceilometer
2060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2061         occurrences:
2062         - 1
2063         - UNBOUNDED
2064       network.incoming.bytes_ps_server_1b_port:
2065         type: org.openecomp.capabilities.metric.Ceilometer
2066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2067         occurrences:
2068         - 1
2069         - UNBOUNDED
2070       attachment_pd_server_1b_port:
2071         type: tosca.capabilities.Attachment
2072         occurrences:
2073         - 1
2074         - UNBOUNDED
2075       vcpus_server_1c1_cmaui_2:
2076         type: org.openecomp.capabilities.metric.Ceilometer
2077         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2078         occurrences:
2079         - 1
2080         - UNBOUNDED
2081       binding_ps_server_1b_port:
2082         type: tosca.capabilities.network.Bindable
2083         valid_source_types:
2084         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2085         occurrences:
2086         - 0
2087         - UNBOUNDED
2088       disk.device.write.bytes.rate_server_1b_ps:
2089         type: org.openecomp.capabilities.metric.Ceilometer
2090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2091         occurrences:
2092         - 1
2093         - UNBOUNDED
2094       disk.device.write.requests_server_1b_ps:
2095         type: org.openecomp.capabilities.metric.Ceilometer
2096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2097         occurrences:
2098         - 1
2099         - UNBOUNDED
2100       disk.device.latency_server_1c2_oam_2:
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       disk.device.latency_server_1c2_oam_1:
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       feature_packet_external_network:
2113         type: tosca.capabilities.Node
2114         occurrences:
2115         - 1
2116         - UNBOUNDED
2117       disk.write.requests.rate_server_1c1_cmaui_2:
2118         type: org.openecomp.capabilities.metric.Ceilometer
2119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2120         occurrences:
2121         - 1
2122         - UNBOUNDED
2123       disk.write.requests.rate_server_1c1_cmaui_1:
2124         type: org.openecomp.capabilities.metric.Ceilometer
2125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2126         occurrences:
2127         - 1
2128         - UNBOUNDED
2129       disk.device.read.requests_server_1b_pd:
2130         type: org.openecomp.capabilities.metric.Ceilometer
2131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2132         occurrences:
2133         - 1
2134         - UNBOUNDED
2135       disk.read.requests_server_1b_pd:
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       cpu_util_server_1c1_cmaui_2:
2142         type: org.openecomp.capabilities.metric.Ceilometer
2143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2144         occurrences:
2145         - 1
2146         - UNBOUNDED
2147       disk.allocation_server_1c2_oam_2:
2148         type: org.openecomp.capabilities.metric.Ceilometer
2149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2150         occurrences:
2151         - 1
2152         - UNBOUNDED
2153       disk.allocation_server_1c2_oam_1:
2154         type: org.openecomp.capabilities.metric.Ceilometer
2155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2156         occurrences:
2157         - 1
2158         - UNBOUNDED
2159       cpu_util_server_1c1_cmaui_1:
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       disk.device.read.requests_server_1b_ps:
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       binding_pd_server_1b_port:
2172         type: tosca.capabilities.network.Bindable
2173         valid_source_types:
2174         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2175         occurrences:
2176         - 0
2177         - UNBOUNDED
2178       disk.read.bytes_server_1c2_oam_1:
2179         type: org.openecomp.capabilities.metric.Ceilometer
2180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2181         occurrences:
2182         - 1
2183         - UNBOUNDED
2184       disk.read.bytes_server_1c2_oam_2:
2185         type: org.openecomp.capabilities.metric.Ceilometer
2186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2187         occurrences:
2188         - 1
2189         - UNBOUNDED
2190       cpu_server_1b_pd:
2191         type: org.openecomp.capabilities.metric.Ceilometer
2192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2193         occurrences:
2194         - 1
2195         - UNBOUNDED
2196       binding_oam_port_2:
2197         type: tosca.capabilities.network.Bindable
2198         valid_source_types:
2199         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2200         occurrences:
2201         - 0
2202         - UNBOUNDED
2203       disk.write.bytes.rate_server_1c1_cmaui_1:
2204         type: org.openecomp.capabilities.metric.Ceilometer
2205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2206         occurrences:
2207         - 1
2208         - UNBOUNDED
2209       disk.write.bytes.rate_server_1c1_cmaui_2:
2210         type: org.openecomp.capabilities.metric.Ceilometer
2211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2212         occurrences:
2213         - 1
2214         - UNBOUNDED
2215       disk.allocation_server_1b_pd:
2216         type: org.openecomp.capabilities.metric.Ceilometer
2217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2218         occurrences:
2219         - 1
2220         - UNBOUNDED
2221       binding_oam_port_1:
2222         type: tosca.capabilities.network.Bindable
2223         valid_source_types:
2224         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2225         occurrences:
2226         - 0
2227         - UNBOUNDED
2228       disk.read.bytes.rate_server_1c1_cmaui_2:
2229         type: org.openecomp.capabilities.metric.Ceilometer
2230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2231         occurrences:
2232         - 1
2233         - UNBOUNDED
2234       disk.read.bytes.rate_server_1c1_cmaui_1:
2235         type: org.openecomp.capabilities.metric.Ceilometer
2236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2237         occurrences:
2238         - 1
2239         - UNBOUNDED
2240       host_server_1c1_cmaui_2:
2241         type: tosca.capabilities.Container
2242         valid_source_types:
2243         - tosca.nodes.SoftwareComponent
2244         occurrences:
2245         - 1
2246         - UNBOUNDED
2247       host_server_1c1_cmaui_1:
2248         type: tosca.capabilities.Container
2249         valid_source_types:
2250         - tosca.nodes.SoftwareComponent
2251         occurrences:
2252         - 1
2253         - UNBOUNDED
2254       cpu_server_1b_ps:
2255         type: org.openecomp.capabilities.metric.Ceilometer
2256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2257         occurrences:
2258         - 1
2259         - UNBOUNDED
2260       network.outpoing.packets_cmaui_port_1:
2261         type: org.openecomp.capabilities.metric.Ceilometer
2262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2263         occurrences:
2264         - 1
2265         - UNBOUNDED
2266       disk.allocation_server_1b_ps:
2267         type: org.openecomp.capabilities.metric.Ceilometer
2268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2269         occurrences:
2270         - 1
2271         - UNBOUNDED
2272       network.outpoing.packets_cmaui_port_2:
2273         type: org.openecomp.capabilities.metric.Ceilometer
2274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2275         occurrences:
2276         - 1
2277         - UNBOUNDED
2278       disk.latency_server_1c2_oam_1:
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       disk.latency_server_1c2_oam_2:
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       disk.read.requests_server_1b_ps:
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       disk.capacity_server_1b_ps:
2297         type: org.openecomp.capabilities.metric.Ceilometer
2298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2299         occurrences:
2300         - 1
2301         - UNBOUNDED
2302       memory.usage_server_1c2_oam_2:
2303         type: org.openecomp.capabilities.metric.Ceilometer
2304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2305         occurrences:
2306         - 1
2307         - UNBOUNDED
2308       network.outpoing.packets_ps_server_1b_port:
2309         type: org.openecomp.capabilities.metric.Ceilometer
2310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2311         occurrences:
2312         - 1
2313         - UNBOUNDED
2314       memory.usage_server_1c2_oam_1:
2315         type: org.openecomp.capabilities.metric.Ceilometer
2316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2317         occurrences:
2318         - 1
2319         - UNBOUNDED
2320       disk.read.requests_server_1c2_oam_2:
2321         type: org.openecomp.capabilities.metric.Ceilometer
2322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2323         occurrences:
2324         - 1
2325         - UNBOUNDED
2326       attachment_packet_external_network:
2327         type: tosca.capabilities.Attachment
2328         occurrences:
2329         - 1
2330         - UNBOUNDED
2331       disk.read.requests_server_1c2_oam_1:
2332         type: org.openecomp.capabilities.metric.Ceilometer
2333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2334         occurrences:
2335         - 1
2336         - UNBOUNDED
2337       disk.usage_server_1b_ps:
2338         type: org.openecomp.capabilities.metric.Ceilometer
2339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2340         occurrences:
2341         - 1
2342         - UNBOUNDED
2343       disk.root.size_server_1c2_oam_1:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       memory.resident_server_1c1_cmaui_2:
2350         type: org.openecomp.capabilities.metric.Ceilometer
2351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2352         occurrences:
2353         - 1
2354         - UNBOUNDED
2355       disk.root.size_server_1c2_oam_2:
2356         type: org.openecomp.capabilities.metric.Ceilometer
2357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2358         occurrences:
2359         - 1
2360         - UNBOUNDED
2361       memory.resident_server_1c1_cmaui_1:
2362         type: org.openecomp.capabilities.metric.Ceilometer
2363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2364         occurrences:
2365         - 1
2366         - UNBOUNDED
2367       network.incoming.bytes.rate_ps_server_1b_port:
2368         type: org.openecomp.capabilities.metric.Ceilometer
2369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2370         occurrences:
2371         - 1
2372         - UNBOUNDED
2373       network.incoming.bytes.rate_oam_port_1:
2374         type: org.openecomp.capabilities.metric.Ceilometer
2375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2376         occurrences:
2377         - 1
2378         - UNBOUNDED
2379       os_server_1c1_cmaui_2:
2380         type: tosca.capabilities.OperatingSystem
2381         occurrences:
2382         - 1
2383         - UNBOUNDED
2384       os_server_1c1_cmaui_1:
2385         type: tosca.capabilities.OperatingSystem
2386         occurrences:
2387         - 1
2388         - UNBOUNDED
2389       instance_server_1c2_oam_1:
2390         type: org.openecomp.capabilities.metric.Ceilometer
2391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2392         occurrences:
2393         - 1
2394         - UNBOUNDED
2395       instance_server_1c2_oam_2:
2396         type: org.openecomp.capabilities.metric.Ceilometer
2397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2398         occurrences:
2399         - 1
2400         - UNBOUNDED
2401       network.incoming.bytes.rate_oam_port_2:
2402         type: org.openecomp.capabilities.metric.Ceilometer
2403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2404         occurrences:
2405         - 1
2406         - UNBOUNDED
2407       vcpus_server_1b_pd:
2408         type: org.openecomp.capabilities.metric.Ceilometer
2409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2410         occurrences:
2411         - 1
2412         - UNBOUNDED
2413       memory.usage_server_1c1_cmaui_1:
2414         type: org.openecomp.capabilities.metric.Ceilometer
2415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2416         occurrences:
2417         - 1
2418         - UNBOUNDED
2419       disk.write.bytes.rate_server_1b_ps:
2420         type: org.openecomp.capabilities.metric.Ceilometer
2421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2422         occurrences:
2423         - 1
2424         - UNBOUNDED
2425       memory.usage_server_1c1_cmaui_2:
2426         type: org.openecomp.capabilities.metric.Ceilometer
2427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2428         occurrences:
2429         - 1
2430         - UNBOUNDED
2431       binding_server_1c1_cmaui_2:
2432         type: tosca.capabilities.network.Bindable
2433         occurrences:
2434         - 1
2435         - UNBOUNDED
2436       memory_server_1c1_cmaui_2:
2437         type: org.openecomp.capabilities.metric.Ceilometer
2438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2439         occurrences:
2440         - 1
2441         - UNBOUNDED
2442       binding_server_1c1_cmaui_1:
2443         type: tosca.capabilities.network.Bindable
2444         occurrences:
2445         - 1
2446         - UNBOUNDED
2447       feature_ps_server_1b_port:
2448         type: tosca.capabilities.Node
2449         occurrences:
2450         - 1
2451         - UNBOUNDED
2452       disk.device.iops_server_1c2_oam_2:
2453         type: org.openecomp.capabilities.metric.Ceilometer
2454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2455         occurrences:
2456         - 1
2457         - UNBOUNDED
2458       vcpus_server_1b_ps:
2459         type: org.openecomp.capabilities.metric.Ceilometer
2460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2461         occurrences:
2462         - 1
2463         - UNBOUNDED
2464       disk.device.iops_server_1c2_oam_1:
2465         type: org.openecomp.capabilities.metric.Ceilometer
2466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2467         occurrences:
2468         - 1
2469         - UNBOUNDED
2470       disk.write.bytes.rate_server_1b_pd:
2471         type: org.openecomp.capabilities.metric.Ceilometer
2472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2473         occurrences:
2474         - 1
2475         - UNBOUNDED
2476       binding_server_1c2_oam_2:
2477         type: tosca.capabilities.network.Bindable
2478         occurrences:
2479         - 1
2480         - UNBOUNDED
2481       binding_server_1c2_oam_1:
2482         type: tosca.capabilities.network.Bindable
2483         occurrences:
2484         - 1
2485         - UNBOUNDED
2486       os_server_1b_pd:
2487         type: tosca.capabilities.OperatingSystem
2488         occurrences:
2489         - 1
2490         - UNBOUNDED
2491       attachment_packet_internal_network:
2492         type: tosca.capabilities.Attachment
2493         occurrences:
2494         - 1
2495         - UNBOUNDED
2496       network.outgoing.packets.rate_pd_server_1b_port:
2497         type: org.openecomp.capabilities.metric.Ceilometer
2498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2499         occurrences:
2500         - 1
2501         - UNBOUNDED
2502       memory_server_1c1_cmaui_1:
2503         type: org.openecomp.capabilities.metric.Ceilometer
2504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2505         occurrences:
2506         - 1
2507         - UNBOUNDED
2508       disk.device.latency_server_1b_pd:
2509         type: org.openecomp.capabilities.metric.Ceilometer
2510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2511         occurrences:
2512         - 1
2513         - UNBOUNDED
2514       disk.write.requests_server_1c2_oam_2:
2515         type: org.openecomp.capabilities.metric.Ceilometer
2516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2517         occurrences:
2518         - 1
2519         - UNBOUNDED
2520       disk.device.usage_server_1b_pd:
2521         type: org.openecomp.capabilities.metric.Ceilometer
2522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2523         occurrences:
2524         - 1
2525         - UNBOUNDED
2526       disk.write.requests_server_1c2_oam_1:
2527         type: org.openecomp.capabilities.metric.Ceilometer
2528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2529         occurrences:
2530         - 1
2531         - UNBOUNDED
2532       vcpus_server_1c2_oam_1:
2533         type: org.openecomp.capabilities.metric.Ceilometer
2534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2535         occurrences:
2536         - 1
2537         - UNBOUNDED
2538       vcpus_server_1c2_oam_2:
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       os_server_1b_ps:
2545         type: tosca.capabilities.OperatingSystem
2546         occurrences:
2547         - 1
2548         - UNBOUNDED
2549       disk.device.latency_server_1b_ps:
2550         type: org.openecomp.capabilities.metric.Ceilometer
2551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2552         occurrences:
2553         - 1
2554         - UNBOUNDED
2555       disk.ephemeral.size_server_1c1_cmaui_1:
2556         type: org.openecomp.capabilities.metric.Ceilometer
2557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2558         occurrences:
2559         - 1
2560         - UNBOUNDED
2561       disk.ephemeral.size_server_1c1_cmaui_2:
2562         type: org.openecomp.capabilities.metric.Ceilometer
2563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2564         occurrences:
2565         - 1
2566         - UNBOUNDED
2567       disk.root.size_server_1c1_cmaui_2:
2568         type: org.openecomp.capabilities.metric.Ceilometer
2569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2570         occurrences:
2571         - 1
2572         - UNBOUNDED
2573       disk.device.usage_server_1b_ps:
2574         type: org.openecomp.capabilities.metric.Ceilometer
2575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2576         occurrences:
2577         - 1
2578         - UNBOUNDED
2579       disk.root.size_server_1c1_cmaui_1:
2580         type: org.openecomp.capabilities.metric.Ceilometer
2581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2582         occurrences:
2583         - 1
2584         - UNBOUNDED
2585       disk.read.bytes_server_1b_ps:
2586         type: org.openecomp.capabilities.metric.Ceilometer
2587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2588         occurrences:
2589         - 1
2590         - UNBOUNDED
2591       network.incoming.packets_cmaui_port_2:
2592         type: org.openecomp.capabilities.metric.Ceilometer
2593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2594         occurrences:
2595         - 1
2596         - UNBOUNDED
2597       disk.device.write.bytes.rate_server_1c1_cmaui_2:
2598         type: org.openecomp.capabilities.metric.Ceilometer
2599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2600         occurrences:
2601         - 1
2602         - UNBOUNDED
2603       disk.ephemeral.size_server_1b_pd:
2604         type: org.openecomp.capabilities.metric.Ceilometer
2605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2606         occurrences:
2607         - 1
2608         - UNBOUNDED
2609       disk.device.write.requests_server_1c2_oam_2:
2610         type: org.openecomp.capabilities.metric.Ceilometer
2611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2612         occurrences:
2613         - 1
2614         - UNBOUNDED
2615       disk.allocation_server_1c1_cmaui_1:
2616         type: org.openecomp.capabilities.metric.Ceilometer
2617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2618         occurrences:
2619         - 1
2620         - UNBOUNDED
2621       memory_server_1b_ps:
2622         type: org.openecomp.capabilities.metric.Ceilometer
2623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2624         occurrences:
2625         - 1
2626         - UNBOUNDED
2627       network.incoming.packets_cmaui_port_1:
2628         type: org.openecomp.capabilities.metric.Ceilometer
2629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2630         occurrences:
2631         - 1
2632         - UNBOUNDED
2633       network.outgoing.bytes.rate_ps_server_1b_port:
2634         type: org.openecomp.capabilities.metric.Ceilometer
2635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2636         occurrences:
2637         - 1
2638         - UNBOUNDED
2639       network.incoming.packets.rate_ps_server_1b_port:
2640         type: org.openecomp.capabilities.metric.Ceilometer
2641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2642         occurrences:
2643         - 1
2644         - UNBOUNDED
2645       disk.device.write.requests.rate_server_1c1_cmaui_2:
2646         type: org.openecomp.capabilities.metric.Ceilometer
2647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2648         occurrences:
2649         - 1
2650         - UNBOUNDED
2651       disk.device.write.bytes_server_1c1_cmaui_1:
2652         type: org.openecomp.capabilities.metric.Ceilometer
2653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2654         occurrences:
2655         - 1
2656         - UNBOUNDED
2657       disk.device.write.requests.rate_server_1c1_cmaui_1:
2658         type: org.openecomp.capabilities.metric.Ceilometer
2659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2660         occurrences:
2661         - 1
2662         - UNBOUNDED
2663       feature_server_1b_ps:
2664         type: tosca.capabilities.Node
2665         occurrences:
2666         - 1
2667         - UNBOUNDED
2668       disk.write.requests.rate_server_1b_ps:
2669         type: org.openecomp.capabilities.metric.Ceilometer
2670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2671         occurrences:
2672         - 1
2673         - UNBOUNDED
2674       disk.device.write.requests_server_1c2_oam_1:
2675         type: org.openecomp.capabilities.metric.Ceilometer
2676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2677         occurrences:
2678         - 1
2679         - UNBOUNDED
2680       disk.device.write.bytes.rate_server_1c1_cmaui_1:
2681         type: org.openecomp.capabilities.metric.Ceilometer
2682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2683         occurrences:
2684         - 1
2685         - UNBOUNDED
2686       disk.device.write.bytes_server_1c1_cmaui_2:
2687         type: org.openecomp.capabilities.metric.Ceilometer
2688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2689         occurrences:
2690         - 1
2691         - UNBOUNDED
2692       host_server_1b_pd:
2693         type: tosca.capabilities.Container
2694         valid_source_types:
2695         - tosca.nodes.SoftwareComponent
2696         occurrences:
2697         - 1
2698         - UNBOUNDED
2699       disk.device.read.requests_server_1c2_oam_1:
2700         type: org.openecomp.capabilities.metric.Ceilometer
2701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2702         occurrences:
2703         - 1
2704         - UNBOUNDED
2705       disk.ephemeral.size_server_1b_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_1b_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       host_server_1c2_oam_1:
2718         type: tosca.capabilities.Container
2719         valid_source_types:
2720         - tosca.nodes.SoftwareComponent
2721         occurrences:
2722         - 1
2723         - UNBOUNDED
2724       disk.device.read.requests_server_1c2_oam_2:
2725         type: org.openecomp.capabilities.metric.Ceilometer
2726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2727         occurrences:
2728         - 1
2729         - UNBOUNDED
2730       memory_server_1b_pd:
2731         type: org.openecomp.capabilities.metric.Ceilometer
2732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2733         occurrences:
2734         - 1
2735         - UNBOUNDED
2736       host_server_1c2_oam_2:
2737         type: tosca.capabilities.Container
2738         valid_source_types:
2739         - tosca.nodes.SoftwareComponent
2740         occurrences:
2741         - 1
2742         - UNBOUNDED
2743       network.incoming.packets.rate_oam_port_1:
2744         type: org.openecomp.capabilities.metric.Ceilometer
2745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2746         occurrences:
2747         - 1
2748         - UNBOUNDED
2749       disk.write.bytes_server_1b_ps:
2750         type: org.openecomp.capabilities.metric.Ceilometer
2751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2752         occurrences:
2753         - 1
2754         - UNBOUNDED
2755       network.incoming.packets.rate_oam_port_2:
2756         type: org.openecomp.capabilities.metric.Ceilometer
2757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2758         occurrences:
2759         - 1
2760         - UNBOUNDED
2761       end_point_packet_external_network:
2762         type: tosca.capabilities.Endpoint
2763         occurrences:
2764         - 1
2765         - UNBOUNDED
2766       network.outpoing.packets_pd_server_1b_port:
2767         type: org.openecomp.capabilities.metric.Ceilometer
2768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2769         occurrences:
2770         - 1
2771         - UNBOUNDED
2772       feature_server_1b_pd:
2773         type: tosca.capabilities.Node
2774         occurrences:
2775         - 1
2776         - UNBOUNDED
2777       disk.device.read.requests_server_1c1_cmaui_2:
2778         type: org.openecomp.capabilities.metric.Ceilometer
2779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2780         occurrences:
2781         - 1
2782         - UNBOUNDED
2783       disk.allocation_server_1c1_cmaui_2:
2784         type: org.openecomp.capabilities.metric.Ceilometer
2785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2786         occurrences:
2787         - 1
2788         - UNBOUNDED
2789       disk.device.read.requests_server_1c1_cmaui_1:
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       disk.device.allocation_server_1b_pd:
2796         type: org.openecomp.capabilities.metric.Ceilometer
2797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2798         occurrences:
2799         - 1
2800         - UNBOUNDED
2801       disk.root.size_server_1b_ps:
2802         type: org.openecomp.capabilities.metric.Ceilometer
2803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2804         occurrences:
2805         - 1
2806         - UNBOUNDED
2807       disk.device.allocation_server_1c2_oam_2:
2808         type: org.openecomp.capabilities.metric.Ceilometer
2809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2810         occurrences:
2811         - 1
2812         - UNBOUNDED
2813       disk.device.allocation_server_1c2_oam_1:
2814         type: org.openecomp.capabilities.metric.Ceilometer
2815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2816         occurrences:
2817         - 1
2818         - UNBOUNDED
2819       network.outgoing.bytes_pd_server_1b_port:
2820         type: org.openecomp.capabilities.metric.Ceilometer
2821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2822         occurrences:
2823         - 1
2824         - UNBOUNDED
2825       disk.write.bytes_server_1b_pd:
2826         type: org.openecomp.capabilities.metric.Ceilometer
2827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2828         occurrences:
2829         - 1
2830         - UNBOUNDED
2831       disk.write.requests_server_1c1_cmaui_2:
2832         type: org.openecomp.capabilities.metric.Ceilometer
2833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2834         occurrences:
2835         - 1
2836         - UNBOUNDED
2837       disk.write.requests_server_1c1_cmaui_1:
2838         type: org.openecomp.capabilities.metric.Ceilometer
2839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2840         occurrences:
2841         - 1
2842         - UNBOUNDED
2843       disk.device.capacity_server_1b_pd:
2844         type: org.openecomp.capabilities.metric.Ceilometer
2845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2846         occurrences:
2847         - 1
2848         - UNBOUNDED
2849       network.outgoing.bytes.rate_cmaui_port_2:
2850         type: org.openecomp.capabilities.metric.Ceilometer
2851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2852         occurrences:
2853         - 1
2854         - UNBOUNDED
2855       disk.root.size_server_1b_pd:
2856         type: org.openecomp.capabilities.metric.Ceilometer
2857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2858         occurrences:
2859         - 1
2860         - UNBOUNDED
2861       cpu_server_1c1_cmaui_2:
2862         type: org.openecomp.capabilities.metric.Ceilometer
2863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2864         occurrences:
2865         - 1
2866         - UNBOUNDED
2867       network.outgoing.bytes.rate_cmaui_port_1:
2868         type: org.openecomp.capabilities.metric.Ceilometer
2869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2870         occurrences:
2871         - 1
2872         - UNBOUNDED
2873       cpu_server_1c1_cmaui_1:
2874         type: org.openecomp.capabilities.metric.Ceilometer
2875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2876         occurrences:
2877         - 1
2878         - UNBOUNDED
2879       cpu_server_1c2_oam_1:
2880         type: org.openecomp.capabilities.metric.Ceilometer
2881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2882         occurrences:
2883         - 1
2884         - UNBOUNDED
2885       disk.device.capacity_server_1b_ps:
2886         type: org.openecomp.capabilities.metric.Ceilometer
2887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2888         occurrences:
2889         - 1
2890         - UNBOUNDED
2891       disk.write.requests.rate_server_1b_pd:
2892         type: org.openecomp.capabilities.metric.Ceilometer
2893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2894         occurrences:
2895         - 1
2896         - UNBOUNDED
2897       cpu_server_1c2_oam_2:
2898         type: org.openecomp.capabilities.metric.Ceilometer
2899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2900         occurrences:
2901         - 1
2902         - UNBOUNDED
2903       link_packet_external_network:
2904         type: tosca.capabilities.network.Linkable
2905         occurrences:
2906         - 1
2907         - UNBOUNDED
2908       disk.device.read.bytes.rate_server_1c1_cmaui_1:
2909         type: org.openecomp.capabilities.metric.Ceilometer
2910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2911         occurrences:
2912         - 1
2913         - UNBOUNDED
2914       disk.device.read.bytes.rate_server_1c1_cmaui_2:
2915         type: org.openecomp.capabilities.metric.Ceilometer
2916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2917         occurrences:
2918         - 1
2919         - UNBOUNDED
2920       host_server_1b_ps:
2921         type: tosca.capabilities.Container
2922         valid_source_types:
2923         - tosca.nodes.SoftwareComponent
2924         occurrences:
2925         - 1
2926         - UNBOUNDED
2927       disk.write.requests.rate_server_1c2_oam_2:
2928         type: org.openecomp.capabilities.metric.Ceilometer
2929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2930         occurrences:
2931         - 1
2932         - UNBOUNDED
2933       cpu.delta_server_1c2_oam_2:
2934         type: org.openecomp.capabilities.metric.Ceilometer
2935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2936         occurrences:
2937         - 1
2938         - UNBOUNDED
2939       disk.iops_server_1b_pd:
2940         type: org.openecomp.capabilities.metric.Ceilometer
2941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2942         occurrences:
2943         - 1
2944         - UNBOUNDED
2945       disk.write.requests.rate_server_1c2_oam_1:
2946         type: org.openecomp.capabilities.metric.Ceilometer
2947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2948         occurrences:
2949         - 1
2950         - UNBOUNDED
2951       disk.usage_server_1c1_cmaui_2:
2952         type: org.openecomp.capabilities.metric.Ceilometer
2953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2954         occurrences:
2955         - 1
2956         - UNBOUNDED
2957       disk.usage_server_1c1_cmaui_1:
2958         type: org.openecomp.capabilities.metric.Ceilometer
2959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2960         occurrences:
2961         - 1
2962         - UNBOUNDED
2963       disk.device.allocation_server_1b_ps:
2964         type: org.openecomp.capabilities.metric.Ceilometer
2965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2966         occurrences:
2967         - 1
2968         - UNBOUNDED
2969       end_point_packet_internal_network:
2970         type: tosca.capabilities.Endpoint
2971         occurrences:
2972         - 1
2973         - UNBOUNDED
2974       network.incoming.bytes_oam_port_2:
2975         type: org.openecomp.capabilities.metric.Ceilometer
2976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2977         occurrences:
2978         - 1
2979         - UNBOUNDED
2980       feature_packet_internal_network:
2981         type: tosca.capabilities.Node
2982         occurrences:
2983         - 1
2984         - UNBOUNDED
2985       network.incoming.bytes_oam_port_1:
2986         type: org.openecomp.capabilities.metric.Ceilometer
2987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2988         occurrences:
2989         - 1
2990         - UNBOUNDED
2991       disk.device.write.requests.rate_server_1b_ps:
2992         type: org.openecomp.capabilities.metric.Ceilometer
2993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2994         occurrences:
2995         - 1
2996         - UNBOUNDED
2997       attachment_cmaui_port_2:
2998         type: tosca.capabilities.Attachment
2999         occurrences:
3000         - 1
3001         - UNBOUNDED
3002       network.outgoing.bytes.rate_oam_port_1:
3003         type: org.openecomp.capabilities.metric.Ceilometer
3004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3005         occurrences:
3006         - 1
3007         - UNBOUNDED
3008       network.outgoing.bytes.rate_oam_port_2:
3009         type: org.openecomp.capabilities.metric.Ceilometer
3010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3011         occurrences:
3012         - 1
3013         - UNBOUNDED
3014       disk.iops_server_1b_ps:
3015         type: org.openecomp.capabilities.metric.Ceilometer
3016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3017         occurrences:
3018         - 1
3019         - UNBOUNDED
3020       disk.capacity_server_1c1_cmaui_1:
3021         type: org.openecomp.capabilities.metric.Ceilometer
3022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3023         occurrences:
3024         - 1
3025         - UNBOUNDED
3026       network.outgoing.packets.rate_cmaui_port_1:
3027         type: org.openecomp.capabilities.metric.Ceilometer
3028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3029         occurrences:
3030         - 1
3031         - UNBOUNDED
3032       network.outgoing.packets.rate_cmaui_port_2:
3033         type: org.openecomp.capabilities.metric.Ceilometer
3034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3035         occurrences:
3036         - 1
3037         - UNBOUNDED
3038       attachment_cmaui_port_1:
3039         type: tosca.capabilities.Attachment
3040         occurrences:
3041         - 1
3042         - UNBOUNDED
3043       disk.capacity_server_1c1_cmaui_2:
3044         type: org.openecomp.capabilities.metric.Ceilometer
3045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3046         occurrences:
3047         - 1
3048         - UNBOUNDED
3049       disk.ephemeral.size_server_1c2_oam_2:
3050         type: org.openecomp.capabilities.metric.Ceilometer
3051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3052         occurrences:
3053         - 1
3054         - UNBOUNDED
3055       disk.read.bytes.rate_server_1b_ps:
3056         type: org.openecomp.capabilities.metric.Ceilometer
3057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3058         occurrences:
3059         - 1
3060         - UNBOUNDED
3061       disk.ephemeral.size_server_1c2_oam_1:
3062         type: org.openecomp.capabilities.metric.Ceilometer
3063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3064         occurrences:
3065         - 1
3066         - UNBOUNDED
3067       disk.device.read.requests.rate_server_1c1_cmaui_1:
3068         type: org.openecomp.capabilities.metric.Ceilometer
3069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3070         occurrences:
3071         - 1
3072         - UNBOUNDED
3073       disk.device.read.bytes_server_1c2_oam_2:
3074         type: org.openecomp.capabilities.metric.Ceilometer
3075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3076         occurrences:
3077         - 1
3078         - UNBOUNDED
3079       disk.device.read.bytes_server_1c2_oam_1:
3080         type: org.openecomp.capabilities.metric.Ceilometer
3081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3082         occurrences:
3083         - 1
3084         - UNBOUNDED
3085       disk.device.read.requests.rate_server_1c1_cmaui_2:
3086         type: org.openecomp.capabilities.metric.Ceilometer
3087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3088         occurrences:
3089         - 1
3090         - UNBOUNDED
3091       network.incoming.packets_ps_server_1b_port:
3092         type: org.openecomp.capabilities.metric.Ceilometer
3093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3094         occurrences:
3095         - 1
3096         - UNBOUNDED
3097       disk.write.requests_server_1b_ps:
3098         type: org.openecomp.capabilities.metric.Ceilometer
3099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3100         occurrences:
3101         - 1
3102         - UNBOUNDED
3103       feature_pd_server_1b_port:
3104         type: tosca.capabilities.Node
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       disk.latency_server_1c1_cmaui_1:
3109         type: org.openecomp.capabilities.metric.Ceilometer
3110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3111         occurrences:
3112         - 1
3113         - UNBOUNDED
3114       scalable_server_1b_ps:
3115         type: tosca.capabilities.Scalable
3116         occurrences:
3117         - 1
3118         - UNBOUNDED
3119       disk.latency_server_1c1_cmaui_2:
3120         type: org.openecomp.capabilities.metric.Ceilometer
3121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3122         occurrences:
3123         - 1
3124         - UNBOUNDED
3125       cpu.delta_server_1c2_oam_1:
3126         type: org.openecomp.capabilities.metric.Ceilometer
3127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3128         occurrences:
3129         - 1
3130         - UNBOUNDED
3131       disk.device.read.bytes.rate_server_1c2_oam_1:
3132         type: org.openecomp.capabilities.metric.Ceilometer
3133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3134         occurrences:
3135         - 1
3136         - UNBOUNDED
3137       disk.device.read.bytes.rate_server_1c2_oam_2:
3138         type: org.openecomp.capabilities.metric.Ceilometer
3139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3140         occurrences:
3141         - 1
3142         - UNBOUNDED
3143       scalable_server_1b_pd:
3144         type: tosca.capabilities.Scalable
3145         occurrences:
3146         - 1
3147         - UNBOUNDED
3148       disk.write.requests_server_1b_pd:
3149         type: org.openecomp.capabilities.metric.Ceilometer
3150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3151         occurrences:
3152         - 1
3153         - UNBOUNDED
3154       disk.latency_server_1b_ps:
3155         type: org.openecomp.capabilities.metric.Ceilometer
3156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3157         occurrences:
3158         - 1
3159         - UNBOUNDED
3160       disk.write.bytes_server_1c1_cmaui_1:
3161         type: org.openecomp.capabilities.metric.Ceilometer
3162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3163         occurrences:
3164         - 1
3165         - UNBOUNDED
3166       network.outgoing.bytes.rate_pd_server_1b_port:
3167         type: org.openecomp.capabilities.metric.Ceilometer
3168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3169         occurrences:
3170         - 1
3171         - UNBOUNDED
3172       disk.write.bytes_server_1c1_cmaui_2:
3173         type: org.openecomp.capabilities.metric.Ceilometer
3174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3175         occurrences:
3176         - 1
3177         - UNBOUNDED
3178       feature_oam_port_2:
3179         type: tosca.capabilities.Node
3180         occurrences:
3181         - 1
3182         - UNBOUNDED
3183       feature_oam_port_1:
3184         type: tosca.capabilities.Node
3185         occurrences:
3186         - 1
3187         - UNBOUNDED
3188       network.incoming.packets.rate_pd_server_1b_port:
3189         type: org.openecomp.capabilities.metric.Ceilometer
3190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3191         occurrences:
3192         - 1
3193         - UNBOUNDED
3194       disk.device.latency_server_1c1_cmaui_1:
3195         type: org.openecomp.capabilities.metric.Ceilometer
3196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3197         occurrences:
3198         - 1
3199         - UNBOUNDED
3200       disk.read.bytes.rate_server_1b_pd:
3201         type: org.openecomp.capabilities.metric.Ceilometer
3202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3203         occurrences:
3204         - 1
3205         - UNBOUNDED
3206       scalable_server_1c1_cmaui_1:
3207         type: tosca.capabilities.Scalable
3208         occurrences:
3209         - 1
3210         - UNBOUNDED
3211       link_packet_internal_network:
3212         type: tosca.capabilities.network.Linkable
3213         occurrences:
3214         - 1
3215         - UNBOUNDED
3216       disk.device.latency_server_1c1_cmaui_2:
3217         type: org.openecomp.capabilities.metric.Ceilometer
3218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3219         occurrences:
3220         - 1
3221         - UNBOUNDED
3222       scalable_server_1c1_cmaui_2:
3223         type: tosca.capabilities.Scalable
3224         occurrences:
3225         - 1
3226         - UNBOUNDED
3227       cpu.delta_server_1c1_cmaui_2:
3228         type: org.openecomp.capabilities.metric.Ceilometer
3229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3230         occurrences:
3231         - 1
3232         - UNBOUNDED
3233       endpoint_server_1b_pd:
3234         type: tosca.capabilities.Endpoint.Admin
3235         occurrences:
3236         - 1
3237         - UNBOUNDED
3238       cpu.delta_server_1c1_cmaui_1:
3239         type: org.openecomp.capabilities.metric.Ceilometer
3240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3241         occurrences:
3242         - 1
3243         - UNBOUNDED
3244       endpoint_server_1b_ps:
3245         type: tosca.capabilities.Endpoint.Admin
3246         occurrences:
3247         - 1
3248         - UNBOUNDED
3249       network.incoming.packets_oam_port_1:
3250         type: org.openecomp.capabilities.metric.Ceilometer
3251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3252         occurrences:
3253         - 1
3254         - UNBOUNDED
3255       network.incoming.packets_oam_port_2:
3256         type: org.openecomp.capabilities.metric.Ceilometer
3257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3258         occurrences:
3259         - 1
3260         - UNBOUNDED
3261       network.incoming.bytes.rate_cmaui_port_1:
3262         type: org.openecomp.capabilities.metric.Ceilometer
3263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3264         occurrences:
3265         - 1
3266         - UNBOUNDED
3267       network.outgoing.bytes_ps_server_1b_port:
3268         type: org.openecomp.capabilities.metric.Ceilometer
3269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3270         occurrences:
3271         - 1
3272         - UNBOUNDED
3273       network.incoming.bytes.rate_cmaui_port_2:
3274         type: org.openecomp.capabilities.metric.Ceilometer
3275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3276         occurrences:
3277         - 1
3278         - UNBOUNDED
3279       disk.device.read.bytes_server_1b_ps:
3280         type: org.openecomp.capabilities.metric.Ceilometer
3281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3282         occurrences:
3283         - 1
3284         - UNBOUNDED
3285       disk.iops_server_1c1_cmaui_2:
3286         type: org.openecomp.capabilities.metric.Ceilometer
3287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3288         occurrences:
3289         - 1
3290         - UNBOUNDED
3291       disk.iops_server_1c1_cmaui_1:
3292         type: org.openecomp.capabilities.metric.Ceilometer
3293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3294         occurrences:
3295         - 1
3296         - UNBOUNDED
3297       disk.device.write.requests.rate_server_1b_pd:
3298         type: org.openecomp.capabilities.metric.Ceilometer
3299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3300         occurrences:
3301         - 1
3302         - UNBOUNDED
3303       memory.resident_server_1b_pd:
3304         type: org.openecomp.capabilities.metric.Ceilometer
3305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3306         occurrences:
3307         - 1
3308         - UNBOUNDED
3309       disk.device.write.bytes_server_1c2_oam_1:
3310         type: org.openecomp.capabilities.metric.Ceilometer
3311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3312         occurrences:
3313         - 1
3314         - UNBOUNDED
3315       disk.device.write.bytes_server_1c2_oam_2:
3316         type: org.openecomp.capabilities.metric.Ceilometer
3317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3318         occurrences:
3319         - 1
3320         - UNBOUNDED
3321       memory.resident_server_1b_ps:
3322         type: org.openecomp.capabilities.metric.Ceilometer
3323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3324         occurrences:
3325         - 1
3326         - UNBOUNDED
3327       disk.device.read.bytes_server_1b_pd:
3328         type: org.openecomp.capabilities.metric.Ceilometer
3329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3330         occurrences:
3331         - 1
3332         - UNBOUNDED
3333       endpoint_server_1c2_oam_2:
3334         type: tosca.capabilities.Endpoint.Admin
3335         occurrences:
3336         - 1
3337         - UNBOUNDED
3338       endpoint_server_1c2_oam_1:
3339         type: tosca.capabilities.Endpoint.Admin
3340         occurrences:
3341         - 1
3342         - UNBOUNDED
3343   org.openecomp.resource.abstract.nodes.ps_server_1b:
3344     derived_from: org.openecomp.resource.abstract.nodes.VFC
3345     properties:
3346       port_ps_server_b_port_vlan_requirements:
3347         type: list
3348         required: true
3349         status: SUPPORTED
3350         entry_schema:
3351           type: org.openecomp.datatypes.network.VlanRequirements
3352       port_ps_server_b_port_ip_requirements:
3353         type: list
3354         required: true
3355         status: SUPPORTED
3356         entry_schema:
3357           type: org.openecomp.datatypes.network.IpRequirements
3358       port_ps_server_b_port_replacement_policy:
3359         type: list
3360         required: true
3361         status: SUPPORTED
3362         entry_schema:
3363           type: string
3364       index_value:
3365         type: integer
3366         description: Index value of this substitution service template runtime instance
3367         required: false
3368         default: 0
3369         status: SUPPORTED
3370         constraints:
3371         - greater_or_equal: 0
3372       port_ps_server_b_port_network_role:
3373         type: string
3374         required: true
3375         status: SUPPORTED
3376       port_ps_server_b_port_fixed_ips:
3377         type: list
3378         required: true
3379         status: SUPPORTED
3380         entry_schema:
3381           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3382       vm_flavor_name:
3383         type: string
3384         required: true
3385         status: SUPPORTED
3386       port_ps_server_b_port_mac_requirements:
3387         type: org.openecomp.datatypes.network.MacRequirements
3388         required: true
3389         status: SUPPORTED
3390       port_ps_server_b_port_subnetpoolid:
3391         type: string
3392         required: true
3393         status: SUPPORTED
3394       port_ps_server_b_port_order:
3395         type: integer
3396         required: true
3397         status: SUPPORTED
3398       vm_image_name:
3399         type: string
3400         required: true
3401         status: SUPPORTED
3402       port_ps_server_b_port_exCP_naming:
3403         type: org.openecomp.datatypes.Naming
3404         required: true
3405         status: SUPPORTED
3406       port_ps_server_b_port_network_role_tag:
3407         type: string
3408         required: true
3409         status: SUPPORTED
3410       port_ps_server_b_port_network:
3411         type: list
3412         required: true
3413         status: SUPPORTED
3414         entry_schema:
3415           type: string
3416       compute_ps_server_1b_availability_zone:
3417         type: list
3418         required: true
3419         status: SUPPORTED
3420         entry_schema:
3421           type: string
3422       compute_ps_server_1b_name:
3423         type: list
3424         required: true
3425         status: SUPPORTED
3426         entry_schema:
3427           type: string
3428     requirements:
3429     - dependency_ps_server_1b:
3430         capability: tosca.capabilities.Node
3431         node: tosca.nodes.Root
3432         relationship: tosca.relationships.DependsOn
3433         occurrences:
3434         - 0
3435         - UNBOUNDED
3436     - local_storage_ps_server_1b:
3437         capability: tosca.capabilities.Attachment
3438         node: tosca.nodes.BlockStorage
3439         relationship: tosca.relationships.AttachesTo
3440         occurrences:
3441         - 0
3442         - UNBOUNDED
3443     - dependency_ps_server_1b_ps_server_b_port:
3444         capability: tosca.capabilities.Node
3445         node: tosca.nodes.Root
3446         relationship: tosca.relationships.DependsOn
3447         occurrences:
3448         - 0
3449         - UNBOUNDED
3450     - link_ps_server_1b_ps_server_b_port:
3451         capability: tosca.capabilities.network.Linkable
3452         relationship: tosca.relationships.network.LinksTo
3453         occurrences:
3454         - 1
3455         - 1
3456     capabilities:
3457       disk.write.bytes.rate_ps_server_1b:
3458         type: org.openecomp.capabilities.metric.Ceilometer
3459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3460         occurrences:
3461         - 1
3462         - UNBOUNDED
3463       disk.device.usage_ps_server_1b:
3464         type: org.openecomp.capabilities.metric.Ceilometer
3465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3466         occurrences:
3467         - 1
3468         - UNBOUNDED
3469       disk.device.allocation_ps_server_1b:
3470         type: org.openecomp.capabilities.metric.Ceilometer
3471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3472         occurrences:
3473         - 1
3474         - UNBOUNDED
3475       disk.device.write.requests_ps_server_1b:
3476         type: org.openecomp.capabilities.metric.Ceilometer
3477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3478         occurrences:
3479         - 1
3480         - UNBOUNDED
3481       cpu_util_ps_server_1b:
3482         type: org.openecomp.capabilities.metric.Ceilometer
3483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3484         occurrences:
3485         - 1
3486         - UNBOUNDED
3487       scalable_ps_server_1b:
3488         type: tosca.capabilities.Scalable
3489         occurrences:
3490         - 1
3491         - UNBOUNDED
3492       disk.device.read.bytes.rate_ps_server_1b:
3493         type: org.openecomp.capabilities.metric.Ceilometer
3494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3495         occurrences:
3496         - 1
3497         - UNBOUNDED
3498       disk.device.latency_ps_server_1b:
3499         type: org.openecomp.capabilities.metric.Ceilometer
3500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3501         occurrences:
3502         - 1
3503         - UNBOUNDED
3504       disk.device.iops_ps_server_1b:
3505         type: org.openecomp.capabilities.metric.Ceilometer
3506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3507         occurrences:
3508         - 1
3509         - UNBOUNDED
3510       disk.device.capacity_ps_server_1b:
3511         type: org.openecomp.capabilities.metric.Ceilometer
3512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3513         occurrences:
3514         - 1
3515         - UNBOUNDED
3516       network.incoming.packets.rate_ps_server_1b_ps_server_b_port:
3517         type: org.openecomp.capabilities.metric.Ceilometer
3518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3519         occurrences:
3520         - 1
3521         - UNBOUNDED
3522       instance_ps_server_1b:
3523         type: org.openecomp.capabilities.metric.Ceilometer
3524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3525         occurrences:
3526         - 1
3527         - UNBOUNDED
3528       cpu_ps_server_1b:
3529         type: org.openecomp.capabilities.metric.Ceilometer
3530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3531         occurrences:
3532         - 1
3533         - UNBOUNDED
3534       disk.device.write.bytes_ps_server_1b:
3535         type: org.openecomp.capabilities.metric.Ceilometer
3536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3537         occurrences:
3538         - 1
3539         - UNBOUNDED
3540       disk.read.bytes.rate_ps_server_1b:
3541         type: org.openecomp.capabilities.metric.Ceilometer
3542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3543         occurrences:
3544         - 1
3545         - UNBOUNDED
3546       disk.device.read.requests_ps_server_1b:
3547         type: org.openecomp.capabilities.metric.Ceilometer
3548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3549         occurrences:
3550         - 1
3551         - UNBOUNDED
3552       network.incoming.bytes.rate_ps_server_1b_ps_server_b_port:
3553         type: org.openecomp.capabilities.metric.Ceilometer
3554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3555         occurrences:
3556         - 1
3557         - UNBOUNDED
3558       host_ps_server_1b:
3559         type: tosca.capabilities.Container
3560         valid_source_types:
3561         - tosca.nodes.SoftwareComponent
3562         occurrences:
3563         - 1
3564         - UNBOUNDED
3565       disk.usage_ps_server_1b:
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.read.requests_ps_server_1b:
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       disk.device.read.requests.rate_ps_server_1b:
3578         type: org.openecomp.capabilities.metric.Ceilometer
3579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3580         occurrences:
3581         - 1
3582         - UNBOUNDED
3583       disk.capacity_ps_server_1b:
3584         type: org.openecomp.capabilities.metric.Ceilometer
3585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3586         occurrences:
3587         - 1
3588         - UNBOUNDED
3589       disk.write.requests.rate_ps_server_1b:
3590         type: org.openecomp.capabilities.metric.Ceilometer
3591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3592         occurrences:
3593         - 1
3594         - UNBOUNDED
3595       disk.device.read.bytes_ps_server_1b:
3596         type: org.openecomp.capabilities.metric.Ceilometer
3597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3598         occurrences:
3599         - 1
3600         - UNBOUNDED
3601       disk.device.write.requests.rate_ps_server_1b:
3602         type: org.openecomp.capabilities.metric.Ceilometer
3603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3604         occurrences:
3605         - 1
3606         - UNBOUNDED
3607       disk.root.size_ps_server_1b:
3608         type: org.openecomp.capabilities.metric.Ceilometer
3609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3610         occurrences:
3611         - 1
3612         - UNBOUNDED
3613       feature_ps_server_1b_ps_server_b_port:
3614         type: tosca.capabilities.Node
3615         occurrences:
3616         - 1
3617         - UNBOUNDED
3618       binding_ps_server_1b:
3619         type: tosca.capabilities.network.Bindable
3620         occurrences:
3621         - 1
3622         - UNBOUNDED
3623       network.incoming.bytes_ps_server_1b_ps_server_b_port:
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       network.outgoing.bytes.rate_ps_server_1b_ps_server_b_port:
3630         type: org.openecomp.capabilities.metric.Ceilometer
3631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3632         occurrences:
3633         - 1
3634         - UNBOUNDED
3635       memory.resident_ps_server_1b:
3636         type: org.openecomp.capabilities.metric.Ceilometer
3637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3638         occurrences:
3639         - 1
3640         - UNBOUNDED
3641       memory_ps_server_1b:
3642         type: org.openecomp.capabilities.metric.Ceilometer
3643         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3644         occurrences:
3645         - 1
3646         - UNBOUNDED
3647       disk.write.bytes_ps_server_1b:
3648         type: org.openecomp.capabilities.metric.Ceilometer
3649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3650         occurrences:
3651         - 1
3652         - UNBOUNDED
3653       disk.device.write.bytes.rate_ps_server_1b:
3654         type: org.openecomp.capabilities.metric.Ceilometer
3655         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3656         occurrences:
3657         - 1
3658         - UNBOUNDED
3659       binding_ps_server_1b_ps_server_b_port:
3660         type: tosca.capabilities.network.Bindable
3661         valid_source_types:
3662         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3663         occurrences:
3664         - 0
3665         - UNBOUNDED
3666       disk.read.bytes_ps_server_1b:
3667         type: org.openecomp.capabilities.metric.Ceilometer
3668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3669         occurrences:
3670         - 1
3671         - UNBOUNDED
3672       network.outgoing.bytes_ps_server_1b_ps_server_b_port:
3673         type: org.openecomp.capabilities.metric.Ceilometer
3674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3675         occurrences:
3676         - 1
3677         - UNBOUNDED
3678       feature_ps_server_1b:
3679         type: tosca.capabilities.Node
3680         occurrences:
3681         - 1
3682         - UNBOUNDED
3683       os_ps_server_1b:
3684         type: tosca.capabilities.OperatingSystem
3685         occurrences:
3686         - 1
3687         - UNBOUNDED
3688       attachment_ps_server_1b_ps_server_b_port:
3689         type: tosca.capabilities.Attachment
3690         occurrences:
3691         - 1
3692         - UNBOUNDED
3693       disk.iops_ps_server_1b:
3694         type: org.openecomp.capabilities.metric.Ceilometer
3695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3696         occurrences:
3697         - 1
3698         - UNBOUNDED
3699       disk.allocation_ps_server_1b:
3700         type: org.openecomp.capabilities.metric.Ceilometer
3701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3702         occurrences:
3703         - 1
3704         - UNBOUNDED
3705       disk.write.requests_ps_server_1b:
3706         type: org.openecomp.capabilities.metric.Ceilometer
3707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3708         occurrences:
3709         - 1
3710         - UNBOUNDED
3711       network.outgoing.packets.rate_ps_server_1b_ps_server_b_port:
3712         type: org.openecomp.capabilities.metric.Ceilometer
3713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3714         occurrences:
3715         - 1
3716         - UNBOUNDED
3717       network.incoming.packets_ps_server_1b_ps_server_b_port:
3718         type: org.openecomp.capabilities.metric.Ceilometer
3719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3720         occurrences:
3721         - 1
3722         - UNBOUNDED
3723       memory.usage_ps_server_1b:
3724         type: org.openecomp.capabilities.metric.Ceilometer
3725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3726         occurrences:
3727         - 1
3728         - UNBOUNDED
3729       disk.latency_ps_server_1b:
3730         type: org.openecomp.capabilities.metric.Ceilometer
3731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3732         occurrences:
3733         - 1
3734         - UNBOUNDED
3735       endpoint_ps_server_1b:
3736         type: tosca.capabilities.Endpoint.Admin
3737         occurrences:
3738         - 1
3739         - UNBOUNDED
3740       vcpus_ps_server_1b:
3741         type: org.openecomp.capabilities.metric.Ceilometer
3742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3743         occurrences:
3744         - 1
3745         - UNBOUNDED
3746       cpu.delta_ps_server_1b:
3747         type: org.openecomp.capabilities.metric.Ceilometer
3748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3749         occurrences:
3750         - 1
3751         - UNBOUNDED
3752       network.outpoing.packets_ps_server_1b_ps_server_b_port:
3753         type: org.openecomp.capabilities.metric.Ceilometer
3754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3755         occurrences:
3756         - 1
3757         - UNBOUNDED
3758       disk.ephemeral.size_ps_server_1b:
3759         type: org.openecomp.capabilities.metric.Ceilometer
3760         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3761         occurrences:
3762         - 1
3763         - UNBOUNDED
3764   org.openecomp.resource.abstract.nodes.cmaui_1c1:
3765     derived_from: org.openecomp.resource.abstract.nodes.VFC
3766     properties:
3767       port_cmaui_port_vlan_requirements:
3768         type: list
3769         required: true
3770         status: SUPPORTED
3771         entry_schema:
3772           type: org.openecomp.datatypes.network.VlanRequirements
3773       port_cmaui_port_fixed_ips:
3774         type: list
3775         required: true
3776         status: SUPPORTED
3777         entry_schema:
3778           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3779       port_cmaui_port_exCP_naming:
3780         type: org.openecomp.datatypes.Naming
3781         required: true
3782         status: SUPPORTED
3783       port_cmaui_port_network:
3784         type: list
3785         required: true
3786         status: SUPPORTED
3787         entry_schema:
3788           type: string
3789       index_value:
3790         type: integer
3791         description: Index value of this substitution service template runtime instance
3792         required: false
3793         default: 0
3794         status: SUPPORTED
3795         constraints:
3796         - greater_or_equal: 0
3797       compute_cmaui_1c1_availability_zone:
3798         type: list
3799         required: true
3800         status: SUPPORTED
3801         entry_schema:
3802           type: string
3803       port_cmaui_port_network_role_tag:
3804         type: string
3805         required: true
3806         status: SUPPORTED
3807       port_cmaui_port_order:
3808         type: integer
3809         required: true
3810         status: SUPPORTED
3811       vm_flavor_name:
3812         type: string
3813         required: true
3814         status: SUPPORTED
3815       port_cmaui_port_mac_requirements:
3816         type: org.openecomp.datatypes.network.MacRequirements
3817         required: true
3818         status: SUPPORTED
3819       port_cmaui_port_replacement_policy:
3820         type: list
3821         required: true
3822         status: SUPPORTED
3823         entry_schema:
3824           type: string
3825       port_cmaui_port_network_role:
3826         type: string
3827         required: true
3828         status: SUPPORTED
3829       vm_image_name:
3830         type: string
3831         required: true
3832         status: SUPPORTED
3833       port_cmaui_port_ip_requirements:
3834         type: list
3835         required: true
3836         status: SUPPORTED
3837         entry_schema:
3838           type: org.openecomp.datatypes.network.IpRequirements
3839       compute_cmaui_1c1_name:
3840         type: list
3841         required: true
3842         status: SUPPORTED
3843         entry_schema:
3844           type: string
3845       port_cmaui_port_subnetpoolid:
3846         type: string
3847         required: true
3848         status: SUPPORTED
3849     requirements:
3850     - dependency_cmaui_1c1_cmaui_port:
3851         capability: tosca.capabilities.Node
3852         node: tosca.nodes.Root
3853         relationship: tosca.relationships.DependsOn
3854         occurrences:
3855         - 0
3856         - UNBOUNDED
3857     - link_cmaui_1c1_cmaui_port:
3858         capability: tosca.capabilities.network.Linkable
3859         relationship: tosca.relationships.network.LinksTo
3860         occurrences:
3861         - 1
3862         - 1
3863     - dependency_cmaui_1c1:
3864         capability: tosca.capabilities.Node
3865         node: tosca.nodes.Root
3866         relationship: tosca.relationships.DependsOn
3867         occurrences:
3868         - 0
3869         - UNBOUNDED
3870     - local_storage_cmaui_1c1:
3871         capability: tosca.capabilities.Attachment
3872         node: tosca.nodes.BlockStorage
3873         relationship: tosca.relationships.AttachesTo
3874         occurrences:
3875         - 0
3876         - UNBOUNDED
3877     capabilities:
3878       binding_cmaui_1c1_cmaui_port:
3879         type: tosca.capabilities.network.Bindable
3880         valid_source_types:
3881         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3882         occurrences:
3883         - 0
3884         - UNBOUNDED
3885       disk.iops_cmaui_1c1:
3886         type: org.openecomp.capabilities.metric.Ceilometer
3887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3888         occurrences:
3889         - 1
3890         - UNBOUNDED
3891       disk.write.bytes_cmaui_1c1:
3892         type: org.openecomp.capabilities.metric.Ceilometer
3893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3894         occurrences:
3895         - 1
3896         - UNBOUNDED
3897       disk.device.capacity_cmaui_1c1:
3898         type: org.openecomp.capabilities.metric.Ceilometer
3899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3900         occurrences:
3901         - 1
3902         - UNBOUNDED
3903       endpoint_cmaui_1c1:
3904         type: tosca.capabilities.Endpoint.Admin
3905         occurrences:
3906         - 1
3907         - UNBOUNDED
3908       network.incoming.bytes.rate_cmaui_1c1_cmaui_port:
3909         type: org.openecomp.capabilities.metric.Ceilometer
3910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3911         occurrences:
3912         - 1
3913         - UNBOUNDED
3914       network.incoming.packets_cmaui_1c1_cmaui_port:
3915         type: org.openecomp.capabilities.metric.Ceilometer
3916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3917         occurrences:
3918         - 1
3919         - UNBOUNDED
3920       network.outgoing.bytes_cmaui_1c1_cmaui_port:
3921         type: org.openecomp.capabilities.metric.Ceilometer
3922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3923         occurrences:
3924         - 1
3925         - UNBOUNDED
3926       network.outgoing.bytes.rate_cmaui_1c1_cmaui_port:
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       network.outpoing.packets_cmaui_1c1_cmaui_port:
3933         type: org.openecomp.capabilities.metric.Ceilometer
3934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3935         occurrences:
3936         - 1
3937         - UNBOUNDED
3938       memory_cmaui_1c1:
3939         type: org.openecomp.capabilities.metric.Ceilometer
3940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3941         occurrences:
3942         - 1
3943         - UNBOUNDED
3944       disk.latency_cmaui_1c1:
3945         type: org.openecomp.capabilities.metric.Ceilometer
3946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3947         occurrences:
3948         - 1
3949         - UNBOUNDED
3950       disk.read.bytes.rate_cmaui_1c1:
3951         type: org.openecomp.capabilities.metric.Ceilometer
3952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3953         occurrences:
3954         - 1
3955         - UNBOUNDED
3956       disk.write.requests.rate_cmaui_1c1:
3957         type: org.openecomp.capabilities.metric.Ceilometer
3958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3959         occurrences:
3960         - 1
3961         - UNBOUNDED
3962       disk.device.iops_cmaui_1c1:
3963         type: org.openecomp.capabilities.metric.Ceilometer
3964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3965         occurrences:
3966         - 1
3967         - UNBOUNDED
3968       disk.write.requests_cmaui_1c1:
3969         type: org.openecomp.capabilities.metric.Ceilometer
3970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3971         occurrences:
3972         - 1
3973         - UNBOUNDED
3974       disk.device.read.bytes_cmaui_1c1:
3975         type: org.openecomp.capabilities.metric.Ceilometer
3976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3977         occurrences:
3978         - 1
3979         - UNBOUNDED
3980       cpu_util_cmaui_1c1:
3981         type: org.openecomp.capabilities.metric.Ceilometer
3982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3983         occurrences:
3984         - 1
3985         - UNBOUNDED
3986       network.outgoing.packets.rate_cmaui_1c1_cmaui_port:
3987         type: org.openecomp.capabilities.metric.Ceilometer
3988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3989         occurrences:
3990         - 1
3991         - UNBOUNDED
3992       disk.device.read.bytes.rate_cmaui_1c1:
3993         type: org.openecomp.capabilities.metric.Ceilometer
3994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3995         occurrences:
3996         - 1
3997         - UNBOUNDED
3998       disk.ephemeral.size_cmaui_1c1:
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       instance_cmaui_1c1:
4005         type: org.openecomp.capabilities.metric.Ceilometer
4006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4007         occurrences:
4008         - 1
4009         - UNBOUNDED
4010       disk.device.read.requests_cmaui_1c1:
4011         type: org.openecomp.capabilities.metric.Ceilometer
4012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4013         occurrences:
4014         - 1
4015         - UNBOUNDED
4016       disk.device.write.bytes.rate_cmaui_1c1:
4017         type: org.openecomp.capabilities.metric.Ceilometer
4018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4019         occurrences:
4020         - 1
4021         - UNBOUNDED
4022       cpu_cmaui_1c1:
4023         type: org.openecomp.capabilities.metric.Ceilometer
4024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4025         occurrences:
4026         - 1
4027         - UNBOUNDED
4028       disk.read.bytes_cmaui_1c1:
4029         type: org.openecomp.capabilities.metric.Ceilometer
4030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4031         occurrences:
4032         - 1
4033         - UNBOUNDED
4034       disk.device.usage_cmaui_1c1:
4035         type: org.openecomp.capabilities.metric.Ceilometer
4036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4037         occurrences:
4038         - 1
4039         - UNBOUNDED
4040       host_cmaui_1c1:
4041         type: tosca.capabilities.Container
4042         valid_source_types:
4043         - tosca.nodes.SoftwareComponent
4044         occurrences:
4045         - 1
4046         - UNBOUNDED
4047       disk.device.write.requests_cmaui_1c1:
4048         type: org.openecomp.capabilities.metric.Ceilometer
4049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4050         occurrences:
4051         - 1
4052         - UNBOUNDED
4053       disk.device.latency_cmaui_1c1:
4054         type: org.openecomp.capabilities.metric.Ceilometer
4055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4056         occurrences:
4057         - 1
4058         - UNBOUNDED
4059       network.incoming.bytes_cmaui_1c1_cmaui_port:
4060         type: org.openecomp.capabilities.metric.Ceilometer
4061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4062         occurrences:
4063         - 1
4064         - UNBOUNDED
4065       disk.write.bytes.rate_cmaui_1c1:
4066         type: org.openecomp.capabilities.metric.Ceilometer
4067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4068         occurrences:
4069         - 1
4070         - UNBOUNDED
4071       memory.usage_cmaui_1c1:
4072         type: org.openecomp.capabilities.metric.Ceilometer
4073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4074         occurrences:
4075         - 1
4076         - UNBOUNDED
4077       scalable_cmaui_1c1:
4078         type: tosca.capabilities.Scalable
4079         occurrences:
4080         - 1
4081         - UNBOUNDED
4082       disk.root.size_cmaui_1c1:
4083         type: org.openecomp.capabilities.metric.Ceilometer
4084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4085         occurrences:
4086         - 1
4087         - UNBOUNDED
4088       disk.capacity_cmaui_1c1:
4089         type: org.openecomp.capabilities.metric.Ceilometer
4090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4091         occurrences:
4092         - 1
4093         - UNBOUNDED
4094       os_cmaui_1c1:
4095         type: tosca.capabilities.OperatingSystem
4096         occurrences:
4097         - 1
4098         - UNBOUNDED
4099       disk.device.read.requests.rate_cmaui_1c1:
4100         type: org.openecomp.capabilities.metric.Ceilometer
4101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4102         occurrences:
4103         - 1
4104         - UNBOUNDED
4105       feature_cmaui_1c1:
4106         type: tosca.capabilities.Node
4107         occurrences:
4108         - 1
4109         - UNBOUNDED
4110       network.incoming.packets.rate_cmaui_1c1_cmaui_port:
4111         type: org.openecomp.capabilities.metric.Ceilometer
4112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4113         occurrences:
4114         - 1
4115         - UNBOUNDED
4116       disk.allocation_cmaui_1c1:
4117         type: org.openecomp.capabilities.metric.Ceilometer
4118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4119         occurrences:
4120         - 1
4121         - UNBOUNDED
4122       disk.device.allocation_cmaui_1c1:
4123         type: org.openecomp.capabilities.metric.Ceilometer
4124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4125         occurrences:
4126         - 1
4127         - UNBOUNDED
4128       disk.device.write.requests.rate_cmaui_1c1:
4129         type: org.openecomp.capabilities.metric.Ceilometer
4130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4131         occurrences:
4132         - 1
4133         - UNBOUNDED
4134       disk.device.write.bytes_cmaui_1c1:
4135         type: org.openecomp.capabilities.metric.Ceilometer
4136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4137         occurrences:
4138         - 1
4139         - UNBOUNDED
4140       memory.resident_cmaui_1c1:
4141         type: org.openecomp.capabilities.metric.Ceilometer
4142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4143         occurrences:
4144         - 1
4145         - UNBOUNDED
4146       attachment_cmaui_1c1_cmaui_port:
4147         type: tosca.capabilities.Attachment
4148         occurrences:
4149         - 1
4150         - UNBOUNDED
4151       disk.usage_cmaui_1c1:
4152         type: org.openecomp.capabilities.metric.Ceilometer
4153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4154         occurrences:
4155         - 1
4156         - UNBOUNDED
4157       disk.read.requests_cmaui_1c1:
4158         type: org.openecomp.capabilities.metric.Ceilometer
4159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4160         occurrences:
4161         - 1
4162         - UNBOUNDED
4163       binding_cmaui_1c1:
4164         type: tosca.capabilities.network.Bindable
4165         occurrences:
4166         - 1
4167         - UNBOUNDED
4168       vcpus_cmaui_1c1:
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       feature_cmaui_1c1_cmaui_port:
4175         type: tosca.capabilities.Node
4176         occurrences:
4177         - 1
4178         - UNBOUNDED
4179       cpu.delta_cmaui_1c1:
4180         type: org.openecomp.capabilities.metric.Ceilometer
4181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4182         occurrences:
4183         - 1
4184         - UNBOUNDED