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