ca53e2c90c525e419a599e4ac229470c53a8ff8f
[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_1port_0_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       availabilityzone_name:
18         type: string
19         description: availabilityzone name
20         required: true
21         status: SUPPORTED
22       port_pcm_1port_0_network_role_tag:
23         type: string
24         required: true
25         status: SUPPORTED
26       pcm_image_name:
27         type: string
28         description: PCRF CM image name
29         required: true
30         status: SUPPORTED
31       port_pcm_1port_0_subnetpoolid:
32         type: string
33         required: true
34         status: SUPPORTED
35       port_pcm_1port_0_order:
36         type: integer
37         required: true
38         status: SUPPORTED
39       port_pcm_2port_1_subnetpoolid:
40         type: string
41         required: true
42         status: SUPPORTED
43       port_pcm_2port_1_mac_requirements:
44         type: org.openecomp.datatypes.network.MacRequirements
45         required: true
46         status: SUPPORTED
47       port_pcm_1port_0_vlan_requirements:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: org.openecomp.datatypes.network.VlanRequirements
53       port_pcm_1port_0_exCP_naming:
54         type: org.openecomp.datatypes.Naming
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_1port_0_mac_requirements:
73         type: org.openecomp.datatypes.network.MacRequirements
74         required: true
75         status: SUPPORTED
76       port_pcm_2port_1_network_role:
77         type: string
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       port_pcm_1port_0_network_role:
86         type: string
87         required: true
88         status: SUPPORTED
89       port_pcm_2port_1_network_role_tag:
90         type: string
91         required: true
92         status: SUPPORTED
93       security_group_name:
94         type: string
95         description: the name of security group
96         required: true
97         status: SUPPORTED
98       cps_net_ip:
99         type: string
100         description: CPS network ip
101         required: true
102         status: SUPPORTED
103       port_pcm_2port_1_ip_requirements:
104         type: list
105         required: true
106         status: SUPPORTED
107         entry_schema:
108           type: org.openecomp.datatypes.network.IpRequirements
109       pcm_flavor_name:
110         type: string
111         description: flavor name of PCRF CM instance
112         required: true
113         status: SUPPORTED
114       port_pcm_2port_1_exCP_naming:
115         type: org.openecomp.datatypes.Naming
116         required: true
117         status: SUPPORTED
118       pcm_vol:
119         type: string
120         description: CPS Cluman Cinder Volume
121         required: true
122         status: SUPPORTED
123       cps_net_name:
124         type: string
125         description: CPS network name
126         required: true
127         status: SUPPORTED
128       oam_net_ip:
129         type: string
130         description: OAM network ip
131         required: true
132         status: SUPPORTED
133       oam_net_mask:
134         type: string
135         description: CPS network mask
136         required: true
137         status: SUPPORTED
138       port_pcm_2port_1_order:
139         type: integer
140         required: true
141         status: SUPPORTED
142       port_pcm_2port_1_vlan_requirements:
143         type: list
144         required: true
145         status: SUPPORTED
146         entry_schema:
147           type: org.openecomp.datatypes.network.VlanRequirements
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_1port_0:
169         capability: tosca.capabilities.Node
170         node: tosca.nodes.Root
171         relationship: tosca.relationships.DependsOn
172         occurrences:
173         - 0
174         - UNBOUNDED
175     - link_pcm_1port_0:
176         capability: tosca.capabilities.network.Linkable
177         relationship: tosca.relationships.network.LinksTo
178         occurrences:
179         - 1
180         - 1
181     - dependency_pcm_2port_1:
182         capability: tosca.capabilities.Node
183         node: tosca.nodes.Root
184         relationship: tosca.relationships.DependsOn
185         occurrences:
186         - 0
187         - UNBOUNDED
188     - link_pcm_2port_1:
189         capability: tosca.capabilities.network.Linkable
190         relationship: tosca.relationships.network.LinksTo
191         occurrences:
192         - 1
193         - 1
194     capabilities:
195       binding_pcm_2port_1:
196         type: tosca.capabilities.network.Bindable
197         valid_source_types:
198         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
199         occurrences:
200         - 0
201         - UNBOUNDED
202       cpu_server_pcm:
203         type: org.openecomp.capabilities.metric.Ceilometer
204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
205         occurrences:
206         - 1
207         - UNBOUNDED
208       attachment_pcm_2port_1:
209         type: tosca.capabilities.Attachment
210         occurrences:
211         - 1
212         - UNBOUNDED
213       network.outgoing.bytes.rate_pcm_2port_1:
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       memory_server_pcm:
220         type: org.openecomp.capabilities.metric.Ceilometer
221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
222         occurrences:
223         - 1
224         - UNBOUNDED
225       disk.write.requests_server_pcm:
226         type: org.openecomp.capabilities.metric.Ceilometer
227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
228         occurrences:
229         - 1
230         - UNBOUNDED
231       network.incoming.bytes_pcm_2port_1:
232         type: org.openecomp.capabilities.metric.Ceilometer
233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
234         occurrences:
235         - 1
236         - UNBOUNDED
237       feature_pcm_1port_0:
238         type: tosca.capabilities.Node
239         occurrences:
240         - 1
241         - UNBOUNDED
242       network.incoming.packets.rate_pcm_2port_1:
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.outpoing.packets_pcm_2port_1:
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.iops_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       memory.resident_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       disk.device.write.requests_server_pcm:
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       network.outgoing.packets.rate_pcm_2port_1:
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.usage_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       disk.allocation_server_pcm:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       forwarder_pcm_2port_1:
291         type: org.openecomp.capabilities.Forwarder
292         occurrences:
293         - 1
294         - UNBOUNDED
295       network.incoming.packets_pcm_2port_1:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       network.outpoing.packets_pcm_1port_0:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       disk.usage_server_pcm:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       disk.device.write.bytes_server_pcm:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       disk.root.size_server_pcm:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       disk.ephemeral.size_server_pcm:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       disk.device.latency_server_pcm:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       network.incoming.bytes_pcm_1port_0:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       memory.usage_server_pcm:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       disk.read.requests_server_pcm:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.capacity_server_pcm:
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       os_server_pcm:
362         type: tosca.capabilities.OperatingSystem
363         occurrences:
364         - 1
365         - UNBOUNDED
366       disk.read.bytes_server_pcm:
367         type: org.openecomp.capabilities.metric.Ceilometer
368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
369         occurrences:
370         - 1
371         - UNBOUNDED
372       forwarder_pcm_1port_0:
373         type: org.openecomp.capabilities.Forwarder
374         occurrences:
375         - 1
376         - UNBOUNDED
377       disk.device.read.bytes_server_pcm:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       network.incoming.packets_pcm_1port_0:
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       endpoint_server_pcm:
390         type: tosca.capabilities.Endpoint.Admin
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.device.read.requests.rate_server_pcm:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       vcpus_server_pcm:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       disk.write.bytes_server_pcm:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       disk.iops_server_pcm:
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       network.incoming.bytes.rate_pcm_1port_0:
419         type: org.openecomp.capabilities.metric.Ceilometer
420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
421         occurrences:
422         - 1
423         - UNBOUNDED
424       disk.read.bytes.rate_server_pcm:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       disk.device.allocation_server_pcm:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       network.incoming.packets.rate_pcm_1port_0:
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       feature_pcm_2port_1:
443         type: tosca.capabilities.Node
444         occurrences:
445         - 1
446         - UNBOUNDED
447       scalable_server_pcm:
448         type: tosca.capabilities.Scalable
449         occurrences:
450         - 1
451         - UNBOUNDED
452       network.outgoing.bytes.rate_pcm_1port_0:
453         type: org.openecomp.capabilities.metric.Ceilometer
454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
455         occurrences:
456         - 1
457         - UNBOUNDED
458       network.outgoing.bytes_pcm_2port_1:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       disk.device.read.bytes.rate_server_pcm:
465         type: org.openecomp.capabilities.metric.Ceilometer
466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
467         occurrences:
468         - 1
469         - UNBOUNDED
470       cpu_util_server_pcm:
471         type: org.openecomp.capabilities.metric.Ceilometer
472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
473         occurrences:
474         - 1
475         - UNBOUNDED
476       attachment_pcm_1port_0:
477         type: tosca.capabilities.Attachment
478         occurrences:
479         - 1
480         - UNBOUNDED
481       disk.write.requests.rate_server_pcm:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       network.incoming.bytes.rate_pcm_2port_1:
488         type: org.openecomp.capabilities.metric.Ceilometer
489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
490         occurrences:
491         - 1
492         - UNBOUNDED
493       disk.device.write.bytes.rate_server_pcm:
494         type: org.openecomp.capabilities.metric.Ceilometer
495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
496         occurrences:
497         - 1
498         - UNBOUNDED
499       host_server_pcm:
500         type: tosca.capabilities.Container
501         valid_source_types:
502         - tosca.nodes.SoftwareComponent
503         occurrences:
504         - 1
505         - UNBOUNDED
506       network.outgoing.bytes_pcm_1port_0:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       binding_pcm_1port_0:
513         type: tosca.capabilities.network.Bindable
514         valid_source_types:
515         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
516         occurrences:
517         - 0
518         - UNBOUNDED
519       cpu.delta_server_pcm:
520         type: org.openecomp.capabilities.metric.Ceilometer
521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
522         occurrences:
523         - 1
524         - UNBOUNDED
525       network.outgoing.packets.rate_pcm_1port_0:
526         type: org.openecomp.capabilities.metric.Ceilometer
527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
528         occurrences:
529         - 1
530         - UNBOUNDED
531       binding_server_pcm:
532         type: tosca.capabilities.network.Bindable
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.capacity_server_pcm:
537         type: org.openecomp.capabilities.metric.Ceilometer
538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
539         occurrences:
540         - 1
541         - UNBOUNDED
542       instance_server_pcm:
543         type: org.openecomp.capabilities.metric.Ceilometer
544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
545         occurrences:
546         - 1
547         - UNBOUNDED
548       disk.device.write.requests.rate_server_pcm:
549         type: org.openecomp.capabilities.metric.Ceilometer
550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
551         occurrences:
552         - 1
553         - UNBOUNDED
554       disk.latency_server_pcm:
555         type: org.openecomp.capabilities.metric.Ceilometer
556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
557         occurrences:
558         - 1
559         - UNBOUNDED
560       disk.device.read.requests_server_pcm:
561         type: org.openecomp.capabilities.metric.Ceilometer
562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
563         occurrences:
564         - 1
565         - UNBOUNDED
566       feature_server_pcm:
567         type: tosca.capabilities.Node
568         occurrences:
569         - 1
570         - UNBOUNDED
571       disk.write.bytes.rate_server_pcm:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577   org.openecomp.resource.abstract.nodes.compute:
578     derived_from: org.openecomp.resource.abstract.nodes.VFC
579     properties:
580       compute_compute_user_data_format:
581         type: list
582         required: true
583         status: SUPPORTED
584         entry_schema:
585           type: string
586       vm_image_name:
587         type: string
588         required: true
589         status: SUPPORTED
590       index_value:
591         type: integer
592         description: Index value of this substitution service template runtime instance
593         required: false
594         default: 0
595         status: SUPPORTED
596         constraints:
597         - greater_or_equal: 0
598       compute_compute_metadata:
599         type: list
600         required: true
601         status: SUPPORTED
602         entry_schema:
603           type: json
604       compute_compute_name:
605         type: list
606         required: true
607         status: SUPPORTED
608         entry_schema:
609           type: string
610       vm_flavor_name:
611         type: string
612         required: true
613         status: SUPPORTED
614       compute_compute_config_drive:
615         type: list
616         required: true
617         status: SUPPORTED
618         entry_schema:
619           type: boolean
620     requirements:
621     - dependency_compute:
622         capability: tosca.capabilities.Node
623         node: tosca.nodes.Root
624         relationship: tosca.relationships.DependsOn
625         occurrences:
626         - 0
627         - UNBOUNDED
628     - local_storage_compute:
629         capability: tosca.capabilities.Attachment
630         node: tosca.nodes.BlockStorage
631         relationship: tosca.relationships.AttachesTo
632         occurrences:
633         - 0
634         - UNBOUNDED
635     capabilities:
636       disk.device.usage_compute:
637         type: org.openecomp.capabilities.metric.Ceilometer
638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
639         occurrences:
640         - 1
641         - UNBOUNDED
642       disk.write.requests_compute:
643         type: org.openecomp.capabilities.metric.Ceilometer
644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
645         occurrences:
646         - 1
647         - UNBOUNDED
648       instance_compute:
649         type: org.openecomp.capabilities.metric.Ceilometer
650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
651         occurrences:
652         - 1
653         - UNBOUNDED
654       disk.ephemeral.size_compute:
655         type: org.openecomp.capabilities.metric.Ceilometer
656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
657         occurrences:
658         - 1
659         - UNBOUNDED
660       disk.device.read.bytes.rate_compute:
661         type: org.openecomp.capabilities.metric.Ceilometer
662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
663         occurrences:
664         - 1
665         - UNBOUNDED
666       disk.latency_compute:
667         type: org.openecomp.capabilities.metric.Ceilometer
668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
669         occurrences:
670         - 1
671         - UNBOUNDED
672       memory.resident_compute:
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       memory_compute:
679         type: org.openecomp.capabilities.metric.Ceilometer
680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
681         occurrences:
682         - 1
683         - UNBOUNDED
684       disk.iops_compute:
685         type: org.openecomp.capabilities.metric.Ceilometer
686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
687         occurrences:
688         - 1
689         - UNBOUNDED
690       disk.root.size_compute:
691         type: org.openecomp.capabilities.metric.Ceilometer
692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
693         occurrences:
694         - 1
695         - UNBOUNDED
696       disk.write.requests.rate_compute:
697         type: org.openecomp.capabilities.metric.Ceilometer
698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
699         occurrences:
700         - 1
701         - UNBOUNDED
702       disk.read.requests_compute:
703         type: org.openecomp.capabilities.metric.Ceilometer
704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
705         occurrences:
706         - 1
707         - UNBOUNDED
708       disk.device.read.requests.rate_compute:
709         type: org.openecomp.capabilities.metric.Ceilometer
710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
711         occurrences:
712         - 1
713         - UNBOUNDED
714       disk.read.bytes_compute:
715         type: org.openecomp.capabilities.metric.Ceilometer
716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
717         occurrences:
718         - 1
719         - UNBOUNDED
720       disk.device.read.bytes_compute:
721         type: org.openecomp.capabilities.metric.Ceilometer
722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
723         occurrences:
724         - 1
725         - UNBOUNDED
726       disk.write.bytes_compute:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       disk.usage_compute:
733         type: org.openecomp.capabilities.metric.Ceilometer
734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
735         occurrences:
736         - 1
737         - UNBOUNDED
738       os_compute:
739         type: tosca.capabilities.OperatingSystem
740         occurrences:
741         - 1
742         - UNBOUNDED
743       disk.write.bytes.rate_compute:
744         type: org.openecomp.capabilities.metric.Ceilometer
745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
746         occurrences:
747         - 1
748         - UNBOUNDED
749       vcpus_compute:
750         type: org.openecomp.capabilities.metric.Ceilometer
751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
752         occurrences:
753         - 1
754         - UNBOUNDED
755       disk.capacity_compute:
756         type: org.openecomp.capabilities.metric.Ceilometer
757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
758         occurrences:
759         - 1
760         - UNBOUNDED
761       cpu_util_compute:
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       disk.read.bytes.rate_compute:
768         type: org.openecomp.capabilities.metric.Ceilometer
769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
770         occurrences:
771         - 1
772         - UNBOUNDED
773       disk.device.latency_compute:
774         type: org.openecomp.capabilities.metric.Ceilometer
775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
776         occurrences:
777         - 1
778         - UNBOUNDED
779       disk.device.write.requests_compute:
780         type: org.openecomp.capabilities.metric.Ceilometer
781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
782         occurrences:
783         - 1
784         - UNBOUNDED
785       disk.device.iops_compute:
786         type: org.openecomp.capabilities.metric.Ceilometer
787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
788         occurrences:
789         - 1
790         - UNBOUNDED
791       disk.device.write.requests.rate_compute:
792         type: org.openecomp.capabilities.metric.Ceilometer
793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
794         occurrences:
795         - 1
796         - UNBOUNDED
797       endpoint_compute:
798         type: tosca.capabilities.Endpoint.Admin
799         occurrences:
800         - 1
801         - UNBOUNDED
802       memory.usage_compute:
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       host_compute:
809         type: tosca.capabilities.Container
810         valid_source_types:
811         - tosca.nodes.SoftwareComponent
812         occurrences:
813         - 1
814         - UNBOUNDED
815       feature_compute:
816         type: tosca.capabilities.Node
817         occurrences:
818         - 1
819         - UNBOUNDED
820       disk.device.write.bytes_compute:
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       cpu_compute:
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.device.write.bytes.rate_compute:
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       scalable_compute:
839         type: tosca.capabilities.Scalable
840         occurrences:
841         - 1
842         - UNBOUNDED
843       disk.device.read.requests_compute:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       disk.allocation_compute:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       disk.device.capacity_compute:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       disk.device.allocation_compute:
862         type: org.openecomp.capabilities.metric.Ceilometer
863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
864         occurrences:
865         - 1
866         - UNBOUNDED
867       cpu.delta_compute:
868         type: org.openecomp.capabilities.metric.Ceilometer
869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
870         occurrences:
871         - 1
872         - UNBOUNDED
873       binding_compute:
874         type: tosca.capabilities.network.Bindable
875         occurrences:
876         - 1
877         - UNBOUNDED