462cd2559f6fa21bed023509b264122d0a22f7fe
[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_02_order:
12         type: integer
13         required: true
14         status: SUPPORTED
15       port_pcm_port_12_vlan_requirements:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: org.openecomp.datatypes.network.VlanRequirements
21       port_pcm_port_02_vlan_requirements:
22         type: list
23         required: true
24         status: SUPPORTED
25         entry_schema:
26           type: org.openecomp.datatypes.network.VlanRequirements
27       availabilityzone_name:
28         type: string
29         description: availabilityzone name
30         required: true
31         status: SUPPORTED
32       port_pcm_port_12_order:
33         type: integer
34         required: true
35         status: SUPPORTED
36       port_pcm_port_02_network_role:
37         type: string
38         required: true
39         status: SUPPORTED
40       pcm_image_name:
41         type: string
42         description: PCRF CM image name
43         required: true
44         status: SUPPORTED
45       port_pcm_port_02_network_role_tag:
46         type: string
47         required: true
48         status: SUPPORTED
49       port_pcm_port_12_mac_requirements:
50         type: org.openecomp.datatypes.network.MacRequirements
51         required: true
52         status: SUPPORTED
53       port_pcm_port_02_subnetpoolid:
54         type: string
55         required: true
56         status: SUPPORTED
57       pcm_server_name:
58         type: string
59         description: PCRF CM server name
60         required: true
61         status: SUPPORTED
62       cps_net_mask:
63         type: string
64         description: CPS network mask
65         required: true
66         status: SUPPORTED
67       oam_net_name:
68         type: string
69         description: OAM network name
70         required: true
71         status: SUPPORTED
72       port_pcm_port_12_network_role:
73         type: string
74         required: true
75         status: SUPPORTED
76       port_pcm_port_02_mac_requirements:
77         type: org.openecomp.datatypes.network.MacRequirements
78         required: true
79         status: SUPPORTED
80       oam_net_gw:
81         type: string
82         description: CPS network gateway
83         required: true
84         status: SUPPORTED
85       security_group_name:
86         type: string
87         description: the name of security group
88         required: true
89         status: SUPPORTED
90       cps_net_ip:
91         type: string
92         description: CPS network ip
93         required: true
94         status: SUPPORTED
95       port_pcm_port_12_ip_requirements:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: org.openecomp.datatypes.network.IpRequirements
101       pcm_flavor_name:
102         type: string
103         description: flavor name of PCRF CM instance
104         required: true
105         status: SUPPORTED
106       port_pcm_port_12_subnetpoolid:
107         type: string
108         required: true
109         status: SUPPORTED
110       pcm_vol:
111         type: string
112         description: CPS Cluman Cinder Volume
113         required: true
114         status: SUPPORTED
115       port_pcm_port_02_exCP_naming:
116         type: org.openecomp.datatypes.Naming
117         required: true
118         status: SUPPORTED
119       cps_net_name:
120         type: string
121         description: CPS network name
122         required: true
123         status: SUPPORTED
124       oam_net_ip:
125         type: string
126         description: OAM network ip
127         required: true
128         status: SUPPORTED
129       oam_net_mask:
130         type: string
131         description: CPS network mask
132         required: true
133         status: SUPPORTED
134       port_pcm_port_12_network_role_tag:
135         type: string
136         required: true
137         status: SUPPORTED
138       port_pcm_port_12_exCP_naming:
139         type: org.openecomp.datatypes.Naming
140         required: true
141         status: SUPPORTED
142       port_pcm_port_02_ip_requirements:
143         type: list
144         required: true
145         status: SUPPORTED
146         entry_schema:
147           type: org.openecomp.datatypes.network.IpRequirements
148     attributes:
149       server_pcm_id:
150         type: string
151         description: the pcm nova service id
152         status: SUPPORTED
153     requirements:
154     - dependency_server_pcm:
155         capability: tosca.capabilities.Node
156         node: tosca.nodes.Root
157         relationship: tosca.relationships.DependsOn
158         occurrences:
159         - 0
160         - UNBOUNDED
161     - local_storage_server_pcm:
162         capability: tosca.capabilities.Attachment
163         node: tosca.nodes.BlockStorage
164         relationship: tosca.relationships.AttachesTo
165         occurrences:
166         - 0
167         - UNBOUNDED
168     - dependency_pcm_port_12:
169         capability: tosca.capabilities.Node
170         node: tosca.nodes.Root
171         relationship: tosca.relationships.DependsOn
172         occurrences:
173         - 0
174         - UNBOUNDED
175     - link_pcm_port_12:
176         capability: tosca.capabilities.network.Linkable
177         relationship: tosca.relationships.network.LinksTo
178         occurrences:
179         - 1
180         - 1
181     - dependency_pcm_port_02:
182         capability: tosca.capabilities.Node
183         node: tosca.nodes.Root
184         relationship: tosca.relationships.DependsOn
185         occurrences:
186         - 0
187         - UNBOUNDED
188     - link_pcm_port_02:
189         capability: tosca.capabilities.network.Linkable
190         relationship: tosca.relationships.network.LinksTo
191         occurrences:
192         - 1
193         - 1
194     capabilities:
195       cpu_server_pcm:
196         type: org.openecomp.capabilities.metric.Ceilometer
197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
198         occurrences:
199         - 1
200         - UNBOUNDED
201       memory_server_pcm:
202         type: org.openecomp.capabilities.metric.Ceilometer
203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
204         occurrences:
205         - 1
206         - UNBOUNDED
207       disk.write.requests_server_pcm:
208         type: org.openecomp.capabilities.metric.Ceilometer
209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
210         occurrences:
211         - 1
212         - UNBOUNDED
213       network.incoming.packets_pcm_port_02:
214         type: org.openecomp.capabilities.metric.Ceilometer
215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
216         occurrences:
217         - 1
218         - UNBOUNDED
219       feature_pcm_port_02:
220         type: tosca.capabilities.Node
221         occurrences:
222         - 1
223         - UNBOUNDED
224       network.outgoing.bytes_pcm_port_12:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       disk.device.iops_server_pcm:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       memory.resident_server_pcm:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.device.write.requests_server_pcm:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.incoming.bytes_pcm_port_02:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       disk.device.usage_server_pcm:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.allocation_server_pcm:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       network.incoming.bytes.rate_pcm_port_12:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.usage_server_pcm:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       disk.device.write.bytes_server_pcm:
279         type: org.openecomp.capabilities.metric.Ceilometer
280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
281         occurrences:
282         - 1
283         - UNBOUNDED
284       attachment_pcm_port_02:
285         type: tosca.capabilities.Attachment
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       feature_pcm_port_12:
296         type: tosca.capabilities.Node
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.outgoing.packets.rate_pcm_port_02:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       memory.usage_server_pcm:
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       network.outgoing.bytes_pcm_port_02:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       disk.read.requests_server_pcm:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       disk.capacity_server_pcm:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       os_server_pcm:
343         type: tosca.capabilities.OperatingSystem
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.read.bytes_server_pcm:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       disk.device.read.bytes_server_pcm:
354         type: org.openecomp.capabilities.metric.Ceilometer
355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
356         occurrences:
357         - 1
358         - UNBOUNDED
359       network.outgoing.bytes.rate_pcm_port_12:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       network.incoming.packets.rate_pcm_port_12:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       binding_pcm_port_12:
372         type: tosca.capabilities.network.Bindable
373         valid_source_types:
374         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
375         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
376         occurrences:
377         - 0
378         - UNBOUNDED
379       endpoint_server_pcm:
380         type: tosca.capabilities.Endpoint.Admin
381         occurrences:
382         - 1
383         - UNBOUNDED
384       network.incoming.bytes.rate_pcm_port_02:
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.requests.rate_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       attachment_pcm_port_12:
397         type: tosca.capabilities.Attachment
398         occurrences:
399         - 1
400         - UNBOUNDED
401       vcpus_server_pcm:
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       disk.write.bytes_server_pcm:
408         type: org.openecomp.capabilities.metric.Ceilometer
409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
410         occurrences:
411         - 1
412         - UNBOUNDED
413       network.outgoing.packets.rate_pcm_port_12:
414         type: org.openecomp.capabilities.metric.Ceilometer
415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
416         occurrences:
417         - 1
418         - UNBOUNDED
419       disk.iops_server_pcm:
420         type: org.openecomp.capabilities.metric.Ceilometer
421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
422         occurrences:
423         - 1
424         - UNBOUNDED
425       disk.read.bytes.rate_server_pcm:
426         type: org.openecomp.capabilities.metric.Ceilometer
427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
428         occurrences:
429         - 1
430         - UNBOUNDED
431       forwarder_pcm_port_12:
432         type: org.openecomp.capabilities.Forwarder
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.device.allocation_server_pcm:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       scalable_server_pcm:
443         type: tosca.capabilities.Scalable
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.read.bytes.rate_server_pcm:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       cpu_util_server_pcm:
454         type: org.openecomp.capabilities.metric.Ceilometer
455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
456         occurrences:
457         - 1
458         - UNBOUNDED
459       network.outgoing.bytes.rate_pcm_port_02:
460         type: org.openecomp.capabilities.metric.Ceilometer
461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
462         occurrences:
463         - 1
464         - UNBOUNDED
465       network.outpoing.packets_pcm_port_12:
466         type: org.openecomp.capabilities.metric.Ceilometer
467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
468         occurrences:
469         - 1
470         - UNBOUNDED
471       network.incoming.packets.rate_pcm_port_02:
472         type: org.openecomp.capabilities.metric.Ceilometer
473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
474         occurrences:
475         - 1
476         - UNBOUNDED
477       disk.write.requests.rate_server_pcm:
478         type: org.openecomp.capabilities.metric.Ceilometer
479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
480         occurrences:
481         - 1
482         - UNBOUNDED
483       binding_pcm_port_02:
484         type: tosca.capabilities.network.Bindable
485         valid_source_types:
486         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
487         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
488         occurrences:
489         - 0
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.incoming.packets_pcm_port_12:
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       binding_server_pcm:
517         type: tosca.capabilities.network.Bindable
518         occurrences:
519         - 1
520         - UNBOUNDED
521       forwarder_pcm_port_02:
522         type: org.openecomp.capabilities.Forwarder
523         occurrences:
524         - 1
525         - UNBOUNDED
526       disk.device.capacity_server_pcm:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       instance_server_pcm:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538       disk.device.write.requests.rate_server_pcm:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544       disk.latency_server_pcm:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       disk.device.read.requests_server_pcm:
551         type: org.openecomp.capabilities.metric.Ceilometer
552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
553         occurrences:
554         - 1
555         - UNBOUNDED
556       network.incoming.bytes_pcm_port_12:
557         type: org.openecomp.capabilities.metric.Ceilometer
558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
559         occurrences:
560         - 1
561         - UNBOUNDED
562       feature_server_pcm:
563         type: tosca.capabilities.Node
564         occurrences:
565         - 1
566         - UNBOUNDED
567       network.outpoing.packets_pcm_port_02:
568         type: org.openecomp.capabilities.metric.Ceilometer
569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
570         occurrences:
571         - 1
572         - UNBOUNDED
573       disk.write.bytes.rate_server_pcm:
574         type: org.openecomp.capabilities.metric.Ceilometer
575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
576         occurrences:
577         - 1
578         - UNBOUNDED
579   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
580     derived_from: org.openecomp.resource.abstract.nodes.VFC
581     properties:
582       port_pcm_port_0_network_role:
583         type: string
584         required: true
585         status: SUPPORTED
586       port_pcm_port_1_network_role_tag:
587         type: string
588         required: true
589         status: SUPPORTED
590       availabilityzone_name:
591         type: string
592         description: availabilityzone name
593         required: true
594         status: SUPPORTED
595       port_pcm_port_0_vlan_requirements:
596         type: list
597         required: true
598         status: SUPPORTED
599         entry_schema:
600           type: org.openecomp.datatypes.network.VlanRequirements
601       pcm_image_name:
602         type: string
603         description: PCRF CM image name
604         required: true
605         status: SUPPORTED
606       port_pcm_port_0_order:
607         type: integer
608         required: true
609         status: SUPPORTED
610       port_pcm_port_0_subnetpoolid:
611         type: string
612         required: true
613         status: SUPPORTED
614       port_pcm_port_1_subnetpoolid:
615         type: string
616         required: true
617         status: SUPPORTED
618       port_pcm_port_0_network_role_tag:
619         type: string
620         required: true
621         status: SUPPORTED
622       pcm_server_name:
623         type: string
624         description: PCRF CM server name
625         required: true
626         status: SUPPORTED
627       cps_net_mask:
628         type: string
629         description: CPS network mask
630         required: true
631         status: SUPPORTED
632       port_pcm_port_1_exCP_naming:
633         type: org.openecomp.datatypes.Naming
634         required: true
635         status: SUPPORTED
636       port_pcm_port_0_exCP_naming:
637         type: org.openecomp.datatypes.Naming
638         required: true
639         status: SUPPORTED
640       oam_net_name:
641         type: string
642         description: OAM network name
643         required: true
644         status: SUPPORTED
645       port_pcm_port_1_network_role:
646         type: string
647         required: true
648         status: SUPPORTED
649       port_pcm_port_0_ip_requirements:
650         type: list
651         required: true
652         status: SUPPORTED
653         entry_schema:
654           type: org.openecomp.datatypes.network.IpRequirements
655       oam_net_gw:
656         type: string
657         description: CPS network gateway
658         required: true
659         status: SUPPORTED
660       security_group_name:
661         type: string
662         description: the name of security group
663         required: true
664         status: SUPPORTED
665       cps_net_ip:
666         type: string
667         description: CPS network ip
668         required: true
669         status: SUPPORTED
670       port_pcm_port_1_mac_requirements:
671         type: org.openecomp.datatypes.network.MacRequirements
672         required: true
673         status: SUPPORTED
674       port_pcm_port_1_vlan_requirements:
675         type: list
676         required: true
677         status: SUPPORTED
678         entry_schema:
679           type: org.openecomp.datatypes.network.VlanRequirements
680       pcm_flavor_name:
681         type: string
682         description: flavor name of PCRF CM instance
683         required: true
684         status: SUPPORTED
685       pcm_vol:
686         type: string
687         description: CPS Cluman Cinder Volume
688         required: true
689         status: SUPPORTED
690       port_pcm_port_1_ip_requirements:
691         type: list
692         required: true
693         status: SUPPORTED
694         entry_schema:
695           type: org.openecomp.datatypes.network.IpRequirements
696       port_pcm_port_0_mac_requirements:
697         type: org.openecomp.datatypes.network.MacRequirements
698         required: true
699         status: SUPPORTED
700       cps_net_name:
701         type: string
702         description: CPS network name
703         required: true
704         status: SUPPORTED
705       oam_net_ip:
706         type: string
707         description: OAM network ip
708         required: true
709         status: SUPPORTED
710       oam_net_mask:
711         type: string
712         description: CPS network mask
713         required: true
714         status: SUPPORTED
715       port_pcm_port_1_order:
716         type: integer
717         required: true
718         status: SUPPORTED
719     attributes:
720       server_pcm_id:
721         type: string
722         description: the pcm nova service id
723         status: SUPPORTED
724     requirements:
725     - dependency_pcm_port_1:
726         capability: tosca.capabilities.Node
727         node: tosca.nodes.Root
728         relationship: tosca.relationships.DependsOn
729         occurrences:
730         - 0
731         - UNBOUNDED
732     - link_pcm_port_1:
733         capability: tosca.capabilities.network.Linkable
734         relationship: tosca.relationships.network.LinksTo
735         occurrences:
736         - 1
737         - 1
738     - dependency_server_pcm_1:
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_pcm_1:
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_0:
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_0:
760         capability: tosca.capabilities.network.Linkable
761         relationship: tosca.relationships.network.LinksTo
762         occurrences:
763         - 1
764         - 1
765     capabilities:
766       disk.root.size_server_pcm_1:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       network.incoming.packets.rate_pcm_port_0:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       network.incoming.packets.rate_pcm_port_1:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       network.outpoing.packets_pcm_port_1:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       network.outpoing.packets_pcm_port_0:
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       disk.iops_server_pcm_1:
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       disk.device.write.bytes.rate_server_pcm_1:
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       disk.capacity_server_pcm_1:
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       disk.write.requests_server_pcm_1:
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.read.bytes_server_pcm_1:
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.incoming.bytes_pcm_port_0:
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       disk.usage_server_pcm_1:
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       cpu_util_server_pcm_1:
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       vcpus_server_pcm_1:
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       memory.resident_server_pcm_1:
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       network.incoming.bytes_pcm_port_1:
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       binding_pcm_port_0:
863         type: tosca.capabilities.network.Bindable
864         valid_source_types:
865         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
866         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
867         occurrences:
868         - 0
869         - UNBOUNDED
870       binding_pcm_port_1:
871         type: tosca.capabilities.network.Bindable
872         valid_source_types:
873         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
874         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
875         occurrences:
876         - 0
877         - UNBOUNDED
878       feature_server_pcm_1:
879         type: tosca.capabilities.Node
880         occurrences:
881         - 1
882         - UNBOUNDED
883       network.outgoing.packets.rate_pcm_port_0:
884         type: org.openecomp.capabilities.metric.Ceilometer
885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
886         occurrences:
887         - 1
888         - UNBOUNDED
889       network.outgoing.packets.rate_pcm_port_1:
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.allocation_server_pcm_1:
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.write.bytes_server_pcm_1:
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       feature_pcm_port_1:
908         type: tosca.capabilities.Node
909         occurrences:
910         - 1
911         - UNBOUNDED
912       memory.usage_server_pcm_1:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918       network.outgoing.bytes_pcm_port_0:
919         type: org.openecomp.capabilities.metric.Ceilometer
920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
921         occurrences:
922         - 1
923         - UNBOUNDED
924       feature_pcm_port_0:
925         type: tosca.capabilities.Node
926         occurrences:
927         - 1
928         - UNBOUNDED
929       cpu_server_pcm_1:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       network.outgoing.bytes_pcm_port_1:
936         type: org.openecomp.capabilities.metric.Ceilometer
937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
938         occurrences:
939         - 1
940         - UNBOUNDED
941       attachment_pcm_port_0:
942         type: tosca.capabilities.Attachment
943         occurrences:
944         - 1
945         - UNBOUNDED
946       attachment_pcm_port_1:
947         type: tosca.capabilities.Attachment
948         occurrences:
949         - 1
950         - UNBOUNDED
951       disk.device.read.bytes_server_pcm_1:
952         type: org.openecomp.capabilities.metric.Ceilometer
953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
954         occurrences:
955         - 1
956         - UNBOUNDED
957       endpoint_server_pcm_1:
958         type: tosca.capabilities.Endpoint.Admin
959         occurrences:
960         - 1
961         - UNBOUNDED
962       disk.read.bytes.rate_server_pcm_1:
963         type: org.openecomp.capabilities.metric.Ceilometer
964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
965         occurrences:
966         - 1
967         - UNBOUNDED
968       disk.device.iops_server_pcm_1:
969         type: org.openecomp.capabilities.metric.Ceilometer
970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
971         occurrences:
972         - 1
973         - UNBOUNDED
974       cpu.delta_server_pcm_1:
975         type: org.openecomp.capabilities.metric.Ceilometer
976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
977         occurrences:
978         - 1
979         - UNBOUNDED
980       host_server_pcm_1:
981         type: tosca.capabilities.Container
982         valid_source_types:
983         - tosca.nodes.SoftwareComponent
984         occurrences:
985         - 1
986         - UNBOUNDED
987       disk.device.capacity_server_pcm_1:
988         type: org.openecomp.capabilities.metric.Ceilometer
989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
990         occurrences:
991         - 1
992         - UNBOUNDED
993       forwarder_pcm_port_0:
994         type: org.openecomp.capabilities.Forwarder
995         occurrences:
996         - 1
997         - UNBOUNDED
998       forwarder_pcm_port_1:
999         type: org.openecomp.capabilities.Forwarder
1000         occurrences:
1001         - 1
1002         - UNBOUNDED
1003       disk.read.requests_server_pcm_1:
1004         type: org.openecomp.capabilities.metric.Ceilometer
1005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1006         occurrences:
1007         - 1
1008         - UNBOUNDED
1009       disk.device.write.requests.rate_server_pcm_1:
1010         type: org.openecomp.capabilities.metric.Ceilometer
1011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1012         occurrences:
1013         - 1
1014         - UNBOUNDED
1015       disk.ephemeral.size_server_pcm_1:
1016         type: org.openecomp.capabilities.metric.Ceilometer
1017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1018         occurrences:
1019         - 1
1020         - UNBOUNDED
1021       disk.latency_server_pcm_1:
1022         type: org.openecomp.capabilities.metric.Ceilometer
1023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1024         occurrences:
1025         - 1
1026         - UNBOUNDED
1027       scalable_server_pcm_1:
1028         type: tosca.capabilities.Scalable
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       disk.write.requests.rate_server_pcm_1:
1033         type: org.openecomp.capabilities.metric.Ceilometer
1034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       memory_server_pcm_1:
1039         type: org.openecomp.capabilities.metric.Ceilometer
1040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1041         occurrences:
1042         - 1
1043         - UNBOUNDED
1044       disk.device.latency_server_pcm_1:
1045         type: org.openecomp.capabilities.metric.Ceilometer
1046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1047         occurrences:
1048         - 1
1049         - UNBOUNDED
1050       disk.device.read.bytes.rate_server_pcm_1:
1051         type: org.openecomp.capabilities.metric.Ceilometer
1052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1053         occurrences:
1054         - 1
1055         - UNBOUNDED
1056       network.outgoing.bytes.rate_pcm_port_1:
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       network.incoming.packets_pcm_port_0:
1063         type: org.openecomp.capabilities.metric.Ceilometer
1064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1065         occurrences:
1066         - 1
1067         - UNBOUNDED
1068       disk.device.usage_server_pcm_1:
1069         type: org.openecomp.capabilities.metric.Ceilometer
1070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1071         occurrences:
1072         - 1
1073         - UNBOUNDED
1074       network.outgoing.bytes.rate_pcm_port_0:
1075         type: org.openecomp.capabilities.metric.Ceilometer
1076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1077         occurrences:
1078         - 1
1079         - UNBOUNDED
1080       disk.device.write.requests_server_pcm_1:
1081         type: org.openecomp.capabilities.metric.Ceilometer
1082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       network.incoming.packets_pcm_port_1:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       disk.write.bytes_server_pcm_1:
1093         type: org.openecomp.capabilities.metric.Ceilometer
1094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1095         occurrences:
1096         - 1
1097         - UNBOUNDED
1098       disk.device.read.requests_server_pcm_1:
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       instance_server_pcm_1:
1105         type: org.openecomp.capabilities.metric.Ceilometer
1106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1107         occurrences:
1108         - 1
1109         - UNBOUNDED
1110       disk.device.read.requests.rate_server_pcm_1:
1111         type: org.openecomp.capabilities.metric.Ceilometer
1112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1113         occurrences:
1114         - 1
1115         - UNBOUNDED
1116       os_server_pcm_1:
1117         type: tosca.capabilities.OperatingSystem
1118         occurrences:
1119         - 1
1120         - UNBOUNDED
1121       network.incoming.bytes.rate_pcm_port_0:
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       binding_server_pcm_1:
1128         type: tosca.capabilities.network.Bindable
1129         occurrences:
1130         - 1
1131         - UNBOUNDED
1132       disk.write.bytes.rate_server_pcm_1:
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       disk.device.allocation_server_pcm_1:
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       network.incoming.bytes.rate_pcm_port_1:
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   org.openecomp.resource.abstract.nodes.compute:
1151     derived_from: org.openecomp.resource.abstract.nodes.VFC
1152     properties:
1153       compute_compute_user_data_format:
1154         type: list
1155         required: true
1156         status: SUPPORTED
1157         entry_schema:
1158           type: string
1159       vm_image_name:
1160         type: string
1161         required: true
1162         status: SUPPORTED
1163       index_value:
1164         type: integer
1165         description: Index value of this substitution service template runtime instance
1166         required: false
1167         default: 0
1168         status: SUPPORTED
1169         constraints:
1170         - greater_or_equal: 0
1171       compute_compute_name:
1172         type: list
1173         required: true
1174         status: SUPPORTED
1175         entry_schema:
1176           type: string
1177       vm_flavor_name:
1178         type: string
1179         required: true
1180         status: SUPPORTED
1181       compute_compute_config_drive:
1182         type: list
1183         required: true
1184         status: SUPPORTED
1185         entry_schema:
1186           type: boolean
1187     requirements:
1188     - dependency_compute:
1189         capability: tosca.capabilities.Node
1190         node: tosca.nodes.Root
1191         relationship: tosca.relationships.DependsOn
1192         occurrences:
1193         - 0
1194         - UNBOUNDED
1195     - local_storage_compute:
1196         capability: tosca.capabilities.Attachment
1197         node: tosca.nodes.BlockStorage
1198         relationship: tosca.relationships.AttachesTo
1199         occurrences:
1200         - 0
1201         - UNBOUNDED
1202     capabilities:
1203       disk.device.usage_compute:
1204         type: org.openecomp.capabilities.metric.Ceilometer
1205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1206         occurrences:
1207         - 1
1208         - UNBOUNDED
1209       disk.write.requests_compute:
1210         type: org.openecomp.capabilities.metric.Ceilometer
1211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1212         occurrences:
1213         - 1
1214         - UNBOUNDED
1215       instance_compute:
1216         type: org.openecomp.capabilities.metric.Ceilometer
1217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1218         occurrences:
1219         - 1
1220         - UNBOUNDED
1221       disk.ephemeral.size_compute:
1222         type: org.openecomp.capabilities.metric.Ceilometer
1223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1224         occurrences:
1225         - 1
1226         - UNBOUNDED
1227       disk.device.read.bytes.rate_compute:
1228         type: org.openecomp.capabilities.metric.Ceilometer
1229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1230         occurrences:
1231         - 1
1232         - UNBOUNDED
1233       disk.latency_compute:
1234         type: org.openecomp.capabilities.metric.Ceilometer
1235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1236         occurrences:
1237         - 1
1238         - UNBOUNDED
1239       memory.resident_compute:
1240         type: org.openecomp.capabilities.metric.Ceilometer
1241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1242         occurrences:
1243         - 1
1244         - UNBOUNDED
1245       memory_compute:
1246         type: org.openecomp.capabilities.metric.Ceilometer
1247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1248         occurrences:
1249         - 1
1250         - UNBOUNDED
1251       disk.iops_compute:
1252         type: org.openecomp.capabilities.metric.Ceilometer
1253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1254         occurrences:
1255         - 1
1256         - UNBOUNDED
1257       disk.root.size_compute:
1258         type: org.openecomp.capabilities.metric.Ceilometer
1259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1260         occurrences:
1261         - 1
1262         - UNBOUNDED
1263       disk.write.requests.rate_compute:
1264         type: org.openecomp.capabilities.metric.Ceilometer
1265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1266         occurrences:
1267         - 1
1268         - UNBOUNDED
1269       disk.read.requests_compute:
1270         type: org.openecomp.capabilities.metric.Ceilometer
1271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1272         occurrences:
1273         - 1
1274         - UNBOUNDED
1275       disk.device.read.requests.rate_compute:
1276         type: org.openecomp.capabilities.metric.Ceilometer
1277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1278         occurrences:
1279         - 1
1280         - UNBOUNDED
1281       disk.read.bytes_compute:
1282         type: org.openecomp.capabilities.metric.Ceilometer
1283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1284         occurrences:
1285         - 1
1286         - UNBOUNDED
1287       disk.device.read.bytes_compute:
1288         type: org.openecomp.capabilities.metric.Ceilometer
1289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1290         occurrences:
1291         - 1
1292         - UNBOUNDED
1293       disk.write.bytes_compute:
1294         type: org.openecomp.capabilities.metric.Ceilometer
1295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1296         occurrences:
1297         - 1
1298         - UNBOUNDED
1299       disk.usage_compute:
1300         type: org.openecomp.capabilities.metric.Ceilometer
1301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1302         occurrences:
1303         - 1
1304         - UNBOUNDED
1305       os_compute:
1306         type: tosca.capabilities.OperatingSystem
1307         occurrences:
1308         - 1
1309         - UNBOUNDED
1310       disk.write.bytes.rate_compute:
1311         type: org.openecomp.capabilities.metric.Ceilometer
1312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1313         occurrences:
1314         - 1
1315         - UNBOUNDED
1316       vcpus_compute:
1317         type: org.openecomp.capabilities.metric.Ceilometer
1318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1319         occurrences:
1320         - 1
1321         - UNBOUNDED
1322       disk.capacity_compute:
1323         type: org.openecomp.capabilities.metric.Ceilometer
1324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1325         occurrences:
1326         - 1
1327         - UNBOUNDED
1328       cpu_util_compute:
1329         type: org.openecomp.capabilities.metric.Ceilometer
1330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1331         occurrences:
1332         - 1
1333         - UNBOUNDED
1334       disk.read.bytes.rate_compute:
1335         type: org.openecomp.capabilities.metric.Ceilometer
1336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1337         occurrences:
1338         - 1
1339         - UNBOUNDED
1340       disk.device.latency_compute:
1341         type: org.openecomp.capabilities.metric.Ceilometer
1342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1343         occurrences:
1344         - 1
1345         - UNBOUNDED
1346       disk.device.write.requests_compute:
1347         type: org.openecomp.capabilities.metric.Ceilometer
1348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1349         occurrences:
1350         - 1
1351         - UNBOUNDED
1352       disk.device.iops_compute:
1353         type: org.openecomp.capabilities.metric.Ceilometer
1354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       disk.device.write.requests.rate_compute:
1359         type: org.openecomp.capabilities.metric.Ceilometer
1360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1361         occurrences:
1362         - 1
1363         - UNBOUNDED
1364       endpoint_compute:
1365         type: tosca.capabilities.Endpoint.Admin
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       memory.usage_compute:
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       host_compute:
1376         type: tosca.capabilities.Container
1377         valid_source_types:
1378         - tosca.nodes.SoftwareComponent
1379         occurrences:
1380         - 1
1381         - UNBOUNDED
1382       feature_compute:
1383         type: tosca.capabilities.Node
1384         occurrences:
1385         - 1
1386         - UNBOUNDED
1387       disk.device.write.bytes_compute:
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       cpu_compute:
1394         type: org.openecomp.capabilities.metric.Ceilometer
1395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       disk.device.write.bytes.rate_compute:
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       scalable_compute:
1406         type: tosca.capabilities.Scalable
1407         occurrences:
1408         - 1
1409         - UNBOUNDED
1410       disk.device.read.requests_compute:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       disk.allocation_compute:
1417         type: org.openecomp.capabilities.metric.Ceilometer
1418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       disk.device.capacity_compute:
1423         type: org.openecomp.capabilities.metric.Ceilometer
1424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1425         occurrences:
1426         - 1
1427         - UNBOUNDED
1428       disk.device.allocation_compute:
1429         type: org.openecomp.capabilities.metric.Ceilometer
1430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1431         occurrences:
1432         - 1
1433         - UNBOUNDED
1434       cpu.delta_compute:
1435         type: org.openecomp.capabilities.metric.Ceilometer
1436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       binding_compute:
1441         type: tosca.capabilities.network.Bindable
1442         occurrences:
1443         - 1
1444         - UNBOUNDED