fa714a9087e63515a8c2df36c425b6f61151f75d
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.oam_server_1c2:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_oam_server_1c2_mgmt_port_0_vlan_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.VlanRequirements
17       compute_oam_server_1c2_name:
18         type: list
19         required: true
20         status: SUPPORTED
21         entry_schema:
22           type: string
23       port_oam_server_1c2_mgmt_port_0_related_networks:
24         type: list
25         required: true
26         status: SUPPORTED
27         entry_schema:
28           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
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_oam_server_1c2_mgmt_port_0_network_role_tag:
38         type: string
39         required: true
40         status: SUPPORTED
41       port_oam_server_1c2_mgmt_port_0_ip_requirements:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: org.openecomp.datatypes.network.IpRequirements
47       port_oam_server_1c2_mgmt_port_0_fixed_ips:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
53       vm_flavor_name:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_oam_server_1c2_mgmt_port_0_mac_requirements:
58         type: org.openecomp.datatypes.network.MacRequirements
59         required: true
60         status: SUPPORTED
61       compute_oam_server_1c2_availability_zone:
62         type: list
63         required: true
64         status: SUPPORTED
65         entry_schema:
66           type: string
67       vm_image_name:
68         type: string
69         required: true
70         status: SUPPORTED
71       port_oam_server_1c2_mgmt_port_0_network:
72         type: list
73         required: true
74         status: SUPPORTED
75         entry_schema:
76           type: string
77       port_oam_server_1c2_mgmt_port_0_order:
78         type: integer
79         required: true
80         status: SUPPORTED
81       port_oam_server_1c2_mgmt_port_0_exCP_naming:
82         type: org.openecomp.datatypes.Naming
83         required: true
84         status: SUPPORTED
85       port_oam_server_1c2_mgmt_port_0_subnetpoolid:
86         type: string
87         required: true
88         status: SUPPORTED
89       port_oam_server_1c2_mgmt_port_0_replacement_policy:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: string
95       port_oam_server_1c2_mgmt_port_0_network_role:
96         type: string
97         required: true
98         status: SUPPORTED
99     attributes:
100       oam_server_1c2_accessIPv4:
101         type: string
102         status: SUPPORTED
103     requirements:
104     - dependency_oam_server_1c2_oam_server_1c2_mgmt_port_0:
105         capability: tosca.capabilities.Node
106         node: tosca.nodes.Root
107         relationship: tosca.relationships.DependsOn
108         occurrences:
109         - 0
110         - UNBOUNDED
111     - link_oam_server_1c2_oam_server_1c2_mgmt_port_0:
112         capability: tosca.capabilities.network.Linkable
113         relationship: tosca.relationships.network.LinksTo
114         occurrences:
115         - 1
116         - 1
117     - dependency_oam_server_1c2:
118         capability: tosca.capabilities.Node
119         node: tosca.nodes.Root
120         relationship: tosca.relationships.DependsOn
121         occurrences:
122         - 0
123         - UNBOUNDED
124     - local_storage_oam_server_1c2:
125         capability: tosca.capabilities.Attachment
126         node: tosca.nodes.BlockStorage
127         relationship: tosca.relationships.AttachesTo
128         occurrences:
129         - 0
130         - UNBOUNDED
131     capabilities:
132       disk.device.usage_oam_server_1c2:
133         type: org.openecomp.capabilities.metric.Ceilometer
134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
135         occurrences:
136         - 1
137         - UNBOUNDED
138       disk.device.latency_oam_server_1c2:
139         type: org.openecomp.capabilities.metric.Ceilometer
140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
141         occurrences:
142         - 1
143         - UNBOUNDED
144       feature_oam_server_1c2:
145         type: tosca.capabilities.Node
146         occurrences:
147         - 1
148         - UNBOUNDED
149       disk.read.requests_oam_server_1c2:
150         type: org.openecomp.capabilities.metric.Ceilometer
151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
152         occurrences:
153         - 1
154         - UNBOUNDED
155       disk.write.bytes.rate_oam_server_1c2:
156         type: org.openecomp.capabilities.metric.Ceilometer
157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
158         occurrences:
159         - 1
160         - UNBOUNDED
161       disk.device.write.bytes.rate_oam_server_1c2:
162         type: org.openecomp.capabilities.metric.Ceilometer
163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
164         occurrences:
165         - 1
166         - UNBOUNDED
167       cpu_util_oam_server_1c2:
168         type: org.openecomp.capabilities.metric.Ceilometer
169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
170         occurrences:
171         - 1
172         - UNBOUNDED
173       disk.device.write.bytes_oam_server_1c2:
174         type: org.openecomp.capabilities.metric.Ceilometer
175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
176         occurrences:
177         - 1
178         - UNBOUNDED
179       binding_oam_server_1c2_oam_server_1c2_mgmt_port_0:
180         type: tosca.capabilities.network.Bindable
181         valid_source_types:
182         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
183         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
184         occurrences:
185         - 0
186         - UNBOUNDED
187       disk.device.allocation_oam_server_1c2:
188         type: org.openecomp.capabilities.metric.Ceilometer
189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
190         occurrences:
191         - 1
192         - UNBOUNDED
193       disk.root.size_oam_server_1c2:
194         type: org.openecomp.capabilities.metric.Ceilometer
195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
196         occurrences:
197         - 1
198         - UNBOUNDED
199       disk.device.iops_oam_server_1c2:
200         type: org.openecomp.capabilities.metric.Ceilometer
201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
202         occurrences:
203         - 1
204         - UNBOUNDED
205       disk.read.bytes.rate_oam_server_1c2:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       network.outgoing.bytes.rate_oam_server_1c2_oam_server_1c2_mgmt_port_0:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       disk.allocation_oam_server_1c2:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       disk.read.bytes_oam_server_1c2:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       network.incoming.packets_oam_server_1c2_oam_server_1c2_mgmt_port_0:
230         type: org.openecomp.capabilities.metric.Ceilometer
231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
232         occurrences:
233         - 1
234         - UNBOUNDED
235       network.incoming.packets.rate_oam_server_1c2_oam_server_1c2_mgmt_port_0:
236         type: org.openecomp.capabilities.metric.Ceilometer
237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
238         occurrences:
239         - 1
240         - UNBOUNDED
241       vcpus_oam_server_1c2:
242         type: org.openecomp.capabilities.metric.Ceilometer
243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
244         occurrences:
245         - 1
246         - UNBOUNDED
247       disk.device.read.bytes.rate_oam_server_1c2:
248         type: org.openecomp.capabilities.metric.Ceilometer
249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
250         occurrences:
251         - 1
252         - UNBOUNDED
253       cpu_oam_server_1c2:
254         type: org.openecomp.capabilities.metric.Ceilometer
255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
256         occurrences:
257         - 1
258         - UNBOUNDED
259       network.outpoing.packets_oam_server_1c2_oam_server_1c2_mgmt_port_0:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       disk.write.requests.rate_oam_server_1c2:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       instance_oam_server_1c2:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       host_oam_server_1c2:
278         type: tosca.capabilities.Container
279         valid_source_types:
280         - tosca.nodes.SoftwareComponent
281         occurrences:
282         - 1
283         - UNBOUNDED
284       disk.device.capacity_oam_server_1c2:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       disk.device.write.requests.rate_oam_server_1c2:
291         type: org.openecomp.capabilities.metric.Ceilometer
292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
293         occurrences:
294         - 1
295         - UNBOUNDED
296       endpoint_oam_server_1c2:
297         type: tosca.capabilities.Endpoint.Admin
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.ephemeral.size_oam_server_1c2:
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       feature_oam_server_1c2_oam_server_1c2_mgmt_port_0:
308         type: tosca.capabilities.Node
309         occurrences:
310         - 1
311         - UNBOUNDED
312       memory.resident_oam_server_1c2:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       memory_oam_server_1c2:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       disk.device.read.bytes_oam_server_1c2:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       memory.usage_oam_server_1c2:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       attachment_oam_server_1c2_oam_server_1c2_mgmt_port_0:
337         type: tosca.capabilities.Attachment
338         occurrences:
339         - 1
340         - UNBOUNDED
341       disk.usage_oam_server_1c2:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       network.outgoing.bytes_oam_server_1c2_oam_server_1c2_mgmt_port_0:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       os_oam_server_1c2:
354         type: tosca.capabilities.OperatingSystem
355         occurrences:
356         - 1
357         - UNBOUNDED
358       forwarder_oam_server_1c2_oam_server_1c2_mgmt_port_0:
359         type: org.openecomp.capabilities.Forwarder
360         occurrences:
361         - 1
362         - UNBOUNDED
363       disk.device.read.requests_oam_server_1c2:
364         type: org.openecomp.capabilities.metric.Ceilometer
365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.latency_oam_server_1c2:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       network.incoming.bytes_oam_server_1c2_oam_server_1c2_mgmt_port_0:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       disk.write.requests_oam_server_1c2:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       disk.device.write.requests_oam_server_1c2:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       binding_oam_server_1c2:
394         type: tosca.capabilities.network.Bindable
395         occurrences:
396         - 1
397         - UNBOUNDED
398       scalable_oam_server_1c2:
399         type: tosca.capabilities.Scalable
400         occurrences:
401         - 1
402         - UNBOUNDED
403       cpu.delta_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.write.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       network.outgoing.packets.rate_oam_server_1c2_oam_server_1c2_mgmt_port_0:
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.capacity_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       disk.device.read.requests.rate_oam_server_1c2:
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       disk.iops_oam_server_1c2:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439       network.incoming.bytes.rate_oam_server_1c2_oam_server_1c2_mgmt_port_0:
440         type: org.openecomp.capabilities.metric.Ceilometer
441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
442         occurrences:
443         - 1
444         - UNBOUNDED
445   org.openecomp.resource.abstract.nodes.heat.pd_server:
446     derived_from: org.openecomp.resource.abstract.nodes.VFC
447     properties:
448       p1:
449         type: string
450         description: UID of OAM network
451         required: true
452         status: SUPPORTED
453       p2:
454         type: string
455         description: UID of OAM network
456         required: true
457         status: SUPPORTED
458       port_pd_server_port_1_order:
459         type: integer
460         required: true
461         status: SUPPORTED
462       pd_server_names:
463         type: list
464         description: PD server names
465         required: true
466         status: SUPPORTED
467         entry_schema:
468           type: string
469       port_pd_server_port_1_mac_requirements:
470         type: org.openecomp.datatypes.network.MacRequirements
471         required: true
472         status: SUPPORTED
473       port_pd_server_port_2_network_role:
474         type: string
475         required: true
476         status: SUPPORTED
477       port_pd_server_port_1_network_role:
478         type: string
479         required: true
480         status: SUPPORTED
481       pd_server_flavor:
482         type: string
483         description: Flavor for PD server
484         required: true
485         status: SUPPORTED
486       port_pd_server_port_2_ip_requirements:
487         type: list
488         required: true
489         status: SUPPORTED
490         entry_schema:
491           type: org.openecomp.datatypes.network.IpRequirements
492       port_pd_server_port_2_mac_requirements:
493         type: org.openecomp.datatypes.network.MacRequirements
494         required: true
495         status: SUPPORTED
496       availability_zone_0:
497         type: string
498         description: availabilityzone name
499         required: true
500         status: SUPPORTED
501       net:
502         type: string
503         required: true
504         status: SUPPORTED
505       port_pd_server_port_2_vlan_requirements:
506         type: list
507         required: true
508         status: SUPPORTED
509         entry_schema:
510           type: org.openecomp.datatypes.network.VlanRequirements
511       port_pd_server_port_2_subnetpoolid:
512         type: string
513         required: true
514         status: SUPPORTED
515       pd_server_ips:
516         type: string
517         required: true
518         status: SUPPORTED
519       port_pd_server_port_1_subnetpoolid:
520         type: string
521         required: true
522         status: SUPPORTED
523       port_pd_server_port_1_related_networks:
524         type: list
525         required: true
526         status: SUPPORTED
527         entry_schema:
528           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
529       port_pd_server_port_1_network_role_tag:
530         type: string
531         required: true
532         status: SUPPORTED
533       security_group_name:
534         type: list
535         description: CMAUI1, CMAUI2 server names
536         required: true
537         status: SUPPORTED
538         entry_schema:
539           type: string
540       ps_server_flavor:
541         type: string
542         description: Flavor for PS server
543         required: true
544         status: SUPPORTED
545       port_pd_server_port_1_vlan_requirements:
546         type: list
547         required: true
548         status: SUPPORTED
549         entry_schema:
550           type: org.openecomp.datatypes.network.VlanRequirements
551       port_pd_server_port_2_order:
552         type: integer
553         required: true
554         status: SUPPORTED
555       port_pd_server_port_2_related_networks:
556         type: list
557         required: true
558         status: SUPPORTED
559         entry_schema:
560           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
561       port_pd_server_port_2_network_role_tag:
562         type: string
563         required: true
564         status: SUPPORTED
565       pd_server_image:
566         type: string
567         description: Flavor for PD server
568         required: true
569         status: SUPPORTED
570       port_pd_server_port_1_ip_requirements:
571         type: list
572         required: true
573         status: SUPPORTED
574         entry_schema:
575           type: org.openecomp.datatypes.network.IpRequirements
576       port_pd_server_port_2_exCP_naming:
577         type: org.openecomp.datatypes.Naming
578         required: true
579         status: SUPPORTED
580       port_pd_server_port_1_exCP_naming:
581         type: org.openecomp.datatypes.Naming
582         required: true
583         status: SUPPORTED
584     attributes:
585       pattern4_attr_1:
586         type: string
587         description: pattern4_attr_1_value
588         status: SUPPORTED
589     requirements:
590     - dependency_pd_server_port_1:
591         capability: tosca.capabilities.Node
592         node: tosca.nodes.Root
593         relationship: tosca.relationships.DependsOn
594         occurrences:
595         - 0
596         - UNBOUNDED
597     - link_pd_server_port_1:
598         capability: tosca.capabilities.network.Linkable
599         relationship: tosca.relationships.network.LinksTo
600         occurrences:
601         - 1
602         - 1
603     - dependency_pd_server_port_2:
604         capability: tosca.capabilities.Node
605         node: tosca.nodes.Root
606         relationship: tosca.relationships.DependsOn
607         occurrences:
608         - 0
609         - UNBOUNDED
610     - link_pd_server_port_2:
611         capability: tosca.capabilities.network.Linkable
612         relationship: tosca.relationships.network.LinksTo
613         occurrences:
614         - 1
615         - 1
616     - dependency_server_pd:
617         capability: tosca.capabilities.Node
618         node: tosca.nodes.Root
619         relationship: tosca.relationships.DependsOn
620         occurrences:
621         - 0
622         - UNBOUNDED
623     - local_storage_server_pd:
624         capability: tosca.capabilities.Attachment
625         node: tosca.nodes.BlockStorage
626         relationship: tosca.relationships.AttachesTo
627         occurrences:
628         - 0
629         - UNBOUNDED
630     capabilities:
631       disk.iops_server_pd:
632         type: org.openecomp.capabilities.metric.Ceilometer
633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
634         occurrences:
635         - 1
636         - UNBOUNDED
637       disk.device.read.bytes.rate_server_pd:
638         type: org.openecomp.capabilities.metric.Ceilometer
639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
640         occurrences:
641         - 1
642         - UNBOUNDED
643       memory.resident_server_pd:
644         type: org.openecomp.capabilities.metric.Ceilometer
645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
646         occurrences:
647         - 1
648         - UNBOUNDED
649       cpu_util_server_pd:
650         type: org.openecomp.capabilities.metric.Ceilometer
651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
652         occurrences:
653         - 1
654         - UNBOUNDED
655       network.incoming.bytes_pd_server_port_1:
656         type: org.openecomp.capabilities.metric.Ceilometer
657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
658         occurrences:
659         - 1
660         - UNBOUNDED
661       network.incoming.bytes_pd_server_port_2:
662         type: org.openecomp.capabilities.metric.Ceilometer
663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
664         occurrences:
665         - 1
666         - UNBOUNDED
667       disk.device.read.requests_server_pd:
668         type: org.openecomp.capabilities.metric.Ceilometer
669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
670         occurrences:
671         - 1
672         - UNBOUNDED
673       network.incoming.bytes.rate_pd_server_port_1:
674         type: org.openecomp.capabilities.metric.Ceilometer
675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
676         occurrences:
677         - 1
678         - UNBOUNDED
679       network.incoming.bytes.rate_pd_server_port_2:
680         type: org.openecomp.capabilities.metric.Ceilometer
681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
682         occurrences:
683         - 1
684         - UNBOUNDED
685       disk.device.allocation_server_pd:
686         type: org.openecomp.capabilities.metric.Ceilometer
687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
688         occurrences:
689         - 1
690         - UNBOUNDED
691       disk.usage_server_pd:
692         type: org.openecomp.capabilities.metric.Ceilometer
693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
694         occurrences:
695         - 1
696         - UNBOUNDED
697       disk.capacity_server_pd:
698         type: org.openecomp.capabilities.metric.Ceilometer
699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
700         occurrences:
701         - 1
702         - UNBOUNDED
703       endpoint_server_pd:
704         type: tosca.capabilities.Endpoint.Admin
705         occurrences:
706         - 1
707         - UNBOUNDED
708       disk.device.capacity_server_pd:
709         type: org.openecomp.capabilities.metric.Ceilometer
710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
711         occurrences:
712         - 1
713         - UNBOUNDED
714       attachment_pd_server_port_2:
715         type: tosca.capabilities.Attachment
716         occurrences:
717         - 1
718         - UNBOUNDED
719       network.incoming.packets_pd_server_port_2:
720         type: org.openecomp.capabilities.metric.Ceilometer
721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
722         occurrences:
723         - 1
724         - UNBOUNDED
725       attachment_pd_server_port_1:
726         type: tosca.capabilities.Attachment
727         occurrences:
728         - 1
729         - UNBOUNDED
730       network.incoming.packets_pd_server_port_1:
731         type: org.openecomp.capabilities.metric.Ceilometer
732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
733         occurrences:
734         - 1
735         - UNBOUNDED
736       memory.usage_server_pd:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       disk.allocation_server_pd:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       disk.read.bytes.rate_server_pd:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       memory_server_pd:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       disk.device.write.requests_server_pd:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.device.usage_server_pd:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       feature_pd_server_port_1:
773         type: tosca.capabilities.Node
774         occurrences:
775         - 1
776         - UNBOUNDED
777       feature_pd_server_port_2:
778         type: tosca.capabilities.Node
779         occurrences:
780         - 1
781         - UNBOUNDED
782       disk.read.bytes_server_pd:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       disk.device.read.bytes_server_pd:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       network.incoming.packets.rate_pd_server_port_2:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       network.incoming.packets.rate_pd_server_port_1:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       instance_server_pd:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       binding_pd_server_port_2:
813         type: tosca.capabilities.network.Bindable
814         valid_source_types:
815         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
816         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
817         occurrences:
818         - 0
819         - UNBOUNDED
820       binding_pd_server_port_1:
821         type: tosca.capabilities.network.Bindable
822         valid_source_types:
823         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
824         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
825         occurrences:
826         - 0
827         - UNBOUNDED
828       cpu.delta_server_pd:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       host_server_pd:
835         type: tosca.capabilities.Container
836         valid_source_types:
837         - tosca.nodes.SoftwareComponent
838         occurrences:
839         - 1
840         - UNBOUNDED
841       network.outpoing.packets_pd_server_port_1:
842         type: org.openecomp.capabilities.metric.Ceilometer
843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
844         occurrences:
845         - 1
846         - UNBOUNDED
847       vcpus_server_pd:
848         type: org.openecomp.capabilities.metric.Ceilometer
849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
850         occurrences:
851         - 1
852         - UNBOUNDED
853       disk.ephemeral.size_server_pd:
854         type: org.openecomp.capabilities.metric.Ceilometer
855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
856         occurrences:
857         - 1
858         - UNBOUNDED
859       network.outpoing.packets_pd_server_port_2:
860         type: org.openecomp.capabilities.metric.Ceilometer
861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
862         occurrences:
863         - 1
864         - UNBOUNDED
865       network.outgoing.packets.rate_pd_server_port_2:
866         type: org.openecomp.capabilities.metric.Ceilometer
867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
868         occurrences:
869         - 1
870         - UNBOUNDED
871       disk.latency_server_pd:
872         type: org.openecomp.capabilities.metric.Ceilometer
873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
874         occurrences:
875         - 1
876         - UNBOUNDED
877       network.outgoing.packets.rate_pd_server_port_1:
878         type: org.openecomp.capabilities.metric.Ceilometer
879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
880         occurrences:
881         - 1
882         - UNBOUNDED
883       disk.device.write.bytes.rate_server_pd:
884         type: org.openecomp.capabilities.metric.Ceilometer
885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
886         occurrences:
887         - 1
888         - UNBOUNDED
889       disk.write.requests.rate_server_pd:
890         type: org.openecomp.capabilities.metric.Ceilometer
891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
892         occurrences:
893         - 1
894         - UNBOUNDED
895       disk.write.requests_server_pd:
896         type: org.openecomp.capabilities.metric.Ceilometer
897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
898         occurrences:
899         - 1
900         - UNBOUNDED
901       network.outgoing.bytes_pd_server_port_2:
902         type: org.openecomp.capabilities.metric.Ceilometer
903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
904         occurrences:
905         - 1
906         - UNBOUNDED
907       disk.device.iops_server_pd:
908         type: org.openecomp.capabilities.metric.Ceilometer
909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
910         occurrences:
911         - 1
912         - UNBOUNDED
913       network.outgoing.bytes_pd_server_port_1:
914         type: org.openecomp.capabilities.metric.Ceilometer
915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
916         occurrences:
917         - 1
918         - UNBOUNDED
919       disk.read.requests_server_pd:
920         type: org.openecomp.capabilities.metric.Ceilometer
921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
922         occurrences:
923         - 1
924         - UNBOUNDED
925       os_server_pd:
926         type: tosca.capabilities.OperatingSystem
927         occurrences:
928         - 1
929         - UNBOUNDED
930       disk.device.latency_server_pd:
931         type: org.openecomp.capabilities.metric.Ceilometer
932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
933         occurrences:
934         - 1
935         - UNBOUNDED
936       binding_server_pd:
937         type: tosca.capabilities.network.Bindable
938         occurrences:
939         - 1
940         - UNBOUNDED
941       scalable_server_pd:
942         type: tosca.capabilities.Scalable
943         occurrences:
944         - 1
945         - UNBOUNDED
946       network.outgoing.bytes.rate_pd_server_port_2:
947         type: org.openecomp.capabilities.metric.Ceilometer
948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
949         occurrences:
950         - 1
951         - UNBOUNDED
952       forwarder_pd_server_port_1:
953         type: org.openecomp.capabilities.Forwarder
954         occurrences:
955         - 1
956         - UNBOUNDED
957       network.outgoing.bytes.rate_pd_server_port_1:
958         type: org.openecomp.capabilities.metric.Ceilometer
959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
960         occurrences:
961         - 1
962         - UNBOUNDED
963       disk.write.bytes_server_pd:
964         type: org.openecomp.capabilities.metric.Ceilometer
965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
966         occurrences:
967         - 1
968         - UNBOUNDED
969       disk.write.bytes.rate_server_pd:
970         type: org.openecomp.capabilities.metric.Ceilometer
971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
972         occurrences:
973         - 1
974         - UNBOUNDED
975       forwarder_pd_server_port_2:
976         type: org.openecomp.capabilities.Forwarder
977         occurrences:
978         - 1
979         - UNBOUNDED
980       feature_server_pd:
981         type: tosca.capabilities.Node
982         occurrences:
983         - 1
984         - UNBOUNDED
985       disk.root.size_server_pd:
986         type: org.openecomp.capabilities.metric.Ceilometer
987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
988         occurrences:
989         - 1
990         - UNBOUNDED
991       disk.device.read.requests.rate_server_pd:
992         type: org.openecomp.capabilities.metric.Ceilometer
993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
994         occurrences:
995         - 1
996         - UNBOUNDED
997       disk.device.write.requests.rate_server_pd:
998         type: org.openecomp.capabilities.metric.Ceilometer
999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1000         occurrences:
1001         - 1
1002         - UNBOUNDED
1003       disk.device.write.bytes_server_pd:
1004         type: org.openecomp.capabilities.metric.Ceilometer
1005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1006         occurrences:
1007         - 1
1008         - UNBOUNDED
1009       cpu_server_pd:
1010         type: org.openecomp.capabilities.metric.Ceilometer
1011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1012         occurrences:
1013         - 1
1014         - UNBOUNDED
1015   org.openecomp.resource.abstract.nodes.pd_server_1b:
1016     derived_from: org.openecomp.resource.abstract.nodes.VFC
1017     properties:
1018       compute_pd_server_1b_name:
1019         type: list
1020         required: true
1021         status: SUPPORTED
1022         entry_schema:
1023           type: string
1024       index_value:
1025         type: integer
1026         description: Index value of this substitution service template runtime instance
1027         required: false
1028         default: 0
1029         status: SUPPORTED
1030         constraints:
1031         - greater_or_equal: 0
1032       vm_flavor_name:
1033         type: string
1034         required: true
1035         status: SUPPORTED
1036       port_pd_server_1b_port_vlan_requirements:
1037         type: list
1038         required: true
1039         status: SUPPORTED
1040         entry_schema:
1041           type: org.openecomp.datatypes.network.VlanRequirements
1042       port_pd_server_1b_port_related_networks:
1043         type: list
1044         required: true
1045         status: SUPPORTED
1046         entry_schema:
1047           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
1048       port_pd_server_1b_port_network_role_tag:
1049         type: string
1050         required: true
1051         status: SUPPORTED
1052       vm_image_name:
1053         type: string
1054         required: true
1055         status: SUPPORTED
1056       port_pd_server_1b_port_replacement_policy:
1057         type: list
1058         required: true
1059         status: SUPPORTED
1060         entry_schema:
1061           type: string
1062       port_pd_server_1b_port_mac_requirements:
1063         type: org.openecomp.datatypes.network.MacRequirements
1064         required: true
1065         status: SUPPORTED
1066       port_pd_server_1b_port_network_role:
1067         type: string
1068         required: true
1069         status: SUPPORTED
1070       port_pd_server_1b_port_fixed_ips:
1071         type: list
1072         required: true
1073         status: SUPPORTED
1074         entry_schema:
1075           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1076       port_pd_server_1b_port_network:
1077         type: list
1078         required: true
1079         status: SUPPORTED
1080         entry_schema:
1081           type: string
1082       compute_pd_server_1b_availability_zone:
1083         type: list
1084         required: true
1085         status: SUPPORTED
1086         entry_schema:
1087           type: string
1088       port_pd_server_1b_port_order:
1089         type: integer
1090         required: true
1091         status: SUPPORTED
1092       port_pd_server_1b_port_exCP_naming:
1093         type: org.openecomp.datatypes.Naming
1094         required: true
1095         status: SUPPORTED
1096       port_pd_server_1b_port_ip_requirements:
1097         type: list
1098         required: true
1099         status: SUPPORTED
1100         entry_schema:
1101           type: org.openecomp.datatypes.network.IpRequirements
1102       port_pd_server_1b_port_subnetpoolid:
1103         type: string
1104         required: true
1105         status: SUPPORTED
1106     requirements:
1107     - dependency_pd_server_1b:
1108         capability: tosca.capabilities.Node
1109         node: tosca.nodes.Root
1110         relationship: tosca.relationships.DependsOn
1111         occurrences:
1112         - 0
1113         - UNBOUNDED
1114     - local_storage_pd_server_1b:
1115         capability: tosca.capabilities.Attachment
1116         node: tosca.nodes.BlockStorage
1117         relationship: tosca.relationships.AttachesTo
1118         occurrences:
1119         - 0
1120         - UNBOUNDED
1121     - dependency_pd_server_1b_pd_server_1b_port:
1122         capability: tosca.capabilities.Node
1123         node: tosca.nodes.Root
1124         relationship: tosca.relationships.DependsOn
1125         occurrences:
1126         - 0
1127         - UNBOUNDED
1128     - link_pd_server_1b_pd_server_1b_port:
1129         capability: tosca.capabilities.network.Linkable
1130         relationship: tosca.relationships.network.LinksTo
1131         occurrences:
1132         - 1
1133         - 1
1134     capabilities:
1135       disk.device.read.bytes_pd_server_1b:
1136         type: org.openecomp.capabilities.metric.Ceilometer
1137         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1138         occurrences:
1139         - 1
1140         - UNBOUNDED
1141       feature_pd_server_1b_pd_server_1b_port:
1142         type: tosca.capabilities.Node
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146       host_pd_server_1b:
1147         type: tosca.capabilities.Container
1148         valid_source_types:
1149         - tosca.nodes.SoftwareComponent
1150         occurrences:
1151         - 1
1152         - UNBOUNDED
1153       disk.read.bytes.rate_pd_server_1b:
1154         type: org.openecomp.capabilities.metric.Ceilometer
1155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       disk.allocation_pd_server_1b:
1160         type: org.openecomp.capabilities.metric.Ceilometer
1161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1162         occurrences:
1163         - 1
1164         - UNBOUNDED
1165       network.incoming.bytes.rate_pd_server_1b_pd_server_1b_port:
1166         type: org.openecomp.capabilities.metric.Ceilometer
1167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1168         occurrences:
1169         - 1
1170         - UNBOUNDED
1171       cpu.delta_pd_server_1b:
1172         type: org.openecomp.capabilities.metric.Ceilometer
1173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1174         occurrences:
1175         - 1
1176         - UNBOUNDED
1177       forwarder_pd_server_1b_pd_server_1b_port:
1178         type: org.openecomp.capabilities.Forwarder
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       network.incoming.bytes_pd_server_1b_pd_server_1b_port:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188       disk.device.read.requests_pd_server_1b:
1189         type: org.openecomp.capabilities.metric.Ceilometer
1190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       feature_pd_server_1b:
1195         type: tosca.capabilities.Node
1196         occurrences:
1197         - 1
1198         - UNBOUNDED
1199       disk.device.iops_pd_server_1b:
1200         type: org.openecomp.capabilities.metric.Ceilometer
1201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1202         occurrences:
1203         - 1
1204         - UNBOUNDED
1205       binding_pd_server_1b_pd_server_1b_port:
1206         type: tosca.capabilities.network.Bindable
1207         valid_source_types:
1208         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1209         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1210         occurrences:
1211         - 0
1212         - UNBOUNDED
1213       cpu_pd_server_1b:
1214         type: org.openecomp.capabilities.metric.Ceilometer
1215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1216         occurrences:
1217         - 1
1218         - UNBOUNDED
1219       disk.write.bytes.rate_pd_server_1b:
1220         type: org.openecomp.capabilities.metric.Ceilometer
1221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1222         occurrences:
1223         - 1
1224         - UNBOUNDED
1225       disk.device.read.requests.rate_pd_server_1b:
1226         type: org.openecomp.capabilities.metric.Ceilometer
1227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1228         occurrences:
1229         - 1
1230         - UNBOUNDED
1231       endpoint_pd_server_1b:
1232         type: tosca.capabilities.Endpoint.Admin
1233         occurrences:
1234         - 1
1235         - UNBOUNDED
1236       disk.device.allocation_pd_server_1b:
1237         type: org.openecomp.capabilities.metric.Ceilometer
1238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1239         occurrences:
1240         - 1
1241         - UNBOUNDED
1242       memory.usage_pd_server_1b:
1243         type: org.openecomp.capabilities.metric.Ceilometer
1244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       network.outpoing.packets_pd_server_1b_pd_server_1b_port:
1249         type: org.openecomp.capabilities.metric.Ceilometer
1250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       memory_pd_server_1b:
1255         type: org.openecomp.capabilities.metric.Ceilometer
1256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1257         occurrences:
1258         - 1
1259         - UNBOUNDED
1260       disk.device.read.bytes.rate_pd_server_1b:
1261         type: org.openecomp.capabilities.metric.Ceilometer
1262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1263         occurrences:
1264         - 1
1265         - UNBOUNDED
1266       disk.device.latency_pd_server_1b:
1267         type: org.openecomp.capabilities.metric.Ceilometer
1268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1269         occurrences:
1270         - 1
1271         - UNBOUNDED
1272       disk.read.bytes_pd_server_1b:
1273         type: org.openecomp.capabilities.metric.Ceilometer
1274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1275         occurrences:
1276         - 1
1277         - UNBOUNDED
1278       disk.device.usage_pd_server_1b:
1279         type: org.openecomp.capabilities.metric.Ceilometer
1280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1281         occurrences:
1282         - 1
1283         - UNBOUNDED
1284       attachment_pd_server_1b_pd_server_1b_port:
1285         type: tosca.capabilities.Attachment
1286         occurrences:
1287         - 1
1288         - UNBOUNDED
1289       disk.device.write.requests_pd_server_1b:
1290         type: org.openecomp.capabilities.metric.Ceilometer
1291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1292         occurrences:
1293         - 1
1294         - UNBOUNDED
1295       disk.latency_pd_server_1b:
1296         type: org.openecomp.capabilities.metric.Ceilometer
1297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1298         occurrences:
1299         - 1
1300         - UNBOUNDED
1301       disk.ephemeral.size_pd_server_1b:
1302         type: org.openecomp.capabilities.metric.Ceilometer
1303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1304         occurrences:
1305         - 1
1306         - UNBOUNDED
1307       network.outgoing.bytes.rate_pd_server_1b_pd_server_1b_port:
1308         type: org.openecomp.capabilities.metric.Ceilometer
1309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1310         occurrences:
1311         - 1
1312         - UNBOUNDED
1313       scalable_pd_server_1b:
1314         type: tosca.capabilities.Scalable
1315         occurrences:
1316         - 1
1317         - UNBOUNDED
1318       disk.write.requests_pd_server_1b:
1319         type: org.openecomp.capabilities.metric.Ceilometer
1320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1321         occurrences:
1322         - 1
1323         - UNBOUNDED
1324       disk.device.write.bytes.rate_pd_server_1b:
1325         type: org.openecomp.capabilities.metric.Ceilometer
1326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1327         occurrences:
1328         - 1
1329         - UNBOUNDED
1330       disk.root.size_pd_server_1b:
1331         type: org.openecomp.capabilities.metric.Ceilometer
1332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1333         occurrences:
1334         - 1
1335         - UNBOUNDED
1336       disk.iops_pd_server_1b:
1337         type: org.openecomp.capabilities.metric.Ceilometer
1338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1339         occurrences:
1340         - 1
1341         - UNBOUNDED
1342       disk.write.bytes_pd_server_1b:
1343         type: org.openecomp.capabilities.metric.Ceilometer
1344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       disk.device.write.bytes_pd_server_1b:
1349         type: org.openecomp.capabilities.metric.Ceilometer
1350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1351         occurrences:
1352         - 1
1353         - UNBOUNDED
1354       os_pd_server_1b:
1355         type: tosca.capabilities.OperatingSystem
1356         occurrences:
1357         - 1
1358         - UNBOUNDED
1359       vcpus_pd_server_1b:
1360         type: org.openecomp.capabilities.metric.Ceilometer
1361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1362         occurrences:
1363         - 1
1364         - UNBOUNDED
1365       network.incoming.packets.rate_pd_server_1b_pd_server_1b_port:
1366         type: org.openecomp.capabilities.metric.Ceilometer
1367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1368         occurrences:
1369         - 1
1370         - UNBOUNDED
1371       instance_pd_server_1b:
1372         type: org.openecomp.capabilities.metric.Ceilometer
1373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1374         occurrences:
1375         - 1
1376         - UNBOUNDED
1377       binding_pd_server_1b:
1378         type: tosca.capabilities.network.Bindable
1379         occurrences:
1380         - 1
1381         - UNBOUNDED
1382       cpu_util_pd_server_1b:
1383         type: org.openecomp.capabilities.metric.Ceilometer
1384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1385         occurrences:
1386         - 1
1387         - UNBOUNDED
1388       network.outgoing.bytes_pd_server_1b_pd_server_1b_port:
1389         type: org.openecomp.capabilities.metric.Ceilometer
1390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1391         occurrences:
1392         - 1
1393         - UNBOUNDED
1394       memory.resident_pd_server_1b:
1395         type: org.openecomp.capabilities.metric.Ceilometer
1396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1397         occurrences:
1398         - 1
1399         - UNBOUNDED
1400       network.incoming.packets_pd_server_1b_pd_server_1b_port:
1401         type: org.openecomp.capabilities.metric.Ceilometer
1402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1403         occurrences:
1404         - 1
1405         - UNBOUNDED
1406       disk.device.write.requests.rate_pd_server_1b:
1407         type: org.openecomp.capabilities.metric.Ceilometer
1408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1409         occurrences:
1410         - 1
1411         - UNBOUNDED
1412       disk.device.capacity_pd_server_1b:
1413         type: org.openecomp.capabilities.metric.Ceilometer
1414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1415         occurrences:
1416         - 1
1417         - UNBOUNDED
1418       disk.read.requests_pd_server_1b:
1419         type: org.openecomp.capabilities.metric.Ceilometer
1420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1421         occurrences:
1422         - 1
1423         - UNBOUNDED
1424       network.outgoing.packets.rate_pd_server_1b_pd_server_1b_port:
1425         type: org.openecomp.capabilities.metric.Ceilometer
1426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1427         occurrences:
1428         - 1
1429         - UNBOUNDED
1430       disk.capacity_pd_server_1b:
1431         type: org.openecomp.capabilities.metric.Ceilometer
1432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1433         occurrences:
1434         - 1
1435         - UNBOUNDED
1436       disk.usage_pd_server_1b:
1437         type: org.openecomp.capabilities.metric.Ceilometer
1438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1439         occurrences:
1440         - 1
1441         - UNBOUNDED
1442       disk.write.requests.rate_pd_server_1b:
1443         type: org.openecomp.capabilities.metric.Ceilometer
1444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1445         occurrences:
1446         - 1
1447         - UNBOUNDED
1448   org.openecomp.resource.abstract.nodes.heat.nested-no-compute:
1449     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1450     properties:
1451       cmaui_names:
1452         type: list
1453         description: CMAUI1, CMAUI2 server names
1454         required: true
1455         status: SUPPORTED
1456         entry_schema:
1457           type: string
1458       p1:
1459         type: string
1460         description: UID of OAM network
1461         required: true
1462         status: SUPPORTED
1463       p2:
1464         type: string
1465         description: UID of OAM network
1466         required: true
1467         status: SUPPORTED
1468       cmaui_image:
1469         type: string
1470         description: Image for CMAUI server
1471         required: true
1472         status: SUPPORTED
1473       cmaui_flavor:
1474         type: string
1475         description: Flavor for CMAUI server
1476         required: true
1477         status: SUPPORTED
1478       packet_internal_network_name:
1479         type: string
1480         required: true
1481         status: SUPPORTED
1482       packet_external_network_name:
1483         type: string
1484         required: true
1485         status: SUPPORTED
1486       security_group_name:
1487         type: list
1488         description: CMAUI1, CMAUI2 server names
1489         required: true
1490         status: SUPPORTED
1491         entry_schema:
1492           type: string
1493       availability_zone_0:
1494         type: string
1495         description: availabilityzone name
1496         required: true
1497         status: SUPPORTED
1498       cmaui_oam_ips:
1499         type: string
1500         required: true
1501         status: SUPPORTED
1502       net:
1503         type: string
1504         required: true
1505         status: SUPPORTED
1506     attributes:
1507       no_compute_attr_1:
1508         type: string
1509         description: no_compute_attr_1
1510         status: SUPPORTED
1511     requirements:
1512     - dependency_cmaui_port_01:
1513         capability: tosca.capabilities.Node
1514         node: tosca.nodes.Root
1515         relationship: tosca.relationships.DependsOn
1516         occurrences:
1517         - 0
1518         - UNBOUNDED
1519     - binding_cmaui_port_01:
1520         capability: tosca.capabilities.network.Bindable
1521         relationship: tosca.relationships.network.BindsTo
1522         occurrences:
1523         - 1
1524         - 1
1525     - dependency_cmaui_port_02:
1526         capability: tosca.capabilities.Node
1527         node: tosca.nodes.Root
1528         relationship: tosca.relationships.DependsOn
1529         occurrences:
1530         - 0
1531         - UNBOUNDED
1532     - binding_cmaui_port_02:
1533         capability: tosca.capabilities.network.Bindable
1534         relationship: tosca.relationships.network.BindsTo
1535         occurrences:
1536         - 1
1537         - 1
1538     - dependency_packet_internal_network_0:
1539         capability: tosca.capabilities.Node
1540         node: tosca.nodes.Root
1541         relationship: tosca.relationships.DependsOn
1542         occurrences:
1543         - 0
1544         - UNBOUNDED
1545     - dependency_packet_external_network_0:
1546         capability: tosca.capabilities.Node
1547         node: tosca.nodes.Root
1548         relationship: tosca.relationships.DependsOn
1549         occurrences:
1550         - 0
1551         - UNBOUNDED
1552     capabilities:
1553       feature_packet_internal_network_0:
1554         type: tosca.capabilities.Node
1555         occurrences:
1556         - 1
1557         - UNBOUNDED
1558       network.incoming.packets_cmaui_port_02:
1559         type: org.openecomp.capabilities.metric.Ceilometer
1560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1561         occurrences:
1562         - 1
1563         - UNBOUNDED
1564       network.incoming.bytes_cmaui_port_02:
1565         type: org.openecomp.capabilities.metric.Ceilometer
1566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1567         occurrences:
1568         - 1
1569         - UNBOUNDED
1570       attachment_packet_external_network_0:
1571         type: tosca.capabilities.Attachment
1572         occurrences:
1573         - 1
1574         - UNBOUNDED
1575       network.outgoing.packets.rate_cmaui_port_01:
1576         type: org.openecomp.capabilities.metric.Ceilometer
1577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       binding_cmaui_port_01:
1582         type: tosca.capabilities.network.Bindable
1583         valid_source_types:
1584         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1585         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1586         occurrences:
1587         - 0
1588         - UNBOUNDED
1589       network.outgoing.packets.rate_cmaui_port_02:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       binding_cmaui_port_02:
1596         type: tosca.capabilities.network.Bindable
1597         valid_source_types:
1598         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1599         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1600         occurrences:
1601         - 0
1602         - UNBOUNDED
1603       attachment_cmaui_port_02:
1604         type: tosca.capabilities.Attachment
1605         occurrences:
1606         - 1
1607         - UNBOUNDED
1608       end_point_packet_external_network_0:
1609         type: tosca.capabilities.Endpoint
1610         occurrences:
1611         - 1
1612         - UNBOUNDED
1613       attachment_cmaui_port_01:
1614         type: tosca.capabilities.Attachment
1615         occurrences:
1616         - 1
1617         - UNBOUNDED
1618       network.incoming.packets.rate_cmaui_port_01:
1619         type: org.openecomp.capabilities.metric.Ceilometer
1620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1621         occurrences:
1622         - 1
1623         - UNBOUNDED
1624       link_packet_internal_network_0:
1625         type: tosca.capabilities.network.Linkable
1626         occurrences:
1627         - 1
1628         - UNBOUNDED
1629       network.incoming.bytes_cmaui_port_01:
1630         type: org.openecomp.capabilities.metric.Ceilometer
1631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1632         occurrences:
1633         - 1
1634         - UNBOUNDED
1635       network.incoming.packets_cmaui_port_01:
1636         type: org.openecomp.capabilities.metric.Ceilometer
1637         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1638         occurrences:
1639         - 1
1640         - UNBOUNDED
1641       network.incoming.packets.rate_cmaui_port_02:
1642         type: org.openecomp.capabilities.metric.Ceilometer
1643         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1644         occurrences:
1645         - 1
1646         - UNBOUNDED
1647       attachment_packet_internal_network_0:
1648         type: tosca.capabilities.Attachment
1649         occurrences:
1650         - 1
1651         - UNBOUNDED
1652       network.outgoing.bytes.rate_cmaui_port_02:
1653         type: org.openecomp.capabilities.metric.Ceilometer
1654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1655         occurrences:
1656         - 1
1657         - UNBOUNDED
1658       network.outgoing.bytes.rate_cmaui_port_01:
1659         type: org.openecomp.capabilities.metric.Ceilometer
1660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1661         occurrences:
1662         - 1
1663         - UNBOUNDED
1664       end_point_packet_internal_network_0:
1665         type: tosca.capabilities.Endpoint
1666         occurrences:
1667         - 1
1668         - UNBOUNDED
1669       network.outpoing.packets_cmaui_port_02:
1670         type: org.openecomp.capabilities.metric.Ceilometer
1671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1672         occurrences:
1673         - 1
1674         - UNBOUNDED
1675       network.outpoing.packets_cmaui_port_01:
1676         type: org.openecomp.capabilities.metric.Ceilometer
1677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1678         occurrences:
1679         - 1
1680         - UNBOUNDED
1681       forwarder_cmaui_port_01:
1682         type: org.openecomp.capabilities.Forwarder
1683         occurrences:
1684         - 1
1685         - UNBOUNDED
1686       forwarder_cmaui_port_02:
1687         type: org.openecomp.capabilities.Forwarder
1688         occurrences:
1689         - 1
1690         - UNBOUNDED
1691       link_packet_external_network_0:
1692         type: tosca.capabilities.network.Linkable
1693         occurrences:
1694         - 1
1695         - UNBOUNDED
1696       feature_cmaui_port_02:
1697         type: tosca.capabilities.Node
1698         occurrences:
1699         - 1
1700         - UNBOUNDED
1701       feature_cmaui_port_01:
1702         type: tosca.capabilities.Node
1703         occurrences:
1704         - 1
1705         - UNBOUNDED
1706       network.outgoing.bytes_cmaui_port_02:
1707         type: org.openecomp.capabilities.metric.Ceilometer
1708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1709         occurrences:
1710         - 1
1711         - UNBOUNDED
1712       network.incoming.bytes.rate_cmaui_port_01:
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       network.outgoing.bytes_cmaui_port_01:
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.incoming.bytes.rate_cmaui_port_02:
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       feature_packet_external_network_0:
1731         type: tosca.capabilities.Node
1732         occurrences:
1733         - 1
1734         - UNBOUNDED
1735   org.openecomp.resource.abstract.nodes.heat.nested1:
1736     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1737     properties:
1738       p1:
1739         type: string
1740         description: UID of OAM network
1741         required: true
1742         status: SUPPORTED
1743       p2:
1744         type: string
1745         description: UID of OAM network
1746         required: true
1747         status: SUPPORTED
1748       cmaui_1c1_image:
1749         type: string
1750         description: Image for CMAUI server
1751         required: true
1752         status: SUPPORTED
1753       ps_server_1b_ips:
1754         type: string
1755         required: true
1756         status: SUPPORTED
1757       packet_internal_network_name:
1758         type: string
1759         required: true
1760         status: SUPPORTED
1761       pd_server_1b_names:
1762         type: list
1763         description: PD server names
1764         required: true
1765         status: SUPPORTED
1766         entry_schema:
1767           type: string
1768       security_group_name:
1769         type: list
1770         description: CMAUI1, CMAUI2 server names
1771         required: true
1772         status: SUPPORTED
1773         entry_schema:
1774           type: string
1775       oam_server_1c2_image:
1776         type: string
1777         description: Image for CMAUI server
1778         required: true
1779         status: SUPPORTED
1780       cmaui_1c1_flavor:
1781         type: string
1782         description: Flavor for CMAUI server
1783         required: true
1784         status: SUPPORTED
1785       ps_server_1b_names:
1786         type: list
1787         description: Ps server names
1788         required: true
1789         status: SUPPORTED
1790         entry_schema:
1791           type: string
1792       cmaui_1c1_names:
1793         type: list
1794         description: CMAUI1, CMAUI2 server names
1795         required: true
1796         status: SUPPORTED
1797         entry_schema:
1798           type: string
1799       pd_server_1b_flavor:
1800         type: string
1801         description: Flavor for PD server
1802         required: true
1803         status: SUPPORTED
1804       pd_server_1b_ips:
1805         type: string
1806         required: true
1807         status: SUPPORTED
1808       packet_external_network_name:
1809         type: string
1810         required: true
1811         status: SUPPORTED
1812       availability_zone_0:
1813         type: string
1814         description: availabilityzone name
1815         required: true
1816         status: SUPPORTED
1817       ps_server_1b_flavor:
1818         type: string
1819         description: Flavor for PS server
1820         required: true
1821         status: SUPPORTED
1822       cmaui_oam_ips:
1823         type: string
1824         required: true
1825         status: SUPPORTED
1826       ps_server_1b_image:
1827         type: string
1828         description: Ps Image server
1829         required: true
1830         status: SUPPORTED
1831       net:
1832         type: string
1833         required: true
1834         status: SUPPORTED
1835       pd_server_1b_image:
1836         type: string
1837         description: PD Image server
1838         required: true
1839         status: SUPPORTED
1840       oam_server_1c2_flavor:
1841         type: string
1842         description: Flavor for CMAUI server
1843         required: true
1844         status: SUPPORTED
1845       oam_server_1c2_names:
1846         type: list
1847         description: CMAUI1, CMAUI2 server names
1848         required: true
1849         status: SUPPORTED
1850         entry_schema:
1851           type: string
1852     attributes:
1853       all_pattern_attr_1:
1854         type: string
1855         description: all_pattern_attr_1
1856         status: SUPPORTED
1857     requirements:
1858     - dependency_oam_server_1c2_1_mgmt_port_0:
1859         capability: tosca.capabilities.Node
1860         node: tosca.nodes.Root
1861         relationship: tosca.relationships.DependsOn
1862         occurrences:
1863         - 0
1864         - UNBOUNDED
1865     - dependency_oam_server_1c2_2_mgmt_port_0:
1866         capability: tosca.capabilities.Node
1867         node: tosca.nodes.Root
1868         relationship: tosca.relationships.DependsOn
1869         occurrences:
1870         - 0
1871         - UNBOUNDED
1872     - dependency_server_1b_pd:
1873         capability: tosca.capabilities.Node
1874         node: tosca.nodes.Root
1875         relationship: tosca.relationships.DependsOn
1876         occurrences:
1877         - 0
1878         - UNBOUNDED
1879     - local_storage_server_1b_pd:
1880         capability: tosca.capabilities.Attachment
1881         node: tosca.nodes.BlockStorage
1882         relationship: tosca.relationships.AttachesTo
1883         occurrences:
1884         - 0
1885         - UNBOUNDED
1886     - dependency_server_1c2_oam_1:
1887         capability: tosca.capabilities.Node
1888         node: tosca.nodes.Root
1889         relationship: tosca.relationships.DependsOn
1890         occurrences:
1891         - 0
1892         - UNBOUNDED
1893     - local_storage_server_1c2_oam_1:
1894         capability: tosca.capabilities.Attachment
1895         node: tosca.nodes.BlockStorage
1896         relationship: tosca.relationships.AttachesTo
1897         occurrences:
1898         - 0
1899         - UNBOUNDED
1900     - dependency_server_1c2_oam_2:
1901         capability: tosca.capabilities.Node
1902         node: tosca.nodes.Root
1903         relationship: tosca.relationships.DependsOn
1904         occurrences:
1905         - 0
1906         - UNBOUNDED
1907     - local_storage_server_1c2_oam_2:
1908         capability: tosca.capabilities.Attachment
1909         node: tosca.nodes.BlockStorage
1910         relationship: tosca.relationships.AttachesTo
1911         occurrences:
1912         - 0
1913         - UNBOUNDED
1914     - dependency_cmaui_1c1_2_mgmt_port_0:
1915         capability: tosca.capabilities.Node
1916         node: tosca.nodes.Root
1917         relationship: tosca.relationships.DependsOn
1918         occurrences:
1919         - 0
1920         - UNBOUNDED
1921     - dependency_cmaui_1c1_1_mgmt_port_0:
1922         capability: tosca.capabilities.Node
1923         node: tosca.nodes.Root
1924         relationship: tosca.relationships.DependsOn
1925         occurrences:
1926         - 0
1927         - UNBOUNDED
1928     - dependency_pd_server_1b_port:
1929         capability: tosca.capabilities.Node
1930         node: tosca.nodes.Root
1931         relationship: tosca.relationships.DependsOn
1932         occurrences:
1933         - 0
1934         - UNBOUNDED
1935     - link_pd_server_1b_port:
1936         capability: tosca.capabilities.network.Linkable
1937         relationship: tosca.relationships.network.LinksTo
1938         occurrences:
1939         - 1
1940         - 1
1941     - dependency_packet_external_network:
1942         capability: tosca.capabilities.Node
1943         node: tosca.nodes.Root
1944         relationship: tosca.relationships.DependsOn
1945         occurrences:
1946         - 0
1947         - UNBOUNDED
1948     - dependency_ps_server_1b_port:
1949         capability: tosca.capabilities.Node
1950         node: tosca.nodes.Root
1951         relationship: tosca.relationships.DependsOn
1952         occurrences:
1953         - 0
1954         - UNBOUNDED
1955     - link_ps_server_1b_port:
1956         capability: tosca.capabilities.network.Linkable
1957         relationship: tosca.relationships.network.LinksTo
1958         occurrences:
1959         - 1
1960         - 1
1961     - dependency_server_1b_ps:
1962         capability: tosca.capabilities.Node
1963         node: tosca.nodes.Root
1964         relationship: tosca.relationships.DependsOn
1965         occurrences:
1966         - 0
1967         - UNBOUNDED
1968     - local_storage_server_1b_ps:
1969         capability: tosca.capabilities.Attachment
1970         node: tosca.nodes.BlockStorage
1971         relationship: tosca.relationships.AttachesTo
1972         occurrences:
1973         - 0
1974         - UNBOUNDED
1975     - dependency_packet_internal_network:
1976         capability: tosca.capabilities.Node
1977         node: tosca.nodes.Root
1978         relationship: tosca.relationships.DependsOn
1979         occurrences:
1980         - 0
1981         - UNBOUNDED
1982     - dependency_server_1c1_cmaui_2:
1983         capability: tosca.capabilities.Node
1984         node: tosca.nodes.Root
1985         relationship: tosca.relationships.DependsOn
1986         occurrences:
1987         - 0
1988         - UNBOUNDED
1989     - local_storage_server_1c1_cmaui_2:
1990         capability: tosca.capabilities.Attachment
1991         node: tosca.nodes.BlockStorage
1992         relationship: tosca.relationships.AttachesTo
1993         occurrences:
1994         - 0
1995         - UNBOUNDED
1996     - dependency_server_1c1_cmaui_1:
1997         capability: tosca.capabilities.Node
1998         node: tosca.nodes.Root
1999         relationship: tosca.relationships.DependsOn
2000         occurrences:
2001         - 0
2002         - UNBOUNDED
2003     - local_storage_server_1c1_cmaui_1:
2004         capability: tosca.capabilities.Attachment
2005         node: tosca.nodes.BlockStorage
2006         relationship: tosca.relationships.AttachesTo
2007         occurrences:
2008         - 0
2009         - UNBOUNDED
2010     capabilities:
2011       disk.capacity_server_1b_pd:
2012         type: org.openecomp.capabilities.metric.Ceilometer
2013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2014         occurrences:
2015         - 1
2016         - UNBOUNDED
2017       network.incoming.packets_oam_server_1c2_1_mgmt_port_0:
2018         type: org.openecomp.capabilities.metric.Ceilometer
2019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2020         occurrences:
2021         - 1
2022         - UNBOUNDED
2023       disk.device.write.bytes.rate_server_1c2_oam_2:
2024         type: org.openecomp.capabilities.metric.Ceilometer
2025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2026         occurrences:
2027         - 1
2028         - UNBOUNDED
2029       disk.read.bytes_server_1c1_cmaui_2:
2030         type: org.openecomp.capabilities.metric.Ceilometer
2031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2032         occurrences:
2033         - 1
2034         - UNBOUNDED
2035       disk.device.write.bytes.rate_server_1c2_oam_1:
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       disk.device.read.bytes.rate_server_1b_ps:
2042         type: org.openecomp.capabilities.metric.Ceilometer
2043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2044         occurrences:
2045         - 1
2046         - UNBOUNDED
2047       disk.read.bytes_server_1c1_cmaui_1:
2048         type: org.openecomp.capabilities.metric.Ceilometer
2049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2050         occurrences:
2051         - 1
2052         - UNBOUNDED
2053       disk.usage_server_1b_pd:
2054         type: org.openecomp.capabilities.metric.Ceilometer
2055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2056         occurrences:
2057         - 1
2058         - UNBOUNDED
2059       network.incoming.packets_oam_server_1c2_2_mgmt_port_0:
2060         type: org.openecomp.capabilities.metric.Ceilometer
2061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2062         occurrences:
2063         - 1
2064         - UNBOUNDED
2065       feature_cmaui_1c1_1_mgmt_port_0:
2066         type: tosca.capabilities.Node
2067         occurrences:
2068         - 1
2069         - UNBOUNDED
2070       disk.iops_server_1c2_oam_2:
2071         type: org.openecomp.capabilities.metric.Ceilometer
2072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2073         occurrences:
2074         - 1
2075         - UNBOUNDED
2076       disk.usage_server_1c2_oam_2:
2077         type: org.openecomp.capabilities.metric.Ceilometer
2078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2079         occurrences:
2080         - 1
2081         - UNBOUNDED
2082       network.outgoing.bytes_cmaui_1c1_1_mgmt_port_0:
2083         type: org.openecomp.capabilities.metric.Ceilometer
2084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2085         occurrences:
2086         - 1
2087         - UNBOUNDED
2088       disk.read.requests_server_1c1_cmaui_2:
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       network.outgoing.bytes_cmaui_1c1_2_mgmt_port_0:
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       feature_server_1c1_cmaui_1:
2101         type: tosca.capabilities.Node
2102         occurrences:
2103         - 1
2104         - UNBOUNDED
2105       disk.usage_server_1c2_oam_1:
2106         type: org.openecomp.capabilities.metric.Ceilometer
2107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2108         occurrences:
2109         - 1
2110         - UNBOUNDED
2111       network.incoming.bytes_pd_server_1b_port:
2112         type: org.openecomp.capabilities.metric.Ceilometer
2113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2114         occurrences:
2115         - 1
2116         - UNBOUNDED
2117       feature_server_1c1_cmaui_2:
2118         type: tosca.capabilities.Node
2119         occurrences:
2120         - 1
2121         - UNBOUNDED
2122       disk.read.requests_server_1c1_cmaui_1:
2123         type: org.openecomp.capabilities.metric.Ceilometer
2124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2125         occurrences:
2126         - 1
2127         - UNBOUNDED
2128       disk.device.iops_server_1b_ps:
2129         type: org.openecomp.capabilities.metric.Ceilometer
2130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2131         occurrences:
2132         - 1
2133         - UNBOUNDED
2134       disk.iops_server_1c2_oam_1:
2135         type: org.openecomp.capabilities.metric.Ceilometer
2136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2137         occurrences:
2138         - 1
2139         - UNBOUNDED
2140       feature_cmaui_1c1_2_mgmt_port_0:
2141         type: tosca.capabilities.Node
2142         occurrences:
2143         - 1
2144         - UNBOUNDED
2145       disk.device.iops_server_1b_pd:
2146         type: org.openecomp.capabilities.metric.Ceilometer
2147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2148         occurrences:
2149         - 1
2150         - UNBOUNDED
2151       network.incoming.packets_pd_server_1b_port:
2152         type: org.openecomp.capabilities.metric.Ceilometer
2153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2154         occurrences:
2155         - 1
2156         - UNBOUNDED
2157       attachment_ps_server_1b_port:
2158         type: tosca.capabilities.Attachment
2159         occurrences:
2160         - 1
2161         - UNBOUNDED
2162       disk.device.write.requests.rate_server_1c2_oam_1:
2163         type: org.openecomp.capabilities.metric.Ceilometer
2164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2165         occurrences:
2166         - 1
2167         - UNBOUNDED
2168       forwarder_ps_server_1b_port:
2169         type: org.openecomp.capabilities.Forwarder
2170         occurrences:
2171         - 1
2172         - UNBOUNDED
2173       disk.device.write.requests.rate_server_1c2_oam_2:
2174         type: org.openecomp.capabilities.metric.Ceilometer
2175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2176         occurrences:
2177         - 1
2178         - UNBOUNDED
2179       disk.device.read.bytes.rate_server_1b_pd:
2180         type: org.openecomp.capabilities.metric.Ceilometer
2181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2182         occurrences:
2183         - 1
2184         - UNBOUNDED
2185       disk.read.bytes.rate_server_1c2_oam_1:
2186         type: org.openecomp.capabilities.metric.Ceilometer
2187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2188         occurrences:
2189         - 1
2190         - UNBOUNDED
2191       disk.read.bytes.rate_server_1c2_oam_2:
2192         type: org.openecomp.capabilities.metric.Ceilometer
2193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2194         occurrences:
2195         - 1
2196         - UNBOUNDED
2197       scalable_server_1c2_oam_2:
2198         type: tosca.capabilities.Scalable
2199         occurrences:
2200         - 1
2201         - UNBOUNDED
2202       disk.latency_server_1b_pd:
2203         type: org.openecomp.capabilities.metric.Ceilometer
2204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2205         occurrences:
2206         - 1
2207         - UNBOUNDED
2208       scalable_server_1c2_oam_1:
2209         type: tosca.capabilities.Scalable
2210         occurrences:
2211         - 1
2212         - UNBOUNDED
2213       disk.device.read.requests.rate_server_1b_pd:
2214         type: org.openecomp.capabilities.metric.Ceilometer
2215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       network.outgoing.packets.rate_oam_server_1c2_2_mgmt_port_0:
2220         type: org.openecomp.capabilities.metric.Ceilometer
2221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2222         occurrences:
2223         - 1
2224         - UNBOUNDED
2225       disk.device.write.requests_server_1c1_cmaui_2:
2226         type: org.openecomp.capabilities.metric.Ceilometer
2227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2228         occurrences:
2229         - 1
2230         - UNBOUNDED
2231       disk.device.write.requests_server_1c1_cmaui_1:
2232         type: org.openecomp.capabilities.metric.Ceilometer
2233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2234         occurrences:
2235         - 1
2236         - UNBOUNDED
2237       disk.device.read.bytes_server_1c1_cmaui_2:
2238         type: org.openecomp.capabilities.metric.Ceilometer
2239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2240         occurrences:
2241         - 1
2242         - UNBOUNDED
2243       disk.device.read.bytes_server_1c1_cmaui_1:
2244         type: org.openecomp.capabilities.metric.Ceilometer
2245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2246         occurrences:
2247         - 1
2248         - UNBOUNDED
2249       network.incoming.packets.rate_oam_server_1c2_1_mgmt_port_0:
2250         type: org.openecomp.capabilities.metric.Ceilometer
2251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2252         occurrences:
2253         - 1
2254         - UNBOUNDED
2255       disk.device.read.requests.rate_server_1b_ps:
2256         type: org.openecomp.capabilities.metric.Ceilometer
2257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2258         occurrences:
2259         - 1
2260         - UNBOUNDED
2261       disk.device.usage_server_1c2_oam_2:
2262         type: org.openecomp.capabilities.metric.Ceilometer
2263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2264         occurrences:
2265         - 1
2266         - UNBOUNDED
2267       disk.device.capacity_server_1c2_oam_2:
2268         type: org.openecomp.capabilities.metric.Ceilometer
2269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2270         occurrences:
2271         - 1
2272         - UNBOUNDED
2273       disk.device.capacity_server_1c2_oam_1:
2274         type: org.openecomp.capabilities.metric.Ceilometer
2275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2276         occurrences:
2277         - 1
2278         - UNBOUNDED
2279       binding_server_1b_ps:
2280         type: tosca.capabilities.network.Bindable
2281         occurrences:
2282         - 1
2283         - UNBOUNDED
2284       binding_server_1b_pd:
2285         type: tosca.capabilities.network.Bindable
2286         occurrences:
2287         - 1
2288         - UNBOUNDED
2289       disk.device.usage_server_1c2_oam_1:
2290         type: org.openecomp.capabilities.metric.Ceilometer
2291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2292         occurrences:
2293         - 1
2294         - UNBOUNDED
2295       memory.usage_server_1b_pd:
2296         type: org.openecomp.capabilities.metric.Ceilometer
2297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2298         occurrences:
2299         - 1
2300         - UNBOUNDED
2301       memory.usage_server_1b_ps:
2302         type: org.openecomp.capabilities.metric.Ceilometer
2303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2304         occurrences:
2305         - 1
2306         - UNBOUNDED
2307       cpu_util_server_1b_pd:
2308         type: org.openecomp.capabilities.metric.Ceilometer
2309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2310         occurrences:
2311         - 1
2312         - UNBOUNDED
2313       cpu_util_server_1c2_oam_1:
2314         type: org.openecomp.capabilities.metric.Ceilometer
2315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2316         occurrences:
2317         - 1
2318         - UNBOUNDED
2319       cpu_util_server_1c2_oam_2:
2320         type: org.openecomp.capabilities.metric.Ceilometer
2321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2322         occurrences:
2323         - 1
2324         - UNBOUNDED
2325       network.incoming.packets.rate_oam_server_1c2_2_mgmt_port_0:
2326         type: org.openecomp.capabilities.metric.Ceilometer
2327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2328         occurrences:
2329         - 1
2330         - UNBOUNDED
2331       memory_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       memory_server_1c2_oam_2:
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.write.bytes_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       disk.write.bytes_server_1c2_oam_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       memory.resident_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_1c2_oam_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       cpu_util_server_1b_ps:
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.outgoing.packets.rate_oam_server_1c2_1_mgmt_port_0:
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_1c2_oam_1:
2380         type: tosca.capabilities.OperatingSystem
2381         occurrences:
2382         - 1
2383         - UNBOUNDED
2384       disk.device.iops_server_1c1_cmaui_2:
2385         type: org.openecomp.capabilities.metric.Ceilometer
2386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2387         occurrences:
2388         - 1
2389         - UNBOUNDED
2390       instance_server_1b_pd:
2391         type: org.openecomp.capabilities.metric.Ceilometer
2392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2393         occurrences:
2394         - 1
2395         - UNBOUNDED
2396       disk.device.iops_server_1c1_cmaui_1:
2397         type: org.openecomp.capabilities.metric.Ceilometer
2398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2399         occurrences:
2400         - 1
2401         - UNBOUNDED
2402       os_server_1c2_oam_2:
2403         type: tosca.capabilities.OperatingSystem
2404         occurrences:
2405         - 1
2406         - UNBOUNDED
2407       disk.device.write.bytes_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       disk.device.allocation_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.device.allocation_server_1c1_cmaui_2:
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       feature_server_1c2_oam_2:
2426         type: tosca.capabilities.Node
2427         occurrences:
2428         - 1
2429         - UNBOUNDED
2430       network.incoming.bytes_cmaui_1c1_1_mgmt_port_0:
2431         type: org.openecomp.capabilities.metric.Ceilometer
2432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2433         occurrences:
2434         - 1
2435         - UNBOUNDED
2436       disk.device.write.bytes_server_1b_ps:
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       vcpus_server_1c1_cmaui_1:
2443         type: org.openecomp.capabilities.metric.Ceilometer
2444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2445         occurrences:
2446         - 1
2447         - UNBOUNDED
2448       network.incoming.bytes.rate_pd_server_1b_port:
2449         type: org.openecomp.capabilities.metric.Ceilometer
2450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2451         occurrences:
2452         - 1
2453         - UNBOUNDED
2454       instance_server_1b_ps:
2455         type: org.openecomp.capabilities.metric.Ceilometer
2456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2457         occurrences:
2458         - 1
2459         - UNBOUNDED
2460       feature_server_1c2_oam_1:
2461         type: tosca.capabilities.Node
2462         occurrences:
2463         - 1
2464         - UNBOUNDED
2465       disk.device.capacity_server_1c1_cmaui_2:
2466         type: org.openecomp.capabilities.metric.Ceilometer
2467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2468         occurrences:
2469         - 1
2470         - UNBOUNDED
2471       instance_server_1c1_cmaui_2:
2472         type: org.openecomp.capabilities.metric.Ceilometer
2473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2474         occurrences:
2475         - 1
2476         - UNBOUNDED
2477       cpu.delta_server_1b_ps:
2478         type: org.openecomp.capabilities.metric.Ceilometer
2479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2480         occurrences:
2481         - 1
2482         - UNBOUNDED
2483       network.outgoing.bytes.rate_oam_server_1c2_2_mgmt_port_0:
2484         type: org.openecomp.capabilities.metric.Ceilometer
2485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2486         occurrences:
2487         - 1
2488         - UNBOUNDED
2489       network.outgoing.packets.rate_cmaui_1c1_1_mgmt_port_0:
2490         type: org.openecomp.capabilities.metric.Ceilometer
2491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2492         occurrences:
2493         - 1
2494         - UNBOUNDED
2495       instance_server_1c1_cmaui_1:
2496         type: org.openecomp.capabilities.metric.Ceilometer
2497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2498         occurrences:
2499         - 1
2500         - UNBOUNDED
2501       attachment_cmaui_1c1_1_mgmt_port_0:
2502         type: tosca.capabilities.Attachment
2503         occurrences:
2504         - 1
2505         - UNBOUNDED
2506       disk.device.read.requests.rate_server_1c2_oam_1:
2507         type: org.openecomp.capabilities.metric.Ceilometer
2508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2509         occurrences:
2510         - 1
2511         - UNBOUNDED
2512       disk.device.read.requests.rate_server_1c2_oam_2:
2513         type: org.openecomp.capabilities.metric.Ceilometer
2514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2515         occurrences:
2516         - 1
2517         - UNBOUNDED
2518       disk.device.write.bytes.rate_server_1b_pd:
2519         type: org.openecomp.capabilities.metric.Ceilometer
2520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2521         occurrences:
2522         - 1
2523         - UNBOUNDED
2524       disk.capacity_server_1c2_oam_1:
2525         type: org.openecomp.capabilities.metric.Ceilometer
2526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2527         occurrences:
2528         - 1
2529         - UNBOUNDED
2530       disk.capacity_server_1c2_oam_2:
2531         type: org.openecomp.capabilities.metric.Ceilometer
2532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2533         occurrences:
2534         - 1
2535         - UNBOUNDED
2536       cpu.delta_server_1b_pd:
2537         type: org.openecomp.capabilities.metric.Ceilometer
2538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2539         occurrences:
2540         - 1
2541         - UNBOUNDED
2542       binding_oam_server_1c2_2_mgmt_port_0:
2543         type: tosca.capabilities.network.Bindable
2544         valid_source_types:
2545         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2546         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2547         occurrences:
2548         - 0
2549         - UNBOUNDED
2550       network.outpoing.packets_oam_server_1c2_1_mgmt_port_0:
2551         type: org.openecomp.capabilities.metric.Ceilometer
2552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2553         occurrences:
2554         - 1
2555         - UNBOUNDED
2556       attachment_oam_server_1c2_1_mgmt_port_0:
2557         type: tosca.capabilities.Attachment
2558         occurrences:
2559         - 1
2560         - UNBOUNDED
2561       disk.device.write.requests_server_1b_pd:
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.write.bytes.rate_server_1c2_oam_1:
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.write.bytes.rate_server_1c2_oam_2:
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       endpoint_server_1c1_cmaui_2:
2580         type: tosca.capabilities.Endpoint.Admin
2581         occurrences:
2582         - 1
2583         - UNBOUNDED
2584       network.outgoing.packets.rate_ps_server_1b_port:
2585         type: org.openecomp.capabilities.metric.Ceilometer
2586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2587         occurrences:
2588         - 1
2589         - UNBOUNDED
2590       endpoint_server_1c1_cmaui_1:
2591         type: tosca.capabilities.Endpoint.Admin
2592         occurrences:
2593         - 1
2594         - UNBOUNDED
2595       disk.device.usage_server_1c1_cmaui_2:
2596         type: org.openecomp.capabilities.metric.Ceilometer
2597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2598         occurrences:
2599         - 1
2600         - UNBOUNDED
2601       disk.device.capacity_server_1c1_cmaui_1:
2602         type: org.openecomp.capabilities.metric.Ceilometer
2603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2604         occurrences:
2605         - 1
2606         - UNBOUNDED
2607       disk.device.usage_server_1c1_cmaui_1:
2608         type: org.openecomp.capabilities.metric.Ceilometer
2609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2610         occurrences:
2611         - 1
2612         - UNBOUNDED
2613       network.incoming.bytes_ps_server_1b_port:
2614         type: org.openecomp.capabilities.metric.Ceilometer
2615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2616         occurrences:
2617         - 1
2618         - UNBOUNDED
2619       attachment_pd_server_1b_port:
2620         type: tosca.capabilities.Attachment
2621         occurrences:
2622         - 1
2623         - UNBOUNDED
2624       vcpus_server_1c1_cmaui_2:
2625         type: org.openecomp.capabilities.metric.Ceilometer
2626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2627         occurrences:
2628         - 1
2629         - UNBOUNDED
2630       network.incoming.packets_cmaui_1c1_2_mgmt_port_0:
2631         type: org.openecomp.capabilities.metric.Ceilometer
2632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2633         occurrences:
2634         - 1
2635         - UNBOUNDED
2636       binding_ps_server_1b_port:
2637         type: tosca.capabilities.network.Bindable
2638         valid_source_types:
2639         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2640         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2641         occurrences:
2642         - 0
2643         - UNBOUNDED
2644       disk.device.write.bytes.rate_server_1b_ps:
2645         type: org.openecomp.capabilities.metric.Ceilometer
2646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2647         occurrences:
2648         - 1
2649         - UNBOUNDED
2650       disk.device.write.requests_server_1b_ps:
2651         type: org.openecomp.capabilities.metric.Ceilometer
2652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2653         occurrences:
2654         - 1
2655         - UNBOUNDED
2656       disk.device.latency_server_1c2_oam_2:
2657         type: org.openecomp.capabilities.metric.Ceilometer
2658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2659         occurrences:
2660         - 1
2661         - UNBOUNDED
2662       disk.device.latency_server_1c2_oam_1:
2663         type: org.openecomp.capabilities.metric.Ceilometer
2664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2665         occurrences:
2666         - 1
2667         - UNBOUNDED
2668       feature_packet_external_network:
2669         type: tosca.capabilities.Node
2670         occurrences:
2671         - 1
2672         - UNBOUNDED
2673       disk.write.requests.rate_server_1c1_cmaui_2:
2674         type: org.openecomp.capabilities.metric.Ceilometer
2675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2676         occurrences:
2677         - 1
2678         - UNBOUNDED
2679       disk.write.requests.rate_server_1c1_cmaui_1:
2680         type: org.openecomp.capabilities.metric.Ceilometer
2681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2682         occurrences:
2683         - 1
2684         - UNBOUNDED
2685       disk.device.read.requests_server_1b_pd:
2686         type: org.openecomp.capabilities.metric.Ceilometer
2687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2688         occurrences:
2689         - 1
2690         - UNBOUNDED
2691       binding_cmaui_1c1_2_mgmt_port_0:
2692         type: tosca.capabilities.network.Bindable
2693         valid_source_types:
2694         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2695         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2696         occurrences:
2697         - 0
2698         - UNBOUNDED
2699       network.outgoing.bytes_oam_server_1c2_1_mgmt_port_0:
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.read.requests_server_1b_pd:
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       cpu_util_server_1c1_cmaui_2:
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       network.incoming.bytes_oam_server_1c2_1_mgmt_port_0:
2718         type: org.openecomp.capabilities.metric.Ceilometer
2719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2720         occurrences:
2721         - 1
2722         - UNBOUNDED
2723       disk.allocation_server_1c2_oam_2:
2724         type: org.openecomp.capabilities.metric.Ceilometer
2725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2726         occurrences:
2727         - 1
2728         - UNBOUNDED
2729       disk.allocation_server_1c2_oam_1:
2730         type: org.openecomp.capabilities.metric.Ceilometer
2731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2732         occurrences:
2733         - 1
2734         - UNBOUNDED
2735       cpu_util_server_1c1_cmaui_1:
2736         type: org.openecomp.capabilities.metric.Ceilometer
2737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2738         occurrences:
2739         - 1
2740         - UNBOUNDED
2741       disk.device.read.requests_server_1b_ps:
2742         type: org.openecomp.capabilities.metric.Ceilometer
2743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2744         occurrences:
2745         - 1
2746         - UNBOUNDED
2747       binding_pd_server_1b_port:
2748         type: tosca.capabilities.network.Bindable
2749         valid_source_types:
2750         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2751         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2752         occurrences:
2753         - 0
2754         - UNBOUNDED
2755       disk.read.bytes_server_1c2_oam_1:
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       disk.read.bytes_server_1c2_oam_2:
2762         type: org.openecomp.capabilities.metric.Ceilometer
2763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2764         occurrences:
2765         - 1
2766         - UNBOUNDED
2767       cpu_server_1b_pd:
2768         type: org.openecomp.capabilities.metric.Ceilometer
2769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2770         occurrences:
2771         - 1
2772         - UNBOUNDED
2773       disk.write.bytes.rate_server_1c1_cmaui_1:
2774         type: org.openecomp.capabilities.metric.Ceilometer
2775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2776         occurrences:
2777         - 1
2778         - UNBOUNDED
2779       disk.write.bytes.rate_server_1c1_cmaui_2:
2780         type: org.openecomp.capabilities.metric.Ceilometer
2781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2782         occurrences:
2783         - 1
2784         - UNBOUNDED
2785       disk.allocation_server_1b_pd:
2786         type: org.openecomp.capabilities.metric.Ceilometer
2787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2788         occurrences:
2789         - 1
2790         - UNBOUNDED
2791       feature_oam_server_1c2_2_mgmt_port_0:
2792         type: tosca.capabilities.Node
2793         occurrences:
2794         - 1
2795         - UNBOUNDED
2796       forwarder_oam_server_1c2_1_mgmt_port_0:
2797         type: org.openecomp.capabilities.Forwarder
2798         occurrences:
2799         - 1
2800         - UNBOUNDED
2801       disk.read.bytes.rate_server_1c1_cmaui_2:
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.read.bytes.rate_server_1c1_cmaui_1:
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       host_server_1c1_cmaui_2:
2814         type: tosca.capabilities.Container
2815         valid_source_types:
2816         - tosca.nodes.SoftwareComponent
2817         occurrences:
2818         - 1
2819         - UNBOUNDED
2820       host_server_1c1_cmaui_1:
2821         type: tosca.capabilities.Container
2822         valid_source_types:
2823         - tosca.nodes.SoftwareComponent
2824         occurrences:
2825         - 1
2826         - UNBOUNDED
2827       cpu_server_1b_ps:
2828         type: org.openecomp.capabilities.metric.Ceilometer
2829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2830         occurrences:
2831         - 1
2832         - UNBOUNDED
2833       disk.allocation_server_1b_ps:
2834         type: org.openecomp.capabilities.metric.Ceilometer
2835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2836         occurrences:
2837         - 1
2838         - UNBOUNDED
2839       disk.latency_server_1c2_oam_1:
2840         type: org.openecomp.capabilities.metric.Ceilometer
2841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2842         occurrences:
2843         - 1
2844         - UNBOUNDED
2845       disk.latency_server_1c2_oam_2:
2846         type: org.openecomp.capabilities.metric.Ceilometer
2847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2848         occurrences:
2849         - 1
2850         - UNBOUNDED
2851       disk.read.requests_server_1b_ps:
2852         type: org.openecomp.capabilities.metric.Ceilometer
2853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2854         occurrences:
2855         - 1
2856         - UNBOUNDED
2857       disk.capacity_server_1b_ps:
2858         type: org.openecomp.capabilities.metric.Ceilometer
2859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2860         occurrences:
2861         - 1
2862         - UNBOUNDED
2863       memory.usage_server_1c2_oam_2:
2864         type: org.openecomp.capabilities.metric.Ceilometer
2865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2866         occurrences:
2867         - 1
2868         - UNBOUNDED
2869       network.outpoing.packets_ps_server_1b_port:
2870         type: org.openecomp.capabilities.metric.Ceilometer
2871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2872         occurrences:
2873         - 1
2874         - UNBOUNDED
2875       memory.usage_server_1c2_oam_1:
2876         type: org.openecomp.capabilities.metric.Ceilometer
2877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2878         occurrences:
2879         - 1
2880         - UNBOUNDED
2881       disk.read.requests_server_1c2_oam_2:
2882         type: org.openecomp.capabilities.metric.Ceilometer
2883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2884         occurrences:
2885         - 1
2886         - UNBOUNDED
2887       attachment_packet_external_network:
2888         type: tosca.capabilities.Attachment
2889         occurrences:
2890         - 1
2891         - UNBOUNDED
2892       disk.read.requests_server_1c2_oam_1:
2893         type: org.openecomp.capabilities.metric.Ceilometer
2894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2895         occurrences:
2896         - 1
2897         - UNBOUNDED
2898       disk.usage_server_1b_ps:
2899         type: org.openecomp.capabilities.metric.Ceilometer
2900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2901         occurrences:
2902         - 1
2903         - UNBOUNDED
2904       disk.root.size_server_1c2_oam_1:
2905         type: org.openecomp.capabilities.metric.Ceilometer
2906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2907         occurrences:
2908         - 1
2909         - UNBOUNDED
2910       memory.resident_server_1c1_cmaui_2:
2911         type: org.openecomp.capabilities.metric.Ceilometer
2912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2913         occurrences:
2914         - 1
2915         - UNBOUNDED
2916       network.incoming.bytes.rate_cmaui_1c1_2_mgmt_port_0:
2917         type: org.openecomp.capabilities.metric.Ceilometer
2918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2919         occurrences:
2920         - 1
2921         - UNBOUNDED
2922       disk.root.size_server_1c2_oam_2:
2923         type: org.openecomp.capabilities.metric.Ceilometer
2924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2925         occurrences:
2926         - 1
2927         - UNBOUNDED
2928       memory.resident_server_1c1_cmaui_1:
2929         type: org.openecomp.capabilities.metric.Ceilometer
2930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2931         occurrences:
2932         - 1
2933         - UNBOUNDED
2934       network.incoming.bytes.rate_ps_server_1b_port:
2935         type: org.openecomp.capabilities.metric.Ceilometer
2936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2937         occurrences:
2938         - 1
2939         - UNBOUNDED
2940       os_server_1c1_cmaui_2:
2941         type: tosca.capabilities.OperatingSystem
2942         occurrences:
2943         - 1
2944         - UNBOUNDED
2945       network.incoming.bytes.rate_oam_server_1c2_1_mgmt_port_0:
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       os_server_1c1_cmaui_1:
2952         type: tosca.capabilities.OperatingSystem
2953         occurrences:
2954         - 1
2955         - UNBOUNDED
2956       instance_server_1c2_oam_1:
2957         type: org.openecomp.capabilities.metric.Ceilometer
2958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2959         occurrences:
2960         - 1
2961         - UNBOUNDED
2962       network.incoming.bytes.rate_cmaui_1c1_1_mgmt_port_0:
2963         type: org.openecomp.capabilities.metric.Ceilometer
2964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2965         occurrences:
2966         - 1
2967         - UNBOUNDED
2968       network.outgoing.bytes.rate_cmaui_1c1_1_mgmt_port_0:
2969         type: org.openecomp.capabilities.metric.Ceilometer
2970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2971         occurrences:
2972         - 1
2973         - UNBOUNDED
2974       instance_server_1c2_oam_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       vcpus_server_1b_pd:
2981         type: org.openecomp.capabilities.metric.Ceilometer
2982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2983         occurrences:
2984         - 1
2985         - UNBOUNDED
2986       network.outgoing.bytes.rate_cmaui_1c1_2_mgmt_port_0:
2987         type: org.openecomp.capabilities.metric.Ceilometer
2988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2989         occurrences:
2990         - 1
2991         - UNBOUNDED
2992       memory.usage_server_1c1_cmaui_1:
2993         type: org.openecomp.capabilities.metric.Ceilometer
2994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2995         occurrences:
2996         - 1
2997         - UNBOUNDED
2998       disk.write.bytes.rate_server_1b_ps:
2999         type: org.openecomp.capabilities.metric.Ceilometer
3000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3001         occurrences:
3002         - 1
3003         - UNBOUNDED
3004       memory.usage_server_1c1_cmaui_2:
3005         type: org.openecomp.capabilities.metric.Ceilometer
3006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3007         occurrences:
3008         - 1
3009         - UNBOUNDED
3010       binding_server_1c1_cmaui_2:
3011         type: tosca.capabilities.network.Bindable
3012         occurrences:
3013         - 1
3014         - UNBOUNDED
3015       memory_server_1c1_cmaui_2:
3016         type: org.openecomp.capabilities.metric.Ceilometer
3017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3018         occurrences:
3019         - 1
3020         - UNBOUNDED
3021       binding_server_1c1_cmaui_1:
3022         type: tosca.capabilities.network.Bindable
3023         occurrences:
3024         - 1
3025         - UNBOUNDED
3026       feature_ps_server_1b_port:
3027         type: tosca.capabilities.Node
3028         occurrences:
3029         - 1
3030         - UNBOUNDED
3031       disk.device.iops_server_1c2_oam_2:
3032         type: org.openecomp.capabilities.metric.Ceilometer
3033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3034         occurrences:
3035         - 1
3036         - UNBOUNDED
3037       vcpus_server_1b_ps:
3038         type: org.openecomp.capabilities.metric.Ceilometer
3039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3040         occurrences:
3041         - 1
3042         - UNBOUNDED
3043       disk.device.iops_server_1c2_oam_1:
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.write.bytes.rate_server_1b_pd:
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       binding_server_1c2_oam_2:
3056         type: tosca.capabilities.network.Bindable
3057         occurrences:
3058         - 1
3059         - UNBOUNDED
3060       binding_server_1c2_oam_1:
3061         type: tosca.capabilities.network.Bindable
3062         occurrences:
3063         - 1
3064         - UNBOUNDED
3065       os_server_1b_pd:
3066         type: tosca.capabilities.OperatingSystem
3067         occurrences:
3068         - 1
3069         - UNBOUNDED
3070       attachment_packet_internal_network:
3071         type: tosca.capabilities.Attachment
3072         occurrences:
3073         - 1
3074         - UNBOUNDED
3075       forwarder_cmaui_1c1_1_mgmt_port_0:
3076         type: org.openecomp.capabilities.Forwarder
3077         occurrences:
3078         - 1
3079         - UNBOUNDED
3080       network.outgoing.packets.rate_pd_server_1b_port:
3081         type: org.openecomp.capabilities.metric.Ceilometer
3082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3083         occurrences:
3084         - 1
3085         - UNBOUNDED
3086       memory_server_1c1_cmaui_1:
3087         type: org.openecomp.capabilities.metric.Ceilometer
3088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3089         occurrences:
3090         - 1
3091         - UNBOUNDED
3092       disk.device.latency_server_1b_pd:
3093         type: org.openecomp.capabilities.metric.Ceilometer
3094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3095         occurrences:
3096         - 1
3097         - UNBOUNDED
3098       disk.write.requests_server_1c2_oam_2:
3099         type: org.openecomp.capabilities.metric.Ceilometer
3100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3101         occurrences:
3102         - 1
3103         - UNBOUNDED
3104       disk.device.usage_server_1b_pd:
3105         type: org.openecomp.capabilities.metric.Ceilometer
3106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3107         occurrences:
3108         - 1
3109         - UNBOUNDED
3110       forwarder_cmaui_1c1_2_mgmt_port_0:
3111         type: org.openecomp.capabilities.Forwarder
3112         occurrences:
3113         - 1
3114         - UNBOUNDED
3115       disk.write.requests_server_1c2_oam_1:
3116         type: org.openecomp.capabilities.metric.Ceilometer
3117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3118         occurrences:
3119         - 1
3120         - UNBOUNDED
3121       vcpus_server_1c2_oam_1:
3122         type: org.openecomp.capabilities.metric.Ceilometer
3123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3124         occurrences:
3125         - 1
3126         - UNBOUNDED
3127       vcpus_server_1c2_oam_2:
3128         type: org.openecomp.capabilities.metric.Ceilometer
3129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3130         occurrences:
3131         - 1
3132         - UNBOUNDED
3133       os_server_1b_ps:
3134         type: tosca.capabilities.OperatingSystem
3135         occurrences:
3136         - 1
3137         - UNBOUNDED
3138       network.incoming.bytes.rate_oam_server_1c2_2_mgmt_port_0:
3139         type: org.openecomp.capabilities.metric.Ceilometer
3140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3141         occurrences:
3142         - 1
3143         - UNBOUNDED
3144       disk.device.latency_server_1b_ps:
3145         type: org.openecomp.capabilities.metric.Ceilometer
3146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3147         occurrences:
3148         - 1
3149         - UNBOUNDED
3150       disk.ephemeral.size_server_1c1_cmaui_1:
3151         type: org.openecomp.capabilities.metric.Ceilometer
3152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3153         occurrences:
3154         - 1
3155         - UNBOUNDED
3156       disk.ephemeral.size_server_1c1_cmaui_2:
3157         type: org.openecomp.capabilities.metric.Ceilometer
3158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3159         occurrences:
3160         - 1
3161         - UNBOUNDED
3162       disk.root.size_server_1c1_cmaui_2:
3163         type: org.openecomp.capabilities.metric.Ceilometer
3164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3165         occurrences:
3166         - 1
3167         - UNBOUNDED
3168       disk.device.usage_server_1b_ps:
3169         type: org.openecomp.capabilities.metric.Ceilometer
3170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3171         occurrences:
3172         - 1
3173         - UNBOUNDED
3174       disk.root.size_server_1c1_cmaui_1:
3175         type: org.openecomp.capabilities.metric.Ceilometer
3176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3177         occurrences:
3178         - 1
3179         - UNBOUNDED
3180       disk.read.bytes_server_1b_ps:
3181         type: org.openecomp.capabilities.metric.Ceilometer
3182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3183         occurrences:
3184         - 1
3185         - UNBOUNDED
3186       disk.device.write.bytes.rate_server_1c1_cmaui_2:
3187         type: org.openecomp.capabilities.metric.Ceilometer
3188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3189         occurrences:
3190         - 1
3191         - UNBOUNDED
3192       disk.ephemeral.size_server_1b_pd:
3193         type: org.openecomp.capabilities.metric.Ceilometer
3194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3195         occurrences:
3196         - 1
3197         - UNBOUNDED
3198       disk.device.write.requests_server_1c2_oam_2:
3199         type: org.openecomp.capabilities.metric.Ceilometer
3200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3201         occurrences:
3202         - 1
3203         - UNBOUNDED
3204       network.incoming.packets.rate_cmaui_1c1_1_mgmt_port_0:
3205         type: org.openecomp.capabilities.metric.Ceilometer
3206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3207         occurrences:
3208         - 1
3209         - UNBOUNDED
3210       disk.allocation_server_1c1_cmaui_1:
3211         type: org.openecomp.capabilities.metric.Ceilometer
3212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3213         occurrences:
3214         - 1
3215         - UNBOUNDED
3216       memory_server_1b_ps:
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       network.incoming.packets.rate_cmaui_1c1_2_mgmt_port_0:
3223         type: org.openecomp.capabilities.metric.Ceilometer
3224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3225         occurrences:
3226         - 1
3227         - UNBOUNDED
3228       network.outgoing.bytes.rate_ps_server_1b_port:
3229         type: org.openecomp.capabilities.metric.Ceilometer
3230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3231         occurrences:
3232         - 1
3233         - UNBOUNDED
3234       network.incoming.packets.rate_ps_server_1b_port:
3235         type: org.openecomp.capabilities.metric.Ceilometer
3236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3237         occurrences:
3238         - 1
3239         - UNBOUNDED
3240       disk.device.write.requests.rate_server_1c1_cmaui_2:
3241         type: org.openecomp.capabilities.metric.Ceilometer
3242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3243         occurrences:
3244         - 1
3245         - UNBOUNDED
3246       disk.device.write.bytes_server_1c1_cmaui_1:
3247         type: org.openecomp.capabilities.metric.Ceilometer
3248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3249         occurrences:
3250         - 1
3251         - UNBOUNDED
3252       disk.device.write.requests.rate_server_1c1_cmaui_1:
3253         type: org.openecomp.capabilities.metric.Ceilometer
3254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3255         occurrences:
3256         - 1
3257         - UNBOUNDED
3258       feature_server_1b_ps:
3259         type: tosca.capabilities.Node
3260         occurrences:
3261         - 1
3262         - UNBOUNDED
3263       disk.write.requests.rate_server_1b_ps:
3264         type: org.openecomp.capabilities.metric.Ceilometer
3265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3266         occurrences:
3267         - 1
3268         - UNBOUNDED
3269       disk.device.write.requests_server_1c2_oam_1:
3270         type: org.openecomp.capabilities.metric.Ceilometer
3271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3272         occurrences:
3273         - 1
3274         - UNBOUNDED
3275       disk.device.write.bytes.rate_server_1c1_cmaui_1:
3276         type: org.openecomp.capabilities.metric.Ceilometer
3277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3278         occurrences:
3279         - 1
3280         - UNBOUNDED
3281       disk.device.write.bytes_server_1c1_cmaui_2:
3282         type: org.openecomp.capabilities.metric.Ceilometer
3283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3284         occurrences:
3285         - 1
3286         - UNBOUNDED
3287       host_server_1b_pd:
3288         type: tosca.capabilities.Container
3289         valid_source_types:
3290         - tosca.nodes.SoftwareComponent
3291         occurrences:
3292         - 1
3293         - UNBOUNDED
3294       disk.device.read.requests_server_1c2_oam_1:
3295         type: org.openecomp.capabilities.metric.Ceilometer
3296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3297         occurrences:
3298         - 1
3299         - UNBOUNDED
3300       disk.ephemeral.size_server_1b_ps:
3301         type: org.openecomp.capabilities.metric.Ceilometer
3302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3303         occurrences:
3304         - 1
3305         - UNBOUNDED
3306       disk.read.bytes_server_1b_pd:
3307         type: org.openecomp.capabilities.metric.Ceilometer
3308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3309         occurrences:
3310         - 1
3311         - UNBOUNDED
3312       host_server_1c2_oam_1:
3313         type: tosca.capabilities.Container
3314         valid_source_types:
3315         - tosca.nodes.SoftwareComponent
3316         occurrences:
3317         - 1
3318         - UNBOUNDED
3319       disk.device.read.requests_server_1c2_oam_2:
3320         type: org.openecomp.capabilities.metric.Ceilometer
3321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3322         occurrences:
3323         - 1
3324         - UNBOUNDED
3325       memory_server_1b_pd:
3326         type: org.openecomp.capabilities.metric.Ceilometer
3327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3328         occurrences:
3329         - 1
3330         - UNBOUNDED
3331       host_server_1c2_oam_2:
3332         type: tosca.capabilities.Container
3333         valid_source_types:
3334         - tosca.nodes.SoftwareComponent
3335         occurrences:
3336         - 1
3337         - UNBOUNDED
3338       disk.write.bytes_server_1b_ps:
3339         type: org.openecomp.capabilities.metric.Ceilometer
3340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3341         occurrences:
3342         - 1
3343         - UNBOUNDED
3344       end_point_packet_external_network:
3345         type: tosca.capabilities.Endpoint
3346         occurrences:
3347         - 1
3348         - UNBOUNDED
3349       network.outpoing.packets_pd_server_1b_port:
3350         type: org.openecomp.capabilities.metric.Ceilometer
3351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3352         occurrences:
3353         - 1
3354         - UNBOUNDED
3355       feature_server_1b_pd:
3356         type: tosca.capabilities.Node
3357         occurrences:
3358         - 1
3359         - UNBOUNDED
3360       disk.device.read.requests_server_1c1_cmaui_2:
3361         type: org.openecomp.capabilities.metric.Ceilometer
3362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3363         occurrences:
3364         - 1
3365         - UNBOUNDED
3366       disk.allocation_server_1c1_cmaui_2:
3367         type: org.openecomp.capabilities.metric.Ceilometer
3368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3369         occurrences:
3370         - 1
3371         - UNBOUNDED
3372       disk.device.read.requests_server_1c1_cmaui_1:
3373         type: org.openecomp.capabilities.metric.Ceilometer
3374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3375         occurrences:
3376         - 1
3377         - UNBOUNDED
3378       network.outpoing.packets_cmaui_1c1_2_mgmt_port_0:
3379         type: org.openecomp.capabilities.metric.Ceilometer
3380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3381         occurrences:
3382         - 1
3383         - UNBOUNDED
3384       network.outpoing.packets_cmaui_1c1_1_mgmt_port_0:
3385         type: org.openecomp.capabilities.metric.Ceilometer
3386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3387         occurrences:
3388         - 1
3389         - UNBOUNDED
3390       disk.device.allocation_server_1b_pd:
3391         type: org.openecomp.capabilities.metric.Ceilometer
3392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3393         occurrences:
3394         - 1
3395         - UNBOUNDED
3396       disk.root.size_server_1b_ps:
3397         type: org.openecomp.capabilities.metric.Ceilometer
3398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3399         occurrences:
3400         - 1
3401         - UNBOUNDED
3402       disk.device.allocation_server_1c2_oam_2:
3403         type: org.openecomp.capabilities.metric.Ceilometer
3404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3405         occurrences:
3406         - 1
3407         - UNBOUNDED
3408       disk.device.allocation_server_1c2_oam_1:
3409         type: org.openecomp.capabilities.metric.Ceilometer
3410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3411         occurrences:
3412         - 1
3413         - UNBOUNDED
3414       network.outgoing.bytes_pd_server_1b_port:
3415         type: org.openecomp.capabilities.metric.Ceilometer
3416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3417         occurrences:
3418         - 1
3419         - UNBOUNDED
3420       disk.write.bytes_server_1b_pd:
3421         type: org.openecomp.capabilities.metric.Ceilometer
3422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3423         occurrences:
3424         - 1
3425         - UNBOUNDED
3426       disk.write.requests_server_1c1_cmaui_2:
3427         type: org.openecomp.capabilities.metric.Ceilometer
3428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3429         occurrences:
3430         - 1
3431         - UNBOUNDED
3432       disk.write.requests_server_1c1_cmaui_1:
3433         type: org.openecomp.capabilities.metric.Ceilometer
3434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3435         occurrences:
3436         - 1
3437         - UNBOUNDED
3438       disk.device.capacity_server_1b_pd:
3439         type: org.openecomp.capabilities.metric.Ceilometer
3440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3441         occurrences:
3442         - 1
3443         - UNBOUNDED
3444       disk.root.size_server_1b_pd:
3445         type: org.openecomp.capabilities.metric.Ceilometer
3446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3447         occurrences:
3448         - 1
3449         - UNBOUNDED
3450       cpu_server_1c1_cmaui_2:
3451         type: org.openecomp.capabilities.metric.Ceilometer
3452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3453         occurrences:
3454         - 1
3455         - UNBOUNDED
3456       cpu_server_1c1_cmaui_1:
3457         type: org.openecomp.capabilities.metric.Ceilometer
3458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3459         occurrences:
3460         - 1
3461         - UNBOUNDED
3462       cpu_server_1c2_oam_1:
3463         type: org.openecomp.capabilities.metric.Ceilometer
3464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3465         occurrences:
3466         - 1
3467         - UNBOUNDED
3468       disk.device.capacity_server_1b_ps:
3469         type: org.openecomp.capabilities.metric.Ceilometer
3470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3471         occurrences:
3472         - 1
3473         - UNBOUNDED
3474       disk.write.requests.rate_server_1b_pd:
3475         type: org.openecomp.capabilities.metric.Ceilometer
3476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3477         occurrences:
3478         - 1
3479         - UNBOUNDED
3480       cpu_server_1c2_oam_2:
3481         type: org.openecomp.capabilities.metric.Ceilometer
3482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3483         occurrences:
3484         - 1
3485         - UNBOUNDED
3486       link_packet_external_network:
3487         type: tosca.capabilities.network.Linkable
3488         occurrences:
3489         - 1
3490         - UNBOUNDED
3491       disk.device.read.bytes.rate_server_1c1_cmaui_1:
3492         type: org.openecomp.capabilities.metric.Ceilometer
3493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3494         occurrences:
3495         - 1
3496         - UNBOUNDED
3497       disk.device.read.bytes.rate_server_1c1_cmaui_2:
3498         type: org.openecomp.capabilities.metric.Ceilometer
3499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3500         occurrences:
3501         - 1
3502         - UNBOUNDED
3503       host_server_1b_ps:
3504         type: tosca.capabilities.Container
3505         valid_source_types:
3506         - tosca.nodes.SoftwareComponent
3507         occurrences:
3508         - 1
3509         - UNBOUNDED
3510       disk.write.requests.rate_server_1c2_oam_2:
3511         type: org.openecomp.capabilities.metric.Ceilometer
3512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3513         occurrences:
3514         - 1
3515         - UNBOUNDED
3516       attachment_cmaui_1c1_2_mgmt_port_0:
3517         type: tosca.capabilities.Attachment
3518         occurrences:
3519         - 1
3520         - UNBOUNDED
3521       cpu.delta_server_1c2_oam_2:
3522         type: org.openecomp.capabilities.metric.Ceilometer
3523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3524         occurrences:
3525         - 1
3526         - UNBOUNDED
3527       network.outgoing.bytes.rate_oam_server_1c2_1_mgmt_port_0:
3528         type: org.openecomp.capabilities.metric.Ceilometer
3529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3530         occurrences:
3531         - 1
3532         - UNBOUNDED
3533       disk.iops_server_1b_pd:
3534         type: org.openecomp.capabilities.metric.Ceilometer
3535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3536         occurrences:
3537         - 1
3538         - UNBOUNDED
3539       disk.write.requests.rate_server_1c2_oam_1:
3540         type: org.openecomp.capabilities.metric.Ceilometer
3541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3542         occurrences:
3543         - 1
3544         - UNBOUNDED
3545       network.incoming.bytes_cmaui_1c1_2_mgmt_port_0:
3546         type: org.openecomp.capabilities.metric.Ceilometer
3547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3548         occurrences:
3549         - 1
3550         - UNBOUNDED
3551       disk.usage_server_1c1_cmaui_2:
3552         type: org.openecomp.capabilities.metric.Ceilometer
3553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3554         occurrences:
3555         - 1
3556         - UNBOUNDED
3557       disk.usage_server_1c1_cmaui_1:
3558         type: org.openecomp.capabilities.metric.Ceilometer
3559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3560         occurrences:
3561         - 1
3562         - UNBOUNDED
3563       disk.device.allocation_server_1b_ps:
3564         type: org.openecomp.capabilities.metric.Ceilometer
3565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3566         occurrences:
3567         - 1
3568         - UNBOUNDED
3569       end_point_packet_internal_network:
3570         type: tosca.capabilities.Endpoint
3571         occurrences:
3572         - 1
3573         - UNBOUNDED
3574       network.outgoing.packets.rate_cmaui_1c1_2_mgmt_port_0:
3575         type: org.openecomp.capabilities.metric.Ceilometer
3576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3577         occurrences:
3578         - 1
3579         - UNBOUNDED
3580       feature_packet_internal_network:
3581         type: tosca.capabilities.Node
3582         occurrences:
3583         - 1
3584         - UNBOUNDED
3585       forwarder_pd_server_1b_port:
3586         type: org.openecomp.capabilities.Forwarder
3587         occurrences:
3588         - 1
3589         - UNBOUNDED
3590       disk.device.write.requests.rate_server_1b_ps:
3591         type: org.openecomp.capabilities.metric.Ceilometer
3592         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3593         occurrences:
3594         - 1
3595         - UNBOUNDED
3596       disk.iops_server_1b_ps:
3597         type: org.openecomp.capabilities.metric.Ceilometer
3598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3599         occurrences:
3600         - 1
3601         - UNBOUNDED
3602       disk.capacity_server_1c1_cmaui_1:
3603         type: org.openecomp.capabilities.metric.Ceilometer
3604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3605         occurrences:
3606         - 1
3607         - UNBOUNDED
3608       disk.capacity_server_1c1_cmaui_2:
3609         type: org.openecomp.capabilities.metric.Ceilometer
3610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3611         occurrences:
3612         - 1
3613         - UNBOUNDED
3614       disk.ephemeral.size_server_1c2_oam_2:
3615         type: org.openecomp.capabilities.metric.Ceilometer
3616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3617         occurrences:
3618         - 1
3619         - UNBOUNDED
3620       disk.read.bytes.rate_server_1b_ps:
3621         type: org.openecomp.capabilities.metric.Ceilometer
3622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3623         occurrences:
3624         - 1
3625         - UNBOUNDED
3626       disk.ephemeral.size_server_1c2_oam_1:
3627         type: org.openecomp.capabilities.metric.Ceilometer
3628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3629         occurrences:
3630         - 1
3631         - UNBOUNDED
3632       binding_oam_server_1c2_1_mgmt_port_0:
3633         type: tosca.capabilities.network.Bindable
3634         valid_source_types:
3635         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3636         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3637         occurrences:
3638         - 0
3639         - UNBOUNDED
3640       disk.device.read.requests.rate_server_1c1_cmaui_1:
3641         type: org.openecomp.capabilities.metric.Ceilometer
3642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3643         occurrences:
3644         - 1
3645         - UNBOUNDED
3646       disk.device.read.bytes_server_1c2_oam_2:
3647         type: org.openecomp.capabilities.metric.Ceilometer
3648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3649         occurrences:
3650         - 1
3651         - UNBOUNDED
3652       disk.device.read.bytes_server_1c2_oam_1:
3653         type: org.openecomp.capabilities.metric.Ceilometer
3654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3655         occurrences:
3656         - 1
3657         - UNBOUNDED
3658       disk.device.read.requests.rate_server_1c1_cmaui_2:
3659         type: org.openecomp.capabilities.metric.Ceilometer
3660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3661         occurrences:
3662         - 1
3663         - UNBOUNDED
3664       attachment_oam_server_1c2_2_mgmt_port_0:
3665         type: tosca.capabilities.Attachment
3666         occurrences:
3667         - 1
3668         - UNBOUNDED
3669       network.incoming.packets_ps_server_1b_port:
3670         type: org.openecomp.capabilities.metric.Ceilometer
3671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3672         occurrences:
3673         - 1
3674         - UNBOUNDED
3675       disk.write.requests_server_1b_ps:
3676         type: org.openecomp.capabilities.metric.Ceilometer
3677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3678         occurrences:
3679         - 1
3680         - UNBOUNDED
3681       network.incoming.packets_cmaui_1c1_1_mgmt_port_0:
3682         type: org.openecomp.capabilities.metric.Ceilometer
3683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3684         occurrences:
3685         - 1
3686         - UNBOUNDED
3687       feature_pd_server_1b_port:
3688         type: tosca.capabilities.Node
3689         occurrences:
3690         - 1
3691         - UNBOUNDED
3692       disk.latency_server_1c1_cmaui_1:
3693         type: org.openecomp.capabilities.metric.Ceilometer
3694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3695         occurrences:
3696         - 1
3697         - UNBOUNDED
3698       scalable_server_1b_ps:
3699         type: tosca.capabilities.Scalable
3700         occurrences:
3701         - 1
3702         - UNBOUNDED
3703       disk.latency_server_1c1_cmaui_2:
3704         type: org.openecomp.capabilities.metric.Ceilometer
3705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3706         occurrences:
3707         - 1
3708         - UNBOUNDED
3709       cpu.delta_server_1c2_oam_1:
3710         type: org.openecomp.capabilities.metric.Ceilometer
3711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3712         occurrences:
3713         - 1
3714         - UNBOUNDED
3715       disk.device.read.bytes.rate_server_1c2_oam_1:
3716         type: org.openecomp.capabilities.metric.Ceilometer
3717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3718         occurrences:
3719         - 1
3720         - UNBOUNDED
3721       disk.device.read.bytes.rate_server_1c2_oam_2:
3722         type: org.openecomp.capabilities.metric.Ceilometer
3723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3724         occurrences:
3725         - 1
3726         - UNBOUNDED
3727       scalable_server_1b_pd:
3728         type: tosca.capabilities.Scalable
3729         occurrences:
3730         - 1
3731         - UNBOUNDED
3732       disk.write.requests_server_1b_pd:
3733         type: org.openecomp.capabilities.metric.Ceilometer
3734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3735         occurrences:
3736         - 1
3737         - UNBOUNDED
3738       disk.latency_server_1b_ps:
3739         type: org.openecomp.capabilities.metric.Ceilometer
3740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3741         occurrences:
3742         - 1
3743         - UNBOUNDED
3744       disk.write.bytes_server_1c1_cmaui_1:
3745         type: org.openecomp.capabilities.metric.Ceilometer
3746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3747         occurrences:
3748         - 1
3749         - UNBOUNDED
3750       network.outgoing.bytes.rate_pd_server_1b_port:
3751         type: org.openecomp.capabilities.metric.Ceilometer
3752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3753         occurrences:
3754         - 1
3755         - UNBOUNDED
3756       disk.write.bytes_server_1c1_cmaui_2:
3757         type: org.openecomp.capabilities.metric.Ceilometer
3758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3759         occurrences:
3760         - 1
3761         - UNBOUNDED
3762       network.outgoing.bytes_oam_server_1c2_2_mgmt_port_0:
3763         type: org.openecomp.capabilities.metric.Ceilometer
3764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3765         occurrences:
3766         - 1
3767         - UNBOUNDED
3768       binding_cmaui_1c1_1_mgmt_port_0:
3769         type: tosca.capabilities.network.Bindable
3770         valid_source_types:
3771         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3772         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3773         occurrences:
3774         - 0
3775         - UNBOUNDED
3776       network.incoming.bytes_oam_server_1c2_2_mgmt_port_0:
3777         type: org.openecomp.capabilities.metric.Ceilometer
3778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3779         occurrences:
3780         - 1
3781         - UNBOUNDED
3782       network.incoming.packets.rate_pd_server_1b_port:
3783         type: org.openecomp.capabilities.metric.Ceilometer
3784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3785         occurrences:
3786         - 1
3787         - UNBOUNDED
3788       disk.device.latency_server_1c1_cmaui_1:
3789         type: org.openecomp.capabilities.metric.Ceilometer
3790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3791         occurrences:
3792         - 1
3793         - UNBOUNDED
3794       disk.read.bytes.rate_server_1b_pd:
3795         type: org.openecomp.capabilities.metric.Ceilometer
3796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3797         occurrences:
3798         - 1
3799         - UNBOUNDED
3800       scalable_server_1c1_cmaui_1:
3801         type: tosca.capabilities.Scalable
3802         occurrences:
3803         - 1
3804         - UNBOUNDED
3805       feature_oam_server_1c2_1_mgmt_port_0:
3806         type: tosca.capabilities.Node
3807         occurrences:
3808         - 1
3809         - UNBOUNDED
3810       link_packet_internal_network:
3811         type: tosca.capabilities.network.Linkable
3812         occurrences:
3813         - 1
3814         - UNBOUNDED
3815       disk.device.latency_server_1c1_cmaui_2:
3816         type: org.openecomp.capabilities.metric.Ceilometer
3817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3818         occurrences:
3819         - 1
3820         - UNBOUNDED
3821       scalable_server_1c1_cmaui_2:
3822         type: tosca.capabilities.Scalable
3823         occurrences:
3824         - 1
3825         - UNBOUNDED
3826       cpu.delta_server_1c1_cmaui_2:
3827         type: org.openecomp.capabilities.metric.Ceilometer
3828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3829         occurrences:
3830         - 1
3831         - UNBOUNDED
3832       endpoint_server_1b_pd:
3833         type: tosca.capabilities.Endpoint.Admin
3834         occurrences:
3835         - 1
3836         - UNBOUNDED
3837       cpu.delta_server_1c1_cmaui_1:
3838         type: org.openecomp.capabilities.metric.Ceilometer
3839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3840         occurrences:
3841         - 1
3842         - UNBOUNDED
3843       network.outpoing.packets_oam_server_1c2_2_mgmt_port_0:
3844         type: org.openecomp.capabilities.metric.Ceilometer
3845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3846         occurrences:
3847         - 1
3848         - UNBOUNDED
3849       endpoint_server_1b_ps:
3850         type: tosca.capabilities.Endpoint.Admin
3851         occurrences:
3852         - 1
3853         - UNBOUNDED
3854       forwarder_oam_server_1c2_2_mgmt_port_0:
3855         type: org.openecomp.capabilities.Forwarder
3856         occurrences:
3857         - 1
3858         - UNBOUNDED
3859       network.outgoing.bytes_ps_server_1b_port:
3860         type: org.openecomp.capabilities.metric.Ceilometer
3861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3862         occurrences:
3863         - 1
3864         - UNBOUNDED
3865       disk.device.read.bytes_server_1b_ps:
3866         type: org.openecomp.capabilities.metric.Ceilometer
3867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3868         occurrences:
3869         - 1
3870         - UNBOUNDED
3871       disk.iops_server_1c1_cmaui_2:
3872         type: org.openecomp.capabilities.metric.Ceilometer
3873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3874         occurrences:
3875         - 1
3876         - UNBOUNDED
3877       disk.iops_server_1c1_cmaui_1:
3878         type: org.openecomp.capabilities.metric.Ceilometer
3879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3880         occurrences:
3881         - 1
3882         - UNBOUNDED
3883       disk.device.write.requests.rate_server_1b_pd:
3884         type: org.openecomp.capabilities.metric.Ceilometer
3885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3886         occurrences:
3887         - 1
3888         - UNBOUNDED
3889       memory.resident_server_1b_pd:
3890         type: org.openecomp.capabilities.metric.Ceilometer
3891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3892         occurrences:
3893         - 1
3894         - UNBOUNDED
3895       disk.device.write.bytes_server_1c2_oam_1:
3896         type: org.openecomp.capabilities.metric.Ceilometer
3897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3898         occurrences:
3899         - 1
3900         - UNBOUNDED
3901       disk.device.write.bytes_server_1c2_oam_2:
3902         type: org.openecomp.capabilities.metric.Ceilometer
3903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3904         occurrences:
3905         - 1
3906         - UNBOUNDED
3907       memory.resident_server_1b_ps:
3908         type: org.openecomp.capabilities.metric.Ceilometer
3909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3910         occurrences:
3911         - 1
3912         - UNBOUNDED
3913       disk.device.read.bytes_server_1b_pd:
3914         type: org.openecomp.capabilities.metric.Ceilometer
3915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3916         occurrences:
3917         - 1
3918         - UNBOUNDED
3919       endpoint_server_1c2_oam_2:
3920         type: tosca.capabilities.Endpoint.Admin
3921         occurrences:
3922         - 1
3923         - UNBOUNDED
3924       endpoint_server_1c2_oam_1:
3925         type: tosca.capabilities.Endpoint.Admin
3926         occurrences:
3927         - 1
3928         - UNBOUNDED
3929   org.openecomp.resource.abstract.nodes.ps_server_1b:
3930     derived_from: org.openecomp.resource.abstract.nodes.VFC
3931     properties:
3932       port_ps_server_1b_port_vlan_requirements:
3933         type: list
3934         required: true
3935         status: SUPPORTED
3936         entry_schema:
3937           type: org.openecomp.datatypes.network.VlanRequirements
3938       port_ps_server_1b_port_mac_requirements:
3939         type: org.openecomp.datatypes.network.MacRequirements
3940         required: true
3941         status: SUPPORTED
3942       port_ps_server_1b_port_network_role_tag:
3943         type: string
3944         required: true
3945         status: SUPPORTED
3946       port_ps_server_1b_port_fixed_ips:
3947         type: list
3948         required: true
3949         status: SUPPORTED
3950         entry_schema:
3951           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3952       index_value:
3953         type: integer
3954         description: Index value of this substitution service template runtime instance
3955         required: false
3956         default: 0
3957         status: SUPPORTED
3958         constraints:
3959         - greater_or_equal: 0
3960       port_ps_server_1b_port_order:
3961         type: integer
3962         required: true
3963         status: SUPPORTED
3964       vm_flavor_name:
3965         type: string
3966         required: true
3967         status: SUPPORTED
3968       port_ps_server_1b_port_related_networks:
3969         type: list
3970         required: true
3971         status: SUPPORTED
3972         entry_schema:
3973           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
3974       port_ps_server_1b_port_network:
3975         type: list
3976         required: true
3977         status: SUPPORTED
3978         entry_schema:
3979           type: string
3980       port_ps_server_1b_port_exCP_naming:
3981         type: org.openecomp.datatypes.Naming
3982         required: true
3983         status: SUPPORTED
3984       port_ps_server_1b_port_ip_requirements:
3985         type: list
3986         required: true
3987         status: SUPPORTED
3988         entry_schema:
3989           type: org.openecomp.datatypes.network.IpRequirements
3990       vm_image_name:
3991         type: string
3992         required: true
3993         status: SUPPORTED
3994       port_ps_server_1b_port_network_role:
3995         type: string
3996         required: true
3997         status: SUPPORTED
3998       port_ps_server_1b_port_replacement_policy:
3999         type: list
4000         required: true
4001         status: SUPPORTED
4002         entry_schema:
4003           type: string
4004       port_ps_server_1b_port_subnetpoolid:
4005         type: string
4006         required: true
4007         status: SUPPORTED
4008       compute_ps_server_1b_availability_zone:
4009         type: list
4010         required: true
4011         status: SUPPORTED
4012         entry_schema:
4013           type: string
4014       compute_ps_server_1b_name:
4015         type: list
4016         required: true
4017         status: SUPPORTED
4018         entry_schema:
4019           type: string
4020     requirements:
4021     - dependency_ps_server_1b:
4022         capability: tosca.capabilities.Node
4023         node: tosca.nodes.Root
4024         relationship: tosca.relationships.DependsOn
4025         occurrences:
4026         - 0
4027         - UNBOUNDED
4028     - local_storage_ps_server_1b:
4029         capability: tosca.capabilities.Attachment
4030         node: tosca.nodes.BlockStorage
4031         relationship: tosca.relationships.AttachesTo
4032         occurrences:
4033         - 0
4034         - UNBOUNDED
4035     - dependency_ps_server_1b_ps_server_1b_port:
4036         capability: tosca.capabilities.Node
4037         node: tosca.nodes.Root
4038         relationship: tosca.relationships.DependsOn
4039         occurrences:
4040         - 0
4041         - UNBOUNDED
4042     - link_ps_server_1b_ps_server_1b_port:
4043         capability: tosca.capabilities.network.Linkable
4044         relationship: tosca.relationships.network.LinksTo
4045         occurrences:
4046         - 1
4047         - 1
4048     capabilities:
4049       disk.write.bytes.rate_ps_server_1b:
4050         type: org.openecomp.capabilities.metric.Ceilometer
4051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4052         occurrences:
4053         - 1
4054         - UNBOUNDED
4055       disk.device.usage_ps_server_1b:
4056         type: org.openecomp.capabilities.metric.Ceilometer
4057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4058         occurrences:
4059         - 1
4060         - UNBOUNDED
4061       disk.device.allocation_ps_server_1b:
4062         type: org.openecomp.capabilities.metric.Ceilometer
4063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4064         occurrences:
4065         - 1
4066         - UNBOUNDED
4067       disk.device.write.requests_ps_server_1b:
4068         type: org.openecomp.capabilities.metric.Ceilometer
4069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4070         occurrences:
4071         - 1
4072         - UNBOUNDED
4073       cpu_util_ps_server_1b:
4074         type: org.openecomp.capabilities.metric.Ceilometer
4075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4076         occurrences:
4077         - 1
4078         - UNBOUNDED
4079       scalable_ps_server_1b:
4080         type: tosca.capabilities.Scalable
4081         occurrences:
4082         - 1
4083         - UNBOUNDED
4084       disk.device.read.bytes.rate_ps_server_1b:
4085         type: org.openecomp.capabilities.metric.Ceilometer
4086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4087         occurrences:
4088         - 1
4089         - UNBOUNDED
4090       disk.device.latency_ps_server_1b:
4091         type: org.openecomp.capabilities.metric.Ceilometer
4092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4093         occurrences:
4094         - 1
4095         - UNBOUNDED
4096       disk.device.iops_ps_server_1b:
4097         type: org.openecomp.capabilities.metric.Ceilometer
4098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4099         occurrences:
4100         - 1
4101         - UNBOUNDED
4102       attachment_ps_server_1b_ps_server_1b_port:
4103         type: tosca.capabilities.Attachment
4104         occurrences:
4105         - 1
4106         - UNBOUNDED
4107       network.outgoing.packets.rate_ps_server_1b_ps_server_1b_port:
4108         type: org.openecomp.capabilities.metric.Ceilometer
4109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4110         occurrences:
4111         - 1
4112         - UNBOUNDED
4113       disk.device.capacity_ps_server_1b:
4114         type: org.openecomp.capabilities.metric.Ceilometer
4115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4116         occurrences:
4117         - 1
4118         - UNBOUNDED
4119       forwarder_ps_server_1b_ps_server_1b_port:
4120         type: org.openecomp.capabilities.Forwarder
4121         occurrences:
4122         - 1
4123         - UNBOUNDED
4124       instance_ps_server_1b:
4125         type: org.openecomp.capabilities.metric.Ceilometer
4126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4127         occurrences:
4128         - 1
4129         - UNBOUNDED
4130       cpu_ps_server_1b:
4131         type: org.openecomp.capabilities.metric.Ceilometer
4132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4133         occurrences:
4134         - 1
4135         - UNBOUNDED
4136       disk.device.write.bytes_ps_server_1b:
4137         type: org.openecomp.capabilities.metric.Ceilometer
4138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4139         occurrences:
4140         - 1
4141         - UNBOUNDED
4142       disk.read.bytes.rate_ps_server_1b:
4143         type: org.openecomp.capabilities.metric.Ceilometer
4144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4145         occurrences:
4146         - 1
4147         - UNBOUNDED
4148       disk.device.read.requests_ps_server_1b:
4149         type: org.openecomp.capabilities.metric.Ceilometer
4150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4151         occurrences:
4152         - 1
4153         - UNBOUNDED
4154       host_ps_server_1b:
4155         type: tosca.capabilities.Container
4156         valid_source_types:
4157         - tosca.nodes.SoftwareComponent
4158         occurrences:
4159         - 1
4160         - UNBOUNDED
4161       disk.usage_ps_server_1b:
4162         type: org.openecomp.capabilities.metric.Ceilometer
4163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4164         occurrences:
4165         - 1
4166         - UNBOUNDED
4167       disk.read.requests_ps_server_1b:
4168         type: org.openecomp.capabilities.metric.Ceilometer
4169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4170         occurrences:
4171         - 1
4172         - UNBOUNDED
4173       disk.device.read.requests.rate_ps_server_1b:
4174         type: org.openecomp.capabilities.metric.Ceilometer
4175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4176         occurrences:
4177         - 1
4178         - UNBOUNDED
4179       disk.capacity_ps_server_1b:
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
4185       network.incoming.bytes_ps_server_1b_ps_server_1b_port:
4186         type: org.openecomp.capabilities.metric.Ceilometer
4187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4188         occurrences:
4189         - 1
4190         - UNBOUNDED
4191       disk.write.requests.rate_ps_server_1b:
4192         type: org.openecomp.capabilities.metric.Ceilometer
4193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4194         occurrences:
4195         - 1
4196         - UNBOUNDED
4197       disk.device.read.bytes_ps_server_1b:
4198         type: org.openecomp.capabilities.metric.Ceilometer
4199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4200         occurrences:
4201         - 1
4202         - UNBOUNDED
4203       disk.device.write.requests.rate_ps_server_1b:
4204         type: org.openecomp.capabilities.metric.Ceilometer
4205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4206         occurrences:
4207         - 1
4208         - UNBOUNDED
4209       disk.root.size_ps_server_1b:
4210         type: org.openecomp.capabilities.metric.Ceilometer
4211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4212         occurrences:
4213         - 1
4214         - UNBOUNDED
4215       binding_ps_server_1b:
4216         type: tosca.capabilities.network.Bindable
4217         occurrences:
4218         - 1
4219         - UNBOUNDED
4220       memory.resident_ps_server_1b:
4221         type: org.openecomp.capabilities.metric.Ceilometer
4222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4223         occurrences:
4224         - 1
4225         - UNBOUNDED
4226       memory_ps_server_1b:
4227         type: org.openecomp.capabilities.metric.Ceilometer
4228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4229         occurrences:
4230         - 1
4231         - UNBOUNDED
4232       disk.write.bytes_ps_server_1b:
4233         type: org.openecomp.capabilities.metric.Ceilometer
4234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4235         occurrences:
4236         - 1
4237         - UNBOUNDED
4238       disk.device.write.bytes.rate_ps_server_1b:
4239         type: org.openecomp.capabilities.metric.Ceilometer
4240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4241         occurrences:
4242         - 1
4243         - UNBOUNDED
4244       disk.read.bytes_ps_server_1b:
4245         type: org.openecomp.capabilities.metric.Ceilometer
4246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4247         occurrences:
4248         - 1
4249         - UNBOUNDED
4250       network.incoming.packets.rate_ps_server_1b_ps_server_1b_port:
4251         type: org.openecomp.capabilities.metric.Ceilometer
4252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4253         occurrences:
4254         - 1
4255         - UNBOUNDED
4256       network.outgoing.bytes_ps_server_1b_ps_server_1b_port:
4257         type: org.openecomp.capabilities.metric.Ceilometer
4258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4259         occurrences:
4260         - 1
4261         - UNBOUNDED
4262       network.incoming.packets_ps_server_1b_ps_server_1b_port:
4263         type: org.openecomp.capabilities.metric.Ceilometer
4264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4265         occurrences:
4266         - 1
4267         - UNBOUNDED
4268       network.outgoing.bytes.rate_ps_server_1b_ps_server_1b_port:
4269         type: org.openecomp.capabilities.metric.Ceilometer
4270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4271         occurrences:
4272         - 1
4273         - UNBOUNDED
4274       feature_ps_server_1b:
4275         type: tosca.capabilities.Node
4276         occurrences:
4277         - 1
4278         - UNBOUNDED
4279       os_ps_server_1b:
4280         type: tosca.capabilities.OperatingSystem
4281         occurrences:
4282         - 1
4283         - UNBOUNDED
4284       disk.iops_ps_server_1b:
4285         type: org.openecomp.capabilities.metric.Ceilometer
4286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4287         occurrences:
4288         - 1
4289         - UNBOUNDED
4290       disk.allocation_ps_server_1b:
4291         type: org.openecomp.capabilities.metric.Ceilometer
4292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4293         occurrences:
4294         - 1
4295         - UNBOUNDED
4296       disk.write.requests_ps_server_1b:
4297         type: org.openecomp.capabilities.metric.Ceilometer
4298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4299         occurrences:
4300         - 1
4301         - UNBOUNDED
4302       network.outpoing.packets_ps_server_1b_ps_server_1b_port:
4303         type: org.openecomp.capabilities.metric.Ceilometer
4304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4305         occurrences:
4306         - 1
4307         - UNBOUNDED
4308       memory.usage_ps_server_1b:
4309         type: org.openecomp.capabilities.metric.Ceilometer
4310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4311         occurrences:
4312         - 1
4313         - UNBOUNDED
4314       disk.latency_ps_server_1b:
4315         type: org.openecomp.capabilities.metric.Ceilometer
4316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4317         occurrences:
4318         - 1
4319         - UNBOUNDED
4320       endpoint_ps_server_1b:
4321         type: tosca.capabilities.Endpoint.Admin
4322         occurrences:
4323         - 1
4324         - UNBOUNDED
4325       network.incoming.bytes.rate_ps_server_1b_ps_server_1b_port:
4326         type: org.openecomp.capabilities.metric.Ceilometer
4327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4328         occurrences:
4329         - 1
4330         - UNBOUNDED
4331       feature_ps_server_1b_ps_server_1b_port:
4332         type: tosca.capabilities.Node
4333         occurrences:
4334         - 1
4335         - UNBOUNDED
4336       vcpus_ps_server_1b:
4337         type: org.openecomp.capabilities.metric.Ceilometer
4338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4339         occurrences:
4340         - 1
4341         - UNBOUNDED
4342       cpu.delta_ps_server_1b:
4343         type: org.openecomp.capabilities.metric.Ceilometer
4344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4345         occurrences:
4346         - 1
4347         - UNBOUNDED
4348       disk.ephemeral.size_ps_server_1b:
4349         type: org.openecomp.capabilities.metric.Ceilometer
4350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4351         occurrences:
4352         - 1
4353         - UNBOUNDED
4354       binding_ps_server_1b_ps_server_1b_port:
4355         type: tosca.capabilities.network.Bindable
4356         valid_source_types:
4357         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4358         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4359         occurrences:
4360         - 0
4361         - UNBOUNDED
4362   org.openecomp.resource.abstract.nodes.cmaui_1c1:
4363     derived_from: org.openecomp.resource.abstract.nodes.VFC
4364     properties:
4365       port_cmaui_1c1_mgmt_port_0_ip_requirements:
4366         type: list
4367         required: true
4368         status: SUPPORTED
4369         entry_schema:
4370           type: org.openecomp.datatypes.network.IpRequirements
4371       index_value:
4372         type: integer
4373         description: Index value of this substitution service template runtime instance
4374         required: false
4375         default: 0
4376         status: SUPPORTED
4377         constraints:
4378         - greater_or_equal: 0
4379       port_cmaui_1c1_mgmt_port_0_network:
4380         type: list
4381         required: true
4382         status: SUPPORTED
4383         entry_schema:
4384           type: string
4385       port_cmaui_1c1_mgmt_port_0_vlan_requirements:
4386         type: list
4387         required: true
4388         status: SUPPORTED
4389         entry_schema:
4390           type: org.openecomp.datatypes.network.VlanRequirements
4391       compute_cmaui_1c1_availability_zone:
4392         type: list
4393         required: true
4394         status: SUPPORTED
4395         entry_schema:
4396           type: string
4397       port_cmaui_1c1_mgmt_port_0_exCP_naming:
4398         type: org.openecomp.datatypes.Naming
4399         required: true
4400         status: SUPPORTED
4401       port_cmaui_1c1_mgmt_port_0_mac_requirements:
4402         type: org.openecomp.datatypes.network.MacRequirements
4403         required: true
4404         status: SUPPORTED
4405       vm_flavor_name:
4406         type: string
4407         required: true
4408         status: SUPPORTED
4409       port_cmaui_1c1_mgmt_port_0_fixed_ips:
4410         type: list
4411         required: true
4412         status: SUPPORTED
4413         entry_schema:
4414           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4415       port_cmaui_1c1_mgmt_port_0_network_role:
4416         type: string
4417         required: true
4418         status: SUPPORTED
4419       port_cmaui_1c1_mgmt_port_0_replacement_policy:
4420         type: list
4421         required: true
4422         status: SUPPORTED
4423         entry_schema:
4424           type: string
4425       port_cmaui_1c1_mgmt_port_0_related_networks:
4426         type: list
4427         required: true
4428         status: SUPPORTED
4429         entry_schema:
4430           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
4431       port_cmaui_1c1_mgmt_port_0_network_role_tag:
4432         type: string
4433         required: true
4434         status: SUPPORTED
4435       vm_image_name:
4436         type: string
4437         required: true
4438         status: SUPPORTED
4439       port_cmaui_1c1_mgmt_port_0_order:
4440         type: integer
4441         required: true
4442         status: SUPPORTED
4443       port_cmaui_1c1_mgmt_port_0_subnetpoolid:
4444         type: string
4445         required: true
4446         status: SUPPORTED
4447       compute_cmaui_1c1_name:
4448         type: list
4449         required: true
4450         status: SUPPORTED
4451         entry_schema:
4452           type: string
4453     requirements:
4454     - dependency_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4455         capability: tosca.capabilities.Node
4456         node: tosca.nodes.Root
4457         relationship: tosca.relationships.DependsOn
4458         occurrences:
4459         - 0
4460         - UNBOUNDED
4461     - link_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4462         capability: tosca.capabilities.network.Linkable
4463         relationship: tosca.relationships.network.LinksTo
4464         occurrences:
4465         - 1
4466         - 1
4467     - dependency_cmaui_1c1:
4468         capability: tosca.capabilities.Node
4469         node: tosca.nodes.Root
4470         relationship: tosca.relationships.DependsOn
4471         occurrences:
4472         - 0
4473         - UNBOUNDED
4474     - local_storage_cmaui_1c1:
4475         capability: tosca.capabilities.Attachment
4476         node: tosca.nodes.BlockStorage
4477         relationship: tosca.relationships.AttachesTo
4478         occurrences:
4479         - 0
4480         - UNBOUNDED
4481     capabilities:
4482       disk.iops_cmaui_1c1:
4483         type: org.openecomp.capabilities.metric.Ceilometer
4484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4485         occurrences:
4486         - 1
4487         - UNBOUNDED
4488       disk.write.bytes_cmaui_1c1:
4489         type: org.openecomp.capabilities.metric.Ceilometer
4490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4491         occurrences:
4492         - 1
4493         - UNBOUNDED
4494       disk.device.capacity_cmaui_1c1:
4495         type: org.openecomp.capabilities.metric.Ceilometer
4496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4497         occurrences:
4498         - 1
4499         - UNBOUNDED
4500       endpoint_cmaui_1c1:
4501         type: tosca.capabilities.Endpoint.Admin
4502         occurrences:
4503         - 1
4504         - UNBOUNDED
4505       binding_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4506         type: tosca.capabilities.network.Bindable
4507         valid_source_types:
4508         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4509         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4510         occurrences:
4511         - 0
4512         - UNBOUNDED
4513       network.outgoing.bytes.rate_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4514         type: org.openecomp.capabilities.metric.Ceilometer
4515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4516         occurrences:
4517         - 1
4518         - UNBOUNDED
4519       network.outgoing.bytes_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4520         type: org.openecomp.capabilities.metric.Ceilometer
4521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4522         occurrences:
4523         - 1
4524         - UNBOUNDED
4525       memory_cmaui_1c1:
4526         type: org.openecomp.capabilities.metric.Ceilometer
4527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4528         occurrences:
4529         - 1
4530         - UNBOUNDED
4531       disk.latency_cmaui_1c1:
4532         type: org.openecomp.capabilities.metric.Ceilometer
4533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4534         occurrences:
4535         - 1
4536         - UNBOUNDED
4537       disk.read.bytes.rate_cmaui_1c1:
4538         type: org.openecomp.capabilities.metric.Ceilometer
4539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4540         occurrences:
4541         - 1
4542         - UNBOUNDED
4543       attachment_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4544         type: tosca.capabilities.Attachment
4545         occurrences:
4546         - 1
4547         - UNBOUNDED
4548       network.incoming.packets_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4549         type: org.openecomp.capabilities.metric.Ceilometer
4550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4551         occurrences:
4552         - 1
4553         - UNBOUNDED
4554       disk.write.requests.rate_cmaui_1c1:
4555         type: org.openecomp.capabilities.metric.Ceilometer
4556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4557         occurrences:
4558         - 1
4559         - UNBOUNDED
4560       disk.device.iops_cmaui_1c1:
4561         type: org.openecomp.capabilities.metric.Ceilometer
4562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4563         occurrences:
4564         - 1
4565         - UNBOUNDED
4566       disk.write.requests_cmaui_1c1:
4567         type: org.openecomp.capabilities.metric.Ceilometer
4568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4569         occurrences:
4570         - 1
4571         - UNBOUNDED
4572       disk.device.read.bytes_cmaui_1c1:
4573         type: org.openecomp.capabilities.metric.Ceilometer
4574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4575         occurrences:
4576         - 1
4577         - UNBOUNDED
4578       cpu_util_cmaui_1c1:
4579         type: org.openecomp.capabilities.metric.Ceilometer
4580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4581         occurrences:
4582         - 1
4583         - UNBOUNDED
4584       disk.device.read.bytes.rate_cmaui_1c1:
4585         type: org.openecomp.capabilities.metric.Ceilometer
4586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4587         occurrences:
4588         - 1
4589         - UNBOUNDED
4590       disk.ephemeral.size_cmaui_1c1:
4591         type: org.openecomp.capabilities.metric.Ceilometer
4592         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4593         occurrences:
4594         - 1
4595         - UNBOUNDED
4596       instance_cmaui_1c1:
4597         type: org.openecomp.capabilities.metric.Ceilometer
4598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4599         occurrences:
4600         - 1
4601         - UNBOUNDED
4602       network.incoming.packets.rate_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4603         type: org.openecomp.capabilities.metric.Ceilometer
4604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4605         occurrences:
4606         - 1
4607         - UNBOUNDED
4608       disk.device.read.requests_cmaui_1c1:
4609         type: org.openecomp.capabilities.metric.Ceilometer
4610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4611         occurrences:
4612         - 1
4613         - UNBOUNDED
4614       feature_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4615         type: tosca.capabilities.Node
4616         occurrences:
4617         - 1
4618         - UNBOUNDED
4619       disk.device.write.bytes.rate_cmaui_1c1:
4620         type: org.openecomp.capabilities.metric.Ceilometer
4621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4622         occurrences:
4623         - 1
4624         - UNBOUNDED
4625       cpu_cmaui_1c1:
4626         type: org.openecomp.capabilities.metric.Ceilometer
4627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4628         occurrences:
4629         - 1
4630         - UNBOUNDED
4631       disk.read.bytes_cmaui_1c1:
4632         type: org.openecomp.capabilities.metric.Ceilometer
4633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4634         occurrences:
4635         - 1
4636         - UNBOUNDED
4637       disk.device.usage_cmaui_1c1:
4638         type: org.openecomp.capabilities.metric.Ceilometer
4639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4640         occurrences:
4641         - 1
4642         - UNBOUNDED
4643       host_cmaui_1c1:
4644         type: tosca.capabilities.Container
4645         valid_source_types:
4646         - tosca.nodes.SoftwareComponent
4647         occurrences:
4648         - 1
4649         - UNBOUNDED
4650       disk.device.write.requests_cmaui_1c1:
4651         type: org.openecomp.capabilities.metric.Ceilometer
4652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4653         occurrences:
4654         - 1
4655         - UNBOUNDED
4656       disk.device.latency_cmaui_1c1:
4657         type: org.openecomp.capabilities.metric.Ceilometer
4658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4659         occurrences:
4660         - 1
4661         - UNBOUNDED
4662       disk.write.bytes.rate_cmaui_1c1:
4663         type: org.openecomp.capabilities.metric.Ceilometer
4664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4665         occurrences:
4666         - 1
4667         - UNBOUNDED
4668       memory.usage_cmaui_1c1:
4669         type: org.openecomp.capabilities.metric.Ceilometer
4670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4671         occurrences:
4672         - 1
4673         - UNBOUNDED
4674       scalable_cmaui_1c1:
4675         type: tosca.capabilities.Scalable
4676         occurrences:
4677         - 1
4678         - UNBOUNDED
4679       disk.root.size_cmaui_1c1:
4680         type: org.openecomp.capabilities.metric.Ceilometer
4681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4682         occurrences:
4683         - 1
4684         - UNBOUNDED
4685       disk.capacity_cmaui_1c1:
4686         type: org.openecomp.capabilities.metric.Ceilometer
4687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4688         occurrences:
4689         - 1
4690         - UNBOUNDED
4691       os_cmaui_1c1:
4692         type: tosca.capabilities.OperatingSystem
4693         occurrences:
4694         - 1
4695         - UNBOUNDED
4696       disk.device.read.requests.rate_cmaui_1c1:
4697         type: org.openecomp.capabilities.metric.Ceilometer
4698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4699         occurrences:
4700         - 1
4701         - UNBOUNDED
4702       network.incoming.bytes_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4703         type: org.openecomp.capabilities.metric.Ceilometer
4704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4705         occurrences:
4706         - 1
4707         - UNBOUNDED
4708       feature_cmaui_1c1:
4709         type: tosca.capabilities.Node
4710         occurrences:
4711         - 1
4712         - UNBOUNDED
4713       disk.allocation_cmaui_1c1:
4714         type: org.openecomp.capabilities.metric.Ceilometer
4715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4716         occurrences:
4717         - 1
4718         - UNBOUNDED
4719       forwarder_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4720         type: org.openecomp.capabilities.Forwarder
4721         occurrences:
4722         - 1
4723         - UNBOUNDED
4724       disk.device.allocation_cmaui_1c1:
4725         type: org.openecomp.capabilities.metric.Ceilometer
4726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4727         occurrences:
4728         - 1
4729         - UNBOUNDED
4730       disk.device.write.requests.rate_cmaui_1c1:
4731         type: org.openecomp.capabilities.metric.Ceilometer
4732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4733         occurrences:
4734         - 1
4735         - UNBOUNDED
4736       network.outgoing.packets.rate_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4737         type: org.openecomp.capabilities.metric.Ceilometer
4738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4739         occurrences:
4740         - 1
4741         - UNBOUNDED
4742       disk.device.write.bytes_cmaui_1c1:
4743         type: org.openecomp.capabilities.metric.Ceilometer
4744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4745         occurrences:
4746         - 1
4747         - UNBOUNDED
4748       memory.resident_cmaui_1c1:
4749         type: org.openecomp.capabilities.metric.Ceilometer
4750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4751         occurrences:
4752         - 1
4753         - UNBOUNDED
4754       disk.usage_cmaui_1c1:
4755         type: org.openecomp.capabilities.metric.Ceilometer
4756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4757         occurrences:
4758         - 1
4759         - UNBOUNDED
4760       network.incoming.bytes.rate_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4761         type: org.openecomp.capabilities.metric.Ceilometer
4762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4763         occurrences:
4764         - 1
4765         - UNBOUNDED
4766       disk.read.requests_cmaui_1c1:
4767         type: org.openecomp.capabilities.metric.Ceilometer
4768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4769         occurrences:
4770         - 1
4771         - UNBOUNDED
4772       binding_cmaui_1c1:
4773         type: tosca.capabilities.network.Bindable
4774         occurrences:
4775         - 1
4776         - UNBOUNDED
4777       vcpus_cmaui_1c1:
4778         type: org.openecomp.capabilities.metric.Ceilometer
4779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4780         occurrences:
4781         - 1
4782         - UNBOUNDED
4783       network.outpoing.packets_cmaui_1c1_cmaui_1c1_mgmt_port_0:
4784         type: org.openecomp.capabilities.metric.Ceilometer
4785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4786         occurrences:
4787         - 1
4788         - UNBOUNDED
4789       cpu.delta_cmaui_1c1:
4790         type: org.openecomp.capabilities.metric.Ceilometer
4791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4792         occurrences:
4793         - 1
4794         - UNBOUNDED