9ff008ea80fc4bbe5e65b91da7638e61e3a7567d
[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       disk.device.allocation_server_pcm:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       scalable_server_pcm:
437         type: tosca.capabilities.Scalable
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.device.read.bytes.rate_server_pcm:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447       cpu_util_server_pcm:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       network.outgoing.bytes.rate_pcm_port_02:
454         type: org.openecomp.capabilities.metric.Ceilometer
455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
456         occurrences:
457         - 1
458         - UNBOUNDED
459       network.outpoing.packets_pcm_port_12:
460         type: org.openecomp.capabilities.metric.Ceilometer
461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
462         occurrences:
463         - 1
464         - UNBOUNDED
465       network.incoming.packets.rate_pcm_port_02:
466         type: org.openecomp.capabilities.metric.Ceilometer
467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
468         occurrences:
469         - 1
470         - UNBOUNDED
471       disk.write.requests.rate_server_pcm:
472         type: org.openecomp.capabilities.metric.Ceilometer
473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
474         occurrences:
475         - 1
476         - UNBOUNDED
477       binding_pcm_port_02:
478         type: tosca.capabilities.network.Bindable
479         valid_source_types:
480         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
481         occurrences:
482         - 0
483         - UNBOUNDED
484       disk.device.write.bytes.rate_server_pcm:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       host_server_pcm:
491         type: tosca.capabilities.Container
492         valid_source_types:
493         - tosca.nodes.SoftwareComponent
494         occurrences:
495         - 1
496         - UNBOUNDED
497       cpu.delta_server_pcm:
498         type: org.openecomp.capabilities.metric.Ceilometer
499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
500         occurrences:
501         - 1
502         - UNBOUNDED
503       network.incoming.packets_pcm_port_12:
504         type: org.openecomp.capabilities.metric.Ceilometer
505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
506         occurrences:
507         - 1
508         - UNBOUNDED
509       binding_server_pcm:
510         type: tosca.capabilities.network.Bindable
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.device.capacity_server_pcm:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       instance_server_pcm:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526       disk.device.write.requests.rate_server_pcm:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       disk.latency_server_pcm:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538       disk.device.read.requests_server_pcm:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544       network.incoming.bytes_pcm_port_12:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       feature_server_pcm:
551         type: tosca.capabilities.Node
552         occurrences:
553         - 1
554         - UNBOUNDED
555       network.outpoing.packets_pcm_port_02:
556         type: org.openecomp.capabilities.metric.Ceilometer
557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
558         occurrences:
559         - 1
560         - UNBOUNDED
561       disk.write.bytes.rate_server_pcm:
562         type: org.openecomp.capabilities.metric.Ceilometer
563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
564         occurrences:
565         - 1
566         - UNBOUNDED
567   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
568     derived_from: org.openecomp.resource.abstract.nodes.VFC
569     properties:
570       port_pcm_port_0_network_role:
571         type: string
572         required: true
573         status: SUPPORTED
574       port_pcm_port_1_network_role_tag:
575         type: string
576         required: true
577         status: SUPPORTED
578       availabilityzone_name:
579         type: string
580         description: availabilityzone name
581         required: true
582         status: SUPPORTED
583       port_pcm_port_0_vlan_requirements:
584         type: list
585         required: true
586         status: SUPPORTED
587         entry_schema:
588           type: org.openecomp.datatypes.network.VlanRequirements
589       pcm_image_name:
590         type: string
591         description: PCRF CM image name
592         required: true
593         status: SUPPORTED
594       port_pcm_port_0_order:
595         type: integer
596         required: true
597         status: SUPPORTED
598       port_pcm_port_0_subnetpoolid:
599         type: string
600         required: true
601         status: SUPPORTED
602       port_pcm_port_1_subnetpoolid:
603         type: string
604         required: true
605         status: SUPPORTED
606       port_pcm_port_0_network_role_tag:
607         type: string
608         required: true
609         status: SUPPORTED
610       pcm_server_name:
611         type: string
612         description: PCRF CM server name
613         required: true
614         status: SUPPORTED
615       cps_net_mask:
616         type: string
617         description: CPS network mask
618         required: true
619         status: SUPPORTED
620       port_pcm_port_1_exCP_naming:
621         type: org.openecomp.datatypes.Naming
622         required: true
623         status: SUPPORTED
624       port_pcm_port_0_exCP_naming:
625         type: org.openecomp.datatypes.Naming
626         required: true
627         status: SUPPORTED
628       oam_net_name:
629         type: string
630         description: OAM network name
631         required: true
632         status: SUPPORTED
633       port_pcm_port_1_network_role:
634         type: string
635         required: true
636         status: SUPPORTED
637       port_pcm_port_0_ip_requirements:
638         type: list
639         required: true
640         status: SUPPORTED
641         entry_schema:
642           type: org.openecomp.datatypes.network.IpRequirements
643       oam_net_gw:
644         type: string
645         description: CPS network gateway
646         required: true
647         status: SUPPORTED
648       security_group_name:
649         type: string
650         description: the name of security group
651         required: true
652         status: SUPPORTED
653       cps_net_ip:
654         type: string
655         description: CPS network ip
656         required: true
657         status: SUPPORTED
658       port_pcm_port_1_mac_requirements:
659         type: org.openecomp.datatypes.network.MacRequirements
660         required: true
661         status: SUPPORTED
662       port_pcm_port_1_vlan_requirements:
663         type: list
664         required: true
665         status: SUPPORTED
666         entry_schema:
667           type: org.openecomp.datatypes.network.VlanRequirements
668       pcm_flavor_name:
669         type: string
670         description: flavor name of PCRF CM instance
671         required: true
672         status: SUPPORTED
673       pcm_vol:
674         type: string
675         description: CPS Cluman Cinder Volume
676         required: true
677         status: SUPPORTED
678       port_pcm_port_1_ip_requirements:
679         type: list
680         required: true
681         status: SUPPORTED
682         entry_schema:
683           type: org.openecomp.datatypes.network.IpRequirements
684       port_pcm_port_0_mac_requirements:
685         type: org.openecomp.datatypes.network.MacRequirements
686         required: true
687         status: SUPPORTED
688       cps_net_name:
689         type: string
690         description: CPS network name
691         required: true
692         status: SUPPORTED
693       oam_net_ip:
694         type: string
695         description: OAM network ip
696         required: true
697         status: SUPPORTED
698       oam_net_mask:
699         type: string
700         description: CPS network mask
701         required: true
702         status: SUPPORTED
703       port_pcm_port_1_order:
704         type: integer
705         required: true
706         status: SUPPORTED
707     attributes:
708       server_pcm_id:
709         type: string
710         description: the pcm nova service id
711         status: SUPPORTED
712     requirements:
713     - dependency_pcm_port_1:
714         capability: tosca.capabilities.Node
715         node: tosca.nodes.Root
716         relationship: tosca.relationships.DependsOn
717         occurrences:
718         - 0
719         - UNBOUNDED
720     - link_pcm_port_1:
721         capability: tosca.capabilities.network.Linkable
722         relationship: tosca.relationships.network.LinksTo
723         occurrences:
724         - 1
725         - 1
726     - dependency_server_pcm_1:
727         capability: tosca.capabilities.Node
728         node: tosca.nodes.Root
729         relationship: tosca.relationships.DependsOn
730         occurrences:
731         - 0
732         - UNBOUNDED
733     - local_storage_server_pcm_1:
734         capability: tosca.capabilities.Attachment
735         node: tosca.nodes.BlockStorage
736         relationship: tosca.relationships.AttachesTo
737         occurrences:
738         - 0
739         - UNBOUNDED
740     - dependency_pcm_port_0:
741         capability: tosca.capabilities.Node
742         node: tosca.nodes.Root
743         relationship: tosca.relationships.DependsOn
744         occurrences:
745         - 0
746         - UNBOUNDED
747     - link_pcm_port_0:
748         capability: tosca.capabilities.network.Linkable
749         relationship: tosca.relationships.network.LinksTo
750         occurrences:
751         - 1
752         - 1
753     capabilities:
754       disk.root.size_server_pcm_1:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       network.incoming.packets.rate_pcm_port_0:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       network.incoming.packets.rate_pcm_port_1:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       network.outpoing.packets_pcm_port_1:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       network.outpoing.packets_pcm_port_0:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       disk.iops_server_pcm_1:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       disk.device.write.bytes.rate_server_pcm_1:
791         type: org.openecomp.capabilities.metric.Ceilometer
792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
793         occurrences:
794         - 1
795         - UNBOUNDED
796       disk.capacity_server_pcm_1:
797         type: org.openecomp.capabilities.metric.Ceilometer
798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
799         occurrences:
800         - 1
801         - UNBOUNDED
802       disk.write.requests_server_pcm_1:
803         type: org.openecomp.capabilities.metric.Ceilometer
804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
805         occurrences:
806         - 1
807         - UNBOUNDED
808       disk.read.bytes_server_pcm_1:
809         type: org.openecomp.capabilities.metric.Ceilometer
810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
811         occurrences:
812         - 1
813         - UNBOUNDED
814       network.incoming.bytes_pcm_port_0:
815         type: org.openecomp.capabilities.metric.Ceilometer
816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
817         occurrences:
818         - 1
819         - UNBOUNDED
820       disk.usage_server_pcm_1:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       cpu_util_server_pcm_1:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       vcpus_server_pcm_1:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       memory.resident_server_pcm_1:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       network.incoming.bytes_pcm_port_1:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       binding_pcm_port_0:
851         type: tosca.capabilities.network.Bindable
852         valid_source_types:
853         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
854         occurrences:
855         - 0
856         - UNBOUNDED
857       binding_pcm_port_1:
858         type: tosca.capabilities.network.Bindable
859         valid_source_types:
860         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
861         occurrences:
862         - 0
863         - UNBOUNDED
864       feature_server_pcm_1:
865         type: tosca.capabilities.Node
866         occurrences:
867         - 1
868         - UNBOUNDED
869       network.outgoing.packets.rate_pcm_port_0:
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       network.outgoing.packets.rate_pcm_port_1:
876         type: org.openecomp.capabilities.metric.Ceilometer
877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
878         occurrences:
879         - 1
880         - UNBOUNDED
881       disk.allocation_server_pcm_1:
882         type: org.openecomp.capabilities.metric.Ceilometer
883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
884         occurrences:
885         - 1
886         - UNBOUNDED
887       disk.device.write.bytes_server_pcm_1:
888         type: org.openecomp.capabilities.metric.Ceilometer
889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
890         occurrences:
891         - 1
892         - UNBOUNDED
893       feature_pcm_port_1:
894         type: tosca.capabilities.Node
895         occurrences:
896         - 1
897         - UNBOUNDED
898       memory.usage_server_pcm_1:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       network.outgoing.bytes_pcm_port_0:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       feature_pcm_port_0:
911         type: tosca.capabilities.Node
912         occurrences:
913         - 1
914         - UNBOUNDED
915       cpu_server_pcm_1:
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       network.outgoing.bytes_pcm_port_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       attachment_pcm_port_0:
928         type: tosca.capabilities.Attachment
929         occurrences:
930         - 1
931         - UNBOUNDED
932       attachment_pcm_port_1:
933         type: tosca.capabilities.Attachment
934         occurrences:
935         - 1
936         - UNBOUNDED
937       disk.device.read.bytes_server_pcm_1:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       endpoint_server_pcm_1:
944         type: tosca.capabilities.Endpoint.Admin
945         occurrences:
946         - 1
947         - UNBOUNDED
948       disk.read.bytes.rate_server_pcm_1:
949         type: org.openecomp.capabilities.metric.Ceilometer
950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
951         occurrences:
952         - 1
953         - UNBOUNDED
954       disk.device.iops_server_pcm_1:
955         type: org.openecomp.capabilities.metric.Ceilometer
956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
957         occurrences:
958         - 1
959         - UNBOUNDED
960       cpu.delta_server_pcm_1:
961         type: org.openecomp.capabilities.metric.Ceilometer
962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
963         occurrences:
964         - 1
965         - UNBOUNDED
966       host_server_pcm_1:
967         type: tosca.capabilities.Container
968         valid_source_types:
969         - tosca.nodes.SoftwareComponent
970         occurrences:
971         - 1
972         - UNBOUNDED
973       disk.device.capacity_server_pcm_1:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       disk.read.requests_server_pcm_1:
980         type: org.openecomp.capabilities.metric.Ceilometer
981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
982         occurrences:
983         - 1
984         - UNBOUNDED
985       disk.device.write.requests.rate_server_pcm_1:
986         type: org.openecomp.capabilities.metric.Ceilometer
987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
988         occurrences:
989         - 1
990         - UNBOUNDED
991       disk.ephemeral.size_server_pcm_1:
992         type: org.openecomp.capabilities.metric.Ceilometer
993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
994         occurrences:
995         - 1
996         - UNBOUNDED
997       disk.latency_server_pcm_1:
998         type: org.openecomp.capabilities.metric.Ceilometer
999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1000         occurrences:
1001         - 1
1002         - UNBOUNDED
1003       scalable_server_pcm_1:
1004         type: tosca.capabilities.Scalable
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.write.requests.rate_server_pcm_1:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       memory_server_pcm_1:
1015         type: org.openecomp.capabilities.metric.Ceilometer
1016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1017         occurrences:
1018         - 1
1019         - UNBOUNDED
1020       disk.device.latency_server_pcm_1:
1021         type: org.openecomp.capabilities.metric.Ceilometer
1022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1023         occurrences:
1024         - 1
1025         - UNBOUNDED
1026       disk.device.read.bytes.rate_server_pcm_1:
1027         type: org.openecomp.capabilities.metric.Ceilometer
1028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       network.outgoing.bytes.rate_pcm_port_1:
1033         type: org.openecomp.capabilities.metric.Ceilometer
1034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       network.incoming.packets_pcm_port_0:
1039         type: org.openecomp.capabilities.metric.Ceilometer
1040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1041         occurrences:
1042         - 1
1043         - UNBOUNDED
1044       disk.device.usage_server_pcm_1:
1045         type: org.openecomp.capabilities.metric.Ceilometer
1046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1047         occurrences:
1048         - 1
1049         - UNBOUNDED
1050       network.outgoing.bytes.rate_pcm_port_0:
1051         type: org.openecomp.capabilities.metric.Ceilometer
1052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1053         occurrences:
1054         - 1
1055         - UNBOUNDED
1056       disk.device.write.requests_server_pcm_1:
1057         type: org.openecomp.capabilities.metric.Ceilometer
1058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1059         occurrences:
1060         - 1
1061         - UNBOUNDED
1062       network.incoming.packets_pcm_port_1:
1063         type: org.openecomp.capabilities.metric.Ceilometer
1064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1065         occurrences:
1066         - 1
1067         - UNBOUNDED
1068       disk.write.bytes_server_pcm_1:
1069         type: org.openecomp.capabilities.metric.Ceilometer
1070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1071         occurrences:
1072         - 1
1073         - UNBOUNDED
1074       disk.device.read.requests_server_pcm_1:
1075         type: org.openecomp.capabilities.metric.Ceilometer
1076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1077         occurrences:
1078         - 1
1079         - UNBOUNDED
1080       instance_server_pcm_1:
1081         type: org.openecomp.capabilities.metric.Ceilometer
1082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       disk.device.read.requests.rate_server_pcm_1:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       os_server_pcm_1:
1093         type: tosca.capabilities.OperatingSystem
1094         occurrences:
1095         - 1
1096         - UNBOUNDED
1097       network.incoming.bytes.rate_pcm_port_0:
1098         type: org.openecomp.capabilities.metric.Ceilometer
1099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1100         occurrences:
1101         - 1
1102         - UNBOUNDED
1103       binding_server_pcm_1:
1104         type: tosca.capabilities.network.Bindable
1105         occurrences:
1106         - 1
1107         - UNBOUNDED
1108       disk.write.bytes.rate_server_pcm_1:
1109         type: org.openecomp.capabilities.metric.Ceilometer
1110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1111         occurrences:
1112         - 1
1113         - UNBOUNDED
1114       disk.device.allocation_server_pcm_1:
1115         type: org.openecomp.capabilities.metric.Ceilometer
1116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1117         occurrences:
1118         - 1
1119         - UNBOUNDED
1120       network.incoming.bytes.rate_pcm_port_1:
1121         type: org.openecomp.capabilities.metric.Ceilometer
1122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1123         occurrences:
1124         - 1
1125         - UNBOUNDED
1126   org.openecomp.resource.abstract.nodes.compute:
1127     derived_from: org.openecomp.resource.abstract.nodes.VFC
1128     properties:
1129       compute_compute_user_data_format:
1130         type: list
1131         required: true
1132         status: SUPPORTED
1133         entry_schema:
1134           type: string
1135       vm_image_name:
1136         type: string
1137         required: true
1138         status: SUPPORTED
1139       index_value:
1140         type: integer
1141         description: Index value of this substitution service template runtime instance
1142         required: false
1143         default: 0
1144         status: SUPPORTED
1145         constraints:
1146         - greater_or_equal: 0
1147       compute_compute_name:
1148         type: list
1149         required: true
1150         status: SUPPORTED
1151         entry_schema:
1152           type: string
1153       vm_flavor_name:
1154         type: string
1155         required: true
1156         status: SUPPORTED
1157       compute_compute_config_drive:
1158         type: list
1159         required: true
1160         status: SUPPORTED
1161         entry_schema:
1162           type: boolean
1163     requirements:
1164     - dependency_compute:
1165         capability: tosca.capabilities.Node
1166         node: tosca.nodes.Root
1167         relationship: tosca.relationships.DependsOn
1168         occurrences:
1169         - 0
1170         - UNBOUNDED
1171     - local_storage_compute:
1172         capability: tosca.capabilities.Attachment
1173         node: tosca.nodes.BlockStorage
1174         relationship: tosca.relationships.AttachesTo
1175         occurrences:
1176         - 0
1177         - UNBOUNDED
1178     capabilities:
1179       disk.device.usage_compute:
1180         type: org.openecomp.capabilities.metric.Ceilometer
1181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1182         occurrences:
1183         - 1
1184         - UNBOUNDED
1185       disk.write.requests_compute:
1186         type: org.openecomp.capabilities.metric.Ceilometer
1187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1188         occurrences:
1189         - 1
1190         - UNBOUNDED
1191       instance_compute:
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       disk.ephemeral.size_compute:
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       disk.device.read.bytes.rate_compute:
1204         type: org.openecomp.capabilities.metric.Ceilometer
1205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1206         occurrences:
1207         - 1
1208         - UNBOUNDED
1209       disk.latency_compute:
1210         type: org.openecomp.capabilities.metric.Ceilometer
1211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1212         occurrences:
1213         - 1
1214         - UNBOUNDED
1215       memory.resident_compute:
1216         type: org.openecomp.capabilities.metric.Ceilometer
1217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1218         occurrences:
1219         - 1
1220         - UNBOUNDED
1221       memory_compute:
1222         type: org.openecomp.capabilities.metric.Ceilometer
1223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1224         occurrences:
1225         - 1
1226         - UNBOUNDED
1227       disk.iops_compute:
1228         type: org.openecomp.capabilities.metric.Ceilometer
1229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1230         occurrences:
1231         - 1
1232         - UNBOUNDED
1233       disk.root.size_compute:
1234         type: org.openecomp.capabilities.metric.Ceilometer
1235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1236         occurrences:
1237         - 1
1238         - UNBOUNDED
1239       disk.write.requests.rate_compute:
1240         type: org.openecomp.capabilities.metric.Ceilometer
1241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1242         occurrences:
1243         - 1
1244         - UNBOUNDED
1245       disk.read.requests_compute:
1246         type: org.openecomp.capabilities.metric.Ceilometer
1247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1248         occurrences:
1249         - 1
1250         - UNBOUNDED
1251       disk.device.read.requests.rate_compute:
1252         type: org.openecomp.capabilities.metric.Ceilometer
1253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1254         occurrences:
1255         - 1
1256         - UNBOUNDED
1257       disk.read.bytes_compute:
1258         type: org.openecomp.capabilities.metric.Ceilometer
1259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1260         occurrences:
1261         - 1
1262         - UNBOUNDED
1263       disk.device.read.bytes_compute:
1264         type: org.openecomp.capabilities.metric.Ceilometer
1265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1266         occurrences:
1267         - 1
1268         - UNBOUNDED
1269       disk.write.bytes_compute:
1270         type: org.openecomp.capabilities.metric.Ceilometer
1271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1272         occurrences:
1273         - 1
1274         - UNBOUNDED
1275       disk.usage_compute:
1276         type: org.openecomp.capabilities.metric.Ceilometer
1277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1278         occurrences:
1279         - 1
1280         - UNBOUNDED
1281       os_compute:
1282         type: tosca.capabilities.OperatingSystem
1283         occurrences:
1284         - 1
1285         - UNBOUNDED
1286       disk.write.bytes.rate_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       vcpus_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       disk.capacity_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       cpu_util_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.read.bytes.rate_compute:
1311         type: org.openecomp.capabilities.metric.Ceilometer
1312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1313         occurrences:
1314         - 1
1315         - UNBOUNDED
1316       disk.device.latency_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.device.write.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.iops_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.device.write.requests.rate_compute:
1335         type: org.openecomp.capabilities.metric.Ceilometer
1336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1337         occurrences:
1338         - 1
1339         - UNBOUNDED
1340       endpoint_compute:
1341         type: tosca.capabilities.Endpoint.Admin
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       memory.usage_compute:
1346         type: org.openecomp.capabilities.metric.Ceilometer
1347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1348         occurrences:
1349         - 1
1350         - UNBOUNDED
1351       host_compute:
1352         type: tosca.capabilities.Container
1353         valid_source_types:
1354         - tosca.nodes.SoftwareComponent
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       feature_compute:
1359         type: tosca.capabilities.Node
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       disk.device.write.bytes_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       cpu_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.device.write.bytes.rate_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       scalable_compute:
1382         type: tosca.capabilities.Scalable
1383         occurrences:
1384         - 1
1385         - UNBOUNDED
1386       disk.device.read.requests_compute:
1387         type: org.openecomp.capabilities.metric.Ceilometer
1388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1389         occurrences:
1390         - 1
1391         - UNBOUNDED
1392       disk.allocation_compute:
1393         type: org.openecomp.capabilities.metric.Ceilometer
1394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1395         occurrences:
1396         - 1
1397         - UNBOUNDED
1398       disk.device.capacity_compute:
1399         type: org.openecomp.capabilities.metric.Ceilometer
1400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1401         occurrences:
1402         - 1
1403         - UNBOUNDED
1404       disk.device.allocation_compute:
1405         type: org.openecomp.capabilities.metric.Ceilometer
1406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1407         occurrences:
1408         - 1
1409         - UNBOUNDED
1410       cpu.delta_compute:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       binding_compute:
1417         type: tosca.capabilities.network.Bindable
1418         occurrences:
1419         - 1
1420         - UNBOUNDED