bb77b07fc291cd7bf333f969da91f3784bde6b7c
[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.heat.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pcm_port_0_network_role:
12         type: string
13         required: true
14         status: SUPPORTED
15       metadata:
16         type: string
17         description: metadata
18         required: true
19         status: SUPPORTED
20       port_pcm_port_1_network_role_tag:
21         type: string
22         required: true
23         status: SUPPORTED
24       availabilityzone_name:
25         type: string
26         description: availabilityzone name
27         required: true
28         status: SUPPORTED
29       port_pcm_port_0_vlan_requirements:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: org.openecomp.datatypes.network.VlanRequirements
35       pcm_image_name:
36         type: string
37         description: PCRF CM image name
38         required: true
39         status: SUPPORTED
40       port_pcm_port_0_order:
41         type: integer
42         required: true
43         status: SUPPORTED
44       port_pcm_port_0_subnetpoolid:
45         type: string
46         required: true
47         status: SUPPORTED
48       port_pcm_port_1_subnetpoolid:
49         type: string
50         required: true
51         status: SUPPORTED
52       port_pcm_port_0_network_role_tag:
53         type: string
54         required: true
55         status: SUPPORTED
56       pcm_server_name:
57         type: string
58         description: PCRF CM server name
59         required: true
60         status: SUPPORTED
61       cps_net_mask:
62         type: string
63         description: CPS network mask
64         required: true
65         status: SUPPORTED
66       port_pcm_port_1_exCP_naming:
67         type: org.openecomp.datatypes.Naming
68         required: true
69         status: SUPPORTED
70       port_pcm_port_0_exCP_naming:
71         type: org.openecomp.datatypes.Naming
72         required: true
73         status: SUPPORTED
74       oam_net_name:
75         type: string
76         description: OAM network name
77         required: true
78         status: SUPPORTED
79       port_pcm_port_1_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_pcm_port_0_ip_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.IpRequirements
89       oam_net_gw:
90         type: string
91         description: CPS network gateway
92         required: true
93         status: SUPPORTED
94       security_group_name:
95         type: string
96         description: the name of security group
97         required: true
98         status: SUPPORTED
99       cps_net_ip:
100         type: string
101         description: CPS network ip
102         required: true
103         status: SUPPORTED
104       port_pcm_port_1_mac_requirements:
105         type: org.openecomp.datatypes.network.MacRequirements
106         required: true
107         status: SUPPORTED
108       port_pcm_port_1_vlan_requirements:
109         type: list
110         required: true
111         status: SUPPORTED
112         entry_schema:
113           type: org.openecomp.datatypes.network.VlanRequirements
114       pcm_flavor_name:
115         type: string
116         description: flavor name of PCRF CM instance
117         required: true
118         status: SUPPORTED
119       key_name:
120         type: string
121         description: key_name
122         required: true
123         status: SUPPORTED
124       user_data_format:
125         type: string
126         description: user_data_format
127         required: true
128         status: SUPPORTED
129       pcm_vol:
130         type: string
131         description: CPS Cluman Cinder Volume
132         required: true
133         status: SUPPORTED
134       port_pcm_port_1_ip_requirements:
135         type: list
136         required: true
137         status: SUPPORTED
138         entry_schema:
139           type: org.openecomp.datatypes.network.IpRequirements
140       port_pcm_port_0_mac_requirements:
141         type: org.openecomp.datatypes.network.MacRequirements
142         required: true
143         status: SUPPORTED
144       cps_net_name:
145         type: string
146         description: CPS network name
147         required: true
148         status: SUPPORTED
149       oam_net_ip:
150         type: string
151         description: OAM network ip
152         required: true
153         status: SUPPORTED
154       oam_net_mask:
155         type: string
156         description: CPS network mask
157         required: true
158         status: SUPPORTED
159       port_pcm_port_1_order:
160         type: integer
161         required: true
162         status: SUPPORTED
163     attributes:
164       server_pcm_id:
165         type: string
166         description: the pcm nova service id
167         status: SUPPORTED
168     requirements:
169     - dependency_pcm_port_1:
170         capability: tosca.capabilities.Node
171         node: tosca.nodes.Root
172         relationship: tosca.relationships.DependsOn
173         occurrences:
174         - 0
175         - UNBOUNDED
176     - link_pcm_port_1:
177         capability: tosca.capabilities.network.Linkable
178         relationship: tosca.relationships.network.LinksTo
179         occurrences:
180         - 1
181         - 1
182     - dependency_server_pcm:
183         capability: tosca.capabilities.Node
184         node: tosca.nodes.Root
185         relationship: tosca.relationships.DependsOn
186         occurrences:
187         - 0
188         - UNBOUNDED
189     - local_storage_server_pcm:
190         capability: tosca.capabilities.Attachment
191         node: tosca.nodes.BlockStorage
192         relationship: tosca.relationships.AttachesTo
193         occurrences:
194         - 0
195         - UNBOUNDED
196     - dependency_pcm_port_0:
197         capability: tosca.capabilities.Node
198         node: tosca.nodes.Root
199         relationship: tosca.relationships.DependsOn
200         occurrences:
201         - 0
202         - UNBOUNDED
203     - link_pcm_port_0:
204         capability: tosca.capabilities.network.Linkable
205         relationship: tosca.relationships.network.LinksTo
206         occurrences:
207         - 1
208         - 1
209     capabilities:
210       network.incoming.packets.rate_pcm_port_0:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       cpu_server_pcm:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       network.incoming.packets.rate_pcm_port_1:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       network.outpoing.packets_pcm_port_1:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       memory_server_pcm:
235         type: org.openecomp.capabilities.metric.Ceilometer
236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
237         occurrences:
238         - 1
239         - UNBOUNDED
240       disk.write.requests_server_pcm:
241         type: org.openecomp.capabilities.metric.Ceilometer
242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
243         occurrences:
244         - 1
245         - UNBOUNDED
246       network.outpoing.packets_pcm_port_0:
247         type: org.openecomp.capabilities.metric.Ceilometer
248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
249         occurrences:
250         - 1
251         - UNBOUNDED
252       disk.device.iops_server_pcm:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       memory.resident_server_pcm:
259         type: org.openecomp.capabilities.metric.Ceilometer
260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
261         occurrences:
262         - 1
263         - UNBOUNDED
264       disk.device.write.requests_server_pcm:
265         type: org.openecomp.capabilities.metric.Ceilometer
266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
267         occurrences:
268         - 1
269         - UNBOUNDED
270       disk.device.usage_server_pcm:
271         type: org.openecomp.capabilities.metric.Ceilometer
272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
273         occurrences:
274         - 1
275         - UNBOUNDED
276       disk.allocation_server_pcm:
277         type: org.openecomp.capabilities.metric.Ceilometer
278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
279         occurrences:
280         - 1
281         - UNBOUNDED
282       disk.usage_server_pcm:
283         type: org.openecomp.capabilities.metric.Ceilometer
284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
285         occurrences:
286         - 1
287         - UNBOUNDED
288       disk.device.write.bytes_server_pcm:
289         type: org.openecomp.capabilities.metric.Ceilometer
290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
291         occurrences:
292         - 1
293         - UNBOUNDED
294       disk.root.size_server_pcm:
295         type: org.openecomp.capabilities.metric.Ceilometer
296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
297         occurrences:
298         - 1
299         - UNBOUNDED
300       disk.ephemeral.size_server_pcm:
301         type: org.openecomp.capabilities.metric.Ceilometer
302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
303         occurrences:
304         - 1
305         - UNBOUNDED
306       disk.device.latency_server_pcm:
307         type: org.openecomp.capabilities.metric.Ceilometer
308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
309         occurrences:
310         - 1
311         - UNBOUNDED
312       network.incoming.bytes_pcm_port_0:
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       network.incoming.bytes_pcm_port_1:
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       binding_pcm_port_0:
325         type: tosca.capabilities.network.Bindable
326         valid_source_types:
327         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
328         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
329         occurrences:
330         - 0
331         - UNBOUNDED
332       binding_pcm_port_1:
333         type: tosca.capabilities.network.Bindable
334         valid_source_types:
335         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
336         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
337         occurrences:
338         - 0
339         - UNBOUNDED
340       memory.usage_server_pcm:
341         type: org.openecomp.capabilities.metric.Ceilometer
342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
343         occurrences:
344         - 1
345         - UNBOUNDED
346       disk.read.requests_server_pcm:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.capacity_server_pcm:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       os_server_pcm:
359         type: tosca.capabilities.OperatingSystem
360         occurrences:
361         - 1
362         - UNBOUNDED
363       disk.read.bytes_server_pcm:
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       network.outgoing.packets.rate_pcm_port_0:
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.outgoing.packets.rate_pcm_port_1:
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       feature_pcm_port_1:
382         type: tosca.capabilities.Node
383         occurrences:
384         - 1
385         - UNBOUNDED
386       network.outgoing.bytes_pcm_port_0:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.device.read.bytes_server_pcm:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       feature_pcm_port_0:
399         type: tosca.capabilities.Node
400         occurrences:
401         - 1
402         - UNBOUNDED
403       network.outgoing.bytes_pcm_port_1:
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       attachment_pcm_port_0:
410         type: tosca.capabilities.Attachment
411         occurrences:
412         - 1
413         - UNBOUNDED
414       attachment_pcm_port_1:
415         type: tosca.capabilities.Attachment
416         occurrences:
417         - 1
418         - UNBOUNDED
419       endpoint_server_pcm:
420         type: tosca.capabilities.Endpoint.Admin
421         occurrences:
422         - 1
423         - UNBOUNDED
424       disk.device.read.requests.rate_server_pcm:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       vcpus_server_pcm:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.write.bytes_server_pcm:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       disk.iops_server_pcm:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       forwarder_pcm_port_0:
449         type: org.openecomp.capabilities.Forwarder
450         occurrences:
451         - 1
452         - UNBOUNDED
453       forwarder_pcm_port_1:
454         type: org.openecomp.capabilities.Forwarder
455         occurrences:
456         - 1
457         - UNBOUNDED
458       disk.read.bytes.rate_server_pcm:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       disk.device.allocation_server_pcm:
465         type: org.openecomp.capabilities.metric.Ceilometer
466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
467         occurrences:
468         - 1
469         - UNBOUNDED
470       scalable_server_pcm:
471         type: tosca.capabilities.Scalable
472         occurrences:
473         - 1
474         - UNBOUNDED
475       disk.device.read.bytes.rate_server_pcm:
476         type: org.openecomp.capabilities.metric.Ceilometer
477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
478         occurrences:
479         - 1
480         - UNBOUNDED
481       cpu_util_server_pcm:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       disk.write.requests.rate_server_pcm:
488         type: org.openecomp.capabilities.metric.Ceilometer
489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
490         occurrences:
491         - 1
492         - UNBOUNDED
493       disk.device.write.bytes.rate_server_pcm:
494         type: org.openecomp.capabilities.metric.Ceilometer
495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
496         occurrences:
497         - 1
498         - UNBOUNDED
499       host_server_pcm:
500         type: tosca.capabilities.Container
501         valid_source_types:
502         - tosca.nodes.SoftwareComponent
503         occurrences:
504         - 1
505         - UNBOUNDED
506       cpu.delta_server_pcm:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       network.outgoing.bytes.rate_pcm_port_1:
513         type: org.openecomp.capabilities.metric.Ceilometer
514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
515         occurrences:
516         - 1
517         - UNBOUNDED
518       network.incoming.packets_pcm_port_0:
519         type: org.openecomp.capabilities.metric.Ceilometer
520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
521         occurrences:
522         - 1
523         - UNBOUNDED
524       binding_server_pcm:
525         type: tosca.capabilities.network.Bindable
526         occurrences:
527         - 1
528         - UNBOUNDED
529       network.outgoing.bytes.rate_pcm_port_0:
530         type: org.openecomp.capabilities.metric.Ceilometer
531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
532         occurrences:
533         - 1
534         - UNBOUNDED
535       disk.device.capacity_server_pcm:
536         type: org.openecomp.capabilities.metric.Ceilometer
537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
538         occurrences:
539         - 1
540         - UNBOUNDED
541       network.incoming.packets_pcm_port_1:
542         type: org.openecomp.capabilities.metric.Ceilometer
543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
544         occurrences:
545         - 1
546         - UNBOUNDED
547       instance_server_pcm:
548         type: org.openecomp.capabilities.metric.Ceilometer
549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
550         occurrences:
551         - 1
552         - UNBOUNDED
553       disk.device.write.requests.rate_server_pcm:
554         type: org.openecomp.capabilities.metric.Ceilometer
555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
556         occurrences:
557         - 1
558         - UNBOUNDED
559       disk.latency_server_pcm:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       disk.device.read.requests_server_pcm:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       feature_server_pcm:
572         type: tosca.capabilities.Node
573         occurrences:
574         - 1
575         - UNBOUNDED
576       network.incoming.bytes.rate_pcm_port_0:
577         type: org.openecomp.capabilities.metric.Ceilometer
578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
579         occurrences:
580         - 1
581         - UNBOUNDED
582       disk.write.bytes.rate_server_pcm:
583         type: org.openecomp.capabilities.metric.Ceilometer
584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
585         occurrences:
586         - 1
587         - UNBOUNDED
588       network.incoming.bytes.rate_pcm_port_1:
589         type: org.openecomp.capabilities.metric.Ceilometer
590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
591         occurrences:
592         - 1
593         - UNBOUNDED
594   org.openecomp.resource.abstract.nodes.heat.oam_server:
595     derived_from: org.openecomp.resource.abstract.nodes.VFC
596     properties:
597       availabilityzone_name:
598         type: string
599         description: availabilityzone name
600         required: true
601         status: SUPPORTED
602       port_pcm_port_00_mac_requirements:
603         type: org.openecomp.datatypes.network.MacRequirements
604         required: true
605         status: SUPPORTED
606       port_pcm_port_01_ip_requirements:
607         type: list
608         required: true
609         status: SUPPORTED
610         entry_schema:
611           type: org.openecomp.datatypes.network.IpRequirements
612       oam_server_name:
613         type: string
614         description: oam server name
615         required: true
616         status: SUPPORTED
617       port_pcm_port_00_subnetpoolid:
618         type: string
619         required: true
620         status: SUPPORTED
621       port_pcm_port_01_vlan_requirements:
622         type: list
623         required: true
624         status: SUPPORTED
625         entry_schema:
626           type: org.openecomp.datatypes.network.VlanRequirements
627       port_pcm_port_01_network_role:
628         type: string
629         required: true
630         status: SUPPORTED
631       port_pcm_port_01_subnetpoolid:
632         type: string
633         required: true
634         status: SUPPORTED
635       oam_image_name:
636         type: string
637         description: oam image name
638         required: true
639         status: SUPPORTED
640       cps_net_mask:
641         type: string
642         description: CPS network mask
643         required: true
644         status: SUPPORTED
645       oam_net_name:
646         type: string
647         description: OAM network name
648         required: true
649         status: SUPPORTED
650       port_pcm_port_01_network_role_tag:
651         type: string
652         required: true
653         status: SUPPORTED
654       port_pcm_port_00_network_role:
655         type: string
656         required: true
657         status: SUPPORTED
658       port_pcm_port_00_ip_requirements:
659         type: list
660         required: true
661         status: SUPPORTED
662         entry_schema:
663           type: org.openecomp.datatypes.network.IpRequirements
664       oam_net_gw:
665         type: string
666         description: CPS network gateway
667         required: true
668         status: SUPPORTED
669       oam_flavor_name:
670         type: string
671         description: flavor name of PCRF CM instance
672         required: true
673         status: SUPPORTED
674       security_group_name:
675         type: string
676         description: the name of security group
677         required: true
678         status: SUPPORTED
679       cps_net_ip:
680         type: string
681         description: CPS network ip
682         required: true
683         status: SUPPORTED
684       port_pcm_port_00_network_role_tag:
685         type: string
686         required: true
687         status: SUPPORTED
688       port_pcm_port_01_order:
689         type: integer
690         required: true
691         status: SUPPORTED
692       port_pcm_port_00_exCP_naming:
693         type: org.openecomp.datatypes.Naming
694         required: true
695         status: SUPPORTED
696       port_pcm_port_00_order:
697         type: integer
698         required: true
699         status: SUPPORTED
700       port_pcm_port_01_mac_requirements:
701         type: org.openecomp.datatypes.network.MacRequirements
702         required: true
703         status: SUPPORTED
704       pcm_vol:
705         type: string
706         description: CPS Cluman Cinder Volume
707         required: true
708         status: SUPPORTED
709       port_pcm_port_00_vlan_requirements:
710         type: list
711         required: true
712         status: SUPPORTED
713         entry_schema:
714           type: org.openecomp.datatypes.network.VlanRequirements
715       cps_net_name:
716         type: string
717         description: CPS network name
718         required: true
719         status: SUPPORTED
720       oam_net_ip:
721         type: string
722         description: OAM network ip
723         required: true
724         status: SUPPORTED
725       oam_net_mask:
726         type: string
727         description: CPS network mask
728         required: true
729         status: SUPPORTED
730       port_pcm_port_01_exCP_naming:
731         type: org.openecomp.datatypes.Naming
732         required: true
733         status: SUPPORTED
734     attributes:
735       server_oam_id:
736         type: string
737         description: the oam nova service id
738         status: SUPPORTED
739     requirements:
740     - dependency_server_oam:
741         capability: tosca.capabilities.Node
742         node: tosca.nodes.Root
743         relationship: tosca.relationships.DependsOn
744         occurrences:
745         - 0
746         - UNBOUNDED
747     - local_storage_server_oam:
748         capability: tosca.capabilities.Attachment
749         node: tosca.nodes.BlockStorage
750         relationship: tosca.relationships.AttachesTo
751         occurrences:
752         - 0
753         - UNBOUNDED
754     - dependency_pcm_port_00:
755         capability: tosca.capabilities.Node
756         node: tosca.nodes.Root
757         relationship: tosca.relationships.DependsOn
758         occurrences:
759         - 0
760         - UNBOUNDED
761     - link_pcm_port_00:
762         capability: tosca.capabilities.network.Linkable
763         relationship: tosca.relationships.network.LinksTo
764         occurrences:
765         - 1
766         - 1
767     - dependency_pcm_port_01:
768         capability: tosca.capabilities.Node
769         node: tosca.nodes.Root
770         relationship: tosca.relationships.DependsOn
771         occurrences:
772         - 0
773         - UNBOUNDED
774     - link_pcm_port_01:
775         capability: tosca.capabilities.network.Linkable
776         relationship: tosca.relationships.network.LinksTo
777         occurrences:
778         - 1
779         - 1
780     capabilities:
781       cpu_server_oam:
782         type: org.openecomp.capabilities.metric.Ceilometer
783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
784         occurrences:
785         - 1
786         - UNBOUNDED
787       feature_pcm_port_00:
788         type: tosca.capabilities.Node
789         occurrences:
790         - 1
791         - UNBOUNDED
792       network.incoming.packets_pcm_port_01:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       memory_server_oam:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       feature_pcm_port_01:
805         type: tosca.capabilities.Node
806         occurrences:
807         - 1
808         - UNBOUNDED
809       disk.write.requests_server_oam:
810         type: org.openecomp.capabilities.metric.Ceilometer
811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
812         occurrences:
813         - 1
814         - UNBOUNDED
815       network.incoming.packets_pcm_port_00:
816         type: org.openecomp.capabilities.metric.Ceilometer
817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
818         occurrences:
819         - 1
820         - UNBOUNDED
821       memory.resident_server_oam:
822         type: org.openecomp.capabilities.metric.Ceilometer
823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
824         occurrences:
825         - 1
826         - UNBOUNDED
827       disk.device.iops_server_oam:
828         type: org.openecomp.capabilities.metric.Ceilometer
829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
830         occurrences:
831         - 1
832         - UNBOUNDED
833       network.outgoing.packets.rate_pcm_port_00:
834         type: org.openecomp.capabilities.metric.Ceilometer
835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
836         occurrences:
837         - 1
838         - UNBOUNDED
839       network.incoming.bytes_pcm_port_00:
840         type: org.openecomp.capabilities.metric.Ceilometer
841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
842         occurrences:
843         - 1
844         - UNBOUNDED
845       disk.device.write.requests_server_oam:
846         type: org.openecomp.capabilities.metric.Ceilometer
847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
848         occurrences:
849         - 1
850         - UNBOUNDED
851       network.incoming.bytes_pcm_port_01:
852         type: org.openecomp.capabilities.metric.Ceilometer
853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
854         occurrences:
855         - 1
856         - UNBOUNDED
857       disk.allocation_server_oam:
858         type: org.openecomp.capabilities.metric.Ceilometer
859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
860         occurrences:
861         - 1
862         - UNBOUNDED
863       disk.device.usage_server_oam:
864         type: org.openecomp.capabilities.metric.Ceilometer
865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
866         occurrences:
867         - 1
868         - UNBOUNDED
869       disk.usage_server_oam:
870         type: org.openecomp.capabilities.metric.Ceilometer
871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
872         occurrences:
873         - 1
874         - UNBOUNDED
875       attachment_pcm_port_00:
876         type: tosca.capabilities.Attachment
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.device.write.bytes_server_oam:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       attachment_pcm_port_01:
887         type: tosca.capabilities.Attachment
888         occurrences:
889         - 1
890         - UNBOUNDED
891       network.outgoing.bytes_pcm_port_00:
892         type: org.openecomp.capabilities.metric.Ceilometer
893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
894         occurrences:
895         - 1
896         - UNBOUNDED
897       disk.ephemeral.size_server_oam:
898         type: org.openecomp.capabilities.metric.Ceilometer
899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
900         occurrences:
901         - 1
902         - UNBOUNDED
903       disk.device.latency_server_oam:
904         type: org.openecomp.capabilities.metric.Ceilometer
905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
906         occurrences:
907         - 1
908         - UNBOUNDED
909       disk.root.size_server_oam:
910         type: org.openecomp.capabilities.metric.Ceilometer
911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
912         occurrences:
913         - 1
914         - UNBOUNDED
915       network.outgoing.packets.rate_pcm_port_01:
916         type: org.openecomp.capabilities.metric.Ceilometer
917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
918         occurrences:
919         - 1
920         - UNBOUNDED
921       memory.usage_server_oam:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       network.outgoing.bytes_pcm_port_01:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       disk.read.bytes_server_oam:
934         type: org.openecomp.capabilities.metric.Ceilometer
935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
936         occurrences:
937         - 1
938         - UNBOUNDED
939       os_server_oam:
940         type: tosca.capabilities.OperatingSystem
941         occurrences:
942         - 1
943         - UNBOUNDED
944       disk.read.requests_server_oam:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950       disk.capacity_server_oam:
951         type: org.openecomp.capabilities.metric.Ceilometer
952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
953         occurrences:
954         - 1
955         - UNBOUNDED
956       disk.device.read.bytes_server_oam:
957         type: org.openecomp.capabilities.metric.Ceilometer
958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
959         occurrences:
960         - 1
961         - UNBOUNDED
962       network.incoming.bytes.rate_pcm_port_00:
963         type: org.openecomp.capabilities.metric.Ceilometer
964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
965         occurrences:
966         - 1
967         - UNBOUNDED
968       endpoint_server_oam:
969         type: tosca.capabilities.Endpoint.Admin
970         occurrences:
971         - 1
972         - UNBOUNDED
973       network.incoming.bytes.rate_pcm_port_01:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       disk.device.read.requests.rate_server_oam:
980         type: org.openecomp.capabilities.metric.Ceilometer
981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
982         occurrences:
983         - 1
984         - UNBOUNDED
985       vcpus_server_oam:
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.read.bytes.rate_server_oam:
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.write.bytes_server_oam:
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.iops_server_oam:
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       disk.device.allocation_server_oam:
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       disk.write.requests.rate_server_oam:
1016         type: org.openecomp.capabilities.metric.Ceilometer
1017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1018         occurrences:
1019         - 1
1020         - UNBOUNDED
1021       scalable_server_oam:
1022         type: tosca.capabilities.Scalable
1023         occurrences:
1024         - 1
1025         - UNBOUNDED
1026       disk.device.read.bytes.rate_server_oam:
1027         type: org.openecomp.capabilities.metric.Ceilometer
1028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       cpu_util_server_oam:
1033         type: org.openecomp.capabilities.metric.Ceilometer
1034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       network.outgoing.bytes.rate_pcm_port_01:
1039         type: org.openecomp.capabilities.metric.Ceilometer
1040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1041         occurrences:
1042         - 1
1043         - UNBOUNDED
1044       network.incoming.packets.rate_pcm_port_01:
1045         type: org.openecomp.capabilities.metric.Ceilometer
1046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1047         occurrences:
1048         - 1
1049         - UNBOUNDED
1050       network.incoming.packets.rate_pcm_port_00:
1051         type: org.openecomp.capabilities.metric.Ceilometer
1052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1053         occurrences:
1054         - 1
1055         - UNBOUNDED
1056       binding_pcm_port_01:
1057         type: tosca.capabilities.network.Bindable
1058         valid_source_types:
1059         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1060         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1061         occurrences:
1062         - 0
1063         - UNBOUNDED
1064       cpu.delta_server_oam:
1065         type: org.openecomp.capabilities.metric.Ceilometer
1066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       host_server_oam:
1071         type: tosca.capabilities.Container
1072         valid_source_types:
1073         - tosca.nodes.SoftwareComponent
1074         occurrences:
1075         - 1
1076         - UNBOUNDED
1077       binding_pcm_port_00:
1078         type: tosca.capabilities.network.Bindable
1079         valid_source_types:
1080         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1081         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1082         occurrences:
1083         - 0
1084         - UNBOUNDED
1085       disk.device.write.bytes.rate_server_oam:
1086         type: org.openecomp.capabilities.metric.Ceilometer
1087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1088         occurrences:
1089         - 1
1090         - UNBOUNDED
1091       network.outgoing.bytes.rate_pcm_port_00:
1092         type: org.openecomp.capabilities.metric.Ceilometer
1093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1094         occurrences:
1095         - 1
1096         - UNBOUNDED
1097       binding_server_oam:
1098         type: tosca.capabilities.network.Bindable
1099         occurrences:
1100         - 1
1101         - UNBOUNDED
1102       disk.device.capacity_server_oam:
1103         type: org.openecomp.capabilities.metric.Ceilometer
1104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1105         occurrences:
1106         - 1
1107         - UNBOUNDED
1108       forwarder_pcm_port_00:
1109         type: org.openecomp.capabilities.Forwarder
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       forwarder_pcm_port_01:
1114         type: org.openecomp.capabilities.Forwarder
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       disk.latency_server_oam:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       instance_server_oam:
1125         type: org.openecomp.capabilities.metric.Ceilometer
1126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1127         occurrences:
1128         - 1
1129         - UNBOUNDED
1130       disk.device.read.requests_server_oam:
1131         type: org.openecomp.capabilities.metric.Ceilometer
1132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136       disk.device.write.requests.rate_server_oam:
1137         type: org.openecomp.capabilities.metric.Ceilometer
1138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1139         occurrences:
1140         - 1
1141         - UNBOUNDED
1142       feature_server_oam:
1143         type: tosca.capabilities.Node
1144         occurrences:
1145         - 1
1146         - UNBOUNDED
1147       network.outpoing.packets_pcm_port_00:
1148         type: org.openecomp.capabilities.metric.Ceilometer
1149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1150         occurrences:
1151         - 1
1152         - UNBOUNDED
1153       disk.write.bytes.rate_server_oam:
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       network.outpoing.packets_pcm_port_01:
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   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1166     derived_from: org.openecomp.resource.abstract.nodes.VFC
1167     properties:
1168       port_pcm_port_0_network_role:
1169         type: string
1170         required: true
1171         status: SUPPORTED
1172       metadata:
1173         type: string
1174         description: metadata
1175         required: true
1176         status: SUPPORTED
1177       port_pcm_port_1_network_role_tag:
1178         type: string
1179         required: true
1180         status: SUPPORTED
1181       availabilityzone_name:
1182         type: string
1183         description: availabilityzone name
1184         required: true
1185         status: SUPPORTED
1186       port_pcm_port_0_vlan_requirements:
1187         type: list
1188         required: true
1189         status: SUPPORTED
1190         entry_schema:
1191           type: org.openecomp.datatypes.network.VlanRequirements
1192       pcm_image_name:
1193         type: string
1194         description: PCRF CM image name
1195         required: true
1196         status: SUPPORTED
1197       port_pcm_port_0_order:
1198         type: integer
1199         required: true
1200         status: SUPPORTED
1201       port_pcm_port_0_subnetpoolid:
1202         type: string
1203         required: true
1204         status: SUPPORTED
1205       port_pcm_port_1_subnetpoolid:
1206         type: string
1207         required: true
1208         status: SUPPORTED
1209       port_pcm_port_0_network_role_tag:
1210         type: string
1211         required: true
1212         status: SUPPORTED
1213       pcm_server_name:
1214         type: string
1215         description: PCRF CM server name
1216         required: true
1217         status: SUPPORTED
1218       cps_net_mask:
1219         type: string
1220         description: CPS network mask
1221         required: true
1222         status: SUPPORTED
1223       port_pcm_port_1_exCP_naming:
1224         type: org.openecomp.datatypes.Naming
1225         required: true
1226         status: SUPPORTED
1227       port_pcm_port_0_exCP_naming:
1228         type: org.openecomp.datatypes.Naming
1229         required: true
1230         status: SUPPORTED
1231       oam_net_name:
1232         type: string
1233         description: OAM network name
1234         required: true
1235         status: SUPPORTED
1236       port_pcm_port_1_network_role:
1237         type: string
1238         required: true
1239         status: SUPPORTED
1240       port_pcm_port_0_ip_requirements:
1241         type: list
1242         required: true
1243         status: SUPPORTED
1244         entry_schema:
1245           type: org.openecomp.datatypes.network.IpRequirements
1246       oam_net_gw:
1247         type: string
1248         description: CPS network gateway
1249         required: true
1250         status: SUPPORTED
1251       security_group_name:
1252         type: string
1253         description: the name of security group
1254         required: true
1255         status: SUPPORTED
1256       cps_net_ip:
1257         type: string
1258         description: CPS network ip
1259         required: true
1260         status: SUPPORTED
1261       port_pcm_port_1_mac_requirements:
1262         type: org.openecomp.datatypes.network.MacRequirements
1263         required: true
1264         status: SUPPORTED
1265       port_pcm_port_1_vlan_requirements:
1266         type: list
1267         required: true
1268         status: SUPPORTED
1269         entry_schema:
1270           type: org.openecomp.datatypes.network.VlanRequirements
1271       pcm_flavor_name:
1272         type: string
1273         description: flavor name of PCRF CM instance
1274         required: true
1275         status: SUPPORTED
1276       key_name:
1277         type: string
1278         description: key_name
1279         required: true
1280         status: SUPPORTED
1281       user_data_format:
1282         type: string
1283         description: user_data_format
1284         required: true
1285         status: SUPPORTED
1286       pcm_vol:
1287         type: string
1288         description: CPS Cluman Cinder Volume
1289         required: true
1290         status: SUPPORTED
1291       port_pcm_port_1_ip_requirements:
1292         type: list
1293         required: true
1294         status: SUPPORTED
1295         entry_schema:
1296           type: org.openecomp.datatypes.network.IpRequirements
1297       port_pcm_port_0_mac_requirements:
1298         type: org.openecomp.datatypes.network.MacRequirements
1299         required: true
1300         status: SUPPORTED
1301       cps_net_name:
1302         type: string
1303         description: CPS network name
1304         required: true
1305         status: SUPPORTED
1306       oam_net_ip:
1307         type: string
1308         description: OAM network ip
1309         required: true
1310         status: SUPPORTED
1311       oam_net_mask:
1312         type: string
1313         description: CPS network mask
1314         required: true
1315         status: SUPPORTED
1316       port_pcm_port_1_order:
1317         type: integer
1318         required: true
1319         status: SUPPORTED
1320     attributes:
1321       server_pcm_id:
1322         type: string
1323         description: the pcm nova service id
1324         status: SUPPORTED
1325     requirements:
1326     - dependency_pcm_port_1:
1327         capability: tosca.capabilities.Node
1328         node: tosca.nodes.Root
1329         relationship: tosca.relationships.DependsOn
1330         occurrences:
1331         - 0
1332         - UNBOUNDED
1333     - link_pcm_port_1:
1334         capability: tosca.capabilities.network.Linkable
1335         relationship: tosca.relationships.network.LinksTo
1336         occurrences:
1337         - 1
1338         - 1
1339     - dependency_server_pcm:
1340         capability: tosca.capabilities.Node
1341         node: tosca.nodes.Root
1342         relationship: tosca.relationships.DependsOn
1343         occurrences:
1344         - 0
1345         - UNBOUNDED
1346     - local_storage_server_pcm:
1347         capability: tosca.capabilities.Attachment
1348         node: tosca.nodes.BlockStorage
1349         relationship: tosca.relationships.AttachesTo
1350         occurrences:
1351         - 0
1352         - UNBOUNDED
1353     - dependency_pcm_port_0:
1354         capability: tosca.capabilities.Node
1355         node: tosca.nodes.Root
1356         relationship: tosca.relationships.DependsOn
1357         occurrences:
1358         - 0
1359         - UNBOUNDED
1360     - link_pcm_port_0:
1361         capability: tosca.capabilities.network.Linkable
1362         relationship: tosca.relationships.network.LinksTo
1363         occurrences:
1364         - 1
1365         - 1
1366     capabilities:
1367       network.incoming.packets.rate_pcm_port_0:
1368         type: org.openecomp.capabilities.metric.Ceilometer
1369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1370         occurrences:
1371         - 1
1372         - UNBOUNDED
1373       cpu_server_pcm:
1374         type: org.openecomp.capabilities.metric.Ceilometer
1375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1376         occurrences:
1377         - 1
1378         - UNBOUNDED
1379       network.incoming.packets.rate_pcm_port_1:
1380         type: org.openecomp.capabilities.metric.Ceilometer
1381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       network.outpoing.packets_pcm_port_1:
1386         type: org.openecomp.capabilities.metric.Ceilometer
1387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1388         occurrences:
1389         - 1
1390         - UNBOUNDED
1391       memory_server_pcm:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       disk.write.requests_server_pcm:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       network.outpoing.packets_pcm_port_0:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       disk.device.iops_server_pcm:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       memory.resident_server_pcm:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       disk.device.write.requests_server_pcm:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       disk.device.usage_server_pcm:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       disk.allocation_server_pcm:
1434         type: org.openecomp.capabilities.metric.Ceilometer
1435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1436         occurrences:
1437         - 1
1438         - UNBOUNDED
1439       disk.usage_server_pcm:
1440         type: org.openecomp.capabilities.metric.Ceilometer
1441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       disk.device.write.bytes_server_pcm:
1446         type: org.openecomp.capabilities.metric.Ceilometer
1447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       disk.root.size_server_pcm:
1452         type: org.openecomp.capabilities.metric.Ceilometer
1453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       disk.ephemeral.size_server_pcm:
1458         type: org.openecomp.capabilities.metric.Ceilometer
1459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1460         occurrences:
1461         - 1
1462         - UNBOUNDED
1463       disk.device.latency_server_pcm:
1464         type: org.openecomp.capabilities.metric.Ceilometer
1465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1466         occurrences:
1467         - 1
1468         - UNBOUNDED
1469       network.incoming.bytes_pcm_port_0:
1470         type: org.openecomp.capabilities.metric.Ceilometer
1471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1472         occurrences:
1473         - 1
1474         - UNBOUNDED
1475       network.incoming.bytes_pcm_port_1:
1476         type: org.openecomp.capabilities.metric.Ceilometer
1477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1478         occurrences:
1479         - 1
1480         - UNBOUNDED
1481       binding_pcm_port_0:
1482         type: tosca.capabilities.network.Bindable
1483         valid_source_types:
1484         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1485         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1486         occurrences:
1487         - 0
1488         - UNBOUNDED
1489       binding_pcm_port_1:
1490         type: tosca.capabilities.network.Bindable
1491         valid_source_types:
1492         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1493         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1494         occurrences:
1495         - 0
1496         - UNBOUNDED
1497       memory.usage_server_pcm:
1498         type: org.openecomp.capabilities.metric.Ceilometer
1499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1500         occurrences:
1501         - 1
1502         - UNBOUNDED
1503       disk.read.requests_server_pcm:
1504         type: org.openecomp.capabilities.metric.Ceilometer
1505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1506         occurrences:
1507         - 1
1508         - UNBOUNDED
1509       disk.capacity_server_pcm:
1510         type: org.openecomp.capabilities.metric.Ceilometer
1511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       os_server_pcm:
1516         type: tosca.capabilities.OperatingSystem
1517         occurrences:
1518         - 1
1519         - UNBOUNDED
1520       disk.read.bytes_server_pcm:
1521         type: org.openecomp.capabilities.metric.Ceilometer
1522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1523         occurrences:
1524         - 1
1525         - UNBOUNDED
1526       network.outgoing.packets.rate_pcm_port_0:
1527         type: org.openecomp.capabilities.metric.Ceilometer
1528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1529         occurrences:
1530         - 1
1531         - UNBOUNDED
1532       network.outgoing.packets.rate_pcm_port_1:
1533         type: org.openecomp.capabilities.metric.Ceilometer
1534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1535         occurrences:
1536         - 1
1537         - UNBOUNDED
1538       feature_pcm_port_1:
1539         type: tosca.capabilities.Node
1540         occurrences:
1541         - 1
1542         - UNBOUNDED
1543       network.outgoing.bytes_pcm_port_0:
1544         type: org.openecomp.capabilities.metric.Ceilometer
1545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1546         occurrences:
1547         - 1
1548         - UNBOUNDED
1549       disk.device.read.bytes_server_pcm:
1550         type: org.openecomp.capabilities.metric.Ceilometer
1551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1552         occurrences:
1553         - 1
1554         - UNBOUNDED
1555       feature_pcm_port_0:
1556         type: tosca.capabilities.Node
1557         occurrences:
1558         - 1
1559         - UNBOUNDED
1560       network.outgoing.bytes_pcm_port_1:
1561         type: org.openecomp.capabilities.metric.Ceilometer
1562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1563         occurrences:
1564         - 1
1565         - UNBOUNDED
1566       attachment_pcm_port_0:
1567         type: tosca.capabilities.Attachment
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       attachment_pcm_port_1:
1572         type: tosca.capabilities.Attachment
1573         occurrences:
1574         - 1
1575         - UNBOUNDED
1576       endpoint_server_pcm:
1577         type: tosca.capabilities.Endpoint.Admin
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       disk.device.read.requests.rate_server_pcm:
1582         type: org.openecomp.capabilities.metric.Ceilometer
1583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1584         occurrences:
1585         - 1
1586         - UNBOUNDED
1587       vcpus_server_pcm:
1588         type: org.openecomp.capabilities.metric.Ceilometer
1589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1590         occurrences:
1591         - 1
1592         - UNBOUNDED
1593       disk.write.bytes_server_pcm:
1594         type: org.openecomp.capabilities.metric.Ceilometer
1595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1596         occurrences:
1597         - 1
1598         - UNBOUNDED
1599       disk.iops_server_pcm:
1600         type: org.openecomp.capabilities.metric.Ceilometer
1601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1602         occurrences:
1603         - 1
1604         - UNBOUNDED
1605       forwarder_pcm_port_0:
1606         type: org.openecomp.capabilities.Forwarder
1607         occurrences:
1608         - 1
1609         - UNBOUNDED
1610       forwarder_pcm_port_1:
1611         type: org.openecomp.capabilities.Forwarder
1612         occurrences:
1613         - 1
1614         - UNBOUNDED
1615       disk.read.bytes.rate_server_pcm:
1616         type: org.openecomp.capabilities.metric.Ceilometer
1617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1618         occurrences:
1619         - 1
1620         - UNBOUNDED
1621       disk.device.allocation_server_pcm:
1622         type: org.openecomp.capabilities.metric.Ceilometer
1623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1624         occurrences:
1625         - 1
1626         - UNBOUNDED
1627       scalable_server_pcm:
1628         type: tosca.capabilities.Scalable
1629         occurrences:
1630         - 1
1631         - UNBOUNDED
1632       disk.device.read.bytes.rate_server_pcm:
1633         type: org.openecomp.capabilities.metric.Ceilometer
1634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1635         occurrences:
1636         - 1
1637         - UNBOUNDED
1638       cpu_util_server_pcm:
1639         type: org.openecomp.capabilities.metric.Ceilometer
1640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1641         occurrences:
1642         - 1
1643         - UNBOUNDED
1644       disk.write.requests.rate_server_pcm:
1645         type: org.openecomp.capabilities.metric.Ceilometer
1646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1647         occurrences:
1648         - 1
1649         - UNBOUNDED
1650       disk.device.write.bytes.rate_server_pcm:
1651         type: org.openecomp.capabilities.metric.Ceilometer
1652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1653         occurrences:
1654         - 1
1655         - UNBOUNDED
1656       host_server_pcm:
1657         type: tosca.capabilities.Container
1658         valid_source_types:
1659         - tosca.nodes.SoftwareComponent
1660         occurrences:
1661         - 1
1662         - UNBOUNDED
1663       cpu.delta_server_pcm:
1664         type: org.openecomp.capabilities.metric.Ceilometer
1665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1666         occurrences:
1667         - 1
1668         - UNBOUNDED
1669       network.outgoing.bytes.rate_pcm_port_1:
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.incoming.packets_pcm_port_0:
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       binding_server_pcm:
1682         type: tosca.capabilities.network.Bindable
1683         occurrences:
1684         - 1
1685         - UNBOUNDED
1686       network.outgoing.bytes.rate_pcm_port_0:
1687         type: org.openecomp.capabilities.metric.Ceilometer
1688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1689         occurrences:
1690         - 1
1691         - UNBOUNDED
1692       disk.device.capacity_server_pcm:
1693         type: org.openecomp.capabilities.metric.Ceilometer
1694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1695         occurrences:
1696         - 1
1697         - UNBOUNDED
1698       network.incoming.packets_pcm_port_1:
1699         type: org.openecomp.capabilities.metric.Ceilometer
1700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1701         occurrences:
1702         - 1
1703         - UNBOUNDED
1704       instance_server_pcm:
1705         type: org.openecomp.capabilities.metric.Ceilometer
1706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1707         occurrences:
1708         - 1
1709         - UNBOUNDED
1710       disk.device.write.requests.rate_server_pcm:
1711         type: org.openecomp.capabilities.metric.Ceilometer
1712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1713         occurrences:
1714         - 1
1715         - UNBOUNDED
1716       disk.latency_server_pcm:
1717         type: org.openecomp.capabilities.metric.Ceilometer
1718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1719         occurrences:
1720         - 1
1721         - UNBOUNDED
1722       disk.device.read.requests_server_pcm:
1723         type: org.openecomp.capabilities.metric.Ceilometer
1724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1725         occurrences:
1726         - 1
1727         - UNBOUNDED
1728       feature_server_pcm:
1729         type: tosca.capabilities.Node
1730         occurrences:
1731         - 1
1732         - UNBOUNDED
1733       network.incoming.bytes.rate_pcm_port_0:
1734         type: org.openecomp.capabilities.metric.Ceilometer
1735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1736         occurrences:
1737         - 1
1738         - UNBOUNDED
1739       disk.write.bytes.rate_server_pcm:
1740         type: org.openecomp.capabilities.metric.Ceilometer
1741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1742         occurrences:
1743         - 1
1744         - UNBOUNDED
1745       network.incoming.bytes.rate_pcm_port_1:
1746         type: org.openecomp.capabilities.metric.Ceilometer
1747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751   org.openecomp.resource.abstract.nodes.compute:
1752     derived_from: org.openecomp.resource.abstract.nodes.VFC
1753     properties:
1754       compute_compute_user_data_format:
1755         type: list
1756         required: true
1757         status: SUPPORTED
1758         entry_schema:
1759           type: string
1760       vm_image_name:
1761         type: string
1762         required: true
1763         status: SUPPORTED
1764       index_value:
1765         type: integer
1766         description: Index value of this substitution service template runtime instance
1767         required: false
1768         default: 0
1769         status: SUPPORTED
1770         constraints:
1771         - greater_or_equal: 0
1772       compute_compute_metadata:
1773         type: list
1774         required: true
1775         status: SUPPORTED
1776         entry_schema:
1777           type: json
1778       compute_compute_name:
1779         type: list
1780         required: true
1781         status: SUPPORTED
1782         entry_schema:
1783           type: string
1784       vm_flavor_name:
1785         type: string
1786         required: true
1787         status: SUPPORTED
1788       compute_compute_config_drive:
1789         type: list
1790         required: true
1791         status: SUPPORTED
1792         entry_schema:
1793           type: boolean
1794     attributes:
1795       compute_instance_name:
1796         type: string
1797         status: SUPPORTED
1798     requirements:
1799     - dependency_compute:
1800         capability: tosca.capabilities.Node
1801         node: tosca.nodes.Root
1802         relationship: tosca.relationships.DependsOn
1803         occurrences:
1804         - 0
1805         - UNBOUNDED
1806     - local_storage_compute:
1807         capability: tosca.capabilities.Attachment
1808         node: tosca.nodes.BlockStorage
1809         relationship: tosca.relationships.AttachesTo
1810         occurrences:
1811         - 0
1812         - UNBOUNDED
1813     capabilities:
1814       disk.device.usage_compute:
1815         type: org.openecomp.capabilities.metric.Ceilometer
1816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1817         occurrences:
1818         - 1
1819         - UNBOUNDED
1820       disk.write.requests_compute:
1821         type: org.openecomp.capabilities.metric.Ceilometer
1822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1823         occurrences:
1824         - 1
1825         - UNBOUNDED
1826       instance_compute:
1827         type: org.openecomp.capabilities.metric.Ceilometer
1828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1829         occurrences:
1830         - 1
1831         - UNBOUNDED
1832       disk.ephemeral.size_compute:
1833         type: org.openecomp.capabilities.metric.Ceilometer
1834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1835         occurrences:
1836         - 1
1837         - UNBOUNDED
1838       disk.device.read.bytes.rate_compute:
1839         type: org.openecomp.capabilities.metric.Ceilometer
1840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1841         occurrences:
1842         - 1
1843         - UNBOUNDED
1844       disk.latency_compute:
1845         type: org.openecomp.capabilities.metric.Ceilometer
1846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1847         occurrences:
1848         - 1
1849         - UNBOUNDED
1850       memory.resident_compute:
1851         type: org.openecomp.capabilities.metric.Ceilometer
1852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1853         occurrences:
1854         - 1
1855         - UNBOUNDED
1856       memory_compute:
1857         type: org.openecomp.capabilities.metric.Ceilometer
1858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1859         occurrences:
1860         - 1
1861         - UNBOUNDED
1862       disk.iops_compute:
1863         type: org.openecomp.capabilities.metric.Ceilometer
1864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1865         occurrences:
1866         - 1
1867         - UNBOUNDED
1868       disk.root.size_compute:
1869         type: org.openecomp.capabilities.metric.Ceilometer
1870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1871         occurrences:
1872         - 1
1873         - UNBOUNDED
1874       disk.write.requests.rate_compute:
1875         type: org.openecomp.capabilities.metric.Ceilometer
1876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1877         occurrences:
1878         - 1
1879         - UNBOUNDED
1880       disk.read.requests_compute:
1881         type: org.openecomp.capabilities.metric.Ceilometer
1882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1883         occurrences:
1884         - 1
1885         - UNBOUNDED
1886       disk.device.read.requests.rate_compute:
1887         type: org.openecomp.capabilities.metric.Ceilometer
1888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1889         occurrences:
1890         - 1
1891         - UNBOUNDED
1892       disk.read.bytes_compute:
1893         type: org.openecomp.capabilities.metric.Ceilometer
1894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1895         occurrences:
1896         - 1
1897         - UNBOUNDED
1898       disk.device.read.bytes_compute:
1899         type: org.openecomp.capabilities.metric.Ceilometer
1900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1901         occurrences:
1902         - 1
1903         - UNBOUNDED
1904       disk.write.bytes_compute:
1905         type: org.openecomp.capabilities.metric.Ceilometer
1906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1907         occurrences:
1908         - 1
1909         - UNBOUNDED
1910       disk.usage_compute:
1911         type: org.openecomp.capabilities.metric.Ceilometer
1912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1913         occurrences:
1914         - 1
1915         - UNBOUNDED
1916       os_compute:
1917         type: tosca.capabilities.OperatingSystem
1918         occurrences:
1919         - 1
1920         - UNBOUNDED
1921       disk.write.bytes.rate_compute:
1922         type: org.openecomp.capabilities.metric.Ceilometer
1923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1924         occurrences:
1925         - 1
1926         - UNBOUNDED
1927       vcpus_compute:
1928         type: org.openecomp.capabilities.metric.Ceilometer
1929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1930         occurrences:
1931         - 1
1932         - UNBOUNDED
1933       disk.capacity_compute:
1934         type: org.openecomp.capabilities.metric.Ceilometer
1935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1936         occurrences:
1937         - 1
1938         - UNBOUNDED
1939       cpu_util_compute:
1940         type: org.openecomp.capabilities.metric.Ceilometer
1941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1942         occurrences:
1943         - 1
1944         - UNBOUNDED
1945       disk.read.bytes.rate_compute:
1946         type: org.openecomp.capabilities.metric.Ceilometer
1947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1948         occurrences:
1949         - 1
1950         - UNBOUNDED
1951       disk.device.latency_compute:
1952         type: org.openecomp.capabilities.metric.Ceilometer
1953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1954         occurrences:
1955         - 1
1956         - UNBOUNDED
1957       disk.device.write.requests_compute:
1958         type: org.openecomp.capabilities.metric.Ceilometer
1959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1960         occurrences:
1961         - 1
1962         - UNBOUNDED
1963       disk.device.iops_compute:
1964         type: org.openecomp.capabilities.metric.Ceilometer
1965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1966         occurrences:
1967         - 1
1968         - UNBOUNDED
1969       disk.device.write.requests.rate_compute:
1970         type: org.openecomp.capabilities.metric.Ceilometer
1971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1972         occurrences:
1973         - 1
1974         - UNBOUNDED
1975       endpoint_compute:
1976         type: tosca.capabilities.Endpoint.Admin
1977         occurrences:
1978         - 1
1979         - UNBOUNDED
1980       memory.usage_compute:
1981         type: org.openecomp.capabilities.metric.Ceilometer
1982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1983         occurrences:
1984         - 1
1985         - UNBOUNDED
1986       host_compute:
1987         type: tosca.capabilities.Container
1988         valid_source_types:
1989         - tosca.nodes.SoftwareComponent
1990         occurrences:
1991         - 1
1992         - UNBOUNDED
1993       feature_compute:
1994         type: tosca.capabilities.Node
1995         occurrences:
1996         - 1
1997         - UNBOUNDED
1998       disk.device.write.bytes_compute:
1999         type: org.openecomp.capabilities.metric.Ceilometer
2000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2001         occurrences:
2002         - 1
2003         - UNBOUNDED
2004       cpu_compute:
2005         type: org.openecomp.capabilities.metric.Ceilometer
2006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2007         occurrences:
2008         - 1
2009         - UNBOUNDED
2010       disk.device.write.bytes.rate_compute:
2011         type: org.openecomp.capabilities.metric.Ceilometer
2012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2013         occurrences:
2014         - 1
2015         - UNBOUNDED
2016       scalable_compute:
2017         type: tosca.capabilities.Scalable
2018         occurrences:
2019         - 1
2020         - UNBOUNDED
2021       disk.device.read.requests_compute:
2022         type: org.openecomp.capabilities.metric.Ceilometer
2023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2024         occurrences:
2025         - 1
2026         - UNBOUNDED
2027       disk.allocation_compute:
2028         type: org.openecomp.capabilities.metric.Ceilometer
2029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2030         occurrences:
2031         - 1
2032         - UNBOUNDED
2033       disk.device.capacity_compute:
2034         type: org.openecomp.capabilities.metric.Ceilometer
2035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2036         occurrences:
2037         - 1
2038         - UNBOUNDED
2039       disk.device.allocation_compute:
2040         type: org.openecomp.capabilities.metric.Ceilometer
2041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2042         occurrences:
2043         - 1
2044         - UNBOUNDED
2045       cpu.delta_compute:
2046         type: org.openecomp.capabilities.metric.Ceilometer
2047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2048         occurrences:
2049         - 1
2050         - UNBOUNDED
2051       binding_compute:
2052         type: tosca.capabilities.network.Bindable
2053         occurrences:
2054         - 1
2055         - UNBOUNDED