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