5c7b91680c54dfab1e313a7ccf26d6224f1cb6bc
[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.cmaui:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_cmaui_port_vlan_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.VlanRequirements
17       port_cmaui_port_fixed_ips:
18         type: list
19         required: true
20         status: SUPPORTED
21         entry_schema:
22           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
23       port_cmaui_port_exCP_naming:
24         type: org.openecomp.datatypes.Naming
25         required: true
26         status: SUPPORTED
27       port_cmaui_port_network:
28         type: list
29         required: true
30         status: SUPPORTED
31         entry_schema:
32           type: string
33       index_value:
34         type: integer
35         description: Index value of this substitution service template runtime instance
36         required: false
37         default: 0
38         status: SUPPORTED
39         constraints:
40         - greater_or_equal: 0
41       port_cmaui_port_network_role_tag:
42         type: string
43         required: true
44         status: SUPPORTED
45       port_cmaui_port_order:
46         type: integer
47         required: true
48         status: SUPPORTED
49       vm_flavor_name:
50         type: string
51         required: true
52         status: SUPPORTED
53       compute_cmaui_name:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       port_cmaui_port_mac_requirements:
60         type: org.openecomp.datatypes.network.MacRequirements
61         required: true
62         status: SUPPORTED
63       compute_cmaui_availability_zone:
64         type: list
65         required: true
66         status: SUPPORTED
67         entry_schema:
68           type: string
69       port_cmaui_port_replacement_policy:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: string
75       port_cmaui_port_network_role:
76         type: string
77         required: true
78         status: SUPPORTED
79       vm_image_name:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_cmaui_port_ip_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.IpRequirements
89       port_cmaui_port_subnetpoolid:
90         type: string
91         required: true
92         status: SUPPORTED
93     requirements:
94     - dependency_cmaui_cmaui_port:
95         capability: tosca.capabilities.Node
96         node: tosca.nodes.Root
97         relationship: tosca.relationships.DependsOn
98         occurrences:
99         - 0
100         - UNBOUNDED
101     - link_cmaui_cmaui_port:
102         capability: tosca.capabilities.network.Linkable
103         relationship: tosca.relationships.network.LinksTo
104         occurrences:
105         - 1
106         - 1
107     - dependency_cmaui:
108         capability: tosca.capabilities.Node
109         node: tosca.nodes.Root
110         relationship: tosca.relationships.DependsOn
111         occurrences:
112         - 0
113         - UNBOUNDED
114     - local_storage_cmaui:
115         capability: tosca.capabilities.Attachment
116         node: tosca.nodes.BlockStorage
117         relationship: tosca.relationships.AttachesTo
118         occurrences:
119         - 0
120         - UNBOUNDED
121     capabilities:
122       disk.read.bytes.rate_cmaui:
123         type: org.openecomp.capabilities.metric.Ceilometer
124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
125         occurrences:
126         - 1
127         - UNBOUNDED
128       disk.ephemeral.size_cmaui:
129         type: org.openecomp.capabilities.metric.Ceilometer
130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
131         occurrences:
132         - 1
133         - UNBOUNDED
134       disk.device.write.bytes_cmaui:
135         type: org.openecomp.capabilities.metric.Ceilometer
136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
137         occurrences:
138         - 1
139         - UNBOUNDED
140       disk.device.iops_cmaui:
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       memory.resident_cmaui:
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.write.bytes.rate_cmaui:
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       host_cmaui:
159         type: tosca.capabilities.Container
160         valid_source_types:
161         - tosca.nodes.SoftwareComponent
162         occurrences:
163         - 1
164         - UNBOUNDED
165       network.incoming.bytes.rate_cmaui_cmaui_port:
166         type: org.openecomp.capabilities.metric.Ceilometer
167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
168         occurrences:
169         - 1
170         - UNBOUNDED
171       disk.device.allocation_cmaui:
172         type: org.openecomp.capabilities.metric.Ceilometer
173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
174         occurrences:
175         - 1
176         - UNBOUNDED
177       disk.read.bytes_cmaui:
178         type: org.openecomp.capabilities.metric.Ceilometer
179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
180         occurrences:
181         - 1
182         - UNBOUNDED
183       disk.write.requests_cmaui:
184         type: org.openecomp.capabilities.metric.Ceilometer
185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
186         occurrences:
187         - 1
188         - UNBOUNDED
189       scalable_cmaui:
190         type: tosca.capabilities.Scalable
191         occurrences:
192         - 1
193         - UNBOUNDED
194       disk.device.write.bytes.rate_cmaui:
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       cpu.delta_cmaui:
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       network.incoming.bytes_cmaui_cmaui_port:
207         type: org.openecomp.capabilities.metric.Ceilometer
208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
209         occurrences:
210         - 1
211         - UNBOUNDED
212       disk.root.size_cmaui:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       memory.usage_cmaui:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       os_cmaui:
225         type: tosca.capabilities.OperatingSystem
226         occurrences:
227         - 1
228         - UNBOUNDED
229       disk.device.read.bytes.rate_cmaui:
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       attachment_cmaui_cmaui_port:
236         type: tosca.capabilities.Attachment
237         occurrences:
238         - 1
239         - UNBOUNDED
240       network.incoming.packets_cmaui_cmaui_port:
241         type: org.openecomp.capabilities.metric.Ceilometer
242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
243         occurrences:
244         - 1
245         - UNBOUNDED
246       disk.device.usage_cmaui:
247         type: org.openecomp.capabilities.metric.Ceilometer
248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
249         occurrences:
250         - 1
251         - UNBOUNDED
252       disk.iops_cmaui:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       disk.device.latency_cmaui:
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       disk.device.read.requests_cmaui:
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.capacity_cmaui:
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       cpu_cmaui:
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       binding_cmaui_cmaui_port:
283         type: tosca.capabilities.network.Bindable
284         valid_source_types:
285         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
286         occurrences:
287         - 0
288         - UNBOUNDED
289       disk.read.requests_cmaui:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       disk.device.read.bytes_cmaui:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.write.requests_cmaui:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       network.outgoing.bytes_cmaui_cmaui_port:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       feature_cmaui_cmaui_port:
314         type: tosca.capabilities.Node
315         occurrences:
316         - 1
317         - UNBOUNDED
318       vcpus_cmaui:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       network.outpoing.packets_cmaui_cmaui_port:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       feature_cmaui:
331         type: tosca.capabilities.Node
332         occurrences:
333         - 1
334         - UNBOUNDED
335       network.outgoing.bytes.rate_cmaui_cmaui_port:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       binding_cmaui:
342         type: tosca.capabilities.network.Bindable
343         occurrences:
344         - 1
345         - UNBOUNDED
346       endpoint_cmaui:
347         type: tosca.capabilities.Endpoint.Admin
348         occurrences:
349         - 1
350         - UNBOUNDED
351       disk.device.capacity_cmaui:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       disk.device.read.requests.rate_cmaui:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       memory_cmaui:
364         type: org.openecomp.capabilities.metric.Ceilometer
365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.write.requests.rate_cmaui:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       disk.usage_cmaui:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       forwarder_cmaui_cmaui_port:
382         type: org.openecomp.capabilities.Forwarder
383         occurrences:
384         - 1
385         - UNBOUNDED
386       network.outgoing.packets.rate_cmaui_cmaui_port:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.latency_cmaui:
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       network.incoming.packets.rate_cmaui_cmaui_port:
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       instance_cmaui:
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       disk.allocation_cmaui:
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       disk.write.bytes_cmaui:
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       cpu_util_cmaui:
423         type: org.openecomp.capabilities.metric.Ceilometer
424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
425         occurrences:
426         - 1
427         - UNBOUNDED
428       disk.device.write.requests.rate_cmaui:
429         type: org.openecomp.capabilities.metric.Ceilometer
430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
431         occurrences:
432         - 1
433         - UNBOUNDED
434   org.openecomp.resource.abstract.nodes.heat.nested1:
435     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
436     properties:
437       cmaui_names:
438         type: list
439         description: CMAUI1, CMAUI2 server names
440         required: true
441         status: SUPPORTED
442         entry_schema:
443           type: string
444       p1:
445         type: string
446         description: UID of OAM network
447         required: true
448         status: SUPPORTED
449       p2:
450         type: string
451         description: UID of OAM network
452         required: true
453         status: SUPPORTED
454       cmaui_image:
455         type: string
456         description: Image for CMAUI server
457         required: true
458         status: SUPPORTED
459       cmaui_flavor:
460         type: string
461         description: Flavor for CMAUI server
462         required: true
463         status: SUPPORTED
464       security_group_name:
465         type: list
466         description: CMAUI1, CMAUI2 server names
467         required: true
468         status: SUPPORTED
469         entry_schema:
470           type: string
471       availability_zone_0:
472         type: string
473         description: availabilityzone name
474         required: true
475         status: SUPPORTED
476       cmaui_oam_ips:
477         type: string
478         required: true
479         status: SUPPORTED
480       net:
481         type: string
482         required: true
483         status: SUPPORTED
484     requirements:
485     - dependency_server_cmaui_2:
486         capability: tosca.capabilities.Node
487         node: tosca.nodes.Root
488         relationship: tosca.relationships.DependsOn
489         occurrences:
490         - 0
491         - UNBOUNDED
492     - local_storage_server_cmaui_2:
493         capability: tosca.capabilities.Attachment
494         node: tosca.nodes.BlockStorage
495         relationship: tosca.relationships.AttachesTo
496         occurrences:
497         - 0
498         - UNBOUNDED
499     - dependency_cmaui_port_2:
500         capability: tosca.capabilities.Node
501         node: tosca.nodes.Root
502         relationship: tosca.relationships.DependsOn
503         occurrences:
504         - 0
505         - UNBOUNDED
506     - link_cmaui_port_2:
507         capability: tosca.capabilities.network.Linkable
508         relationship: tosca.relationships.network.LinksTo
509         occurrences:
510         - 1
511         - 1
512     - dependency_server_cmaui_1:
513         capability: tosca.capabilities.Node
514         node: tosca.nodes.Root
515         relationship: tosca.relationships.DependsOn
516         occurrences:
517         - 0
518         - UNBOUNDED
519     - local_storage_server_cmaui_1:
520         capability: tosca.capabilities.Attachment
521         node: tosca.nodes.BlockStorage
522         relationship: tosca.relationships.AttachesTo
523         occurrences:
524         - 0
525         - UNBOUNDED
526     - dependency_cmaui_port_1:
527         capability: tosca.capabilities.Node
528         node: tosca.nodes.Root
529         relationship: tosca.relationships.DependsOn
530         occurrences:
531         - 0
532         - UNBOUNDED
533     - link_cmaui_port_1:
534         capability: tosca.capabilities.network.Linkable
535         relationship: tosca.relationships.network.LinksTo
536         occurrences:
537         - 1
538         - 1
539     capabilities:
540       disk.device.usage_server_cmaui_1:
541         type: org.openecomp.capabilities.metric.Ceilometer
542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
543         occurrences:
544         - 1
545         - UNBOUNDED
546       disk.device.usage_server_cmaui_2:
547         type: org.openecomp.capabilities.metric.Ceilometer
548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
549         occurrences:
550         - 1
551         - UNBOUNDED
552       disk.device.latency_server_cmaui_1:
553         type: org.openecomp.capabilities.metric.Ceilometer
554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
555         occurrences:
556         - 1
557         - UNBOUNDED
558       disk.device.latency_server_cmaui_2:
559         type: org.openecomp.capabilities.metric.Ceilometer
560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.root.size_server_cmaui_2:
565         type: org.openecomp.capabilities.metric.Ceilometer
566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
567         occurrences:
568         - 1
569         - UNBOUNDED
570       disk.device.write.requests.rate_server_cmaui_2:
571         type: org.openecomp.capabilities.metric.Ceilometer
572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
573         occurrences:
574         - 1
575         - UNBOUNDED
576       disk.root.size_server_cmaui_1:
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       disk.device.write.requests.rate_server_cmaui_1:
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.read.requests_server_cmaui_2:
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       network.outgoing.bytes_cmaui_port_2:
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.read.requests_server_cmaui_1:
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       network.outgoing.bytes_cmaui_port_1:
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       disk.device.iops_server_cmaui_1:
613         type: org.openecomp.capabilities.metric.Ceilometer
614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
615         occurrences:
616         - 1
617         - UNBOUNDED
618       disk.device.iops_server_cmaui_2:
619         type: org.openecomp.capabilities.metric.Ceilometer
620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
621         occurrences:
622         - 1
623         - UNBOUNDED
624       disk.device.capacity_server_cmaui_2:
625         type: org.openecomp.capabilities.metric.Ceilometer
626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
627         occurrences:
628         - 1
629         - UNBOUNDED
630       disk.device.read.bytes.rate_server_cmaui_2:
631         type: org.openecomp.capabilities.metric.Ceilometer
632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
633         occurrences:
634         - 1
635         - UNBOUNDED
636       disk.device.read.bytes.rate_server_cmaui_1:
637         type: org.openecomp.capabilities.metric.Ceilometer
638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
639         occurrences:
640         - 1
641         - UNBOUNDED
642       disk.read.bytes_server_cmaui_2:
643         type: org.openecomp.capabilities.metric.Ceilometer
644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
645         occurrences:
646         - 1
647         - UNBOUNDED
648       disk.read.bytes_server_cmaui_1:
649         type: org.openecomp.capabilities.metric.Ceilometer
650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
651         occurrences:
652         - 1
653         - UNBOUNDED
654       disk.device.read.bytes_server_cmaui_1:
655         type: org.openecomp.capabilities.metric.Ceilometer
656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
657         occurrences:
658         - 1
659         - UNBOUNDED
660       disk.device.read.bytes_server_cmaui_2:
661         type: org.openecomp.capabilities.metric.Ceilometer
662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
663         occurrences:
664         - 1
665         - UNBOUNDED
666       disk.write.requests.rate_server_cmaui_1:
667         type: org.openecomp.capabilities.metric.Ceilometer
668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
669         occurrences:
670         - 1
671         - UNBOUNDED
672       disk.write.requests.rate_server_cmaui_2:
673         type: org.openecomp.capabilities.metric.Ceilometer
674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
675         occurrences:
676         - 1
677         - UNBOUNDED
678       memory_server_cmaui_2:
679         type: org.openecomp.capabilities.metric.Ceilometer
680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
681         occurrences:
682         - 1
683         - UNBOUNDED
684       cpu_server_cmaui_2:
685         type: org.openecomp.capabilities.metric.Ceilometer
686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
687         occurrences:
688         - 1
689         - UNBOUNDED
690       cpu_server_cmaui_1:
691         type: org.openecomp.capabilities.metric.Ceilometer
692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
693         occurrences:
694         - 1
695         - UNBOUNDED
696       network.incoming.packets_cmaui_port_2:
697         type: org.openecomp.capabilities.metric.Ceilometer
698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
699         occurrences:
700         - 1
701         - UNBOUNDED
702       network.incoming.packets_cmaui_port_1:
703         type: org.openecomp.capabilities.metric.Ceilometer
704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
705         occurrences:
706         - 1
707         - UNBOUNDED
708       disk.ephemeral.size_server_cmaui_1:
709         type: org.openecomp.capabilities.metric.Ceilometer
710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
711         occurrences:
712         - 1
713         - UNBOUNDED
714       disk.ephemeral.size_server_cmaui_2:
715         type: org.openecomp.capabilities.metric.Ceilometer
716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
717         occurrences:
718         - 1
719         - UNBOUNDED
720       disk.capacity_server_cmaui_1:
721         type: org.openecomp.capabilities.metric.Ceilometer
722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
723         occurrences:
724         - 1
725         - UNBOUNDED
726       disk.capacity_server_cmaui_2:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       binding_cmaui_port_1:
733         type: tosca.capabilities.network.Bindable
734         valid_source_types:
735         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
736         occurrences:
737         - 0
738         - UNBOUNDED
739       binding_cmaui_port_2:
740         type: tosca.capabilities.network.Bindable
741         valid_source_types:
742         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
743         occurrences:
744         - 0
745         - UNBOUNDED
746       disk.iops_server_cmaui_2:
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.iops_server_cmaui_1:
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.device.write.requests_server_cmaui_2:
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.write.requests_server_cmaui_1:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       network.outgoing.bytes.rate_cmaui_port_2:
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.write.bytes.rate_server_cmaui_1:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       cpu_util_server_cmaui_1:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       network.outgoing.bytes.rate_cmaui_port_1:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       network.incoming.bytes_cmaui_port_2:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       cpu_util_server_cmaui_2:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       network.incoming.bytes_cmaui_port_1:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.device.write.bytes.rate_server_cmaui_2:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.write.bytes.rate_server_cmaui_2:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       disk.device.write.bytes_server_cmaui_2:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.write.bytes.rate_server_cmaui_1:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       disk.device.write.bytes_server_cmaui_1:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       network.incoming.packets.rate_cmaui_port_1:
843         type: org.openecomp.capabilities.metric.Ceilometer
844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
845         occurrences:
846         - 1
847         - UNBOUNDED
848       network.incoming.packets.rate_cmaui_port_2:
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       feature_cmaui_port_1:
855         type: tosca.capabilities.Node
856         occurrences:
857         - 1
858         - UNBOUNDED
859       feature_cmaui_port_2:
860         type: tosca.capabilities.Node
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.write.bytes_server_cmaui_1:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       disk.write.bytes_server_cmaui_2:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       feature_server_cmaui_1:
877         type: tosca.capabilities.Node
878         occurrences:
879         - 1
880         - UNBOUNDED
881       disk.allocation_server_cmaui_1:
882         type: org.openecomp.capabilities.metric.Ceilometer
883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
884         occurrences:
885         - 1
886         - UNBOUNDED
887       feature_server_cmaui_2:
888         type: tosca.capabilities.Node
889         occurrences:
890         - 1
891         - UNBOUNDED
892       disk.allocation_server_cmaui_2:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       binding_server_cmaui_1:
899         type: tosca.capabilities.network.Bindable
900         occurrences:
901         - 1
902         - UNBOUNDED
903       binding_server_cmaui_2:
904         type: tosca.capabilities.network.Bindable
905         occurrences:
906         - 1
907         - UNBOUNDED
908       vcpus_server_cmaui_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       attachment_cmaui_port_2:
915         type: tosca.capabilities.Attachment
916         occurrences:
917         - 1
918         - UNBOUNDED
919       scalable_server_cmaui_2:
920         type: tosca.capabilities.Scalable
921         occurrences:
922         - 1
923         - UNBOUNDED
924       scalable_server_cmaui_1:
925         type: tosca.capabilities.Scalable
926         occurrences:
927         - 1
928         - UNBOUNDED
929       network.outgoing.packets.rate_cmaui_port_1:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       network.outgoing.packets.rate_cmaui_port_2:
936         type: org.openecomp.capabilities.metric.Ceilometer
937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
938         occurrences:
939         - 1
940         - UNBOUNDED
941       attachment_cmaui_port_1:
942         type: tosca.capabilities.Attachment
943         occurrences:
944         - 1
945         - UNBOUNDED
946       disk.write.requests_server_cmaui_2:
947         type: org.openecomp.capabilities.metric.Ceilometer
948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
949         occurrences:
950         - 1
951         - UNBOUNDED
952       disk.write.requests_server_cmaui_1:
953         type: org.openecomp.capabilities.metric.Ceilometer
954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
955         occurrences:
956         - 1
957         - UNBOUNDED
958       disk.usage_server_cmaui_1:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.usage_server_cmaui_2:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       endpoint_server_cmaui_1:
971         type: tosca.capabilities.Endpoint.Admin
972         occurrences:
973         - 1
974         - UNBOUNDED
975       endpoint_server_cmaui_2:
976         type: tosca.capabilities.Endpoint.Admin
977         occurrences:
978         - 1
979         - UNBOUNDED
980       os_server_cmaui_2:
981         type: tosca.capabilities.OperatingSystem
982         occurrences:
983         - 1
984         - UNBOUNDED
985       os_server_cmaui_1:
986         type: tosca.capabilities.OperatingSystem
987         occurrences:
988         - 1
989         - UNBOUNDED
990       forwarder_cmaui_port_2:
991         type: org.openecomp.capabilities.Forwarder
992         occurrences:
993         - 1
994         - UNBOUNDED
995       forwarder_cmaui_port_1:
996         type: org.openecomp.capabilities.Forwarder
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       disk.device.allocation_server_cmaui_1:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       disk.device.allocation_server_cmaui_2:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       memory_server_cmaui_1:
1013         type: org.openecomp.capabilities.metric.Ceilometer
1014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       host_server_cmaui_2:
1019         type: tosca.capabilities.Container
1020         valid_source_types:
1021         - tosca.nodes.SoftwareComponent
1022         occurrences:
1023         - 1
1024         - UNBOUNDED
1025       host_server_cmaui_1:
1026         type: tosca.capabilities.Container
1027         valid_source_types:
1028         - tosca.nodes.SoftwareComponent
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       instance_server_cmaui_2:
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.capacity_server_cmaui_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       instance_server_cmaui_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       disk.device.read.requests.rate_server_cmaui_1:
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       network.incoming.bytes.rate_cmaui_port_1:
1057         type: org.openecomp.capabilities.metric.Ceilometer
1058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1059         occurrences:
1060         - 1
1061         - UNBOUNDED
1062       network.incoming.bytes.rate_cmaui_port_2:
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       vcpus_server_cmaui_1:
1069         type: org.openecomp.capabilities.metric.Ceilometer
1070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1071         occurrences:
1072         - 1
1073         - UNBOUNDED
1074       disk.device.read.requests_server_cmaui_2:
1075         type: org.openecomp.capabilities.metric.Ceilometer
1076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1077         occurrences:
1078         - 1
1079         - UNBOUNDED
1080       disk.read.bytes.rate_server_cmaui_1:
1081         type: org.openecomp.capabilities.metric.Ceilometer
1082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       network.outpoing.packets_cmaui_port_1:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       disk.read.bytes.rate_server_cmaui_2:
1093         type: org.openecomp.capabilities.metric.Ceilometer
1094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1095         occurrences:
1096         - 1
1097         - UNBOUNDED
1098       network.outpoing.packets_cmaui_port_2:
1099         type: org.openecomp.capabilities.metric.Ceilometer
1100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1101         occurrences:
1102         - 1
1103         - UNBOUNDED
1104       disk.device.read.requests_server_cmaui_1:
1105         type: org.openecomp.capabilities.metric.Ceilometer
1106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1107         occurrences:
1108         - 1
1109         - UNBOUNDED
1110       cpu.delta_server_cmaui_1:
1111         type: org.openecomp.capabilities.metric.Ceilometer
1112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1113         occurrences:
1114         - 1
1115         - UNBOUNDED
1116       cpu.delta_server_cmaui_2:
1117         type: org.openecomp.capabilities.metric.Ceilometer
1118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1119         occurrences:
1120         - 1
1121         - UNBOUNDED
1122       disk.device.read.requests.rate_server_cmaui_2:
1123         type: org.openecomp.capabilities.metric.Ceilometer
1124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       memory.resident_server_cmaui_2:
1129         type: org.openecomp.capabilities.metric.Ceilometer
1130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1131         occurrences:
1132         - 1
1133         - UNBOUNDED
1134       memory.resident_server_cmaui_1:
1135         type: org.openecomp.capabilities.metric.Ceilometer
1136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       disk.latency_server_cmaui_2:
1141         type: org.openecomp.capabilities.metric.Ceilometer
1142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146       disk.latency_server_cmaui_1:
1147         type: org.openecomp.capabilities.metric.Ceilometer
1148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1149         occurrences:
1150         - 1
1151         - UNBOUNDED
1152       memory.usage_server_cmaui_1:
1153         type: org.openecomp.capabilities.metric.Ceilometer
1154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1155         occurrences:
1156         - 1
1157         - UNBOUNDED
1158       memory.usage_server_cmaui_2:
1159         type: org.openecomp.capabilities.metric.Ceilometer
1160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1161         occurrences:
1162         - 1
1163         - UNBOUNDED