f5b23edb405b0121212ed0366917d44553aefd5c
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pcm_port_02_order:
12         type: integer
13         required: true
14         status: SUPPORTED
15       port_pcm_port_12_vlan_requirements:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: org.openecomp.datatypes.network.VlanRequirements
21       port_pcm_port_02_vlan_requirements:
22         type: list
23         required: true
24         status: SUPPORTED
25         entry_schema:
26           type: org.openecomp.datatypes.network.VlanRequirements
27       availabilityzone_name:
28         type: string
29         description: availabilityzone name
30         required: true
31         status: SUPPORTED
32       port_pcm_port_12_order:
33         type: integer
34         required: true
35         status: SUPPORTED
36       port_pcm_port_02_network_role:
37         type: string
38         required: true
39         status: SUPPORTED
40       pcm_image_name:
41         type: string
42         description: PCRF CM image name
43         required: true
44         status: SUPPORTED
45       port_pcm_port_02_network_role_tag:
46         type: string
47         required: true
48         status: SUPPORTED
49       port_pcm_port_12_mac_requirements:
50         type: org.openecomp.datatypes.network.MacRequirements
51         required: true
52         status: SUPPORTED
53       port_pcm_port_02_subnetpoolid:
54         type: string
55         required: true
56         status: SUPPORTED
57       pcm_server_name:
58         type: string
59         description: PCRF CM server name
60         required: true
61         status: SUPPORTED
62       cps_net_mask:
63         type: string
64         description: CPS network mask
65         required: true
66         status: SUPPORTED
67       oam_net_name:
68         type: string
69         description: OAM network name
70         required: true
71         status: SUPPORTED
72       port_pcm_port_12_network_role:
73         type: string
74         required: true
75         status: SUPPORTED
76       port_pcm_port_02_mac_requirements:
77         type: org.openecomp.datatypes.network.MacRequirements
78         required: true
79         status: SUPPORTED
80       oam_net_gw:
81         type: string
82         description: CPS network gateway
83         required: true
84         status: SUPPORTED
85       security_group_name:
86         type: string
87         description: the name of security group
88         required: true
89         status: SUPPORTED
90       cps_net_ip:
91         type: string
92         description: CPS network ip
93         required: true
94         status: SUPPORTED
95       port_pcm_port_12_ip_requirements:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: org.openecomp.datatypes.network.IpRequirements
101       pcm_flavor_name:
102         type: string
103         description: flavor name of PCRF CM instance
104         required: true
105         status: SUPPORTED
106       port_pcm_port_12_subnetpoolid:
107         type: string
108         required: true
109         status: SUPPORTED
110       pcm_vol:
111         type: string
112         description: CPS Cluman Cinder Volume
113         required: true
114         status: SUPPORTED
115       port_pcm_port_02_exCP_naming:
116         type: org.openecomp.datatypes.Naming
117         required: true
118         status: SUPPORTED
119       cps_net_name:
120         type: string
121         description: CPS network name
122         required: true
123         status: SUPPORTED
124       oam_net_ip:
125         type: string
126         description: OAM network ip
127         required: true
128         status: SUPPORTED
129       oam_net_mask:
130         type: string
131         description: CPS network mask
132         required: true
133         status: SUPPORTED
134       port_pcm_port_12_network_role_tag:
135         type: string
136         required: true
137         status: SUPPORTED
138       port_pcm_port_12_exCP_naming:
139         type: org.openecomp.datatypes.Naming
140         required: true
141         status: SUPPORTED
142       port_pcm_port_02_ip_requirements:
143         type: list
144         required: true
145         status: SUPPORTED
146         entry_schema:
147           type: org.openecomp.datatypes.network.IpRequirements
148     attributes:
149       server_pcm_id:
150         type: string
151         description: the pcm nova service id
152         status: SUPPORTED
153     requirements:
154     - dependency_server_pcm:
155         capability: tosca.capabilities.Node
156         node: tosca.nodes.Root
157         relationship: tosca.relationships.DependsOn
158         occurrences:
159         - 0
160         - UNBOUNDED
161     - local_storage_server_pcm:
162         capability: tosca.capabilities.Attachment
163         node: tosca.nodes.BlockStorage
164         relationship: tosca.relationships.AttachesTo
165         occurrences:
166         - 0
167         - UNBOUNDED
168     - dependency_pcm_port_12:
169         capability: tosca.capabilities.Node
170         node: tosca.nodes.Root
171         relationship: tosca.relationships.DependsOn
172         occurrences:
173         - 0
174         - UNBOUNDED
175     - link_pcm_port_12:
176         capability: tosca.capabilities.network.Linkable
177         relationship: tosca.relationships.network.LinksTo
178         occurrences:
179         - 1
180         - 1
181     - dependency_pcm_port_02:
182         capability: tosca.capabilities.Node
183         node: tosca.nodes.Root
184         relationship: tosca.relationships.DependsOn
185         occurrences:
186         - 0
187         - UNBOUNDED
188     - link_pcm_port_02:
189         capability: tosca.capabilities.network.Linkable
190         relationship: tosca.relationships.network.LinksTo
191         occurrences:
192         - 1
193         - 1
194     capabilities:
195       cpu_server_pcm:
196         type: org.openecomp.capabilities.metric.Ceilometer
197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
198         occurrences:
199         - 1
200         - UNBOUNDED
201       memory_server_pcm:
202         type: org.openecomp.capabilities.metric.Ceilometer
203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
204         occurrences:
205         - 1
206         - UNBOUNDED
207       disk.write.requests_server_pcm:
208         type: org.openecomp.capabilities.metric.Ceilometer
209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
210         occurrences:
211         - 1
212         - UNBOUNDED
213       network.incoming.packets_pcm_port_02:
214         type: org.openecomp.capabilities.metric.Ceilometer
215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
216         occurrences:
217         - 1
218         - UNBOUNDED
219       feature_pcm_port_02:
220         type: tosca.capabilities.Node
221         occurrences:
222         - 1
223         - UNBOUNDED
224       network.outgoing.bytes_pcm_port_12:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       disk.device.iops_server_pcm:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       memory.resident_server_pcm:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.device.write.requests_server_pcm:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.incoming.bytes_pcm_port_02:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       disk.device.usage_server_pcm:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.allocation_server_pcm:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       network.incoming.bytes.rate_pcm_port_12:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.usage_server_pcm:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       disk.device.write.bytes_server_pcm:
279         type: org.openecomp.capabilities.metric.Ceilometer
280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
281         occurrences:
282         - 1
283         - UNBOUNDED
284       attachment_pcm_port_02:
285         type: tosca.capabilities.Attachment
286         occurrences:
287         - 1
288         - UNBOUNDED
289       disk.root.size_server_pcm:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       feature_pcm_port_12:
296         type: tosca.capabilities.Node
297         occurrences:
298         - 1
299         - UNBOUNDED
300       disk.ephemeral.size_server_pcm:
301         type: org.openecomp.capabilities.metric.Ceilometer
302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
303         occurrences:
304         - 1
305         - UNBOUNDED
306       disk.device.latency_server_pcm:
307         type: org.openecomp.capabilities.metric.Ceilometer
308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
309         occurrences:
310         - 1
311         - UNBOUNDED
312       network.outgoing.packets.rate_pcm_port_02:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       memory.usage_server_pcm:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       network.outgoing.bytes_pcm_port_02:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       disk.read.requests_server_pcm:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       disk.capacity_server_pcm:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       os_server_pcm:
343         type: tosca.capabilities.OperatingSystem
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.read.bytes_server_pcm:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       disk.device.read.bytes_server_pcm:
354         type: org.openecomp.capabilities.metric.Ceilometer
355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
356         occurrences:
357         - 1
358         - UNBOUNDED
359       network.outgoing.bytes.rate_pcm_port_12:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       network.incoming.packets.rate_pcm_port_12:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       binding_pcm_port_12:
372         type: tosca.capabilities.network.Bindable
373         valid_source_types:
374         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
375         occurrences:
376         - 0
377         - UNBOUNDED
378       endpoint_server_pcm:
379         type: tosca.capabilities.Endpoint.Admin
380         occurrences:
381         - 1
382         - UNBOUNDED
383       network.incoming.bytes.rate_pcm_port_02:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.device.read.requests.rate_server_pcm:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       attachment_pcm_port_12:
396         type: tosca.capabilities.Attachment
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       network.outgoing.packets.rate_pcm_port_12:
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       disk.iops_server_pcm:
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       forwarder_pcm_port_12:
431         type: org.openecomp.capabilities.Forwarder
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.allocation_server_pcm:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       scalable_server_pcm:
442         type: tosca.capabilities.Scalable
443         occurrences:
444         - 1
445         - UNBOUNDED
446       disk.device.read.bytes.rate_server_pcm:
447         type: org.openecomp.capabilities.metric.Ceilometer
448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
449         occurrences:
450         - 1
451         - UNBOUNDED
452       cpu_util_server_pcm:
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.rate_pcm_port_02:
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       network.outpoing.packets_pcm_port_12:
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       network.incoming.packets.rate_pcm_port_02:
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       disk.write.requests.rate_server_pcm:
477         type: org.openecomp.capabilities.metric.Ceilometer
478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
479         occurrences:
480         - 1
481         - UNBOUNDED
482       binding_pcm_port_02:
483         type: tosca.capabilities.network.Bindable
484         valid_source_types:
485         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
486         occurrences:
487         - 0
488         - UNBOUNDED
489       disk.device.write.bytes.rate_server_pcm:
490         type: org.openecomp.capabilities.metric.Ceilometer
491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
492         occurrences:
493         - 1
494         - UNBOUNDED
495       host_server_pcm:
496         type: tosca.capabilities.Container
497         valid_source_types:
498         - tosca.nodes.SoftwareComponent
499         occurrences:
500         - 1
501         - UNBOUNDED
502       cpu.delta_server_pcm:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       network.incoming.packets_pcm_port_12:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       binding_server_pcm:
515         type: tosca.capabilities.network.Bindable
516         occurrences:
517         - 1
518         - UNBOUNDED
519       forwarder_pcm_port_02:
520         type: org.openecomp.capabilities.Forwarder
521         occurrences:
522         - 1
523         - UNBOUNDED
524       disk.device.capacity_server_pcm:
525         type: org.openecomp.capabilities.metric.Ceilometer
526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
527         occurrences:
528         - 1
529         - UNBOUNDED
530       instance_server_pcm:
531         type: org.openecomp.capabilities.metric.Ceilometer
532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.write.requests.rate_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       disk.latency_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.read.requests_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       network.incoming.bytes_pcm_port_12:
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       feature_server_pcm:
561         type: tosca.capabilities.Node
562         occurrences:
563         - 1
564         - UNBOUNDED
565       network.outpoing.packets_pcm_port_02:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
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.heat.pcm_server_1:
578     derived_from: org.openecomp.resource.abstract.nodes.VFC
579     properties:
580       port_pcm_port_0_network_role:
581         type: string
582         required: true
583         status: SUPPORTED
584       port_pcm_port_1_network_role_tag:
585         type: string
586         required: true
587         status: SUPPORTED
588       availabilityzone_name:
589         type: string
590         description: availabilityzone name
591         required: true
592         status: SUPPORTED
593       port_pcm_port_0_vlan_requirements:
594         type: list
595         required: true
596         status: SUPPORTED
597         entry_schema:
598           type: org.openecomp.datatypes.network.VlanRequirements
599       pcm_image_name:
600         type: string
601         description: PCRF CM image name
602         required: true
603         status: SUPPORTED
604       port_pcm_port_0_order:
605         type: integer
606         required: true
607         status: SUPPORTED
608       port_pcm_port_0_subnetpoolid:
609         type: string
610         required: true
611         status: SUPPORTED
612       port_pcm_port_1_subnetpoolid:
613         type: string
614         required: true
615         status: SUPPORTED
616       port_pcm_port_0_network_role_tag:
617         type: string
618         required: true
619         status: SUPPORTED
620       pcm_server_name:
621         type: string
622         description: PCRF CM server name
623         required: true
624         status: SUPPORTED
625       cps_net_mask:
626         type: string
627         description: CPS network mask
628         required: true
629         status: SUPPORTED
630       port_pcm_port_1_exCP_naming:
631         type: org.openecomp.datatypes.Naming
632         required: true
633         status: SUPPORTED
634       port_pcm_port_0_exCP_naming:
635         type: org.openecomp.datatypes.Naming
636         required: true
637         status: SUPPORTED
638       oam_net_name:
639         type: string
640         description: OAM network name
641         required: true
642         status: SUPPORTED
643       port_pcm_port_1_network_role:
644         type: string
645         required: true
646         status: SUPPORTED
647       port_pcm_port_0_ip_requirements:
648         type: list
649         required: true
650         status: SUPPORTED
651         entry_schema:
652           type: org.openecomp.datatypes.network.IpRequirements
653       oam_net_gw:
654         type: string
655         description: CPS network gateway
656         required: true
657         status: SUPPORTED
658       security_group_name:
659         type: string
660         description: the name of security group
661         required: true
662         status: SUPPORTED
663       cps_net_ip:
664         type: string
665         description: CPS network ip
666         required: true
667         status: SUPPORTED
668       port_pcm_port_1_mac_requirements:
669         type: org.openecomp.datatypes.network.MacRequirements
670         required: true
671         status: SUPPORTED
672       port_pcm_port_1_vlan_requirements:
673         type: list
674         required: true
675         status: SUPPORTED
676         entry_schema:
677           type: org.openecomp.datatypes.network.VlanRequirements
678       pcm_flavor_name:
679         type: string
680         description: flavor name of PCRF CM instance
681         required: true
682         status: SUPPORTED
683       pcm_vol:
684         type: string
685         description: CPS Cluman Cinder Volume
686         required: true
687         status: SUPPORTED
688       port_pcm_port_1_ip_requirements:
689         type: list
690         required: true
691         status: SUPPORTED
692         entry_schema:
693           type: org.openecomp.datatypes.network.IpRequirements
694       port_pcm_port_0_mac_requirements:
695         type: org.openecomp.datatypes.network.MacRequirements
696         required: true
697         status: SUPPORTED
698       cps_net_name:
699         type: string
700         description: CPS network name
701         required: true
702         status: SUPPORTED
703       oam_net_ip:
704         type: string
705         description: OAM network ip
706         required: true
707         status: SUPPORTED
708       oam_net_mask:
709         type: string
710         description: CPS network mask
711         required: true
712         status: SUPPORTED
713       port_pcm_port_1_order:
714         type: integer
715         required: true
716         status: SUPPORTED
717     attributes:
718       server_pcm_id:
719         type: string
720         description: the pcm nova service id
721         status: SUPPORTED
722     requirements:
723     - dependency_pcm_port_1:
724         capability: tosca.capabilities.Node
725         node: tosca.nodes.Root
726         relationship: tosca.relationships.DependsOn
727         occurrences:
728         - 0
729         - UNBOUNDED
730     - link_pcm_port_1:
731         capability: tosca.capabilities.network.Linkable
732         relationship: tosca.relationships.network.LinksTo
733         occurrences:
734         - 1
735         - 1
736     - dependency_server_pcm_1:
737         capability: tosca.capabilities.Node
738         node: tosca.nodes.Root
739         relationship: tosca.relationships.DependsOn
740         occurrences:
741         - 0
742         - UNBOUNDED
743     - local_storage_server_pcm_1:
744         capability: tosca.capabilities.Attachment
745         node: tosca.nodes.BlockStorage
746         relationship: tosca.relationships.AttachesTo
747         occurrences:
748         - 0
749         - UNBOUNDED
750     - dependency_pcm_port_0:
751         capability: tosca.capabilities.Node
752         node: tosca.nodes.Root
753         relationship: tosca.relationships.DependsOn
754         occurrences:
755         - 0
756         - UNBOUNDED
757     - link_pcm_port_0:
758         capability: tosca.capabilities.network.Linkable
759         relationship: tosca.relationships.network.LinksTo
760         occurrences:
761         - 1
762         - 1
763     capabilities:
764       disk.root.size_server_pcm_1:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       network.incoming.packets.rate_pcm_port_0:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       network.incoming.packets.rate_pcm_port_1:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       network.outpoing.packets_pcm_port_1:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       network.outpoing.packets_pcm_port_0:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       disk.iops_server_pcm_1:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       disk.device.write.bytes.rate_server_pcm_1:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       disk.capacity_server_pcm_1:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.write.requests_server_pcm_1:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.read.bytes_server_pcm_1:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       network.incoming.bytes_pcm_port_0:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.usage_server_pcm_1:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       cpu_util_server_pcm_1:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       vcpus_server_pcm_1:
843         type: org.openecomp.capabilities.metric.Ceilometer
844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
845         occurrences:
846         - 1
847         - UNBOUNDED
848       memory.resident_server_pcm_1:
849         type: org.openecomp.capabilities.metric.Ceilometer
850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
851         occurrences:
852         - 1
853         - UNBOUNDED
854       network.incoming.bytes_pcm_port_1:
855         type: org.openecomp.capabilities.metric.Ceilometer
856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
857         occurrences:
858         - 1
859         - UNBOUNDED
860       binding_pcm_port_0:
861         type: tosca.capabilities.network.Bindable
862         valid_source_types:
863         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
864         occurrences:
865         - 0
866         - UNBOUNDED
867       binding_pcm_port_1:
868         type: tosca.capabilities.network.Bindable
869         valid_source_types:
870         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
871         occurrences:
872         - 0
873         - UNBOUNDED
874       feature_server_pcm_1:
875         type: tosca.capabilities.Node
876         occurrences:
877         - 1
878         - UNBOUNDED
879       network.outgoing.packets.rate_pcm_port_0:
880         type: org.openecomp.capabilities.metric.Ceilometer
881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
882         occurrences:
883         - 1
884         - UNBOUNDED
885       network.outgoing.packets.rate_pcm_port_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.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.write.bytes_server_pcm_1:
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       feature_pcm_port_1:
904         type: tosca.capabilities.Node
905         occurrences:
906         - 1
907         - UNBOUNDED
908       memory.usage_server_pcm_1:
909         type: org.openecomp.capabilities.metric.Ceilometer
910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
911         occurrences:
912         - 1
913         - UNBOUNDED
914       network.outgoing.bytes_pcm_port_0:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       feature_pcm_port_0:
921         type: tosca.capabilities.Node
922         occurrences:
923         - 1
924         - UNBOUNDED
925       cpu_server_pcm_1:
926         type: org.openecomp.capabilities.metric.Ceilometer
927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
928         occurrences:
929         - 1
930         - UNBOUNDED
931       network.outgoing.bytes_pcm_port_1:
932         type: org.openecomp.capabilities.metric.Ceilometer
933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
934         occurrences:
935         - 1
936         - UNBOUNDED
937       attachment_pcm_port_0:
938         type: tosca.capabilities.Attachment
939         occurrences:
940         - 1
941         - UNBOUNDED
942       attachment_pcm_port_1:
943         type: tosca.capabilities.Attachment
944         occurrences:
945         - 1
946         - UNBOUNDED
947       disk.device.read.bytes_server_pcm_1:
948         type: org.openecomp.capabilities.metric.Ceilometer
949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
950         occurrences:
951         - 1
952         - UNBOUNDED
953       endpoint_server_pcm_1:
954         type: tosca.capabilities.Endpoint.Admin
955         occurrences:
956         - 1
957         - UNBOUNDED
958       disk.read.bytes.rate_server_pcm_1:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.device.iops_server_pcm_1:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       cpu.delta_server_pcm_1:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       host_server_pcm_1:
977         type: tosca.capabilities.Container
978         valid_source_types:
979         - tosca.nodes.SoftwareComponent
980         occurrences:
981         - 1
982         - UNBOUNDED
983       disk.device.capacity_server_pcm_1:
984         type: org.openecomp.capabilities.metric.Ceilometer
985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
986         occurrences:
987         - 1
988         - UNBOUNDED
989       forwarder_pcm_port_0:
990         type: org.openecomp.capabilities.Forwarder
991         occurrences:
992         - 1
993         - UNBOUNDED
994       forwarder_pcm_port_1:
995         type: org.openecomp.capabilities.Forwarder
996         occurrences:
997         - 1
998         - UNBOUNDED
999       disk.read.requests_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       disk.device.write.requests.rate_server_pcm_1:
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.ephemeral.size_server_pcm_1:
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.latency_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       scalable_server_pcm_1:
1024         type: tosca.capabilities.Scalable
1025         occurrences:
1026         - 1
1027         - UNBOUNDED
1028       disk.write.requests.rate_server_pcm_1:
1029         type: org.openecomp.capabilities.metric.Ceilometer
1030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1031         occurrences:
1032         - 1
1033         - UNBOUNDED
1034       memory_server_pcm_1:
1035         type: org.openecomp.capabilities.metric.Ceilometer
1036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1037         occurrences:
1038         - 1
1039         - UNBOUNDED
1040       disk.device.latency_server_pcm_1:
1041         type: org.openecomp.capabilities.metric.Ceilometer
1042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1043         occurrences:
1044         - 1
1045         - UNBOUNDED
1046       disk.device.read.bytes.rate_server_pcm_1:
1047         type: org.openecomp.capabilities.metric.Ceilometer
1048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1049         occurrences:
1050         - 1
1051         - UNBOUNDED
1052       network.outgoing.bytes.rate_pcm_port_1:
1053         type: org.openecomp.capabilities.metric.Ceilometer
1054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       network.incoming.packets_pcm_port_0:
1059         type: org.openecomp.capabilities.metric.Ceilometer
1060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1061         occurrences:
1062         - 1
1063         - UNBOUNDED
1064       disk.device.usage_server_pcm_1:
1065         type: org.openecomp.capabilities.metric.Ceilometer
1066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       network.outgoing.bytes.rate_pcm_port_0:
1071         type: org.openecomp.capabilities.metric.Ceilometer
1072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1073         occurrences:
1074         - 1
1075         - UNBOUNDED
1076       disk.device.write.requests_server_pcm_1:
1077         type: org.openecomp.capabilities.metric.Ceilometer
1078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       network.incoming.packets_pcm_port_1:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       disk.write.bytes_server_pcm_1:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       disk.device.read.requests_server_pcm_1:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       instance_server_pcm_1:
1101         type: org.openecomp.capabilities.metric.Ceilometer
1102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       disk.device.read.requests.rate_server_pcm_1:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       os_server_pcm_1:
1113         type: tosca.capabilities.OperatingSystem
1114         occurrences:
1115         - 1
1116         - UNBOUNDED
1117       network.incoming.bytes.rate_pcm_port_0:
1118         type: org.openecomp.capabilities.metric.Ceilometer
1119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       binding_server_pcm_1:
1124         type: tosca.capabilities.network.Bindable
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       disk.write.bytes.rate_server_pcm_1:
1129         type: org.openecomp.capabilities.metric.Ceilometer
1130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1131         occurrences:
1132         - 1
1133         - UNBOUNDED
1134       disk.device.allocation_server_pcm_1:
1135         type: org.openecomp.capabilities.metric.Ceilometer
1136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       network.incoming.bytes.rate_pcm_port_1:
1141         type: org.openecomp.capabilities.metric.Ceilometer
1142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146   org.openecomp.resource.abstract.nodes.compute:
1147     derived_from: org.openecomp.resource.abstract.nodes.VFC
1148     properties:
1149       compute_compute_user_data_format:
1150         type: list
1151         required: true
1152         status: SUPPORTED
1153         entry_schema:
1154           type: string
1155       vm_image_name:
1156         type: string
1157         required: true
1158         status: SUPPORTED
1159       index_value:
1160         type: integer
1161         description: Index value of this substitution service template runtime instance
1162         required: false
1163         default: 0
1164         status: SUPPORTED
1165         constraints:
1166         - greater_or_equal: 0
1167       compute_compute_name:
1168         type: list
1169         required: true
1170         status: SUPPORTED
1171         entry_schema:
1172           type: string
1173       vm_flavor_name:
1174         type: string
1175         required: true
1176         status: SUPPORTED
1177       compute_compute_config_drive:
1178         type: list
1179         required: true
1180         status: SUPPORTED
1181         entry_schema:
1182           type: boolean
1183     requirements:
1184     - dependency_compute:
1185         capability: tosca.capabilities.Node
1186         node: tosca.nodes.Root
1187         relationship: tosca.relationships.DependsOn
1188         occurrences:
1189         - 0
1190         - UNBOUNDED
1191     - local_storage_compute:
1192         capability: tosca.capabilities.Attachment
1193         node: tosca.nodes.BlockStorage
1194         relationship: tosca.relationships.AttachesTo
1195         occurrences:
1196         - 0
1197         - UNBOUNDED
1198     capabilities:
1199       disk.device.usage_compute:
1200         type: org.openecomp.capabilities.metric.Ceilometer
1201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1202         occurrences:
1203         - 1
1204         - UNBOUNDED
1205       disk.write.requests_compute:
1206         type: org.openecomp.capabilities.metric.Ceilometer
1207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1208         occurrences:
1209         - 1
1210         - UNBOUNDED
1211       instance_compute:
1212         type: org.openecomp.capabilities.metric.Ceilometer
1213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1214         occurrences:
1215         - 1
1216         - UNBOUNDED
1217       disk.ephemeral.size_compute:
1218         type: org.openecomp.capabilities.metric.Ceilometer
1219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1220         occurrences:
1221         - 1
1222         - UNBOUNDED
1223       disk.device.read.bytes.rate_compute:
1224         type: org.openecomp.capabilities.metric.Ceilometer
1225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1226         occurrences:
1227         - 1
1228         - UNBOUNDED
1229       disk.latency_compute:
1230         type: org.openecomp.capabilities.metric.Ceilometer
1231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1232         occurrences:
1233         - 1
1234         - UNBOUNDED
1235       memory.resident_compute:
1236         type: org.openecomp.capabilities.metric.Ceilometer
1237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1238         occurrences:
1239         - 1
1240         - UNBOUNDED
1241       memory_compute:
1242         type: org.openecomp.capabilities.metric.Ceilometer
1243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1244         occurrences:
1245         - 1
1246         - UNBOUNDED
1247       disk.iops_compute:
1248         type: org.openecomp.capabilities.metric.Ceilometer
1249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1250         occurrences:
1251         - 1
1252         - UNBOUNDED
1253       disk.root.size_compute:
1254         type: org.openecomp.capabilities.metric.Ceilometer
1255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       disk.write.requests.rate_compute:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       disk.read.requests_compute:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       disk.device.read.requests.rate_compute:
1272         type: org.openecomp.capabilities.metric.Ceilometer
1273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       disk.read.bytes_compute:
1278         type: org.openecomp.capabilities.metric.Ceilometer
1279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283       disk.device.read.bytes_compute:
1284         type: org.openecomp.capabilities.metric.Ceilometer
1285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1286         occurrences:
1287         - 1
1288         - UNBOUNDED
1289       disk.write.bytes_compute:
1290         type: org.openecomp.capabilities.metric.Ceilometer
1291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1292         occurrences:
1293         - 1
1294         - UNBOUNDED
1295       disk.usage_compute:
1296         type: org.openecomp.capabilities.metric.Ceilometer
1297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1298         occurrences:
1299         - 1
1300         - UNBOUNDED
1301       os_compute:
1302         type: tosca.capabilities.OperatingSystem
1303         occurrences:
1304         - 1
1305         - UNBOUNDED
1306       disk.write.bytes.rate_compute:
1307         type: org.openecomp.capabilities.metric.Ceilometer
1308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1309         occurrences:
1310         - 1
1311         - UNBOUNDED
1312       vcpus_compute:
1313         type: org.openecomp.capabilities.metric.Ceilometer
1314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1315         occurrences:
1316         - 1
1317         - UNBOUNDED
1318       disk.capacity_compute:
1319         type: org.openecomp.capabilities.metric.Ceilometer
1320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1321         occurrences:
1322         - 1
1323         - UNBOUNDED
1324       cpu_util_compute:
1325         type: org.openecomp.capabilities.metric.Ceilometer
1326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1327         occurrences:
1328         - 1
1329         - UNBOUNDED
1330       disk.read.bytes.rate_compute:
1331         type: org.openecomp.capabilities.metric.Ceilometer
1332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1333         occurrences:
1334         - 1
1335         - UNBOUNDED
1336       disk.device.latency_compute:
1337         type: org.openecomp.capabilities.metric.Ceilometer
1338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1339         occurrences:
1340         - 1
1341         - UNBOUNDED
1342       disk.device.write.requests_compute:
1343         type: org.openecomp.capabilities.metric.Ceilometer
1344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       disk.device.iops_compute:
1349         type: org.openecomp.capabilities.metric.Ceilometer
1350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1351         occurrences:
1352         - 1
1353         - UNBOUNDED
1354       disk.device.write.requests.rate_compute:
1355         type: org.openecomp.capabilities.metric.Ceilometer
1356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1357         occurrences:
1358         - 1
1359         - UNBOUNDED
1360       endpoint_compute:
1361         type: tosca.capabilities.Endpoint.Admin
1362         occurrences:
1363         - 1
1364         - UNBOUNDED
1365       memory.usage_compute:
1366         type: org.openecomp.capabilities.metric.Ceilometer
1367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1368         occurrences:
1369         - 1
1370         - UNBOUNDED
1371       host_compute:
1372         type: tosca.capabilities.Container
1373         valid_source_types:
1374         - tosca.nodes.SoftwareComponent
1375         occurrences:
1376         - 1
1377         - UNBOUNDED
1378       feature_compute:
1379         type: tosca.capabilities.Node
1380         occurrences:
1381         - 1
1382         - UNBOUNDED
1383       disk.device.write.bytes_compute:
1384         type: org.openecomp.capabilities.metric.Ceilometer
1385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1386         occurrences:
1387         - 1
1388         - UNBOUNDED
1389       cpu_compute:
1390         type: org.openecomp.capabilities.metric.Ceilometer
1391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1392         occurrences:
1393         - 1
1394         - UNBOUNDED
1395       disk.device.write.bytes.rate_compute:
1396         type: org.openecomp.capabilities.metric.Ceilometer
1397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1398         occurrences:
1399         - 1
1400         - UNBOUNDED
1401       scalable_compute:
1402         type: tosca.capabilities.Scalable
1403         occurrences:
1404         - 1
1405         - UNBOUNDED
1406       disk.device.read.requests_compute:
1407         type: org.openecomp.capabilities.metric.Ceilometer
1408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1409         occurrences:
1410         - 1
1411         - UNBOUNDED
1412       disk.allocation_compute:
1413         type: org.openecomp.capabilities.metric.Ceilometer
1414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1415         occurrences:
1416         - 1
1417         - UNBOUNDED
1418       disk.device.capacity_compute:
1419         type: org.openecomp.capabilities.metric.Ceilometer
1420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1421         occurrences:
1422         - 1
1423         - UNBOUNDED
1424       disk.device.allocation_compute:
1425         type: org.openecomp.capabilities.metric.Ceilometer
1426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1427         occurrences:
1428         - 1
1429         - UNBOUNDED
1430       cpu.delta_compute:
1431         type: org.openecomp.capabilities.metric.Ceilometer
1432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1433         occurrences:
1434         - 1
1435         - UNBOUNDED
1436       binding_compute:
1437         type: tosca.capabilities.network.Bindable
1438         occurrences:
1439         - 1
1440         - UNBOUNDED