7a2181b31f32ec64148424ea9fa8da1b00f2ce01
[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         occurrences:
324         - 0
325         - UNBOUNDED
326       binding_pcm_port_1:
327         type: tosca.capabilities.network.Bindable
328         valid_source_types:
329         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
330         occurrences:
331         - 0
332         - UNBOUNDED
333       memory.usage_server_pcm:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.read.requests_server_pcm:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.capacity_server_pcm:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       os_server_pcm:
352         type: tosca.capabilities.OperatingSystem
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.read.bytes_server_pcm:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       network.outgoing.packets.rate_pcm_port_0:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       network.outgoing.packets.rate_pcm_port_1:
369         type: org.openecomp.capabilities.metric.Ceilometer
370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
371         occurrences:
372         - 1
373         - UNBOUNDED
374       feature_pcm_port_1:
375         type: tosca.capabilities.Node
376         occurrences:
377         - 1
378         - UNBOUNDED
379       network.outgoing.bytes_pcm_port_0:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       disk.device.read.bytes_server_pcm:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       feature_pcm_port_0:
392         type: tosca.capabilities.Node
393         occurrences:
394         - 1
395         - UNBOUNDED
396       network.outgoing.bytes_pcm_port_1:
397         type: org.openecomp.capabilities.metric.Ceilometer
398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
399         occurrences:
400         - 1
401         - UNBOUNDED
402       attachment_pcm_port_0:
403         type: tosca.capabilities.Attachment
404         occurrences:
405         - 1
406         - UNBOUNDED
407       attachment_pcm_port_1:
408         type: tosca.capabilities.Attachment
409         occurrences:
410         - 1
411         - UNBOUNDED
412       endpoint_server_pcm:
413         type: tosca.capabilities.Endpoint.Admin
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.device.read.requests.rate_server_pcm:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       vcpus_server_pcm:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.write.bytes_server_pcm:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.iops_server_pcm:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       forwarder_pcm_port_0:
442         type: org.openecomp.capabilities.Forwarder
443         occurrences:
444         - 1
445         - UNBOUNDED
446       forwarder_pcm_port_1:
447         type: org.openecomp.capabilities.Forwarder
448         occurrences:
449         - 1
450         - UNBOUNDED
451       disk.read.bytes.rate_server_pcm:
452         type: org.openecomp.capabilities.metric.Ceilometer
453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
454         occurrences:
455         - 1
456         - UNBOUNDED
457       disk.device.allocation_server_pcm:
458         type: org.openecomp.capabilities.metric.Ceilometer
459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
460         occurrences:
461         - 1
462         - UNBOUNDED
463       scalable_server_pcm:
464         type: tosca.capabilities.Scalable
465         occurrences:
466         - 1
467         - UNBOUNDED
468       disk.device.read.bytes.rate_server_pcm:
469         type: org.openecomp.capabilities.metric.Ceilometer
470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
471         occurrences:
472         - 1
473         - UNBOUNDED
474       cpu_util_server_pcm:
475         type: org.openecomp.capabilities.metric.Ceilometer
476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
477         occurrences:
478         - 1
479         - UNBOUNDED
480       disk.write.requests.rate_server_pcm:
481         type: org.openecomp.capabilities.metric.Ceilometer
482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
483         occurrences:
484         - 1
485         - UNBOUNDED
486       disk.device.write.bytes.rate_server_pcm:
487         type: org.openecomp.capabilities.metric.Ceilometer
488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
489         occurrences:
490         - 1
491         - UNBOUNDED
492       host_server_pcm:
493         type: tosca.capabilities.Container
494         valid_source_types:
495         - tosca.nodes.SoftwareComponent
496         occurrences:
497         - 1
498         - UNBOUNDED
499       cpu.delta_server_pcm:
500         type: org.openecomp.capabilities.metric.Ceilometer
501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
502         occurrences:
503         - 1
504         - UNBOUNDED
505       network.outgoing.bytes.rate_pcm_port_1:
506         type: org.openecomp.capabilities.metric.Ceilometer
507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
508         occurrences:
509         - 1
510         - UNBOUNDED
511       network.incoming.packets_pcm_port_0:
512         type: org.openecomp.capabilities.metric.Ceilometer
513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
514         occurrences:
515         - 1
516         - UNBOUNDED
517       binding_server_pcm:
518         type: tosca.capabilities.network.Bindable
519         occurrences:
520         - 1
521         - UNBOUNDED
522       network.outgoing.bytes.rate_pcm_port_0:
523         type: org.openecomp.capabilities.metric.Ceilometer
524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
525         occurrences:
526         - 1
527         - UNBOUNDED
528       disk.device.capacity_server_pcm:
529         type: org.openecomp.capabilities.metric.Ceilometer
530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
531         occurrences:
532         - 1
533         - UNBOUNDED
534       network.incoming.packets_pcm_port_1:
535         type: org.openecomp.capabilities.metric.Ceilometer
536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
537         occurrences:
538         - 1
539         - UNBOUNDED
540       instance_server_pcm:
541         type: org.openecomp.capabilities.metric.Ceilometer
542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
543         occurrences:
544         - 1
545         - UNBOUNDED
546       disk.device.write.requests.rate_server_pcm:
547         type: org.openecomp.capabilities.metric.Ceilometer
548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
549         occurrences:
550         - 1
551         - UNBOUNDED
552       disk.latency_server_pcm:
553         type: org.openecomp.capabilities.metric.Ceilometer
554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
555         occurrences:
556         - 1
557         - UNBOUNDED
558       disk.device.read.requests_server_pcm:
559         type: org.openecomp.capabilities.metric.Ceilometer
560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
561         occurrences:
562         - 1
563         - UNBOUNDED
564       feature_server_pcm:
565         type: tosca.capabilities.Node
566         occurrences:
567         - 1
568         - UNBOUNDED
569       network.incoming.bytes.rate_pcm_port_0:
570         type: org.openecomp.capabilities.metric.Ceilometer
571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
572         occurrences:
573         - 1
574         - UNBOUNDED
575       disk.write.bytes.rate_server_pcm:
576         type: org.openecomp.capabilities.metric.Ceilometer
577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
578         occurrences:
579         - 1
580         - UNBOUNDED
581       network.incoming.bytes.rate_pcm_port_1:
582         type: org.openecomp.capabilities.metric.Ceilometer
583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
584         occurrences:
585         - 1
586         - UNBOUNDED
587   org.openecomp.resource.abstract.nodes.heat.oam_server:
588     derived_from: org.openecomp.resource.abstract.nodes.VFC
589     properties:
590       availabilityzone_name:
591         type: string
592         description: availabilityzone name
593         required: true
594         status: SUPPORTED
595       port_pcm_port_00_mac_requirements:
596         type: org.openecomp.datatypes.network.MacRequirements
597         required: true
598         status: SUPPORTED
599       port_pcm_port_01_ip_requirements:
600         type: list
601         required: true
602         status: SUPPORTED
603         entry_schema:
604           type: org.openecomp.datatypes.network.IpRequirements
605       oam_server_name:
606         type: string
607         description: oam server name
608         required: true
609         status: SUPPORTED
610       port_pcm_port_00_subnetpoolid:
611         type: string
612         required: true
613         status: SUPPORTED
614       port_pcm_port_01_vlan_requirements:
615         type: list
616         required: true
617         status: SUPPORTED
618         entry_schema:
619           type: org.openecomp.datatypes.network.VlanRequirements
620       port_pcm_port_01_network_role:
621         type: string
622         required: true
623         status: SUPPORTED
624       port_pcm_port_01_subnetpoolid:
625         type: string
626         required: true
627         status: SUPPORTED
628       oam_image_name:
629         type: string
630         description: oam image name
631         required: true
632         status: SUPPORTED
633       cps_net_mask:
634         type: string
635         description: CPS network mask
636         required: true
637         status: SUPPORTED
638       oam_net_name:
639         type: string
640         description: OAM network name
641         required: true
642         status: SUPPORTED
643       port_pcm_port_01_network_role_tag:
644         type: string
645         required: true
646         status: SUPPORTED
647       port_pcm_port_00_network_role:
648         type: string
649         required: true
650         status: SUPPORTED
651       port_pcm_port_00_ip_requirements:
652         type: list
653         required: true
654         status: SUPPORTED
655         entry_schema:
656           type: org.openecomp.datatypes.network.IpRequirements
657       oam_net_gw:
658         type: string
659         description: CPS network gateway
660         required: true
661         status: SUPPORTED
662       oam_flavor_name:
663         type: string
664         description: flavor name of PCRF CM instance
665         required: true
666         status: SUPPORTED
667       security_group_name:
668         type: string
669         description: the name of security group
670         required: true
671         status: SUPPORTED
672       cps_net_ip:
673         type: string
674         description: CPS network ip
675         required: true
676         status: SUPPORTED
677       port_pcm_port_00_network_role_tag:
678         type: string
679         required: true
680         status: SUPPORTED
681       port_pcm_port_01_order:
682         type: integer
683         required: true
684         status: SUPPORTED
685       port_pcm_port_00_exCP_naming:
686         type: org.openecomp.datatypes.Naming
687         required: true
688         status: SUPPORTED
689       port_pcm_port_00_order:
690         type: integer
691         required: true
692         status: SUPPORTED
693       port_pcm_port_01_mac_requirements:
694         type: org.openecomp.datatypes.network.MacRequirements
695         required: true
696         status: SUPPORTED
697       pcm_vol:
698         type: string
699         description: CPS Cluman Cinder Volume
700         required: true
701         status: SUPPORTED
702       port_pcm_port_00_vlan_requirements:
703         type: list
704         required: true
705         status: SUPPORTED
706         entry_schema:
707           type: org.openecomp.datatypes.network.VlanRequirements
708       cps_net_name:
709         type: string
710         description: CPS network name
711         required: true
712         status: SUPPORTED
713       oam_net_ip:
714         type: string
715         description: OAM network ip
716         required: true
717         status: SUPPORTED
718       oam_net_mask:
719         type: string
720         description: CPS network mask
721         required: true
722         status: SUPPORTED
723       port_pcm_port_01_exCP_naming:
724         type: org.openecomp.datatypes.Naming
725         required: true
726         status: SUPPORTED
727     attributes:
728       server_oam_id:
729         type: string
730         description: the oam nova service id
731         status: SUPPORTED
732     requirements:
733     - dependency_server_oam:
734         capability: tosca.capabilities.Node
735         node: tosca.nodes.Root
736         relationship: tosca.relationships.DependsOn
737         occurrences:
738         - 0
739         - UNBOUNDED
740     - local_storage_server_oam:
741         capability: tosca.capabilities.Attachment
742         node: tosca.nodes.BlockStorage
743         relationship: tosca.relationships.AttachesTo
744         occurrences:
745         - 0
746         - UNBOUNDED
747     - dependency_pcm_port_00:
748         capability: tosca.capabilities.Node
749         node: tosca.nodes.Root
750         relationship: tosca.relationships.DependsOn
751         occurrences:
752         - 0
753         - UNBOUNDED
754     - link_pcm_port_00:
755         capability: tosca.capabilities.network.Linkable
756         relationship: tosca.relationships.network.LinksTo
757         occurrences:
758         - 1
759         - 1
760     - dependency_pcm_port_01:
761         capability: tosca.capabilities.Node
762         node: tosca.nodes.Root
763         relationship: tosca.relationships.DependsOn
764         occurrences:
765         - 0
766         - UNBOUNDED
767     - link_pcm_port_01:
768         capability: tosca.capabilities.network.Linkable
769         relationship: tosca.relationships.network.LinksTo
770         occurrences:
771         - 1
772         - 1
773     capabilities:
774       cpu_server_oam:
775         type: org.openecomp.capabilities.metric.Ceilometer
776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
777         occurrences:
778         - 1
779         - UNBOUNDED
780       feature_pcm_port_00:
781         type: tosca.capabilities.Node
782         occurrences:
783         - 1
784         - UNBOUNDED
785       network.incoming.packets_pcm_port_01:
786         type: org.openecomp.capabilities.metric.Ceilometer
787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
788         occurrences:
789         - 1
790         - UNBOUNDED
791       memory_server_oam:
792         type: org.openecomp.capabilities.metric.Ceilometer
793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
794         occurrences:
795         - 1
796         - UNBOUNDED
797       feature_pcm_port_01:
798         type: tosca.capabilities.Node
799         occurrences:
800         - 1
801         - UNBOUNDED
802       disk.write.requests_server_oam:
803         type: org.openecomp.capabilities.metric.Ceilometer
804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
805         occurrences:
806         - 1
807         - UNBOUNDED
808       network.incoming.packets_pcm_port_00:
809         type: org.openecomp.capabilities.metric.Ceilometer
810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
811         occurrences:
812         - 1
813         - UNBOUNDED
814       memory.resident_server_oam:
815         type: org.openecomp.capabilities.metric.Ceilometer
816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
817         occurrences:
818         - 1
819         - UNBOUNDED
820       disk.device.iops_server_oam:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       network.outgoing.packets.rate_pcm_port_00:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       network.incoming.bytes_pcm_port_00:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       disk.device.write.requests_server_oam:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       network.incoming.bytes_pcm_port_01:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       disk.allocation_server_oam:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       disk.device.usage_server_oam:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       disk.usage_server_oam:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       attachment_pcm_port_00:
869         type: tosca.capabilities.Attachment
870         occurrences:
871         - 1
872         - UNBOUNDED
873       disk.device.write.bytes_server_oam:
874         type: org.openecomp.capabilities.metric.Ceilometer
875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
876         occurrences:
877         - 1
878         - UNBOUNDED
879       attachment_pcm_port_01:
880         type: tosca.capabilities.Attachment
881         occurrences:
882         - 1
883         - UNBOUNDED
884       network.outgoing.bytes_pcm_port_00:
885         type: org.openecomp.capabilities.metric.Ceilometer
886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
887         occurrences:
888         - 1
889         - UNBOUNDED
890       disk.ephemeral.size_server_oam:
891         type: org.openecomp.capabilities.metric.Ceilometer
892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
893         occurrences:
894         - 1
895         - UNBOUNDED
896       disk.device.latency_server_oam:
897         type: org.openecomp.capabilities.metric.Ceilometer
898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
899         occurrences:
900         - 1
901         - UNBOUNDED
902       disk.root.size_server_oam:
903         type: org.openecomp.capabilities.metric.Ceilometer
904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
905         occurrences:
906         - 1
907         - UNBOUNDED
908       network.outgoing.packets.rate_pcm_port_01:
909         type: org.openecomp.capabilities.metric.Ceilometer
910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
911         occurrences:
912         - 1
913         - UNBOUNDED
914       memory.usage_server_oam:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       network.outgoing.bytes_pcm_port_01:
921         type: org.openecomp.capabilities.metric.Ceilometer
922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
923         occurrences:
924         - 1
925         - UNBOUNDED
926       disk.read.bytes_server_oam:
927         type: org.openecomp.capabilities.metric.Ceilometer
928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
929         occurrences:
930         - 1
931         - UNBOUNDED
932       os_server_oam:
933         type: tosca.capabilities.OperatingSystem
934         occurrences:
935         - 1
936         - UNBOUNDED
937       disk.read.requests_server_oam:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       disk.capacity_server_oam:
944         type: org.openecomp.capabilities.metric.Ceilometer
945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
946         occurrences:
947         - 1
948         - UNBOUNDED
949       disk.device.read.bytes_server_oam:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       network.incoming.bytes.rate_pcm_port_00:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       endpoint_server_oam:
962         type: tosca.capabilities.Endpoint.Admin
963         occurrences:
964         - 1
965         - UNBOUNDED
966       network.incoming.bytes.rate_pcm_port_01:
967         type: org.openecomp.capabilities.metric.Ceilometer
968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
969         occurrences:
970         - 1
971         - UNBOUNDED
972       disk.device.read.requests.rate_server_oam:
973         type: org.openecomp.capabilities.metric.Ceilometer
974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
975         occurrences:
976         - 1
977         - UNBOUNDED
978       vcpus_server_oam:
979         type: org.openecomp.capabilities.metric.Ceilometer
980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
981         occurrences:
982         - 1
983         - UNBOUNDED
984       disk.read.bytes.rate_server_oam:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       disk.write.bytes_server_oam:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       disk.iops_server_oam:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       disk.device.allocation_server_oam:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.write.requests.rate_server_oam:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       scalable_server_oam:
1015         type: tosca.capabilities.Scalable
1016         occurrences:
1017         - 1
1018         - UNBOUNDED
1019       disk.device.read.bytes.rate_server_oam:
1020         type: org.openecomp.capabilities.metric.Ceilometer
1021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1022         occurrences:
1023         - 1
1024         - UNBOUNDED
1025       cpu_util_server_oam:
1026         type: org.openecomp.capabilities.metric.Ceilometer
1027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1028         occurrences:
1029         - 1
1030         - UNBOUNDED
1031       network.outgoing.bytes.rate_pcm_port_01:
1032         type: org.openecomp.capabilities.metric.Ceilometer
1033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1034         occurrences:
1035         - 1
1036         - UNBOUNDED
1037       network.incoming.packets.rate_pcm_port_01:
1038         type: org.openecomp.capabilities.metric.Ceilometer
1039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1040         occurrences:
1041         - 1
1042         - UNBOUNDED
1043       network.incoming.packets.rate_pcm_port_00:
1044         type: org.openecomp.capabilities.metric.Ceilometer
1045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1046         occurrences:
1047         - 1
1048         - UNBOUNDED
1049       binding_pcm_port_01:
1050         type: tosca.capabilities.network.Bindable
1051         valid_source_types:
1052         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1053         occurrences:
1054         - 0
1055         - UNBOUNDED
1056       cpu.delta_server_oam:
1057         type: org.openecomp.capabilities.metric.Ceilometer
1058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1059         occurrences:
1060         - 1
1061         - UNBOUNDED
1062       host_server_oam:
1063         type: tosca.capabilities.Container
1064         valid_source_types:
1065         - tosca.nodes.SoftwareComponent
1066         occurrences:
1067         - 1
1068         - UNBOUNDED
1069       binding_pcm_port_00:
1070         type: tosca.capabilities.network.Bindable
1071         valid_source_types:
1072         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1073         occurrences:
1074         - 0
1075         - UNBOUNDED
1076       disk.device.write.bytes.rate_server_oam:
1077         type: org.openecomp.capabilities.metric.Ceilometer
1078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       network.outgoing.bytes.rate_pcm_port_00:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       binding_server_oam:
1089         type: tosca.capabilities.network.Bindable
1090         occurrences:
1091         - 1
1092         - UNBOUNDED
1093       disk.device.capacity_server_oam:
1094         type: org.openecomp.capabilities.metric.Ceilometer
1095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       forwarder_pcm_port_00:
1100         type: org.openecomp.capabilities.Forwarder
1101         occurrences:
1102         - 1
1103         - UNBOUNDED
1104       forwarder_pcm_port_01:
1105         type: org.openecomp.capabilities.Forwarder
1106         occurrences:
1107         - 1
1108         - UNBOUNDED
1109       disk.latency_server_oam:
1110         type: org.openecomp.capabilities.metric.Ceilometer
1111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1112         occurrences:
1113         - 1
1114         - UNBOUNDED
1115       instance_server_oam:
1116         type: org.openecomp.capabilities.metric.Ceilometer
1117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1118         occurrences:
1119         - 1
1120         - UNBOUNDED
1121       disk.device.read.requests_server_oam:
1122         type: org.openecomp.capabilities.metric.Ceilometer
1123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1124         occurrences:
1125         - 1
1126         - UNBOUNDED
1127       disk.device.write.requests.rate_server_oam:
1128         type: org.openecomp.capabilities.metric.Ceilometer
1129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1130         occurrences:
1131         - 1
1132         - UNBOUNDED
1133       feature_server_oam:
1134         type: tosca.capabilities.Node
1135         occurrences:
1136         - 1
1137         - UNBOUNDED
1138       network.outpoing.packets_pcm_port_00:
1139         type: org.openecomp.capabilities.metric.Ceilometer
1140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1141         occurrences:
1142         - 1
1143         - UNBOUNDED
1144       disk.write.bytes.rate_server_oam:
1145         type: org.openecomp.capabilities.metric.Ceilometer
1146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1147         occurrences:
1148         - 1
1149         - UNBOUNDED
1150       network.outpoing.packets_pcm_port_01:
1151         type: org.openecomp.capabilities.metric.Ceilometer
1152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1153         occurrences:
1154         - 1
1155         - UNBOUNDED
1156   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1157     derived_from: org.openecomp.resource.abstract.nodes.VFC
1158     properties:
1159       port_pcm_port_0_network_role:
1160         type: string
1161         required: true
1162         status: SUPPORTED
1163       metadata:
1164         type: string
1165         description: metadata
1166         required: true
1167         status: SUPPORTED
1168       port_pcm_port_1_network_role_tag:
1169         type: string
1170         required: true
1171         status: SUPPORTED
1172       availabilityzone_name:
1173         type: string
1174         description: availabilityzone name
1175         required: true
1176         status: SUPPORTED
1177       port_pcm_port_0_vlan_requirements:
1178         type: list
1179         required: true
1180         status: SUPPORTED
1181         entry_schema:
1182           type: org.openecomp.datatypes.network.VlanRequirements
1183       pcm_image_name:
1184         type: string
1185         description: PCRF CM image name
1186         required: true
1187         status: SUPPORTED
1188       port_pcm_port_0_order:
1189         type: integer
1190         required: true
1191         status: SUPPORTED
1192       port_pcm_port_0_subnetpoolid:
1193         type: string
1194         required: true
1195         status: SUPPORTED
1196       port_pcm_port_1_subnetpoolid:
1197         type: string
1198         required: true
1199         status: SUPPORTED
1200       port_pcm_port_0_network_role_tag:
1201         type: string
1202         required: true
1203         status: SUPPORTED
1204       pcm_server_name:
1205         type: string
1206         description: PCRF CM server name
1207         required: true
1208         status: SUPPORTED
1209       cps_net_mask:
1210         type: string
1211         description: CPS network mask
1212         required: true
1213         status: SUPPORTED
1214       port_pcm_port_1_exCP_naming:
1215         type: org.openecomp.datatypes.Naming
1216         required: true
1217         status: SUPPORTED
1218       port_pcm_port_0_exCP_naming:
1219         type: org.openecomp.datatypes.Naming
1220         required: true
1221         status: SUPPORTED
1222       oam_net_name:
1223         type: string
1224         description: OAM network name
1225         required: true
1226         status: SUPPORTED
1227       port_pcm_port_1_network_role:
1228         type: string
1229         required: true
1230         status: SUPPORTED
1231       port_pcm_port_0_ip_requirements:
1232         type: list
1233         required: true
1234         status: SUPPORTED
1235         entry_schema:
1236           type: org.openecomp.datatypes.network.IpRequirements
1237       oam_net_gw:
1238         type: string
1239         description: CPS network gateway
1240         required: true
1241         status: SUPPORTED
1242       security_group_name:
1243         type: string
1244         description: the name of security group
1245         required: true
1246         status: SUPPORTED
1247       cps_net_ip:
1248         type: string
1249         description: CPS network ip
1250         required: true
1251         status: SUPPORTED
1252       port_pcm_port_1_mac_requirements:
1253         type: org.openecomp.datatypes.network.MacRequirements
1254         required: true
1255         status: SUPPORTED
1256       port_pcm_port_1_vlan_requirements:
1257         type: list
1258         required: true
1259         status: SUPPORTED
1260         entry_schema:
1261           type: org.openecomp.datatypes.network.VlanRequirements
1262       pcm_flavor_name:
1263         type: string
1264         description: flavor name of PCRF CM instance
1265         required: true
1266         status: SUPPORTED
1267       user_data_format:
1268         type: string
1269         description: user_data_format
1270         required: true
1271         status: SUPPORTED
1272       pcm_vol:
1273         type: string
1274         description: CPS Cluman Cinder Volume
1275         required: true
1276         status: SUPPORTED
1277       port_pcm_port_1_ip_requirements:
1278         type: list
1279         required: true
1280         status: SUPPORTED
1281         entry_schema:
1282           type: org.openecomp.datatypes.network.IpRequirements
1283       port_pcm_port_0_mac_requirements:
1284         type: org.openecomp.datatypes.network.MacRequirements
1285         required: true
1286         status: SUPPORTED
1287       cps_net_name:
1288         type: string
1289         description: CPS network name
1290         required: true
1291         status: SUPPORTED
1292       oam_net_ip:
1293         type: string
1294         description: OAM network ip
1295         required: true
1296         status: SUPPORTED
1297       oam_net_mask:
1298         type: string
1299         description: CPS network mask
1300         required: true
1301         status: SUPPORTED
1302       port_pcm_port_1_order:
1303         type: integer
1304         required: true
1305         status: SUPPORTED
1306     attributes:
1307       server_pcm_id:
1308         type: string
1309         description: the pcm nova service id
1310         status: SUPPORTED
1311     requirements:
1312     - dependency_pcm_port_1:
1313         capability: tosca.capabilities.Node
1314         node: tosca.nodes.Root
1315         relationship: tosca.relationships.DependsOn
1316         occurrences:
1317         - 0
1318         - UNBOUNDED
1319     - link_pcm_port_1:
1320         capability: tosca.capabilities.network.Linkable
1321         relationship: tosca.relationships.network.LinksTo
1322         occurrences:
1323         - 1
1324         - 1
1325     - dependency_server_pcm:
1326         capability: tosca.capabilities.Node
1327         node: tosca.nodes.Root
1328         relationship: tosca.relationships.DependsOn
1329         occurrences:
1330         - 0
1331         - UNBOUNDED
1332     - local_storage_server_pcm:
1333         capability: tosca.capabilities.Attachment
1334         node: tosca.nodes.BlockStorage
1335         relationship: tosca.relationships.AttachesTo
1336         occurrences:
1337         - 0
1338         - UNBOUNDED
1339     - dependency_pcm_port_0:
1340         capability: tosca.capabilities.Node
1341         node: tosca.nodes.Root
1342         relationship: tosca.relationships.DependsOn
1343         occurrences:
1344         - 0
1345         - UNBOUNDED
1346     - link_pcm_port_0:
1347         capability: tosca.capabilities.network.Linkable
1348         relationship: tosca.relationships.network.LinksTo
1349         occurrences:
1350         - 1
1351         - 1
1352     capabilities:
1353       network.incoming.packets.rate_pcm_port_0:
1354         type: org.openecomp.capabilities.metric.Ceilometer
1355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1356         occurrences:
1357         - 1
1358         - UNBOUNDED
1359       cpu_server_pcm:
1360         type: org.openecomp.capabilities.metric.Ceilometer
1361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1362         occurrences:
1363         - 1
1364         - UNBOUNDED
1365       network.incoming.packets.rate_pcm_port_1:
1366         type: org.openecomp.capabilities.metric.Ceilometer
1367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1368         occurrences:
1369         - 1
1370         - UNBOUNDED
1371       network.outpoing.packets_pcm_port_1:
1372         type: org.openecomp.capabilities.metric.Ceilometer
1373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1374         occurrences:
1375         - 1
1376         - UNBOUNDED
1377       memory_server_pcm:
1378         type: org.openecomp.capabilities.metric.Ceilometer
1379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1380         occurrences:
1381         - 1
1382         - UNBOUNDED
1383       disk.write.requests_server_pcm:
1384         type: org.openecomp.capabilities.metric.Ceilometer
1385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1386         occurrences:
1387         - 1
1388         - UNBOUNDED
1389       network.outpoing.packets_pcm_port_0:
1390         type: org.openecomp.capabilities.metric.Ceilometer
1391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1392         occurrences:
1393         - 1
1394         - UNBOUNDED
1395       disk.device.iops_server_pcm:
1396         type: org.openecomp.capabilities.metric.Ceilometer
1397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1398         occurrences:
1399         - 1
1400         - UNBOUNDED
1401       memory.resident_server_pcm:
1402         type: org.openecomp.capabilities.metric.Ceilometer
1403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1404         occurrences:
1405         - 1
1406         - UNBOUNDED
1407       disk.device.write.requests_server_pcm:
1408         type: org.openecomp.capabilities.metric.Ceilometer
1409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1410         occurrences:
1411         - 1
1412         - UNBOUNDED
1413       disk.device.usage_server_pcm:
1414         type: org.openecomp.capabilities.metric.Ceilometer
1415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1416         occurrences:
1417         - 1
1418         - UNBOUNDED
1419       disk.allocation_server_pcm:
1420         type: org.openecomp.capabilities.metric.Ceilometer
1421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1422         occurrences:
1423         - 1
1424         - UNBOUNDED
1425       disk.usage_server_pcm:
1426         type: org.openecomp.capabilities.metric.Ceilometer
1427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1428         occurrences:
1429         - 1
1430         - UNBOUNDED
1431       disk.device.write.bytes_server_pcm:
1432         type: org.openecomp.capabilities.metric.Ceilometer
1433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1434         occurrences:
1435         - 1
1436         - UNBOUNDED
1437       disk.root.size_server_pcm:
1438         type: org.openecomp.capabilities.metric.Ceilometer
1439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1440         occurrences:
1441         - 1
1442         - UNBOUNDED
1443       disk.ephemeral.size_server_pcm:
1444         type: org.openecomp.capabilities.metric.Ceilometer
1445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1446         occurrences:
1447         - 1
1448         - UNBOUNDED
1449       disk.device.latency_server_pcm:
1450         type: org.openecomp.capabilities.metric.Ceilometer
1451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1452         occurrences:
1453         - 1
1454         - UNBOUNDED
1455       network.incoming.bytes_pcm_port_0:
1456         type: org.openecomp.capabilities.metric.Ceilometer
1457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1458         occurrences:
1459         - 1
1460         - UNBOUNDED
1461       network.incoming.bytes_pcm_port_1:
1462         type: org.openecomp.capabilities.metric.Ceilometer
1463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       binding_pcm_port_0:
1468         type: tosca.capabilities.network.Bindable
1469         valid_source_types:
1470         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1471         occurrences:
1472         - 0
1473         - UNBOUNDED
1474       binding_pcm_port_1:
1475         type: tosca.capabilities.network.Bindable
1476         valid_source_types:
1477         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1478         occurrences:
1479         - 0
1480         - UNBOUNDED
1481       memory.usage_server_pcm:
1482         type: org.openecomp.capabilities.metric.Ceilometer
1483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1484         occurrences:
1485         - 1
1486         - UNBOUNDED
1487       disk.read.requests_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.capacity_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       os_server_pcm:
1500         type: tosca.capabilities.OperatingSystem
1501         occurrences:
1502         - 1
1503         - UNBOUNDED
1504       disk.read.bytes_server_pcm:
1505         type: org.openecomp.capabilities.metric.Ceilometer
1506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1507         occurrences:
1508         - 1
1509         - UNBOUNDED
1510       network.outgoing.packets.rate_pcm_port_0:
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_1:
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       feature_pcm_port_1:
1523         type: tosca.capabilities.Node
1524         occurrences:
1525         - 1
1526         - UNBOUNDED
1527       network.outgoing.bytes_pcm_port_0:
1528         type: org.openecomp.capabilities.metric.Ceilometer
1529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1530         occurrences:
1531         - 1
1532         - UNBOUNDED
1533       disk.device.read.bytes_server_pcm:
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       feature_pcm_port_0:
1540         type: tosca.capabilities.Node
1541         occurrences:
1542         - 1
1543         - UNBOUNDED
1544       network.outgoing.bytes_pcm_port_1:
1545         type: org.openecomp.capabilities.metric.Ceilometer
1546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1547         occurrences:
1548         - 1
1549         - UNBOUNDED
1550       attachment_pcm_port_0:
1551         type: tosca.capabilities.Attachment
1552         occurrences:
1553         - 1
1554         - UNBOUNDED
1555       attachment_pcm_port_1:
1556         type: tosca.capabilities.Attachment
1557         occurrences:
1558         - 1
1559         - UNBOUNDED
1560       endpoint_server_pcm:
1561         type: tosca.capabilities.Endpoint.Admin
1562         occurrences:
1563         - 1
1564         - UNBOUNDED
1565       disk.device.read.requests.rate_server_pcm:
1566         type: org.openecomp.capabilities.metric.Ceilometer
1567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       vcpus_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       disk.write.bytes_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.iops_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       forwarder_pcm_port_0:
1590         type: org.openecomp.capabilities.Forwarder
1591         occurrences:
1592         - 1
1593         - UNBOUNDED
1594       forwarder_pcm_port_1:
1595         type: org.openecomp.capabilities.Forwarder
1596         occurrences:
1597         - 1
1598         - UNBOUNDED
1599       disk.read.bytes.rate_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       disk.device.allocation_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       scalable_server_pcm:
1612         type: tosca.capabilities.Scalable
1613         occurrences:
1614         - 1
1615         - UNBOUNDED
1616       disk.device.read.bytes.rate_server_pcm:
1617         type: org.openecomp.capabilities.metric.Ceilometer
1618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1619         occurrences:
1620         - 1
1621         - UNBOUNDED
1622       cpu_util_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       disk.write.requests.rate_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.device.write.bytes.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       host_server_pcm:
1641         type: tosca.capabilities.Container
1642         valid_source_types:
1643         - tosca.nodes.SoftwareComponent
1644         occurrences:
1645         - 1
1646         - UNBOUNDED
1647       cpu.delta_server_pcm:
1648         type: org.openecomp.capabilities.metric.Ceilometer
1649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1650         occurrences:
1651         - 1
1652         - UNBOUNDED
1653       network.outgoing.bytes.rate_pcm_port_1:
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.incoming.packets_pcm_port_0:
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       binding_server_pcm:
1666         type: tosca.capabilities.network.Bindable
1667         occurrences:
1668         - 1
1669         - UNBOUNDED
1670       network.outgoing.bytes.rate_pcm_port_0:
1671         type: org.openecomp.capabilities.metric.Ceilometer
1672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1673         occurrences:
1674         - 1
1675         - UNBOUNDED
1676       disk.device.capacity_server_pcm:
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       network.incoming.packets_pcm_port_1:
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       instance_server_pcm:
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       disk.device.write.requests.rate_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.latency_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.device.read.requests_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       feature_server_pcm:
1713         type: tosca.capabilities.Node
1714         occurrences:
1715         - 1
1716         - UNBOUNDED
1717       network.incoming.bytes.rate_pcm_port_0:
1718         type: org.openecomp.capabilities.metric.Ceilometer
1719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1720         occurrences:
1721         - 1
1722         - UNBOUNDED
1723       disk.write.bytes.rate_server_pcm:
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       network.incoming.bytes.rate_pcm_port_1:
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   org.openecomp.resource.abstract.nodes.compute:
1736     derived_from: org.openecomp.resource.abstract.nodes.VFC
1737     properties:
1738       vm_image_name:
1739         type: string
1740         required: true
1741         status: SUPPORTED
1742       index_value:
1743         type: integer
1744         description: Index value of this substitution service template runtime instance
1745         required: false
1746         default: 0
1747         status: SUPPORTED
1748         constraints:
1749         - greater_or_equal: 0
1750       compute_compute_name:
1751         type: list
1752         required: true
1753         status: SUPPORTED
1754         entry_schema:
1755           type: string
1756       vm_flavor_name:
1757         type: string
1758         required: true
1759         status: SUPPORTED
1760       compute_compute_config_drive:
1761         type: list
1762         required: true
1763         status: SUPPORTED
1764         entry_schema:
1765           type: boolean
1766     attributes:
1767       compute_instance_name:
1768         type: string
1769         status: SUPPORTED
1770     requirements:
1771     - dependency_compute:
1772         capability: tosca.capabilities.Node
1773         node: tosca.nodes.Root
1774         relationship: tosca.relationships.DependsOn
1775         occurrences:
1776         - 0
1777         - UNBOUNDED
1778     - local_storage_compute:
1779         capability: tosca.capabilities.Attachment
1780         node: tosca.nodes.BlockStorage
1781         relationship: tosca.relationships.AttachesTo
1782         occurrences:
1783         - 0
1784         - UNBOUNDED
1785     capabilities:
1786       disk.device.usage_compute:
1787         type: org.openecomp.capabilities.metric.Ceilometer
1788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1789         occurrences:
1790         - 1
1791         - UNBOUNDED
1792       disk.write.requests_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       instance_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       disk.ephemeral.size_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.device.read.bytes.rate_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.latency_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       memory.resident_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_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       disk.iops_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.root.size_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.write.requests.rate_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.read.requests_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.device.read.requests.rate_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.read.bytes_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.device.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.write.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.usage_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       os_compute:
1889         type: tosca.capabilities.OperatingSystem
1890         occurrences:
1891         - 1
1892         - UNBOUNDED
1893       disk.write.bytes.rate_compute:
1894         type: org.openecomp.capabilities.metric.Ceilometer
1895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1896         occurrences:
1897         - 1
1898         - UNBOUNDED
1899       vcpus_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       disk.capacity_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       cpu_util_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       disk.read.bytes.rate_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.device.latency_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.write.requests_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.iops_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.write.requests.rate_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       endpoint_compute:
1948         type: tosca.capabilities.Endpoint.Admin
1949         occurrences:
1950         - 1
1951         - UNBOUNDED
1952       memory.usage_compute:
1953         type: org.openecomp.capabilities.metric.Ceilometer
1954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1955         occurrences:
1956         - 1
1957         - UNBOUNDED
1958       host_compute:
1959         type: tosca.capabilities.Container
1960         valid_source_types:
1961         - tosca.nodes.SoftwareComponent
1962         occurrences:
1963         - 1
1964         - UNBOUNDED
1965       feature_compute:
1966         type: tosca.capabilities.Node
1967         occurrences:
1968         - 1
1969         - UNBOUNDED
1970       disk.device.write.bytes_compute:
1971         type: org.openecomp.capabilities.metric.Ceilometer
1972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1973         occurrences:
1974         - 1
1975         - UNBOUNDED
1976       cpu_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       disk.device.write.bytes.rate_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       scalable_compute:
1989         type: tosca.capabilities.Scalable
1990         occurrences:
1991         - 1
1992         - UNBOUNDED
1993       disk.device.read.requests_compute:
1994         type: org.openecomp.capabilities.metric.Ceilometer
1995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1996         occurrences:
1997         - 1
1998         - UNBOUNDED
1999       disk.allocation_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.device.capacity_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.allocation_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       cpu.delta_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       binding_compute:
2024         type: tosca.capabilities.network.Bindable
2025         occurrences:
2026         - 1
2027         - UNBOUNDED