62e950b558c226b0ebd902442c72feb685496474
[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.eca_oam:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       metadata:
12         type: string
13         description: cmaui metadata
14         required: true
15         status: SUPPORTED
16       oam_flavor:
17         type: string
18         description: OAM flavor name
19         required: false
20         default: lc.xlarge4
21         status: SUPPORTED
22       eca_eca_mgmt_ips:
23         type: list
24         description: internal eca_mgmt network ips for eca VM
25         required: false
26         default:
27         - 172.25.137.242
28         - 172.25.137.243
29         status: SUPPORTED
30         entry_schema:
31           type: string
32       eca_mgmt_net_name:
33         type: string
34         description: the name of the internal network
35         required: false
36         default: int_mms_eca_mgmt_net_1
37         status: SUPPORTED
38       ECA_OAM_volume_type:
39         type: string
40         description: the name of the target volume backend
41         required: false
42         default: Platinum
43         status: SUPPORTED
44       arb_eca_mgmt_ips:
45         type: list
46         description: internal eca_mgmt network ips for arb VM
47         required: false
48         default:
49         - 172.25.137.244
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       networks:
54         type: string
55         description: cmaui network name
56         required: true
57         status: SUPPORTED
58       cmaui_name:
59         type: string
60         description: cmaui name
61         required: true
62         status: SUPPORTED
63       arb_volume_size:
64         type: float
65         description: the size of the ARB volume
66         required: false
67         default: 40
68         status: SUPPORTED
69       vnf_id:
70         type: string
71         description: Unique ID for this VNF instance
72         required: false
73         default: This_is_ths_MMSC-ECA_id
74         status: SUPPORTED
75       availability_zone_0:
76         type: string
77         description: availabilityzone name
78         required: false
79         default: nova
80         status: SUPPORTED
81       oam_image_name:
82         type: string
83         description: the OAM image name
84         required: false
85         default: ECABASE
86         status: SUPPORTED
87       oam_volume_size:
88         type: float
89         description: the size of the OAM volume
90         required: false
91         default: 1800
92         status: SUPPORTED
93       swift_eca_url:
94         type: string
95         description: Base URL for eca swift object store
96         required: false
97         default: http://object-store.rdm2.cci.com:8080/v1/AUTH_1bbab536a19b4756926e7d0ec1eb543c/eca
98         status: SUPPORTED
99       oam_net_name:
100         type: string
101         description: the name of the oam network
102         required: false
103         default: oam_protected_net_0
104         status: SUPPORTED
105       ARB_volume_type:
106         type: string
107         description: the name of the target volume backend
108         required: false
109         default: Platinum
110         status: SUPPORTED
111       eca_names:
112         type: list
113         description: the names of the OAM1,OAM2 VM instances
114         required: false
115         default:
116         - ZRDM1MMSC02OAM001
117         - ZRDM1MMSC02OAM002
118         status: SUPPORTED
119         entry_schema:
120           type: string
121       arbiter_flavor:
122         type: string
123         description: arbiter flavor name
124         required: false
125         default: m1.large2
126         status: SUPPORTED
127       eca_oam_ips:
128         type: list
129         description: the ips of oam networks for eca VM
130         required: false
131         default:
132         - 107.250.172.44
133         - 107.250.172.45
134         status: SUPPORTED
135         entry_schema:
136           type: string
137       security_group_name:
138         type: string
139         description: the name of security group
140         required: false
141         default: mmsc_security_group_1
142         status: SUPPORTED
143       user_data:
144         type: string
145         description: cmaui user data
146         required: true
147         status: SUPPORTED
148       cmaui_image:
149         type: string
150         description: cmaui image
151         required: true
152         status: SUPPORTED
153       arb_names:
154         type: list
155         description: the names of the arbiter VM instances
156         required: false
157         default:
158         - ZRDM1MMSC02ARB001
159         status: SUPPORTED
160         entry_schema:
161           type: string
162       cmaui_flavor:
163         type: string
164         description: cmaui flavor name
165         required: true
166         status: SUPPORTED
167       user_data_format:
168         type: string
169         description: cmaui user data
170         required: true
171         status: SUPPORTED
172       eca_oam_gateway:
173         type: string
174         description: the ip of oam gateway
175         required: false
176         default: 107.250.172.1
177         status: SUPPORTED
178       arb_oam_ips:
179         type: list
180         description: oam network ips for eca VM
181         required: false
182         default:
183         - 107.250.172.46
184         status: SUPPORTED
185         entry_schema:
186           type: string
187     requirements:
188     - dependency_arb_mgmt_port:
189         capability: tosca.capabilities.Node
190         node: tosca.nodes.Root
191         relationship: tosca.relationships.DependsOn
192         occurrences:
193         - 0
194         - UNBOUNDED
195     - link_arb_mgmt_port:
196         capability: tosca.capabilities.network.Linkable
197         relationship: tosca.relationships.network.LinksTo
198         occurrences:
199         - 1
200         - 1
201     - dependency_oam2_mgmt_port:
202         capability: tosca.capabilities.Node
203         node: tosca.nodes.Root
204         relationship: tosca.relationships.DependsOn
205         occurrences:
206         - 0
207         - UNBOUNDED
208     - link_oam2_mgmt_port:
209         capability: tosca.capabilities.network.Linkable
210         relationship: tosca.relationships.network.LinksTo
211         occurrences:
212         - 1
213         - 1
214     - dependency_arb_instance:
215         capability: tosca.capabilities.Node
216         node: tosca.nodes.Root
217         relationship: tosca.relationships.DependsOn
218         occurrences:
219         - 0
220         - UNBOUNDED
221     - local_storage_arb_instance:
222         capability: tosca.capabilities.Attachment
223         node: tosca.nodes.BlockStorage
224         relationship: tosca.relationships.AttachesTo
225         occurrences:
226         - 0
227         - UNBOUNDED
228     - dependency_arb_volume:
229         capability: tosca.capabilities.Node
230         node: tosca.nodes.Root
231         relationship: tosca.relationships.DependsOn
232         occurrences:
233         - 0
234         - UNBOUNDED
235     - dependency_oam1_instance:
236         capability: tosca.capabilities.Node
237         node: tosca.nodes.Root
238         relationship: tosca.relationships.DependsOn
239         occurrences:
240         - 0
241         - UNBOUNDED
242     - local_storage_oam1_instance:
243         capability: tosca.capabilities.Attachment
244         node: tosca.nodes.BlockStorage
245         relationship: tosca.relationships.AttachesTo
246         occurrences:
247         - 0
248         - UNBOUNDED
249     - dependency_oam2_volume:
250         capability: tosca.capabilities.Node
251         node: tosca.nodes.Root
252         relationship: tosca.relationships.DependsOn
253         occurrences:
254         - 0
255         - UNBOUNDED
256     - dependency_oam1_volume:
257         capability: tosca.capabilities.Node
258         node: tosca.nodes.Root
259         relationship: tosca.relationships.DependsOn
260         occurrences:
261         - 0
262         - UNBOUNDED
263     - dependency_oam1_int_port:
264         capability: tosca.capabilities.Node
265         node: tosca.nodes.Root
266         relationship: tosca.relationships.DependsOn
267         occurrences:
268         - 0
269         - UNBOUNDED
270     - link_oam1_int_port:
271         capability: tosca.capabilities.network.Linkable
272         relationship: tosca.relationships.network.LinksTo
273         occurrences:
274         - 1
275         - 1
276     - dependency_oam1_mgmt_port:
277         capability: tosca.capabilities.Node
278         node: tosca.nodes.Root
279         relationship: tosca.relationships.DependsOn
280         occurrences:
281         - 0
282         - UNBOUNDED
283     - link_oam1_mgmt_port:
284         capability: tosca.capabilities.network.Linkable
285         relationship: tosca.relationships.network.LinksTo
286         occurrences:
287         - 1
288         - 1
289     - dependency_arb_int_port:
290         capability: tosca.capabilities.Node
291         node: tosca.nodes.Root
292         relationship: tosca.relationships.DependsOn
293         occurrences:
294         - 0
295         - UNBOUNDED
296     - link_arb_int_port:
297         capability: tosca.capabilities.network.Linkable
298         relationship: tosca.relationships.network.LinksTo
299         occurrences:
300         - 1
301         - 1
302     - dependency_oam2_int_port:
303         capability: tosca.capabilities.Node
304         node: tosca.nodes.Root
305         relationship: tosca.relationships.DependsOn
306         occurrences:
307         - 0
308         - UNBOUNDED
309     - link_oam2_int_port:
310         capability: tosca.capabilities.network.Linkable
311         relationship: tosca.relationships.network.LinksTo
312         occurrences:
313         - 1
314         - 1
315     - dependency_oam2_instance:
316         capability: tosca.capabilities.Node
317         node: tosca.nodes.Root
318         relationship: tosca.relationships.DependsOn
319         occurrences:
320         - 0
321         - UNBOUNDED
322     - local_storage_oam2_instance:
323         capability: tosca.capabilities.Attachment
324         node: tosca.nodes.BlockStorage
325         relationship: tosca.relationships.AttachesTo
326         occurrences:
327         - 0
328         - UNBOUNDED
329     capabilities:
330       disk.usage_arb_instance:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       disk.capacity_arb_instance:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       disk.write.bytes.rate_oam1_instance:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       network.incoming.bytes_oam1_int_port:
349         type: org.openecomp.capabilities.metric.Ceilometer
350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
351         occurrences:
352         - 1
353         - UNBOUNDED
354       endpoint_oam2_instance:
355         type: tosca.capabilities.Endpoint.Admin
356         occurrences:
357         - 1
358         - UNBOUNDED
359       network.incoming.packets_oam1_int_port:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       disk.allocation_oam2_instance:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       attachment_arb_mgmt_port:
372         type: tosca.capabilities.Attachment
373         occurrences:
374         - 1
375         - UNBOUNDED
376       feature_oam2_volume:
377         type: tosca.capabilities.Node
378         occurrences:
379         - 1
380         - UNBOUNDED
381       memory.resident_arb_instance:
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       disk.device.usage_oam1_instance:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       disk.device.allocation_oam2_instance:
394         type: org.openecomp.capabilities.metric.Ceilometer
395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
396         occurrences:
397         - 1
398         - UNBOUNDED
399       network.incoming.bytes.rate_oam1_int_port:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       network.incoming.packets.rate_oam2_mgmt_port:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       feature_oam1_int_port:
412         type: tosca.capabilities.Node
413         occurrences:
414         - 1
415         - UNBOUNDED
416       network.incoming.packets_oam1_mgmt_port:
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       disk.read.bytes_oam1_instance:
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.read.requests_arb_instance:
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       attachment_oam1_volume:
435         type: tosca.capabilities.Attachment
436         occurrences:
437         - 1
438         - UNBOUNDED
439       network.incoming.packets.rate_oam2_int_port:
440         type: org.openecomp.capabilities.metric.Ceilometer
441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
442         occurrences:
443         - 1
444         - UNBOUNDED
445       network.outgoing.bytes.rate_arb_int_port:
446         type: org.openecomp.capabilities.metric.Ceilometer
447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
448         occurrences:
449         - 1
450         - UNBOUNDED
451       memory.usage_arb_instance:
452         type: org.openecomp.capabilities.metric.Ceilometer
453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
454         occurrences:
455         - 1
456         - UNBOUNDED
457       disk.device.write.requests_oam2_instance:
458         type: org.openecomp.capabilities.metric.Ceilometer
459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
460         occurrences:
461         - 1
462         - UNBOUNDED
463       feature_oam1_mgmt_port:
464         type: tosca.capabilities.Node
465         occurrences:
466         - 1
467         - UNBOUNDED
468       disk.read.bytes.rate_arb_instance:
469         type: org.openecomp.capabilities.metric.Ceilometer
470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
471         occurrences:
472         - 1
473         - UNBOUNDED
474       network.outgoing.packets.rate_arb_mgmt_port:
475         type: org.openecomp.capabilities.metric.Ceilometer
476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
477         occurrences:
478         - 1
479         - UNBOUNDED
480       binding_arb_mgmt_port:
481         type: tosca.capabilities.network.Bindable
482         valid_source_types:
483         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
484         occurrences:
485         - 0
486         - UNBOUNDED
487       forwarder_oam1_mgmt_port:
488         type: org.openecomp.capabilities.Forwarder
489         occurrences:
490         - 1
491         - UNBOUNDED
492       network.outpoing.packets_oam2_mgmt_port:
493         type: org.openecomp.capabilities.metric.Ceilometer
494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
495         occurrences:
496         - 1
497         - UNBOUNDED
498       network.incoming.packets_oam2_mgmt_port:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       attachment_arb_int_port:
505         type: tosca.capabilities.Attachment
506         occurrences:
507         - 1
508         - UNBOUNDED
509       forwarder_oam2_int_port:
510         type: org.openecomp.capabilities.Forwarder
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.device.write.bytes_oam2_instance:
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       network.outgoing.packets.rate_oam1_mgmt_port:
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       binding_oam1_mgmt_port:
527         type: tosca.capabilities.network.Bindable
528         valid_source_types:
529         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
530         occurrences:
531         - 0
532         - UNBOUNDED
533       scalable_arb_instance:
534         type: tosca.capabilities.Scalable
535         occurrences:
536         - 1
537         - UNBOUNDED
538       cpu.delta_arb_instance:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544       disk.usage_oam1_instance:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       disk.device.write.requests_arb_instance:
551         type: org.openecomp.capabilities.metric.Ceilometer
552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
553         occurrences:
554         - 1
555         - UNBOUNDED
556       network.outgoing.bytes.rate_oam1_mgmt_port:
557         type: org.openecomp.capabilities.metric.Ceilometer
558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
559         occurrences:
560         - 1
561         - UNBOUNDED
562       network.incoming.packets_arb_int_port:
563         type: org.openecomp.capabilities.metric.Ceilometer
564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
565         occurrences:
566         - 1
567         - UNBOUNDED
568       disk.device.read.bytes_oam1_instance:
569         type: org.openecomp.capabilities.metric.Ceilometer
570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
571         occurrences:
572         - 1
573         - UNBOUNDED
574       disk.device.iops_arb_instance:
575         type: org.openecomp.capabilities.metric.Ceilometer
576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
577         occurrences:
578         - 1
579         - UNBOUNDED
580       memory_oam2_instance:
581         type: org.openecomp.capabilities.metric.Ceilometer
582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
583         occurrences:
584         - 1
585         - UNBOUNDED
586       os_oam2_instance:
587         type: tosca.capabilities.OperatingSystem
588         occurrences:
589         - 1
590         - UNBOUNDED
591       disk.device.read.bytes.rate_oam1_instance:
592         type: org.openecomp.capabilities.metric.Ceilometer
593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
594         occurrences:
595         - 1
596         - UNBOUNDED
597       network.incoming.bytes_oam2_mgmt_port:
598         type: org.openecomp.capabilities.metric.Ceilometer
599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
600         occurrences:
601         - 1
602         - UNBOUNDED
603       binding_oam2_instance:
604         type: tosca.capabilities.network.Bindable
605         occurrences:
606         - 1
607         - UNBOUNDED
608       network.outpoing.packets_oam1_int_port:
609         type: org.openecomp.capabilities.metric.Ceilometer
610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
611         occurrences:
612         - 1
613         - UNBOUNDED
614       network.incoming.bytes.rate_oam1_mgmt_port:
615         type: org.openecomp.capabilities.metric.Ceilometer
616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
617         occurrences:
618         - 1
619         - UNBOUNDED
620       cpu_oam1_instance:
621         type: org.openecomp.capabilities.metric.Ceilometer
622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
623         occurrences:
624         - 1
625         - UNBOUNDED
626       disk.device.capacity_oam2_instance:
627         type: org.openecomp.capabilities.metric.Ceilometer
628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
629         occurrences:
630         - 1
631         - UNBOUNDED
632       disk.root.size_oam1_instance:
633         type: org.openecomp.capabilities.metric.Ceilometer
634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
635         occurrences:
636         - 1
637         - UNBOUNDED
638       attachment_oam1_int_port:
639         type: tosca.capabilities.Attachment
640         occurrences:
641         - 1
642         - UNBOUNDED
643       disk.iops_arb_instance:
644         type: org.openecomp.capabilities.metric.Ceilometer
645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
646         occurrences:
647         - 1
648         - UNBOUNDED
649       memory.resident_oam1_instance:
650         type: org.openecomp.capabilities.metric.Ceilometer
651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
652         occurrences:
653         - 1
654         - UNBOUNDED
655       host_oam1_instance:
656         type: tosca.capabilities.Container
657         valid_source_types:
658         - tosca.nodes.SoftwareComponent
659         occurrences:
660         - 1
661         - UNBOUNDED
662       network.incoming.bytes_arb_mgmt_port:
663         type: org.openecomp.capabilities.metric.Ceilometer
664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
665         occurrences:
666         - 1
667         - UNBOUNDED
668       network.outgoing.bytes_arb_int_port:
669         type: org.openecomp.capabilities.metric.Ceilometer
670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
671         occurrences:
672         - 1
673         - UNBOUNDED
674       disk.device.write.bytes_arb_instance:
675         type: org.openecomp.capabilities.metric.Ceilometer
676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
677         occurrences:
678         - 1
679         - UNBOUNDED
680       instance_arb_instance:
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       disk.device.latency_oam1_instance:
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_oam2_int_port:
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       memory_oam1_instance:
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       binding_arb_instance:
705         type: tosca.capabilities.network.Bindable
706         occurrences:
707         - 1
708         - UNBOUNDED
709       feature_arb_volume:
710         type: tosca.capabilities.Node
711         occurrences:
712         - 1
713         - UNBOUNDED
714       disk.write.bytes_arb_instance:
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       network.outgoing.packets.rate_oam1_int_port:
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       binding_oam1_int_port:
727         type: tosca.capabilities.network.Bindable
728         valid_source_types:
729         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
730         occurrences:
731         - 0
732         - UNBOUNDED
733       disk.iops_oam1_instance:
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       disk.write.requests.rate_arb_instance:
740         type: org.openecomp.capabilities.metric.Ceilometer
741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
742         occurrences:
743         - 1
744         - UNBOUNDED
745       scalable_oam1_instance:
746         type: tosca.capabilities.Scalable
747         occurrences:
748         - 1
749         - UNBOUNDED
750       forwarder_oam2_mgmt_port:
751         type: org.openecomp.capabilities.Forwarder
752         occurrences:
753         - 1
754         - UNBOUNDED
755       disk.root.size_arb_instance:
756         type: org.openecomp.capabilities.metric.Ceilometer
757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
758         occurrences:
759         - 1
760         - UNBOUNDED
761       network.outpoing.packets_oam2_int_port:
762         type: org.openecomp.capabilities.metric.Ceilometer
763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
764         occurrences:
765         - 1
766         - UNBOUNDED
767       disk.device.read.requests.rate_arb_instance:
768         type: org.openecomp.capabilities.metric.Ceilometer
769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
770         occurrences:
771         - 1
772         - UNBOUNDED
773       instance_oam1_instance:
774         type: org.openecomp.capabilities.metric.Ceilometer
775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
776         occurrences:
777         - 1
778         - UNBOUNDED
779       os_oam1_instance:
780         type: tosca.capabilities.OperatingSystem
781         occurrences:
782         - 1
783         - UNBOUNDED
784       network.incoming.packets.rate_oam1_mgmt_port:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       memory.usage_oam2_instance:
791         type: org.openecomp.capabilities.metric.Ceilometer
792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
793         occurrences:
794         - 1
795         - UNBOUNDED
796       disk.device.read.bytes.rate_oam2_instance:
797         type: org.openecomp.capabilities.metric.Ceilometer
798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
799         occurrences:
800         - 1
801         - UNBOUNDED
802       forwarder_oam1_int_port:
803         type: org.openecomp.capabilities.Forwarder
804         occurrences:
805         - 1
806         - UNBOUNDED
807       network.outgoing.packets.rate_oam2_mgmt_port:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       binding_oam2_mgmt_port:
814         type: tosca.capabilities.network.Bindable
815         valid_source_types:
816         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
817         occurrences:
818         - 0
819         - UNBOUNDED
820       network.outgoing.bytes.rate_oam2_mgmt_port:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       disk.read.requests_arb_instance:
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.device.iops_oam2_instance:
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       network.outgoing.bytes_oam1_mgmt_port:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       disk.write.requests_oam2_instance:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       disk.device.write.bytes_oam1_instance:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       disk.root.size_oam2_instance:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       disk.device.write.bytes.rate_oam2_instance:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       network.incoming.bytes_oam1_mgmt_port:
869         type: org.openecomp.capabilities.metric.Ceilometer
870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
871         occurrences:
872         - 1
873         - UNBOUNDED
874       disk.write.bytes_oam2_instance:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       cpu_arb_instance:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       disk.read.requests_oam1_instance:
887         type: org.openecomp.capabilities.metric.Ceilometer
888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
889         occurrences:
890         - 1
891         - UNBOUNDED
892       network.outgoing.packets.rate_arb_int_port:
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       disk.allocation_arb_instance:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       cpu.delta_oam2_instance:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       cpu_util_oam2_instance:
911         type: org.openecomp.capabilities.metric.Ceilometer
912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
913         occurrences:
914         - 1
915         - UNBOUNDED
916       disk.device.read.bytes.rate_arb_instance:
917         type: org.openecomp.capabilities.metric.Ceilometer
918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
919         occurrences:
920         - 1
921         - UNBOUNDED
922       network.incoming.packets_oam2_int_port:
923         type: org.openecomp.capabilities.metric.Ceilometer
924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
925         occurrences:
926         - 1
927         - UNBOUNDED
928       network.outgoing.bytes_oam1_int_port:
929         type: org.openecomp.capabilities.metric.Ceilometer
930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
931         occurrences:
932         - 1
933         - UNBOUNDED
934       disk.device.read.requests.rate_oam2_instance:
935         type: org.openecomp.capabilities.metric.Ceilometer
936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
937         occurrences:
938         - 1
939         - UNBOUNDED
940       disk.allocation_oam1_instance:
941         type: org.openecomp.capabilities.metric.Ceilometer
942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
943         occurrences:
944         - 1
945         - UNBOUNDED
946       disk.capacity_oam1_instance:
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       feature_oam2_int_port:
953         type: tosca.capabilities.Node
954         occurrences:
955         - 1
956         - UNBOUNDED
957       disk.device.allocation_oam1_instance:
958         type: org.openecomp.capabilities.metric.Ceilometer
959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
960         occurrences:
961         - 1
962         - UNBOUNDED
963       vcpus_arb_instance:
964         type: org.openecomp.capabilities.metric.Ceilometer
965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
966         occurrences:
967         - 1
968         - UNBOUNDED
969       network.incoming.packets.rate_arb_int_port:
970         type: org.openecomp.capabilities.metric.Ceilometer
971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
972         occurrences:
973         - 1
974         - UNBOUNDED
975       disk.read.bytes.rate_oam2_instance:
976         type: org.openecomp.capabilities.metric.Ceilometer
977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
978         occurrences:
979         - 1
980         - UNBOUNDED
981       network.outgoing.bytes.rate_oam2_int_port:
982         type: org.openecomp.capabilities.metric.Ceilometer
983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
984         occurrences:
985         - 1
986         - UNBOUNDED
987       network.incoming.bytes.rate_arb_int_port:
988         type: org.openecomp.capabilities.metric.Ceilometer
989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
990         occurrences:
991         - 1
992         - UNBOUNDED
993       os_arb_instance:
994         type: tosca.capabilities.OperatingSystem
995         occurrences:
996         - 1
997         - UNBOUNDED
998       network.incoming.packets.rate_oam1_int_port:
999         type: org.openecomp.capabilities.metric.Ceilometer
1000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1001         occurrences:
1002         - 1
1003         - UNBOUNDED
1004       feature_oam1_volume:
1005         type: tosca.capabilities.Node
1006         occurrences:
1007         - 1
1008         - UNBOUNDED
1009       disk.write.bytes.rate_arb_instance:
1010         type: org.openecomp.capabilities.metric.Ceilometer
1011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1012         occurrences:
1013         - 1
1014         - UNBOUNDED
1015       disk.device.capacity_arb_instance:
1016         type: org.openecomp.capabilities.metric.Ceilometer
1017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1018         occurrences:
1019         - 1
1020         - UNBOUNDED
1021       network.incoming.bytes_arb_int_port:
1022         type: org.openecomp.capabilities.metric.Ceilometer
1023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1024         occurrences:
1025         - 1
1026         - UNBOUNDED
1027       disk.device.usage_oam2_instance:
1028         type: org.openecomp.capabilities.metric.Ceilometer
1029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1030         occurrences:
1031         - 1
1032         - UNBOUNDED
1033       attachment_oam2_volume:
1034         type: tosca.capabilities.Attachment
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       disk.write.bytes.rate_oam2_instance:
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       endpoint_oam1_instance:
1045         type: tosca.capabilities.Endpoint.Admin
1046         occurrences:
1047         - 1
1048         - UNBOUNDED
1049       disk.iops_oam2_instance:
1050         type: org.openecomp.capabilities.metric.Ceilometer
1051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1052         occurrences:
1053         - 1
1054         - UNBOUNDED
1055       network.outgoing.bytes.rate_arb_mgmt_port:
1056         type: org.openecomp.capabilities.metric.Ceilometer
1057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1058         occurrences:
1059         - 1
1060         - UNBOUNDED
1061       host_arb_instance:
1062         type: tosca.capabilities.Container
1063         valid_source_types:
1064         - tosca.nodes.SoftwareComponent
1065         occurrences:
1066         - 1
1067         - UNBOUNDED
1068       disk.device.write.requests.rate_oam2_instance:
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       cpu_util_oam1_instance:
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.ephemeral.size_oam1_instance:
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       binding_arb_int_port:
1087         type: tosca.capabilities.network.Bindable
1088         valid_source_types:
1089         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1090         occurrences:
1091         - 0
1092         - UNBOUNDED
1093       network.outgoing.bytes_arb_mgmt_port:
1094         type: org.openecomp.capabilities.metric.Ceilometer
1095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       disk.capacity_oam2_instance:
1100         type: org.openecomp.capabilities.metric.Ceilometer
1101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1102         occurrences:
1103         - 1
1104         - UNBOUNDED
1105       vcpus_oam1_instance:
1106         type: org.openecomp.capabilities.metric.Ceilometer
1107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1108         occurrences:
1109         - 1
1110         - UNBOUNDED
1111       feature_arb_instance:
1112         type: tosca.capabilities.Node
1113         occurrences:
1114         - 1
1115         - UNBOUNDED
1116       disk.device.read.requests.rate_oam1_instance:
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       memory.resident_oam2_instance:
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       network.outgoing.bytes_oam2_int_port:
1129         type: org.openecomp.capabilities.metric.Ceilometer
1130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1131         occurrences:
1132         - 1
1133         - UNBOUNDED
1134       disk.device.write.bytes.rate_arb_instance:
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.write.requests_oam1_instance:
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.device.usage_arb_instance:
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       disk.device.latency_arb_instance:
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       feature_arb_int_port:
1159         type: tosca.capabilities.Node
1160         occurrences:
1161         - 1
1162         - UNBOUNDED
1163       network.outgoing.bytes_oam2_mgmt_port:
1164         type: org.openecomp.capabilities.metric.Ceilometer
1165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1166         occurrences:
1167         - 1
1168         - UNBOUNDED
1169       disk.read.bytes_arb_instance:
1170         type: org.openecomp.capabilities.metric.Ceilometer
1171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1172         occurrences:
1173         - 1
1174         - UNBOUNDED
1175       disk.write.requests.rate_oam1_instance:
1176         type: org.openecomp.capabilities.metric.Ceilometer
1177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1178         occurrences:
1179         - 1
1180         - UNBOUNDED
1181       cpu.delta_oam1_instance:
1182         type: org.openecomp.capabilities.metric.Ceilometer
1183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1184         occurrences:
1185         - 1
1186         - UNBOUNDED
1187       network.incoming.bytes.rate_oam2_mgmt_port:
1188         type: org.openecomp.capabilities.metric.Ceilometer
1189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1190         occurrences:
1191         - 1
1192         - UNBOUNDED
1193       disk.device.write.bytes.rate_oam1_instance:
1194         type: org.openecomp.capabilities.metric.Ceilometer
1195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1196         occurrences:
1197         - 1
1198         - UNBOUNDED
1199       disk.device.iops_oam1_instance:
1200         type: org.openecomp.capabilities.metric.Ceilometer
1201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1202         occurrences:
1203         - 1
1204         - UNBOUNDED
1205       attachment_oam2_mgmt_port:
1206         type: tosca.capabilities.Attachment
1207         occurrences:
1208         - 1
1209         - UNBOUNDED
1210       memory.usage_oam1_instance:
1211         type: org.openecomp.capabilities.metric.Ceilometer
1212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1213         occurrences:
1214         - 1
1215         - UNBOUNDED
1216       disk.ephemeral.size_arb_instance:
1217         type: org.openecomp.capabilities.metric.Ceilometer
1218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1219         occurrences:
1220         - 1
1221         - UNBOUNDED
1222       feature_oam1_instance:
1223         type: tosca.capabilities.Node
1224         occurrences:
1225         - 1
1226         - UNBOUNDED
1227       disk.write.requests_arb_instance:
1228         type: org.openecomp.capabilities.metric.Ceilometer
1229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1230         occurrences:
1231         - 1
1232         - UNBOUNDED
1233       disk.device.read.bytes_oam2_instance:
1234         type: org.openecomp.capabilities.metric.Ceilometer
1235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1236         occurrences:
1237         - 1
1238         - UNBOUNDED
1239       disk.latency_oam2_instance:
1240         type: org.openecomp.capabilities.metric.Ceilometer
1241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1242         occurrences:
1243         - 1
1244         - UNBOUNDED
1245       attachment_arb_volume:
1246         type: tosca.capabilities.Attachment
1247         occurrences:
1248         - 1
1249         - UNBOUNDED
1250       network.outpoing.packets_arb_int_port:
1251         type: org.openecomp.capabilities.metric.Ceilometer
1252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1253         occurrences:
1254         - 1
1255         - UNBOUNDED
1256       disk.usage_oam2_instance:
1257         type: org.openecomp.capabilities.metric.Ceilometer
1258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1259         occurrences:
1260         - 1
1261         - UNBOUNDED
1262       disk.write.bytes_oam1_instance:
1263         type: org.openecomp.capabilities.metric.Ceilometer
1264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1265         occurrences:
1266         - 1
1267         - UNBOUNDED
1268       disk.device.write.requests.rate_oam1_instance:
1269         type: org.openecomp.capabilities.metric.Ceilometer
1270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1271         occurrences:
1272         - 1
1273         - UNBOUNDED
1274       disk.read.bytes_oam2_instance:
1275         type: org.openecomp.capabilities.metric.Ceilometer
1276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1277         occurrences:
1278         - 1
1279         - UNBOUNDED
1280       disk.device.allocation_arb_instance:
1281         type: org.openecomp.capabilities.metric.Ceilometer
1282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1283         occurrences:
1284         - 1
1285         - UNBOUNDED
1286       cpu_util_arb_instance:
1287         type: org.openecomp.capabilities.metric.Ceilometer
1288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1289         occurrences:
1290         - 1
1291         - UNBOUNDED
1292       network.incoming.packets_arb_mgmt_port:
1293         type: org.openecomp.capabilities.metric.Ceilometer
1294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1295         occurrences:
1296         - 1
1297         - UNBOUNDED
1298       instance_oam2_instance:
1299         type: org.openecomp.capabilities.metric.Ceilometer
1300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1301         occurrences:
1302         - 1
1303         - UNBOUNDED
1304       feature_oam2_instance:
1305         type: tosca.capabilities.Node
1306         occurrences:
1307         - 1
1308         - UNBOUNDED
1309       cpu_oam2_instance:
1310         type: org.openecomp.capabilities.metric.Ceilometer
1311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1312         occurrences:
1313         - 1
1314         - UNBOUNDED
1315       disk.device.read.requests_oam1_instance:
1316         type: org.openecomp.capabilities.metric.Ceilometer
1317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1318         occurrences:
1319         - 1
1320         - UNBOUNDED
1321       network.incoming.packets.rate_arb_mgmt_port:
1322         type: org.openecomp.capabilities.metric.Ceilometer
1323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1324         occurrences:
1325         - 1
1326         - UNBOUNDED
1327       disk.device.read.requests_oam2_instance:
1328         type: org.openecomp.capabilities.metric.Ceilometer
1329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1330         occurrences:
1331         - 1
1332         - UNBOUNDED
1333       disk.read.requests_oam2_instance:
1334         type: org.openecomp.capabilities.metric.Ceilometer
1335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1336         occurrences:
1337         - 1
1338         - UNBOUNDED
1339       disk.device.read.bytes_arb_instance:
1340         type: org.openecomp.capabilities.metric.Ceilometer
1341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       host_oam2_instance:
1346         type: tosca.capabilities.Container
1347         valid_source_types:
1348         - tosca.nodes.SoftwareComponent
1349         occurrences:
1350         - 1
1351         - UNBOUNDED
1352       disk.device.write.requests.rate_arb_instance:
1353         type: org.openecomp.capabilities.metric.Ceilometer
1354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       forwarder_arb_mgmt_port:
1359         type: org.openecomp.capabilities.Forwarder
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       vcpus_oam2_instance:
1364         type: org.openecomp.capabilities.metric.Ceilometer
1365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       scalable_oam2_instance:
1370         type: tosca.capabilities.Scalable
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       network.outgoing.bytes.rate_oam1_int_port:
1375         type: org.openecomp.capabilities.metric.Ceilometer
1376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1377         occurrences:
1378         - 1
1379         - UNBOUNDED
1380       endpoint_arb_instance:
1381         type: tosca.capabilities.Endpoint.Admin
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       disk.device.capacity_oam1_instance:
1386         type: org.openecomp.capabilities.metric.Ceilometer
1387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1388         occurrences:
1389         - 1
1390         - UNBOUNDED
1391       disk.latency_arb_instance:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       network.incoming.bytes.rate_arb_mgmt_port:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       disk.read.bytes.rate_oam1_instance:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       memory_arb_instance:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       disk.latency_oam1_instance:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       feature_arb_mgmt_port:
1422         type: tosca.capabilities.Node
1423         occurrences:
1424         - 1
1425         - UNBOUNDED
1426       feature_oam2_mgmt_port:
1427         type: tosca.capabilities.Node
1428         occurrences:
1429         - 1
1430         - UNBOUNDED
1431       attachment_oam1_mgmt_port:
1432         type: tosca.capabilities.Attachment
1433         occurrences:
1434         - 1
1435         - UNBOUNDED
1436       binding_oam1_instance:
1437         type: tosca.capabilities.network.Bindable
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       attachment_oam2_int_port:
1442         type: tosca.capabilities.Attachment
1443         occurrences:
1444         - 1
1445         - UNBOUNDED
1446       forwarder_arb_int_port:
1447         type: org.openecomp.capabilities.Forwarder
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       disk.device.latency_oam2_instance:
1452         type: org.openecomp.capabilities.metric.Ceilometer
1453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       network.outgoing.packets.rate_oam2_int_port:
1458         type: org.openecomp.capabilities.metric.Ceilometer
1459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1460         occurrences:
1461         - 1
1462         - UNBOUNDED
1463       binding_oam2_int_port:
1464         type: tosca.capabilities.network.Bindable
1465         valid_source_types:
1466         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1467         occurrences:
1468         - 0
1469         - UNBOUNDED
1470       disk.write.requests.rate_oam2_instance:
1471         type: org.openecomp.capabilities.metric.Ceilometer
1472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1473         occurrences:
1474         - 1
1475         - UNBOUNDED
1476       network.incoming.bytes_oam2_int_port:
1477         type: org.openecomp.capabilities.metric.Ceilometer
1478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1479         occurrences:
1480         - 1
1481         - UNBOUNDED
1482       network.outpoing.packets_oam1_mgmt_port:
1483         type: org.openecomp.capabilities.metric.Ceilometer
1484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1485         occurrences:
1486         - 1
1487         - UNBOUNDED
1488       disk.ephemeral.size_oam2_instance:
1489         type: org.openecomp.capabilities.metric.Ceilometer
1490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1491         occurrences:
1492         - 1
1493         - UNBOUNDED
1494       network.outpoing.packets_arb_mgmt_port:
1495         type: org.openecomp.capabilities.metric.Ceilometer
1496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1497         occurrences:
1498         - 1
1499         - UNBOUNDED
1500       disk.device.write.requests_oam1_instance:
1501         type: org.openecomp.capabilities.metric.Ceilometer
1502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1503         occurrences:
1504         - 1
1505         - UNBOUNDED