7c442c719edc1da58bbfdf3cf6a45788ecfe8c9c
[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.nested:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       cmaui_names:
12         type: list
13         description: CMAUI1, CMAUI2 server names
14         required: true
15         status: SUPPORTED
16         entry_schema:
17           type: string
18       cmaui_cinder_volume_size:
19         type: float
20         description: the size of the CMAUI Cinder volume
21         required: true
22         status: SUPPORTED
23       timezone:
24         type: string
25         description: timezone
26         required: true
27         status: SUPPORTED
28       security_group_name:
29         type: string
30         description: the name of security group
31         required: true
32         status: SUPPORTED
33       cmaui_volume:
34         type: string
35         description: Volume for CMAUI server
36         required: true
37         status: SUPPORTED
38       oam_network_netmask:
39         type: string
40         description: oam network gateway
41         required: true
42         status: SUPPORTED
43       cmaui_image:
44         type: string
45         description: Image for CMAUI server
46         required: true
47         status: SUPPORTED
48       vnf_id:
49         type: string
50         description: Unique ID for this VNF instance
51         required: false
52         default: This_is_ths_MMSC-CMAUI_id
53         status: SUPPORTED
54       cmaui_flavor:
55         type: string
56         description: Flavor for CMAUI server
57         required: true
58         status: SUPPORTED
59       oam_network_gateway:
60         type: string
61         description: oam network gateway
62         required: true
63         status: SUPPORTED
64       availability_zone_0:
65         type: string
66         description: availabilityzone name
67         required: true
68         status: SUPPORTED
69       inner_cmaui_volume_b3:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: string
75       cmaui_oam_ips:
76         type: list
77         description: CMAUI oam_net IP addresses
78         required: true
79         status: SUPPORTED
80         entry_schema:
81           type: string
82       inner_cmaui_volume_a1:
83         type: string
84         description: the name of the target volume backend
85         required: true
86         status: SUPPORTED
87       inner_cmaui_volume_b2:
88         type: string
89         description: the name of the target volume backend
90         required: true
91         status: SUPPORTED
92       external_dns:
93         type: string
94         description: dns server
95         required: true
96         status: SUPPORTED
97       oam_net_name:
98         type: string
99         description: UID of OAM network
100         required: true
101         status: SUPPORTED
102       external_ntp:
103         type: string
104         description: ntp server
105         required: true
106         status: SUPPORTED
107       CMAUI_volume_type:
108         type: string
109         description: the name of the target volume backend
110         required: true
111         status: SUPPORTED
112     requirements:
113     - dependency_cmaui_port_2:
114         capability: tosca.capabilities.Node
115         node: tosca.nodes.Root
116         relationship: tosca.relationships.DependsOn
117         occurrences:
118         - 0
119         - UNBOUNDED
120     - link_cmaui_port_2:
121         capability: tosca.capabilities.network.Linkable
122         relationship: tosca.relationships.network.LinksTo
123         occurrences:
124         - 1
125         - 1
126     - dependency_server_cmaui2:
127         capability: tosca.capabilities.Node
128         node: tosca.nodes.Root
129         relationship: tosca.relationships.DependsOn
130         occurrences:
131         - 0
132         - UNBOUNDED
133     - local_storage_server_cmaui2:
134         capability: tosca.capabilities.Attachment
135         node: tosca.nodes.BlockStorage
136         relationship: tosca.relationships.AttachesTo
137         occurrences:
138         - 0
139         - UNBOUNDED
140     - dependency_server_cmaui1:
141         capability: tosca.capabilities.Node
142         node: tosca.nodes.Root
143         relationship: tosca.relationships.DependsOn
144         occurrences:
145         - 0
146         - UNBOUNDED
147     - local_storage_server_cmaui1:
148         capability: tosca.capabilities.Attachment
149         node: tosca.nodes.BlockStorage
150         relationship: tosca.relationships.AttachesTo
151         occurrences:
152         - 0
153         - UNBOUNDED
154     - dependency_cmaui_port_0:
155         capability: tosca.capabilities.Node
156         node: tosca.nodes.Root
157         relationship: tosca.relationships.DependsOn
158         occurrences:
159         - 0
160         - UNBOUNDED
161     - link_cmaui_port_0:
162         capability: tosca.capabilities.network.Linkable
163         relationship: tosca.relationships.network.LinksTo
164         occurrences:
165         - 1
166         - 1
167     capabilities:
168       memory.usage_server_cmaui2:
169         type: org.openecomp.capabilities.metric.Ceilometer
170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
171         occurrences:
172         - 1
173         - UNBOUNDED
174       scalable_server_cmaui1:
175         type: tosca.capabilities.Scalable
176         occurrences:
177         - 1
178         - UNBOUNDED
179       scalable_server_cmaui2:
180         type: tosca.capabilities.Scalable
181         occurrences:
182         - 1
183         - UNBOUNDED
184       cpu.delta_server_cmaui2:
185         type: org.openecomp.capabilities.metric.Ceilometer
186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
187         occurrences:
188         - 1
189         - UNBOUNDED
190       disk.device.write.requests.rate_server_cmaui2:
191         type: org.openecomp.capabilities.metric.Ceilometer
192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
193         occurrences:
194         - 1
195         - UNBOUNDED
196       cpu.delta_server_cmaui1:
197         type: org.openecomp.capabilities.metric.Ceilometer
198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
199         occurrences:
200         - 1
201         - UNBOUNDED
202       disk.iops_server_cmaui1:
203         type: org.openecomp.capabilities.metric.Ceilometer
204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
205         occurrences:
206         - 1
207         - UNBOUNDED
208       host_server_cmaui1:
209         type: tosca.capabilities.Container
210         valid_source_types:
211         - tosca.nodes.SoftwareComponent
212         occurrences:
213         - 1
214         - UNBOUNDED
215       disk.device.write.requests.rate_server_cmaui1:
216         type: org.openecomp.capabilities.metric.Ceilometer
217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
218         occurrences:
219         - 1
220         - UNBOUNDED
221       disk.iops_server_cmaui2:
222         type: org.openecomp.capabilities.metric.Ceilometer
223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
224         occurrences:
225         - 1
226         - UNBOUNDED
227       disk.device.write.bytes.rate_server_cmaui2:
228         type: org.openecomp.capabilities.metric.Ceilometer
229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
230         occurrences:
231         - 1
232         - UNBOUNDED
233       disk.device.write.bytes.rate_server_cmaui1:
234         type: org.openecomp.capabilities.metric.Ceilometer
235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
236         occurrences:
237         - 1
238         - UNBOUNDED
239       memory.usage_server_cmaui1:
240         type: org.openecomp.capabilities.metric.Ceilometer
241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
242         occurrences:
243         - 1
244         - UNBOUNDED
245       host_server_cmaui2:
246         type: tosca.capabilities.Container
247         valid_source_types:
248         - tosca.nodes.SoftwareComponent
249         occurrences:
250         - 1
251         - UNBOUNDED
252       disk.write.requests_server_cmaui2:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       memory_server_cmaui1:
259         type: org.openecomp.capabilities.metric.Ceilometer
260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
261         occurrences:
262         - 1
263         - UNBOUNDED
264       memory_server_cmaui2:
265         type: org.openecomp.capabilities.metric.Ceilometer
266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
267         occurrences:
268         - 1
269         - UNBOUNDED
270       disk.write.bytes_server_cmaui1:
271         type: org.openecomp.capabilities.metric.Ceilometer
272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
273         occurrences:
274         - 1
275         - UNBOUNDED
276       disk.write.bytes_server_cmaui2:
277         type: org.openecomp.capabilities.metric.Ceilometer
278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
279         occurrences:
280         - 1
281         - UNBOUNDED
282       feature_server_cmaui2:
283         type: tosca.capabilities.Node
284         occurrences:
285         - 1
286         - UNBOUNDED
287       feature_server_cmaui1:
288         type: tosca.capabilities.Node
289         occurrences:
290         - 1
291         - UNBOUNDED
292       disk.root.size_server_cmaui1:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       network.outgoing.bytes_cmaui_port_2:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       disk.write.requests_server_cmaui1:
305         type: org.openecomp.capabilities.metric.Ceilometer
306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
307         occurrences:
308         - 1
309         - UNBOUNDED
310       network.outgoing.bytes_cmaui_port_0:
311         type: org.openecomp.capabilities.metric.Ceilometer
312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
313         occurrences:
314         - 1
315         - UNBOUNDED
316       cpu_server_cmaui2:
317         type: org.openecomp.capabilities.metric.Ceilometer
318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
319         occurrences:
320         - 1
321         - UNBOUNDED
322       cpu_server_cmaui1:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       disk.device.read.requests_server_cmaui2:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       disk.device.read.requests_server_cmaui1:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       network.incoming.packets_cmaui_port_2:
341         type: org.openecomp.capabilities.metric.Ceilometer
342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
343         occurrences:
344         - 1
345         - UNBOUNDED
346       disk.allocation_server_cmaui2:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.allocation_server_cmaui1:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       disk.read.bytes.rate_server_cmaui1:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       disk.read.bytes.rate_server_cmaui2:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       network.incoming.packets_cmaui_port_0:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       binding_server_cmaui2:
377         type: tosca.capabilities.network.Bindable
378         occurrences:
379         - 1
380         - UNBOUNDED
381       disk.read.requests_server_cmaui2:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       binding_server_cmaui1:
388         type: tosca.capabilities.network.Bindable
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.read.requests_server_cmaui1:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       disk.latency_server_cmaui1:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       disk.latency_server_cmaui2:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       memory.resident_server_cmaui1:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       memory.resident_server_cmaui2:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       binding_cmaui_port_0:
423         type: tosca.capabilities.network.Bindable
424         valid_source_types:
425         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
426         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
427         occurrences:
428         - 0
429         - UNBOUNDED
430       binding_cmaui_port_2:
431         type: tosca.capabilities.network.Bindable
432         valid_source_types:
433         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
434         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
435         occurrences:
436         - 0
437         - UNBOUNDED
438       disk.device.write.bytes_server_cmaui2:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.device.write.bytes_server_cmaui1:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       disk.capacity_server_cmaui1:
451         type: org.openecomp.capabilities.metric.Ceilometer
452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
453         occurrences:
454         - 1
455         - UNBOUNDED
456       disk.capacity_server_cmaui2:
457         type: org.openecomp.capabilities.metric.Ceilometer
458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
459         occurrences:
460         - 1
461         - UNBOUNDED
462       network.outgoing.bytes.rate_cmaui_port_2:
463         type: org.openecomp.capabilities.metric.Ceilometer
464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
465         occurrences:
466         - 1
467         - UNBOUNDED
468       os_server_cmaui1:
469         type: tosca.capabilities.OperatingSystem
470         occurrences:
471         - 1
472         - UNBOUNDED
473       network.outgoing.bytes.rate_cmaui_port_0:
474         type: org.openecomp.capabilities.metric.Ceilometer
475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
476         occurrences:
477         - 1
478         - UNBOUNDED
479       network.incoming.bytes_cmaui_port_2:
480         type: org.openecomp.capabilities.metric.Ceilometer
481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
482         occurrences:
483         - 1
484         - UNBOUNDED
485       os_server_cmaui2:
486         type: tosca.capabilities.OperatingSystem
487         occurrences:
488         - 1
489         - UNBOUNDED
490       network.incoming.bytes_cmaui_port_0:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.device.read.bytes.rate_server_cmaui1:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       disk.write.bytes.rate_server_cmaui1:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.write.bytes.rate_server_cmaui2:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.device.write.requests_server_cmaui1:
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       disk.device.write.requests_server_cmaui2:
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       network.incoming.packets.rate_cmaui_port_0:
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       network.incoming.packets.rate_cmaui_port_2:
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       feature_cmaui_port_2:
539         type: tosca.capabilities.Node
540         occurrences:
541         - 1
542         - UNBOUNDED
543       disk.device.read.bytes.rate_server_cmaui2:
544         type: org.openecomp.capabilities.metric.Ceilometer
545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
546         occurrences:
547         - 1
548         - UNBOUNDED
549       feature_cmaui_port_0:
550         type: tosca.capabilities.Node
551         occurrences:
552         - 1
553         - UNBOUNDED
554       attachment_cmaui_port_2:
555         type: tosca.capabilities.Attachment
556         occurrences:
557         - 1
558         - UNBOUNDED
559       network.outgoing.packets.rate_cmaui_port_0:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       network.outgoing.packets.rate_cmaui_port_2:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       attachment_cmaui_port_0:
572         type: tosca.capabilities.Attachment
573         occurrences:
574         - 1
575         - UNBOUNDED
576       disk.read.bytes_server_cmaui2:
577         type: org.openecomp.capabilities.metric.Ceilometer
578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
579         occurrences:
580         - 1
581         - UNBOUNDED
582       instance_server_cmaui2:
583         type: org.openecomp.capabilities.metric.Ceilometer
584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
585         occurrences:
586         - 1
587         - UNBOUNDED
588       disk.device.allocation_server_cmaui2:
589         type: org.openecomp.capabilities.metric.Ceilometer
590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
591         occurrences:
592         - 1
593         - UNBOUNDED
594       instance_server_cmaui1:
595         type: org.openecomp.capabilities.metric.Ceilometer
596         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
597         occurrences:
598         - 1
599         - UNBOUNDED
600       disk.device.allocation_server_cmaui1:
601         type: org.openecomp.capabilities.metric.Ceilometer
602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
603         occurrences:
604         - 1
605         - UNBOUNDED
606       disk.read.bytes_server_cmaui1:
607         type: org.openecomp.capabilities.metric.Ceilometer
608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
609         occurrences:
610         - 1
611         - UNBOUNDED
612       forwarder_cmaui_port_0:
613         type: org.openecomp.capabilities.Forwarder
614         occurrences:
615         - 1
616         - UNBOUNDED
617       forwarder_cmaui_port_2:
618         type: org.openecomp.capabilities.Forwarder
619         occurrences:
620         - 1
621         - UNBOUNDED
622       disk.device.usage_server_cmaui1:
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       disk.device.usage_server_cmaui2:
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       disk.device.capacity_server_cmaui2:
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       disk.device.capacity_server_cmaui1:
641         type: org.openecomp.capabilities.metric.Ceilometer
642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
643         occurrences:
644         - 1
645         - UNBOUNDED
646       disk.usage_server_cmaui2:
647         type: org.openecomp.capabilities.metric.Ceilometer
648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
649         occurrences:
650         - 1
651         - UNBOUNDED
652       vcpus_server_cmaui1:
653         type: org.openecomp.capabilities.metric.Ceilometer
654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
655         occurrences:
656         - 1
657         - UNBOUNDED
658       vcpus_server_cmaui2:
659         type: org.openecomp.capabilities.metric.Ceilometer
660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
661         occurrences:
662         - 1
663         - UNBOUNDED
664       disk.usage_server_cmaui1:
665         type: org.openecomp.capabilities.metric.Ceilometer
666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
667         occurrences:
668         - 1
669         - UNBOUNDED
670       endpoint_server_cmaui1:
671         type: tosca.capabilities.Endpoint.Admin
672         occurrences:
673         - 1
674         - UNBOUNDED
675       endpoint_server_cmaui2:
676         type: tosca.capabilities.Endpoint.Admin
677         occurrences:
678         - 1
679         - UNBOUNDED
680       cpu_util_server_cmaui1:
681         type: org.openecomp.capabilities.metric.Ceilometer
682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
683         occurrences:
684         - 1
685         - UNBOUNDED
686       cpu_util_server_cmaui2:
687         type: org.openecomp.capabilities.metric.Ceilometer
688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
689         occurrences:
690         - 1
691         - UNBOUNDED
692       network.incoming.bytes.rate_cmaui_port_0:
693         type: org.openecomp.capabilities.metric.Ceilometer
694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
695         occurrences:
696         - 1
697         - UNBOUNDED
698       network.incoming.bytes.rate_cmaui_port_2:
699         type: org.openecomp.capabilities.metric.Ceilometer
700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
701         occurrences:
702         - 1
703         - UNBOUNDED
704       disk.root.size_server_cmaui2:
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       disk.write.requests.rate_server_cmaui2:
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.write.requests.rate_server_cmaui1:
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       network.outpoing.packets_cmaui_port_0:
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       disk.device.latency_server_cmaui1:
729         type: org.openecomp.capabilities.metric.Ceilometer
730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
731         occurrences:
732         - 1
733         - UNBOUNDED
734       network.outpoing.packets_cmaui_port_2:
735         type: org.openecomp.capabilities.metric.Ceilometer
736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
737         occurrences:
738         - 1
739         - UNBOUNDED
740       disk.device.latency_server_cmaui2:
741         type: org.openecomp.capabilities.metric.Ceilometer
742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
743         occurrences:
744         - 1
745         - UNBOUNDED
746       disk.device.iops_server_cmaui1:
747         type: org.openecomp.capabilities.metric.Ceilometer
748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
749         occurrences:
750         - 1
751         - UNBOUNDED
752       disk.device.iops_server_cmaui2:
753         type: org.openecomp.capabilities.metric.Ceilometer
754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
755         occurrences:
756         - 1
757         - UNBOUNDED
758       disk.ephemeral.size_server_cmaui2:
759         type: org.openecomp.capabilities.metric.Ceilometer
760         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
761         occurrences:
762         - 1
763         - UNBOUNDED
764       disk.device.read.requests.rate_server_cmaui2:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       disk.ephemeral.size_server_cmaui1:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       disk.device.read.requests.rate_server_cmaui1:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       disk.device.read.bytes_server_cmaui2:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       disk.device.read.bytes_server_cmaui1:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED