ea59bc8bfe07754f584a7664365a15873ce6b2af
[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       forwarder_pcm_server_pcm_port:
300         type: org.openecomp.capabilities.Forwarder
301         occurrences:
302         - 1
303         - UNBOUNDED
304       disk.device.usage_pcm_server:
305         type: org.openecomp.capabilities.metric.Ceilometer
306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
307         occurrences:
308         - 1
309         - UNBOUNDED
310       disk.device.allocation_pcm_server:
311         type: org.openecomp.capabilities.metric.Ceilometer
312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
313         occurrences:
314         - 1
315         - UNBOUNDED
316       instance_pcm_server:
317         type: org.openecomp.capabilities.metric.Ceilometer
318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
319         occurrences:
320         - 1
321         - UNBOUNDED
322       disk.write.requests_pcm_server:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       memory_pcm_server:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       host_pcm_server:
335         type: tosca.capabilities.Container
336         valid_source_types:
337         - tosca.nodes.SoftwareComponent
338         occurrences:
339         - 1
340         - UNBOUNDED
341       cpu.delta_pcm_server:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.usage_pcm_server:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       binding_pcm_server_pcm_port:
354         type: tosca.capabilities.network.Bindable
355         valid_source_types:
356         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
357         occurrences:
358         - 0
359         - UNBOUNDED
360       disk.device.read.bytes_pcm_server:
361         type: org.openecomp.capabilities.metric.Ceilometer
362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
363         occurrences:
364         - 1
365         - UNBOUNDED
366       disk.device.write.bytes_pcm_server:
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       feature_pcm_server:
373         type: tosca.capabilities.Node
374         occurrences:
375         - 1
376         - UNBOUNDED
377       disk.write.bytes.rate_pcm_server:
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       os_pcm_server:
384         type: tosca.capabilities.OperatingSystem
385         occurrences:
386         - 1
387         - UNBOUNDED
388       disk.latency_pcm_server:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.read.bytes_pcm_server:
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       disk.write.bytes_pcm_server:
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.ephemeral.size_pcm_server:
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       endpoint_pcm_server:
413         type: tosca.capabilities.Endpoint.Admin
414         occurrences:
415         - 1
416         - UNBOUNDED
417       network.incoming.bytes_pcm_server_pcm_port:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       scalable_pcm_server:
424         type: tosca.capabilities.Scalable
425         occurrences:
426         - 1
427         - UNBOUNDED
428       disk.write.requests.rate_pcm_server:
429         type: org.openecomp.capabilities.metric.Ceilometer
430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
431         occurrences:
432         - 1
433         - UNBOUNDED
434       network.incoming.packets.rate_pcm_server_pcm_port:
435         type: org.openecomp.capabilities.metric.Ceilometer
436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
437         occurrences:
438         - 1
439         - UNBOUNDED
440       disk.device.read.bytes.rate_pcm_server:
441         type: org.openecomp.capabilities.metric.Ceilometer
442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
443         occurrences:
444         - 1
445         - UNBOUNDED
446   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1:
447     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
448     properties:
449       availabilityzone_name:
450         type: string
451         description: availabilityzone name
452         required: true
453         status: SUPPORTED
454       oam_net_gw:
455         type: string
456         description: CPS network gateway
457         required: true
458         status: SUPPORTED
459       pcm_image_name:
460         type: string
461         description: PCRF CM image name
462         required: true
463         status: SUPPORTED
464       security_group_name:
465         type: string
466         description: the name of security group
467         required: true
468         status: SUPPORTED
469       cps_net_ip:
470         type: string
471         description: CPS network ip
472         required: true
473         status: SUPPORTED
474       pcm_flavor_name:
475         type: string
476         description: flavor name of PCRF CM instance
477         required: true
478         status: SUPPORTED
479       pcm_vol:
480         type: string
481         description: CPS Cluman Cinder Volume
482         required: true
483         status: SUPPORTED
484       pcm_server_name:
485         type: string
486         description: PCRF CM server name
487         required: true
488         status: SUPPORTED
489       cps_net_name:
490         type: string
491         description: CPS network name
492         required: true
493         status: SUPPORTED
494       cps_net_mask:
495         type: string
496         description: CPS network mask
497         required: true
498         status: SUPPORTED
499       oam_net_ip:
500         type: string
501         description: OAM network ip
502         required: true
503         status: SUPPORTED
504       oam_net_mask:
505         type: string
506         description: CPS network mask
507         required: true
508         status: SUPPORTED
509       oam_net_name:
510         type: string
511         description: OAM network name
512         required: true
513         status: SUPPORTED
514     attributes:
515       server_pcm_id_2:
516         type: string
517         description: the pcm nova service id
518         status: SUPPORTED
519       server_pcm_id_1:
520         type: string
521         description: the pcm nova service id
522         status: SUPPORTED
523     requirements:
524     - dependency_pcm_port_1:
525         capability: tosca.capabilities.Node
526         node: tosca.nodes.Root
527         relationship: tosca.relationships.DependsOn
528         occurrences:
529         - 0
530         - UNBOUNDED
531     - link_pcm_port_1:
532         capability: tosca.capabilities.network.Linkable
533         relationship: tosca.relationships.network.LinksTo
534         occurrences:
535         - 1
536         - 1
537     - dependency_server_pcm_2:
538         capability: tosca.capabilities.Node
539         node: tosca.nodes.Root
540         relationship: tosca.relationships.DependsOn
541         occurrences:
542         - 0
543         - UNBOUNDED
544     - local_storage_server_pcm_2:
545         capability: tosca.capabilities.Attachment
546         node: tosca.nodes.BlockStorage
547         relationship: tosca.relationships.AttachesTo
548         occurrences:
549         - 0
550         - UNBOUNDED
551     - dependency_server_pcm_1:
552         capability: tosca.capabilities.Node
553         node: tosca.nodes.Root
554         relationship: tosca.relationships.DependsOn
555         occurrences:
556         - 0
557         - UNBOUNDED
558     - local_storage_server_pcm_1:
559         capability: tosca.capabilities.Attachment
560         node: tosca.nodes.BlockStorage
561         relationship: tosca.relationships.AttachesTo
562         occurrences:
563         - 0
564         - UNBOUNDED
565     - dependency_pcm_port_0:
566         capability: tosca.capabilities.Node
567         node: tosca.nodes.Root
568         relationship: tosca.relationships.DependsOn
569         occurrences:
570         - 0
571         - UNBOUNDED
572     - link_pcm_port_0:
573         capability: tosca.capabilities.network.Linkable
574         relationship: tosca.relationships.network.LinksTo
575         occurrences:
576         - 1
577         - 1
578     capabilities:
579       network.incoming.packets.rate_pcm_port_0:
580         type: org.openecomp.capabilities.metric.Ceilometer
581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
582         occurrences:
583         - 1
584         - UNBOUNDED
585       network.incoming.packets.rate_pcm_port_1:
586         type: org.openecomp.capabilities.metric.Ceilometer
587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
588         occurrences:
589         - 1
590         - UNBOUNDED
591       network.outpoing.packets_pcm_port_1:
592         type: org.openecomp.capabilities.metric.Ceilometer
593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
594         occurrences:
595         - 1
596         - UNBOUNDED
597       network.outpoing.packets_pcm_port_0:
598         type: org.openecomp.capabilities.metric.Ceilometer
599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
600         occurrences:
601         - 1
602         - UNBOUNDED
603       disk.usage_server_pcm_2:
604         type: org.openecomp.capabilities.metric.Ceilometer
605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
606         occurrences:
607         - 1
608         - UNBOUNDED
609       disk.capacity_server_pcm_1:
610         type: org.openecomp.capabilities.metric.Ceilometer
611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
612         occurrences:
613         - 1
614         - UNBOUNDED
615       disk.capacity_server_pcm_2:
616         type: org.openecomp.capabilities.metric.Ceilometer
617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
618         occurrences:
619         - 1
620         - UNBOUNDED
621       network.incoming.bytes_pcm_port_0:
622         type: org.openecomp.capabilities.metric.Ceilometer
623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
624         occurrences:
625         - 1
626         - UNBOUNDED
627       disk.usage_server_pcm_1:
628         type: org.openecomp.capabilities.metric.Ceilometer
629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
630         occurrences:
631         - 1
632         - UNBOUNDED
633       vcpus_server_pcm_1:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       memory.resident_server_pcm_1:
640         type: org.openecomp.capabilities.metric.Ceilometer
641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
642         occurrences:
643         - 1
644         - UNBOUNDED
645       network.incoming.bytes_pcm_port_1:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       vcpus_server_pcm_2:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       memory.resident_server_pcm_2:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       binding_pcm_port_0:
664         type: tosca.capabilities.network.Bindable
665         valid_source_types:
666         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
667         occurrences:
668         - 0
669         - UNBOUNDED
670       binding_pcm_port_1:
671         type: tosca.capabilities.network.Bindable
672         valid_source_types:
673         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
674         occurrences:
675         - 0
676         - UNBOUNDED
677       cpu_server_pcm_2:
678         type: org.openecomp.capabilities.metric.Ceilometer
679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
680         occurrences:
681         - 1
682         - UNBOUNDED
683       feature_server_pcm_1:
684         type: tosca.capabilities.Node
685         occurrences:
686         - 1
687         - UNBOUNDED
688       network.outgoing.packets.rate_pcm_port_0:
689         type: org.openecomp.capabilities.metric.Ceilometer
690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
691         occurrences:
692         - 1
693         - UNBOUNDED
694       network.outgoing.packets.rate_pcm_port_1:
695         type: org.openecomp.capabilities.metric.Ceilometer
696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
697         occurrences:
698         - 1
699         - UNBOUNDED
700       feature_server_pcm_2:
701         type: tosca.capabilities.Node
702         occurrences:
703         - 1
704         - UNBOUNDED
705       disk.device.iops_server_pcm_2:
706         type: org.openecomp.capabilities.metric.Ceilometer
707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
708         occurrences:
709         - 1
710         - UNBOUNDED
711       feature_pcm_port_1:
712         type: tosca.capabilities.Node
713         occurrences:
714         - 1
715         - UNBOUNDED
716       network.outgoing.bytes_pcm_port_0:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       feature_pcm_port_0:
723         type: tosca.capabilities.Node
724         occurrences:
725         - 1
726         - UNBOUNDED
727       cpu_server_pcm_1:
728         type: org.openecomp.capabilities.metric.Ceilometer
729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
730         occurrences:
731         - 1
732         - UNBOUNDED
733       network.outgoing.bytes_pcm_port_1:
734         type: org.openecomp.capabilities.metric.Ceilometer
735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
736         occurrences:
737         - 1
738         - UNBOUNDED
739       attachment_pcm_port_0:
740         type: tosca.capabilities.Attachment
741         occurrences:
742         - 1
743         - UNBOUNDED
744       attachment_pcm_port_1:
745         type: tosca.capabilities.Attachment
746         occurrences:
747         - 1
748         - UNBOUNDED
749       host_server_pcm_2:
750         type: tosca.capabilities.Container
751         valid_source_types:
752         - tosca.nodes.SoftwareComponent
753         occurrences:
754         - 1
755         - UNBOUNDED
756       endpoint_server_pcm_2:
757         type: tosca.capabilities.Endpoint.Admin
758         occurrences:
759         - 1
760         - UNBOUNDED
761       endpoint_server_pcm_1:
762         type: tosca.capabilities.Endpoint.Admin
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.device.capacity_server_pcm_2:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       host_server_pcm_1:
773         type: tosca.capabilities.Container
774         valid_source_types:
775         - tosca.nodes.SoftwareComponent
776         occurrences:
777         - 1
778         - UNBOUNDED
779       disk.device.capacity_server_pcm_1:
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.latency_server_pcm_1:
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.latency_server_pcm_2:
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       disk.write.requests.rate_server_pcm_2:
798         type: org.openecomp.capabilities.metric.Ceilometer
799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
800         occurrences:
801         - 1
802         - UNBOUNDED
803       disk.write.requests.rate_server_pcm_1:
804         type: org.openecomp.capabilities.metric.Ceilometer
805         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
806         occurrences:
807         - 1
808         - UNBOUNDED
809       memory_server_pcm_2:
810         type: org.openecomp.capabilities.metric.Ceilometer
811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
812         occurrences:
813         - 1
814         - UNBOUNDED
815       disk.device.read.bytes.rate_server_pcm_2:
816         type: org.openecomp.capabilities.metric.Ceilometer
817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
818         occurrences:
819         - 1
820         - UNBOUNDED
821       memory_server_pcm_1:
822         type: org.openecomp.capabilities.metric.Ceilometer
823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
824         occurrences:
825         - 1
826         - UNBOUNDED
827       disk.device.read.bytes.rate_server_pcm_1:
828         type: org.openecomp.capabilities.metric.Ceilometer
829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
830         occurrences:
831         - 1
832         - UNBOUNDED
833       disk.write.bytes_server_pcm_2:
834         type: org.openecomp.capabilities.metric.Ceilometer
835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
836         occurrences:
837         - 1
838         - UNBOUNDED
839       disk.write.bytes_server_pcm_1:
840         type: org.openecomp.capabilities.metric.Ceilometer
841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
842         occurrences:
843         - 1
844         - UNBOUNDED
845       instance_server_pcm_2:
846         type: org.openecomp.capabilities.metric.Ceilometer
847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
848         occurrences:
849         - 1
850         - UNBOUNDED
851       instance_server_pcm_1:
852         type: org.openecomp.capabilities.metric.Ceilometer
853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
854         occurrences:
855         - 1
856         - UNBOUNDED
857       disk.device.read.requests.rate_server_pcm_1:
858         type: org.openecomp.capabilities.metric.Ceilometer
859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
860         occurrences:
861         - 1
862         - UNBOUNDED
863       disk.device.read.requests.rate_server_pcm_2:
864         type: org.openecomp.capabilities.metric.Ceilometer
865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
866         occurrences:
867         - 1
868         - UNBOUNDED
869       disk.write.bytes.rate_server_pcm_2:
870         type: org.openecomp.capabilities.metric.Ceilometer
871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
872         occurrences:
873         - 1
874         - UNBOUNDED
875       binding_server_pcm_1:
876         type: tosca.capabilities.network.Bindable
877         occurrences:
878         - 1
879         - UNBOUNDED
880       binding_server_pcm_2:
881         type: tosca.capabilities.network.Bindable
882         occurrences:
883         - 1
884         - UNBOUNDED
885       disk.write.bytes.rate_server_pcm_1:
886         type: org.openecomp.capabilities.metric.Ceilometer
887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
888         occurrences:
889         - 1
890         - UNBOUNDED
891       disk.device.allocation_server_pcm_1:
892         type: org.openecomp.capabilities.metric.Ceilometer
893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
894         occurrences:
895         - 1
896         - UNBOUNDED
897       disk.device.allocation_server_pcm_2:
898         type: org.openecomp.capabilities.metric.Ceilometer
899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
900         occurrences:
901         - 1
902         - UNBOUNDED
903       disk.root.size_server_pcm_1:
904         type: org.openecomp.capabilities.metric.Ceilometer
905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
906         occurrences:
907         - 1
908         - UNBOUNDED
909       disk.root.size_server_pcm_2:
910         type: org.openecomp.capabilities.metric.Ceilometer
911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
912         occurrences:
913         - 1
914         - UNBOUNDED
915       disk.iops_server_pcm_2:
916         type: org.openecomp.capabilities.metric.Ceilometer
917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
918         occurrences:
919         - 1
920         - UNBOUNDED
921       disk.iops_server_pcm_1:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       disk.device.write.bytes.rate_server_pcm_1:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       disk.device.write.bytes.rate_server_pcm_2:
934         type: org.openecomp.capabilities.metric.Ceilometer
935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
936         occurrences:
937         - 1
938         - UNBOUNDED
939       disk.write.requests_server_pcm_2:
940         type: org.openecomp.capabilities.metric.Ceilometer
941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
942         occurrences:
943         - 1
944         - UNBOUNDED
945       disk.write.requests_server_pcm_1:
946         type: org.openecomp.capabilities.metric.Ceilometer
947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
948         occurrences:
949         - 1
950         - UNBOUNDED
951       disk.read.bytes_server_pcm_1:
952         type: org.openecomp.capabilities.metric.Ceilometer
953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
954         occurrences:
955         - 1
956         - UNBOUNDED
957       disk.read.bytes_server_pcm_2:
958         type: org.openecomp.capabilities.metric.Ceilometer
959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
960         occurrences:
961         - 1
962         - UNBOUNDED
963       cpu_util_server_pcm_1:
964         type: org.openecomp.capabilities.metric.Ceilometer
965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
966         occurrences:
967         - 1
968         - UNBOUNDED
969       cpu_util_server_pcm_2:
970         type: org.openecomp.capabilities.metric.Ceilometer
971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
972         occurrences:
973         - 1
974         - UNBOUNDED
975       disk.device.write.bytes_server_pcm_2:
976         type: org.openecomp.capabilities.metric.Ceilometer
977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
978         occurrences:
979         - 1
980         - UNBOUNDED
981       disk.allocation_server_pcm_1:
982         type: org.openecomp.capabilities.metric.Ceilometer
983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
984         occurrences:
985         - 1
986         - UNBOUNDED
987       disk.allocation_server_pcm_2:
988         type: org.openecomp.capabilities.metric.Ceilometer
989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
990         occurrences:
991         - 1
992         - UNBOUNDED
993       disk.device.write.bytes_server_pcm_1:
994         type: org.openecomp.capabilities.metric.Ceilometer
995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
996         occurrences:
997         - 1
998         - UNBOUNDED
999       memory.usage_server_pcm_1:
1000         type: org.openecomp.capabilities.metric.Ceilometer
1001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       memory.usage_server_pcm_2:
1006         type: org.openecomp.capabilities.metric.Ceilometer
1007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1008         occurrences:
1009         - 1
1010         - UNBOUNDED
1011       disk.device.read.bytes_server_pcm_2:
1012         type: org.openecomp.capabilities.metric.Ceilometer
1013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       disk.device.read.bytes_server_pcm_1:
1018         type: org.openecomp.capabilities.metric.Ceilometer
1019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1020         occurrences:
1021         - 1
1022         - UNBOUNDED
1023       disk.read.bytes.rate_server_pcm_2:
1024         type: org.openecomp.capabilities.metric.Ceilometer
1025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       disk.read.bytes.rate_server_pcm_1:
1030         type: org.openecomp.capabilities.metric.Ceilometer
1031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       disk.device.iops_server_pcm_1:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       cpu.delta_server_pcm_1:
1042         type: org.openecomp.capabilities.metric.Ceilometer
1043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1044         occurrences:
1045         - 1
1046         - UNBOUNDED
1047       cpu.delta_server_pcm_2:
1048         type: org.openecomp.capabilities.metric.Ceilometer
1049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       forwarder_pcm_port_0:
1054         type: org.openecomp.capabilities.Forwarder
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       forwarder_pcm_port_1:
1059         type: org.openecomp.capabilities.Forwarder
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       disk.device.write.requests.rate_server_pcm_2:
1064         type: org.openecomp.capabilities.metric.Ceilometer
1065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1066         occurrences:
1067         - 1
1068         - UNBOUNDED
1069       disk.read.requests_server_pcm_2:
1070         type: org.openecomp.capabilities.metric.Ceilometer
1071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1072         occurrences:
1073         - 1
1074         - UNBOUNDED
1075       disk.read.requests_server_pcm_1:
1076         type: org.openecomp.capabilities.metric.Ceilometer
1077         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1078         occurrences:
1079         - 1
1080         - UNBOUNDED
1081       disk.device.write.requests.rate_server_pcm_1:
1082         type: org.openecomp.capabilities.metric.Ceilometer
1083         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1084         occurrences:
1085         - 1
1086         - UNBOUNDED
1087       disk.ephemeral.size_server_pcm_1:
1088         type: org.openecomp.capabilities.metric.Ceilometer
1089         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1090         occurrences:
1091         - 1
1092         - UNBOUNDED
1093       disk.ephemeral.size_server_pcm_2:
1094         type: org.openecomp.capabilities.metric.Ceilometer
1095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       scalable_server_pcm_2:
1100         type: tosca.capabilities.Scalable
1101         occurrences:
1102         - 1
1103         - UNBOUNDED
1104       scalable_server_pcm_1:
1105         type: tosca.capabilities.Scalable
1106         occurrences:
1107         - 1
1108         - UNBOUNDED
1109       disk.device.latency_server_pcm_2:
1110         type: org.openecomp.capabilities.metric.Ceilometer
1111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1112         occurrences:
1113         - 1
1114         - UNBOUNDED
1115       disk.device.latency_server_pcm_1:
1116         type: org.openecomp.capabilities.metric.Ceilometer
1117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1118         occurrences:
1119         - 1
1120         - UNBOUNDED
1121       network.outgoing.bytes.rate_pcm_port_1:
1122         type: org.openecomp.capabilities.metric.Ceilometer
1123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1124         occurrences:
1125         - 1
1126         - UNBOUNDED
1127       disk.device.usage_server_pcm_2:
1128         type: org.openecomp.capabilities.metric.Ceilometer
1129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1130         occurrences:
1131         - 1
1132         - UNBOUNDED
1133       network.incoming.packets_pcm_port_0:
1134         type: org.openecomp.capabilities.metric.Ceilometer
1135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1136         occurrences:
1137         - 1
1138         - UNBOUNDED
1139       disk.device.usage_server_pcm_1:
1140         type: org.openecomp.capabilities.metric.Ceilometer
1141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1142         occurrences:
1143         - 1
1144         - UNBOUNDED
1145       network.outgoing.bytes.rate_pcm_port_0:
1146         type: org.openecomp.capabilities.metric.Ceilometer
1147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1148         occurrences:
1149         - 1
1150         - UNBOUNDED
1151       disk.device.write.requests_server_pcm_2:
1152         type: org.openecomp.capabilities.metric.Ceilometer
1153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1154         occurrences:
1155         - 1
1156         - UNBOUNDED
1157       disk.device.write.requests_server_pcm_1:
1158         type: org.openecomp.capabilities.metric.Ceilometer
1159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1160         occurrences:
1161         - 1
1162         - UNBOUNDED
1163       network.incoming.packets_pcm_port_1:
1164         type: org.openecomp.capabilities.metric.Ceilometer
1165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1166         occurrences:
1167         - 1
1168         - UNBOUNDED
1169       os_server_pcm_2:
1170         type: tosca.capabilities.OperatingSystem
1171         occurrences:
1172         - 1
1173         - UNBOUNDED
1174       disk.device.read.requests_server_pcm_1:
1175         type: org.openecomp.capabilities.metric.Ceilometer
1176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1177         occurrences:
1178         - 1
1179         - UNBOUNDED
1180       disk.device.read.requests_server_pcm_2:
1181         type: org.openecomp.capabilities.metric.Ceilometer
1182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1183         occurrences:
1184         - 1
1185         - UNBOUNDED
1186       os_server_pcm_1:
1187         type: tosca.capabilities.OperatingSystem
1188         occurrences:
1189         - 1
1190         - UNBOUNDED
1191       network.incoming.bytes.rate_pcm_port_0:
1192         type: org.openecomp.capabilities.metric.Ceilometer
1193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1194         occurrences:
1195         - 1
1196         - UNBOUNDED
1197       network.incoming.bytes.rate_pcm_port_1:
1198         type: org.openecomp.capabilities.metric.Ceilometer
1199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203   org.openecomp.resource.abstract.nodes.compute:
1204     derived_from: org.openecomp.resource.abstract.nodes.VFC
1205     properties:
1206       compute_compute_user_data_format:
1207         type: list
1208         required: true
1209         status: SUPPORTED
1210         entry_schema:
1211           type: string
1212       vm_image_name:
1213         type: string
1214         required: true
1215         status: SUPPORTED
1216       index_value:
1217         type: integer
1218         description: Index value of this substitution service template runtime instance
1219         required: false
1220         default: 0
1221         status: SUPPORTED
1222         constraints:
1223         - greater_or_equal: 0
1224       compute_compute_name:
1225         type: list
1226         required: true
1227         status: SUPPORTED
1228         entry_schema:
1229           type: string
1230       vm_flavor_name:
1231         type: string
1232         required: true
1233         status: SUPPORTED
1234       compute_compute_config_drive:
1235         type: list
1236         required: true
1237         status: SUPPORTED
1238         entry_schema:
1239           type: boolean
1240     requirements:
1241     - dependency_compute:
1242         capability: tosca.capabilities.Node
1243         node: tosca.nodes.Root
1244         relationship: tosca.relationships.DependsOn
1245         occurrences:
1246         - 0
1247         - UNBOUNDED
1248     - local_storage_compute:
1249         capability: tosca.capabilities.Attachment
1250         node: tosca.nodes.BlockStorage
1251         relationship: tosca.relationships.AttachesTo
1252         occurrences:
1253         - 0
1254         - UNBOUNDED
1255     capabilities:
1256       disk.device.usage_compute:
1257         type: org.openecomp.capabilities.metric.Ceilometer
1258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1259         occurrences:
1260         - 1
1261         - UNBOUNDED
1262       disk.write.requests_compute:
1263         type: org.openecomp.capabilities.metric.Ceilometer
1264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1265         occurrences:
1266         - 1
1267         - UNBOUNDED
1268       instance_compute:
1269         type: org.openecomp.capabilities.metric.Ceilometer
1270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1271         occurrences:
1272         - 1
1273         - UNBOUNDED
1274       disk.ephemeral.size_compute:
1275         type: org.openecomp.capabilities.metric.Ceilometer
1276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1277         occurrences:
1278         - 1
1279         - UNBOUNDED
1280       disk.device.read.bytes.rate_compute:
1281         type: org.openecomp.capabilities.metric.Ceilometer
1282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1283         occurrences:
1284         - 1
1285         - UNBOUNDED
1286       disk.latency_compute:
1287         type: org.openecomp.capabilities.metric.Ceilometer
1288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1289         occurrences:
1290         - 1
1291         - UNBOUNDED
1292       memory.resident_compute:
1293         type: org.openecomp.capabilities.metric.Ceilometer
1294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1295         occurrences:
1296         - 1
1297         - UNBOUNDED
1298       memory_compute:
1299         type: org.openecomp.capabilities.metric.Ceilometer
1300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1301         occurrences:
1302         - 1
1303         - UNBOUNDED
1304       disk.iops_compute:
1305         type: org.openecomp.capabilities.metric.Ceilometer
1306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1307         occurrences:
1308         - 1
1309         - UNBOUNDED
1310       disk.root.size_compute:
1311         type: org.openecomp.capabilities.metric.Ceilometer
1312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1313         occurrences:
1314         - 1
1315         - UNBOUNDED
1316       disk.write.requests.rate_compute:
1317         type: org.openecomp.capabilities.metric.Ceilometer
1318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1319         occurrences:
1320         - 1
1321         - UNBOUNDED
1322       disk.read.requests_compute:
1323         type: org.openecomp.capabilities.metric.Ceilometer
1324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1325         occurrences:
1326         - 1
1327         - UNBOUNDED
1328       disk.device.read.requests.rate_compute:
1329         type: org.openecomp.capabilities.metric.Ceilometer
1330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1331         occurrences:
1332         - 1
1333         - UNBOUNDED
1334       disk.read.bytes_compute:
1335         type: org.openecomp.capabilities.metric.Ceilometer
1336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1337         occurrences:
1338         - 1
1339         - UNBOUNDED
1340       disk.device.read.bytes_compute:
1341         type: org.openecomp.capabilities.metric.Ceilometer
1342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1343         occurrences:
1344         - 1
1345         - UNBOUNDED
1346       disk.write.bytes_compute:
1347         type: org.openecomp.capabilities.metric.Ceilometer
1348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1349         occurrences:
1350         - 1
1351         - UNBOUNDED
1352       disk.usage_compute:
1353         type: org.openecomp.capabilities.metric.Ceilometer
1354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       os_compute:
1359         type: tosca.capabilities.OperatingSystem
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       disk.write.bytes.rate_compute:
1364         type: org.openecomp.capabilities.metric.Ceilometer
1365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       vcpus_compute:
1370         type: org.openecomp.capabilities.metric.Ceilometer
1371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1372         occurrences:
1373         - 1
1374         - UNBOUNDED
1375       disk.capacity_compute:
1376         type: org.openecomp.capabilities.metric.Ceilometer
1377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1378         occurrences:
1379         - 1
1380         - UNBOUNDED
1381       cpu_util_compute:
1382         type: org.openecomp.capabilities.metric.Ceilometer
1383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1384         occurrences:
1385         - 1
1386         - UNBOUNDED
1387       disk.read.bytes.rate_compute:
1388         type: org.openecomp.capabilities.metric.Ceilometer
1389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1390         occurrences:
1391         - 1
1392         - UNBOUNDED
1393       disk.device.latency_compute:
1394         type: org.openecomp.capabilities.metric.Ceilometer
1395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       disk.device.write.requests_compute:
1400         type: org.openecomp.capabilities.metric.Ceilometer
1401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1402         occurrences:
1403         - 1
1404         - UNBOUNDED
1405       disk.device.iops_compute:
1406         type: org.openecomp.capabilities.metric.Ceilometer
1407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411       disk.device.write.requests.rate_compute:
1412         type: org.openecomp.capabilities.metric.Ceilometer
1413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1414         occurrences:
1415         - 1
1416         - UNBOUNDED
1417       endpoint_compute:
1418         type: tosca.capabilities.Endpoint.Admin
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       memory.usage_compute:
1423         type: org.openecomp.capabilities.metric.Ceilometer
1424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1425         occurrences:
1426         - 1
1427         - UNBOUNDED
1428       host_compute:
1429         type: tosca.capabilities.Container
1430         valid_source_types:
1431         - tosca.nodes.SoftwareComponent
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       feature_compute:
1436         type: tosca.capabilities.Node
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       disk.device.write.bytes_compute:
1441         type: org.openecomp.capabilities.metric.Ceilometer
1442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1443         occurrences:
1444         - 1
1445         - UNBOUNDED
1446       cpu_compute:
1447         type: org.openecomp.capabilities.metric.Ceilometer
1448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1449         occurrences:
1450         - 1
1451         - UNBOUNDED
1452       disk.device.write.bytes.rate_compute:
1453         type: org.openecomp.capabilities.metric.Ceilometer
1454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1455         occurrences:
1456         - 1
1457         - UNBOUNDED
1458       scalable_compute:
1459         type: tosca.capabilities.Scalable
1460         occurrences:
1461         - 1
1462         - UNBOUNDED
1463       disk.device.read.requests_compute:
1464         type: org.openecomp.capabilities.metric.Ceilometer
1465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1466         occurrences:
1467         - 1
1468         - UNBOUNDED
1469       disk.allocation_compute:
1470         type: org.openecomp.capabilities.metric.Ceilometer
1471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1472         occurrences:
1473         - 1
1474         - UNBOUNDED
1475       disk.device.capacity_compute:
1476         type: org.openecomp.capabilities.metric.Ceilometer
1477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1478         occurrences:
1479         - 1
1480         - UNBOUNDED
1481       disk.device.allocation_compute:
1482         type: org.openecomp.capabilities.metric.Ceilometer
1483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1484         occurrences:
1485         - 1
1486         - UNBOUNDED
1487       cpu.delta_compute:
1488         type: org.openecomp.capabilities.metric.Ceilometer
1489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1490         occurrences:
1491         - 1
1492         - UNBOUNDED
1493       binding_compute:
1494         type: tosca.capabilities.network.Bindable
1495         occurrences:
1496         - 1
1497         - UNBOUNDED