181027f03270d9e62eb9885412876fb6627fe8d8
[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.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pcm_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       port_pcm_port_fixed_ips:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
31       port_pcm_port_network_role_tag:
32         type: string
33         required: true
34         status: SUPPORTED
35       vm_flavor_name:
36         type: string
37         required: true
38         status: SUPPORTED
39       port_pcm_port_mac_requirements:
40         type: org.openecomp.datatypes.network.MacRequirements
41         required: true
42         status: SUPPORTED
43       port_pcm_port_order:
44         type: integer
45         required: true
46         status: SUPPORTED
47       compute_pcm_server_name:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       port_pcm_port_network:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       port_pcm_port_vlan_requirements:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.VlanRequirements
65       port_pcm_port_ip_requirements:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: org.openecomp.datatypes.network.IpRequirements
71       compute_pcm_server_user_data_format:
72         type: list
73         required: true
74         status: SUPPORTED
75         entry_schema:
76           type: string
77       vm_image_name:
78         type: string
79         required: true
80         status: SUPPORTED
81       port_pcm_port_exCP_naming:
82         type: org.openecomp.datatypes.Naming
83         required: true
84         status: SUPPORTED
85       compute_pcm_server_config_drive:
86         type: list
87         required: true
88         status: SUPPORTED
89         entry_schema:
90           type: boolean
91       port_pcm_port_network_role:
92         type: string
93         required: true
94         status: SUPPORTED
95       port_pcm_port_subnetpoolid:
96         type: string
97         required: true
98         status: SUPPORTED
99       port_pcm_port_security_groups:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: json
105     requirements:
106     - dependency_pcm_server:
107         capability: tosca.capabilities.Node
108         node: tosca.nodes.Root
109         relationship: tosca.relationships.DependsOn
110         occurrences:
111         - 0
112         - UNBOUNDED
113     - local_storage_pcm_server:
114         capability: tosca.capabilities.Attachment
115         node: tosca.nodes.BlockStorage
116         relationship: tosca.relationships.AttachesTo
117         occurrences:
118         - 0
119         - UNBOUNDED
120     - dependency_pcm_server_pcm_port:
121         capability: tosca.capabilities.Node
122         node: tosca.nodes.Root
123         relationship: tosca.relationships.DependsOn
124         occurrences:
125         - 0
126         - UNBOUNDED
127     - link_pcm_server_pcm_port:
128         capability: tosca.capabilities.network.Linkable
129         relationship: tosca.relationships.network.LinksTo
130         occurrences:
131         - 1
132         - 1
133     capabilities:
134       disk.device.read.requests_pcm_server:
135         type: org.openecomp.capabilities.metric.Ceilometer
136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
137         occurrences:
138         - 1
139         - UNBOUNDED
140       disk.device.write.requests.rate_pcm_server:
141         type: org.openecomp.capabilities.metric.Ceilometer
142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
143         occurrences:
144         - 1
145         - UNBOUNDED
146       network.outgoing.bytes.rate_pcm_server_pcm_port:
147         type: org.openecomp.capabilities.metric.Ceilometer
148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
149         occurrences:
150         - 1
151         - UNBOUNDED
152       attachment_pcm_server_pcm_port:
153         type: tosca.capabilities.Attachment
154         occurrences:
155         - 1
156         - UNBOUNDED
157       disk.root.size_pcm_server:
158         type: org.openecomp.capabilities.metric.Ceilometer
159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
160         occurrences:
161         - 1
162         - UNBOUNDED
163       disk.device.write.bytes.rate_pcm_server:
164         type: org.openecomp.capabilities.metric.Ceilometer
165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
166         occurrences:
167         - 1
168         - UNBOUNDED
169       vcpus_pcm_server:
170         type: org.openecomp.capabilities.metric.Ceilometer
171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
172         occurrences:
173         - 1
174         - UNBOUNDED
175       memory.usage_pcm_server:
176         type: org.openecomp.capabilities.metric.Ceilometer
177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
178         occurrences:
179         - 1
180         - UNBOUNDED
181       network.outgoing.packets.rate_pcm_server_pcm_port:
182         type: org.openecomp.capabilities.metric.Ceilometer
183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
184         occurrences:
185         - 1
186         - UNBOUNDED
187       disk.device.read.requests.rate_pcm_server:
188         type: org.openecomp.capabilities.metric.Ceilometer
189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
190         occurrences:
191         - 1
192         - UNBOUNDED
193       disk.device.latency_pcm_server:
194         type: org.openecomp.capabilities.metric.Ceilometer
195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
196         occurrences:
197         - 1
198         - UNBOUNDED
199       disk.device.write.requests_pcm_server:
200         type: org.openecomp.capabilities.metric.Ceilometer
201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
202         occurrences:
203         - 1
204         - UNBOUNDED
205       disk.read.requests_pcm_server:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       memory.resident_pcm_server:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       network.outgoing.bytes_pcm_server_pcm_port:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       network.outpoing.packets_pcm_server_pcm_port:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       feature_pcm_server_pcm_port:
230         type: tosca.capabilities.Node
231         occurrences:
232         - 1
233         - UNBOUNDED
234       disk.iops_pcm_server:
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.capacity_pcm_server:
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.incoming.bytes.rate_pcm_server_pcm_port:
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.read.bytes.rate_pcm_server:
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       disk.device.capacity_pcm_server:
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       binding_pcm_server:
265         type: tosca.capabilities.network.Bindable
266         occurrences:
267         - 1
268         - UNBOUNDED
269       cpu_pcm_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.device.iops_pcm_server:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       cpu_util_pcm_server:
282         type: org.openecomp.capabilities.metric.Ceilometer
283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
284         occurrences:
285         - 1
286         - UNBOUNDED
287       disk.allocation_pcm_server:
288         type: org.openecomp.capabilities.metric.Ceilometer
289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
290         occurrences:
291         - 1
292         - UNBOUNDED
293       network.incoming.packets_pcm_server_pcm_port:
294         type: org.openecomp.capabilities.metric.Ceilometer
295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
296         occurrences:
297         - 1
298         - UNBOUNDED
299       disk.device.usage_pcm_server:
300         type: org.openecomp.capabilities.metric.Ceilometer
301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
302         occurrences:
303         - 1
304         - UNBOUNDED
305       disk.device.allocation_pcm_server:
306         type: org.openecomp.capabilities.metric.Ceilometer
307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
308         occurrences:
309         - 1
310         - UNBOUNDED
311       instance_pcm_server:
312         type: org.openecomp.capabilities.metric.Ceilometer
313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
314         occurrences:
315         - 1
316         - UNBOUNDED
317       disk.write.requests_pcm_server:
318         type: org.openecomp.capabilities.metric.Ceilometer
319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
320         occurrences:
321         - 1
322         - UNBOUNDED
323       memory_pcm_server:
324         type: org.openecomp.capabilities.metric.Ceilometer
325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
326         occurrences:
327         - 1
328         - UNBOUNDED
329       host_pcm_server:
330         type: tosca.capabilities.Container
331         valid_source_types:
332         - tosca.nodes.SoftwareComponent
333         occurrences:
334         - 1
335         - UNBOUNDED
336       cpu.delta_pcm_server:
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       disk.usage_pcm_server:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       binding_pcm_server_pcm_port:
349         type: tosca.capabilities.network.Bindable
350         valid_source_types:
351         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
352         occurrences:
353         - 0
354         - UNBOUNDED
355       disk.device.read.bytes_pcm_server:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       disk.device.write.bytes_pcm_server:
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       feature_pcm_server:
368         type: tosca.capabilities.Node
369         occurrences:
370         - 1
371         - UNBOUNDED
372       disk.write.bytes.rate_pcm_server:
373         type: org.openecomp.capabilities.metric.Ceilometer
374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
375         occurrences:
376         - 1
377         - UNBOUNDED
378       os_pcm_server:
379         type: tosca.capabilities.OperatingSystem
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.latency_pcm_server:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.read.bytes_pcm_server:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       disk.write.bytes_pcm_server:
396         type: org.openecomp.capabilities.metric.Ceilometer
397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
398         occurrences:
399         - 1
400         - UNBOUNDED
401       disk.ephemeral.size_pcm_server:
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       endpoint_pcm_server:
408         type: tosca.capabilities.Endpoint.Admin
409         occurrences:
410         - 1
411         - UNBOUNDED
412       network.incoming.bytes_pcm_server_pcm_port:
413         type: org.openecomp.capabilities.metric.Ceilometer
414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
415         occurrences:
416         - 1
417         - UNBOUNDED
418       scalable_pcm_server:
419         type: tosca.capabilities.Scalable
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.write.requests.rate_pcm_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       network.incoming.packets.rate_pcm_server_pcm_port:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.read.bytes.rate_pcm_server:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1:
442     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
443     properties:
444       availabilityzone_name:
445         type: string
446         description: availabilityzone name
447         required: true
448         status: SUPPORTED
449       oam_net_gw:
450         type: string
451         description: CPS network gateway
452         required: true
453         status: SUPPORTED
454       pcm_image_name:
455         type: string
456         description: PCRF CM image name
457         required: true
458         status: SUPPORTED
459       security_group_name:
460         type: string
461         description: the name of security group
462         required: true
463         status: SUPPORTED
464       cps_net_ip:
465         type: string
466         description: CPS network ip
467         required: true
468         status: SUPPORTED
469       pcm_flavor_name:
470         type: string
471         description: flavor name of PCRF CM instance
472         required: true
473         status: SUPPORTED
474       pcm_vol:
475         type: string
476         description: CPS Cluman Cinder Volume
477         required: true
478         status: SUPPORTED
479       pcm_server_name:
480         type: string
481         description: PCRF CM server name
482         required: true
483         status: SUPPORTED
484       cps_net_name:
485         type: string
486         description: CPS network name
487         required: true
488         status: SUPPORTED
489       cps_net_mask:
490         type: string
491         description: CPS network mask
492         required: true
493         status: SUPPORTED
494       oam_net_ip:
495         type: string
496         description: OAM network ip
497         required: true
498         status: SUPPORTED
499       oam_net_mask:
500         type: string
501         description: CPS network mask
502         required: true
503         status: SUPPORTED
504       oam_net_name:
505         type: string
506         description: OAM network name
507         required: true
508         status: SUPPORTED
509     attributes:
510       server_pcm_id_2:
511         type: string
512         description: the pcm nova service id
513         status: SUPPORTED
514       server_pcm_id_1:
515         type: string
516         description: the pcm nova service id
517         status: SUPPORTED
518     requirements:
519     - dependency_pcm_port_1:
520         capability: tosca.capabilities.Node
521         node: tosca.nodes.Root
522         relationship: tosca.relationships.DependsOn
523         occurrences:
524         - 0
525         - UNBOUNDED
526     - link_pcm_port_1:
527         capability: tosca.capabilities.network.Linkable
528         relationship: tosca.relationships.network.LinksTo
529         occurrences:
530         - 1
531         - 1
532     - dependency_server_pcm_2:
533         capability: tosca.capabilities.Node
534         node: tosca.nodes.Root
535         relationship: tosca.relationships.DependsOn
536         occurrences:
537         - 0
538         - UNBOUNDED
539     - local_storage_server_pcm_2:
540         capability: tosca.capabilities.Attachment
541         node: tosca.nodes.BlockStorage
542         relationship: tosca.relationships.AttachesTo
543         occurrences:
544         - 0
545         - UNBOUNDED
546     - dependency_server_pcm_1:
547         capability: tosca.capabilities.Node
548         node: tosca.nodes.Root
549         relationship: tosca.relationships.DependsOn
550         occurrences:
551         - 0
552         - UNBOUNDED
553     - local_storage_server_pcm_1:
554         capability: tosca.capabilities.Attachment
555         node: tosca.nodes.BlockStorage
556         relationship: tosca.relationships.AttachesTo
557         occurrences:
558         - 0
559         - UNBOUNDED
560     - dependency_pcm_port_0:
561         capability: tosca.capabilities.Node
562         node: tosca.nodes.Root
563         relationship: tosca.relationships.DependsOn
564         occurrences:
565         - 0
566         - UNBOUNDED
567     - link_pcm_port_0:
568         capability: tosca.capabilities.network.Linkable
569         relationship: tosca.relationships.network.LinksTo
570         occurrences:
571         - 1
572         - 1
573     capabilities:
574       network.incoming.packets.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       network.incoming.packets.rate_pcm_port_1:
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.outpoing.packets_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       network.outpoing.packets_pcm_port_0:
593         type: org.openecomp.capabilities.metric.Ceilometer
594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
595         occurrences:
596         - 1
597         - UNBOUNDED
598       disk.usage_server_pcm_2:
599         type: org.openecomp.capabilities.metric.Ceilometer
600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
601         occurrences:
602         - 1
603         - UNBOUNDED
604       disk.capacity_server_pcm_1:
605         type: org.openecomp.capabilities.metric.Ceilometer
606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
607         occurrences:
608         - 1
609         - UNBOUNDED
610       disk.capacity_server_pcm_2:
611         type: org.openecomp.capabilities.metric.Ceilometer
612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
613         occurrences:
614         - 1
615         - UNBOUNDED
616       network.incoming.bytes_pcm_port_0:
617         type: org.openecomp.capabilities.metric.Ceilometer
618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
619         occurrences:
620         - 1
621         - UNBOUNDED
622       disk.usage_server_pcm_1:
623         type: org.openecomp.capabilities.metric.Ceilometer
624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
625         occurrences:
626         - 1
627         - UNBOUNDED
628       vcpus_server_pcm_1:
629         type: org.openecomp.capabilities.metric.Ceilometer
630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
631         occurrences:
632         - 1
633         - UNBOUNDED
634       memory.resident_server_pcm_1:
635         type: org.openecomp.capabilities.metric.Ceilometer
636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
637         occurrences:
638         - 1
639         - UNBOUNDED
640       network.incoming.bytes_pcm_port_1:
641         type: org.openecomp.capabilities.metric.Ceilometer
642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
643         occurrences:
644         - 1
645         - UNBOUNDED
646       vcpus_server_pcm_2:
647         type: org.openecomp.capabilities.metric.Ceilometer
648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
649         occurrences:
650         - 1
651         - UNBOUNDED
652       memory.resident_server_pcm_2:
653         type: org.openecomp.capabilities.metric.Ceilometer
654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
655         occurrences:
656         - 1
657         - UNBOUNDED
658       binding_pcm_port_0:
659         type: tosca.capabilities.network.Bindable
660         valid_source_types:
661         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
662         occurrences:
663         - 0
664         - UNBOUNDED
665       binding_pcm_port_1:
666         type: tosca.capabilities.network.Bindable
667         valid_source_types:
668         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
669         occurrences:
670         - 0
671         - UNBOUNDED
672       cpu_server_pcm_2:
673         type: org.openecomp.capabilities.metric.Ceilometer
674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
675         occurrences:
676         - 1
677         - UNBOUNDED
678       feature_server_pcm_1:
679         type: tosca.capabilities.Node
680         occurrences:
681         - 1
682         - UNBOUNDED
683       network.outgoing.packets.rate_pcm_port_0:
684         type: org.openecomp.capabilities.metric.Ceilometer
685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
686         occurrences:
687         - 1
688         - UNBOUNDED
689       network.outgoing.packets.rate_pcm_port_1:
690         type: org.openecomp.capabilities.metric.Ceilometer
691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
692         occurrences:
693         - 1
694         - UNBOUNDED
695       feature_server_pcm_2:
696         type: tosca.capabilities.Node
697         occurrences:
698         - 1
699         - UNBOUNDED
700       disk.device.iops_server_pcm_2:
701         type: org.openecomp.capabilities.metric.Ceilometer
702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
703         occurrences:
704         - 1
705         - UNBOUNDED
706       feature_pcm_port_1:
707         type: tosca.capabilities.Node
708         occurrences:
709         - 1
710         - UNBOUNDED
711       network.outgoing.bytes_pcm_port_0:
712         type: org.openecomp.capabilities.metric.Ceilometer
713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
714         occurrences:
715         - 1
716         - UNBOUNDED
717       feature_pcm_port_0:
718         type: tosca.capabilities.Node
719         occurrences:
720         - 1
721         - UNBOUNDED
722       cpu_server_pcm_1:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       network.outgoing.bytes_pcm_port_1:
729         type: org.openecomp.capabilities.metric.Ceilometer
730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
731         occurrences:
732         - 1
733         - UNBOUNDED
734       attachment_pcm_port_0:
735         type: tosca.capabilities.Attachment
736         occurrences:
737         - 1
738         - UNBOUNDED
739       attachment_pcm_port_1:
740         type: tosca.capabilities.Attachment
741         occurrences:
742         - 1
743         - UNBOUNDED
744       host_server_pcm_2:
745         type: tosca.capabilities.Container
746         valid_source_types:
747         - tosca.nodes.SoftwareComponent
748         occurrences:
749         - 1
750         - UNBOUNDED
751       endpoint_server_pcm_2:
752         type: tosca.capabilities.Endpoint.Admin
753         occurrences:
754         - 1
755         - UNBOUNDED
756       endpoint_server_pcm_1:
757         type: tosca.capabilities.Endpoint.Admin
758         occurrences:
759         - 1
760         - UNBOUNDED
761       disk.device.capacity_server_pcm_2:
762         type: org.openecomp.capabilities.metric.Ceilometer
763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
764         occurrences:
765         - 1
766         - UNBOUNDED
767       host_server_pcm_1:
768         type: tosca.capabilities.Container
769         valid_source_types:
770         - tosca.nodes.SoftwareComponent
771         occurrences:
772         - 1
773         - UNBOUNDED
774       disk.device.capacity_server_pcm_1:
775         type: org.openecomp.capabilities.metric.Ceilometer
776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
777         occurrences:
778         - 1
779         - UNBOUNDED
780       disk.latency_server_pcm_1:
781         type: org.openecomp.capabilities.metric.Ceilometer
782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
783         occurrences:
784         - 1
785         - UNBOUNDED
786       disk.latency_server_pcm_2:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       disk.write.requests.rate_server_pcm_2:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       disk.write.requests.rate_server_pcm_1:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       memory_server_pcm_2:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       disk.device.read.bytes.rate_server_pcm_2:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       memory_server_pcm_1:
817         type: org.openecomp.capabilities.metric.Ceilometer
818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
819         occurrences:
820         - 1
821         - UNBOUNDED
822       disk.device.read.bytes.rate_server_pcm_1:
823         type: org.openecomp.capabilities.metric.Ceilometer
824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
825         occurrences:
826         - 1
827         - UNBOUNDED
828       disk.write.bytes_server_pcm_2:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       disk.write.bytes_server_pcm_1:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       instance_server_pcm_2:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       instance_server_pcm_1:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.device.read.requests.rate_server_pcm_1:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.device.read.requests.rate_server_pcm_2:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.write.bytes.rate_server_pcm_2:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       binding_server_pcm_1:
871         type: tosca.capabilities.network.Bindable
872         occurrences:
873         - 1
874         - UNBOUNDED
875       binding_server_pcm_2:
876         type: tosca.capabilities.network.Bindable
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.write.bytes.rate_server_pcm_1:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       disk.device.allocation_server_pcm_1:
887         type: org.openecomp.capabilities.metric.Ceilometer
888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
889         occurrences:
890         - 1
891         - UNBOUNDED
892       disk.device.allocation_server_pcm_2:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       disk.root.size_server_pcm_1:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       disk.root.size_server_pcm_2:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       disk.iops_server_pcm_2:
911         type: org.openecomp.capabilities.metric.Ceilometer
912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
913         occurrences:
914         - 1
915         - UNBOUNDED
916       disk.iops_server_pcm_1:
917         type: org.openecomp.capabilities.metric.Ceilometer
918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
919         occurrences:
920         - 1
921         - UNBOUNDED
922       disk.device.write.bytes.rate_server_pcm_1:
923         type: org.openecomp.capabilities.metric.Ceilometer
924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
925         occurrences:
926         - 1
927         - UNBOUNDED
928       disk.device.write.bytes.rate_server_pcm_2:
929         type: org.openecomp.capabilities.metric.Ceilometer
930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
931         occurrences:
932         - 1
933         - UNBOUNDED
934       disk.write.requests_server_pcm_2:
935         type: org.openecomp.capabilities.metric.Ceilometer
936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
937         occurrences:
938         - 1
939         - UNBOUNDED
940       disk.write.requests_server_pcm_1:
941         type: org.openecomp.capabilities.metric.Ceilometer
942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
943         occurrences:
944         - 1
945         - UNBOUNDED
946       disk.read.bytes_server_pcm_1:
947         type: org.openecomp.capabilities.metric.Ceilometer
948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
949         occurrences:
950         - 1
951         - UNBOUNDED
952       disk.read.bytes_server_pcm_2:
953         type: org.openecomp.capabilities.metric.Ceilometer
954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
955         occurrences:
956         - 1
957         - UNBOUNDED
958       cpu_util_server_pcm_1:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       cpu_util_server_pcm_2:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       disk.device.write.bytes_server_pcm_2:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       disk.allocation_server_pcm_1:
977         type: org.openecomp.capabilities.metric.Ceilometer
978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
979         occurrences:
980         - 1
981         - UNBOUNDED
982       disk.allocation_server_pcm_2:
983         type: org.openecomp.capabilities.metric.Ceilometer
984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
985         occurrences:
986         - 1
987         - UNBOUNDED
988       disk.device.write.bytes_server_pcm_1:
989         type: org.openecomp.capabilities.metric.Ceilometer
990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
991         occurrences:
992         - 1
993         - UNBOUNDED
994       memory.usage_server_pcm_1:
995         type: org.openecomp.capabilities.metric.Ceilometer
996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       memory.usage_server_pcm_2:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       disk.device.read.bytes_server_pcm_2:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       disk.device.read.bytes_server_pcm_1:
1013         type: org.openecomp.capabilities.metric.Ceilometer
1014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       disk.read.bytes.rate_server_pcm_2:
1019         type: org.openecomp.capabilities.metric.Ceilometer
1020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1021         occurrences:
1022         - 1
1023         - UNBOUNDED
1024       disk.read.bytes.rate_server_pcm_1:
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       disk.device.iops_server_pcm_1:
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       cpu.delta_server_pcm_1:
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       cpu.delta_server_pcm_2:
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       disk.device.write.requests.rate_server_pcm_2:
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       disk.read.requests_server_pcm_2:
1055         type: org.openecomp.capabilities.metric.Ceilometer
1056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1057         occurrences:
1058         - 1
1059         - UNBOUNDED
1060       disk.read.requests_server_pcm_1:
1061         type: org.openecomp.capabilities.metric.Ceilometer
1062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1063         occurrences:
1064         - 1
1065         - UNBOUNDED
1066       disk.device.write.requests.rate_server_pcm_1:
1067         type: org.openecomp.capabilities.metric.Ceilometer
1068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1069         occurrences:
1070         - 1
1071         - UNBOUNDED
1072       disk.ephemeral.size_server_pcm_1:
1073         type: org.openecomp.capabilities.metric.Ceilometer
1074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       disk.ephemeral.size_server_pcm_2:
1079         type: org.openecomp.capabilities.metric.Ceilometer
1080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1081         occurrences:
1082         - 1
1083         - UNBOUNDED
1084       scalable_server_pcm_2:
1085         type: tosca.capabilities.Scalable
1086         occurrences:
1087         - 1
1088         - UNBOUNDED
1089       scalable_server_pcm_1:
1090         type: tosca.capabilities.Scalable
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       disk.device.latency_server_pcm_2:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       disk.device.latency_server_pcm_1:
1101         type: org.openecomp.capabilities.metric.Ceilometer
1102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       network.outgoing.bytes.rate_pcm_port_1:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       disk.device.usage_server_pcm_2:
1113         type: org.openecomp.capabilities.metric.Ceilometer
1114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       network.incoming.packets_pcm_port_0:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       disk.device.usage_server_pcm_1:
1125         type: org.openecomp.capabilities.metric.Ceilometer
1126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1127         occurrences:
1128         - 1
1129         - UNBOUNDED
1130       network.outgoing.bytes.rate_pcm_port_0:
1131         type: org.openecomp.capabilities.metric.Ceilometer
1132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136       disk.device.write.requests_server_pcm_2:
1137         type: org.openecomp.capabilities.metric.Ceilometer
1138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1139         occurrences:
1140         - 1
1141         - UNBOUNDED
1142       disk.device.write.requests_server_pcm_1:
1143         type: org.openecomp.capabilities.metric.Ceilometer
1144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1145         occurrences:
1146         - 1
1147         - UNBOUNDED
1148       network.incoming.packets_pcm_port_1:
1149         type: org.openecomp.capabilities.metric.Ceilometer
1150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1151         occurrences:
1152         - 1
1153         - UNBOUNDED
1154       os_server_pcm_2:
1155         type: tosca.capabilities.OperatingSystem
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       disk.device.read.requests_server_pcm_1:
1160         type: org.openecomp.capabilities.metric.Ceilometer
1161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1162         occurrences:
1163         - 1
1164         - UNBOUNDED
1165       disk.device.read.requests_server_pcm_2:
1166         type: org.openecomp.capabilities.metric.Ceilometer
1167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1168         occurrences:
1169         - 1
1170         - UNBOUNDED
1171       os_server_pcm_1:
1172         type: tosca.capabilities.OperatingSystem
1173         occurrences:
1174         - 1
1175         - UNBOUNDED
1176       network.incoming.bytes.rate_pcm_port_0:
1177         type: org.openecomp.capabilities.metric.Ceilometer
1178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       network.incoming.bytes.rate_pcm_port_1:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188   org.openecomp.resource.abstract.nodes.compute:
1189     derived_from: org.openecomp.resource.abstract.nodes.VFC
1190     properties:
1191       compute_compute_user_data_format:
1192         type: list
1193         required: true
1194         status: SUPPORTED
1195         entry_schema:
1196           type: string
1197       vm_image_name:
1198         type: string
1199         required: true
1200         status: SUPPORTED
1201       index_value:
1202         type: integer
1203         description: Index value of this substitution service template runtime instance
1204         required: false
1205         default: 0
1206         status: SUPPORTED
1207         constraints:
1208         - greater_or_equal: 0
1209       compute_compute_name:
1210         type: list
1211         required: true
1212         status: SUPPORTED
1213         entry_schema:
1214           type: string
1215       vm_flavor_name:
1216         type: string
1217         required: true
1218         status: SUPPORTED
1219       compute_compute_config_drive:
1220         type: list
1221         required: true
1222         status: SUPPORTED
1223         entry_schema:
1224           type: boolean
1225     requirements:
1226     - dependency_compute:
1227         capability: tosca.capabilities.Node
1228         node: tosca.nodes.Root
1229         relationship: tosca.relationships.DependsOn
1230         occurrences:
1231         - 0
1232         - UNBOUNDED
1233     - local_storage_compute:
1234         capability: tosca.capabilities.Attachment
1235         node: tosca.nodes.BlockStorage
1236         relationship: tosca.relationships.AttachesTo
1237         occurrences:
1238         - 0
1239         - UNBOUNDED
1240     capabilities:
1241       disk.device.usage_compute:
1242         type: org.openecomp.capabilities.metric.Ceilometer
1243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1244         occurrences:
1245         - 1
1246         - UNBOUNDED
1247       disk.write.requests_compute:
1248         type: org.openecomp.capabilities.metric.Ceilometer
1249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1250         occurrences:
1251         - 1
1252         - UNBOUNDED
1253       instance_compute:
1254         type: org.openecomp.capabilities.metric.Ceilometer
1255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       disk.ephemeral.size_compute:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       disk.device.read.bytes.rate_compute:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       disk.latency_compute:
1272         type: org.openecomp.capabilities.metric.Ceilometer
1273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       memory.resident_compute:
1278         type: org.openecomp.capabilities.metric.Ceilometer
1279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283       memory_compute:
1284         type: org.openecomp.capabilities.metric.Ceilometer
1285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1286         occurrences:
1287         - 1
1288         - UNBOUNDED
1289       disk.iops_compute:
1290         type: org.openecomp.capabilities.metric.Ceilometer
1291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1292         occurrences:
1293         - 1
1294         - UNBOUNDED
1295       disk.root.size_compute:
1296         type: org.openecomp.capabilities.metric.Ceilometer
1297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1298         occurrences:
1299         - 1
1300         - UNBOUNDED
1301       disk.write.requests.rate_compute:
1302         type: org.openecomp.capabilities.metric.Ceilometer
1303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1304         occurrences:
1305         - 1
1306         - UNBOUNDED
1307       disk.read.requests_compute:
1308         type: org.openecomp.capabilities.metric.Ceilometer
1309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1310         occurrences:
1311         - 1
1312         - UNBOUNDED
1313       disk.device.read.requests.rate_compute:
1314         type: org.openecomp.capabilities.metric.Ceilometer
1315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1316         occurrences:
1317         - 1
1318         - UNBOUNDED
1319       disk.read.bytes_compute:
1320         type: org.openecomp.capabilities.metric.Ceilometer
1321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1322         occurrences:
1323         - 1
1324         - UNBOUNDED
1325       disk.device.read.bytes_compute:
1326         type: org.openecomp.capabilities.metric.Ceilometer
1327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1328         occurrences:
1329         - 1
1330         - UNBOUNDED
1331       disk.write.bytes_compute:
1332         type: org.openecomp.capabilities.metric.Ceilometer
1333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1334         occurrences:
1335         - 1
1336         - UNBOUNDED
1337       disk.usage_compute:
1338         type: org.openecomp.capabilities.metric.Ceilometer
1339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1340         occurrences:
1341         - 1
1342         - UNBOUNDED
1343       os_compute:
1344         type: tosca.capabilities.OperatingSystem
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       disk.write.bytes.rate_compute:
1349         type: org.openecomp.capabilities.metric.Ceilometer
1350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1351         occurrences:
1352         - 1
1353         - UNBOUNDED
1354       vcpus_compute:
1355         type: org.openecomp.capabilities.metric.Ceilometer
1356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1357         occurrences:
1358         - 1
1359         - UNBOUNDED
1360       disk.capacity_compute:
1361         type: org.openecomp.capabilities.metric.Ceilometer
1362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1363         occurrences:
1364         - 1
1365         - UNBOUNDED
1366       cpu_util_compute:
1367         type: org.openecomp.capabilities.metric.Ceilometer
1368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1369         occurrences:
1370         - 1
1371         - UNBOUNDED
1372       disk.read.bytes.rate_compute:
1373         type: org.openecomp.capabilities.metric.Ceilometer
1374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1375         occurrences:
1376         - 1
1377         - UNBOUNDED
1378       disk.device.latency_compute:
1379         type: org.openecomp.capabilities.metric.Ceilometer
1380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1381         occurrences:
1382         - 1
1383         - UNBOUNDED
1384       disk.device.write.requests_compute:
1385         type: org.openecomp.capabilities.metric.Ceilometer
1386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1387         occurrences:
1388         - 1
1389         - UNBOUNDED
1390       disk.device.iops_compute:
1391         type: org.openecomp.capabilities.metric.Ceilometer
1392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1393         occurrences:
1394         - 1
1395         - UNBOUNDED
1396       disk.device.write.requests.rate_compute:
1397         type: org.openecomp.capabilities.metric.Ceilometer
1398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1399         occurrences:
1400         - 1
1401         - UNBOUNDED
1402       endpoint_compute:
1403         type: tosca.capabilities.Endpoint.Admin
1404         occurrences:
1405         - 1
1406         - UNBOUNDED
1407       memory.usage_compute:
1408         type: org.openecomp.capabilities.metric.Ceilometer
1409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1410         occurrences:
1411         - 1
1412         - UNBOUNDED
1413       host_compute:
1414         type: tosca.capabilities.Container
1415         valid_source_types:
1416         - tosca.nodes.SoftwareComponent
1417         occurrences:
1418         - 1
1419         - UNBOUNDED
1420       feature_compute:
1421         type: tosca.capabilities.Node
1422         occurrences:
1423         - 1
1424         - UNBOUNDED
1425       disk.device.write.bytes_compute:
1426         type: org.openecomp.capabilities.metric.Ceilometer
1427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1428         occurrences:
1429         - 1
1430         - UNBOUNDED
1431       cpu_compute:
1432         type: org.openecomp.capabilities.metric.Ceilometer
1433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1434         occurrences:
1435         - 1
1436         - UNBOUNDED
1437       disk.device.write.bytes.rate_compute:
1438         type: org.openecomp.capabilities.metric.Ceilometer
1439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1440         occurrences:
1441         - 1
1442         - UNBOUNDED
1443       scalable_compute:
1444         type: tosca.capabilities.Scalable
1445         occurrences:
1446         - 1
1447         - UNBOUNDED
1448       disk.device.read.requests_compute:
1449         type: org.openecomp.capabilities.metric.Ceilometer
1450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1451         occurrences:
1452         - 1
1453         - UNBOUNDED
1454       disk.allocation_compute:
1455         type: org.openecomp.capabilities.metric.Ceilometer
1456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1457         occurrences:
1458         - 1
1459         - UNBOUNDED
1460       disk.device.capacity_compute:
1461         type: org.openecomp.capabilities.metric.Ceilometer
1462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1463         occurrences:
1464         - 1
1465         - UNBOUNDED
1466       disk.device.allocation_compute:
1467         type: org.openecomp.capabilities.metric.Ceilometer
1468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1469         occurrences:
1470         - 1
1471         - UNBOUNDED
1472       cpu.delta_compute:
1473         type: org.openecomp.capabilities.metric.Ceilometer
1474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1475         occurrences:
1476         - 1
1477         - UNBOUNDED
1478       binding_compute:
1479         type: tosca.capabilities.network.Bindable
1480         occurrences:
1481         - 1
1482         - UNBOUNDED