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