d05be23ba61fb9b90c45bfcd49774a7f7ee276f3
[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         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
485         occurrences:
486         - 0
487         - UNBOUNDED
488       forwarder_oam1_mgmt_port:
489         type: org.openecomp.capabilities.Forwarder
490         occurrences:
491         - 1
492         - UNBOUNDED
493       network.outpoing.packets_oam2_mgmt_port:
494         type: org.openecomp.capabilities.metric.Ceilometer
495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
496         occurrences:
497         - 1
498         - UNBOUNDED
499       network.incoming.packets_oam2_mgmt_port:
500         type: org.openecomp.capabilities.metric.Ceilometer
501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
502         occurrences:
503         - 1
504         - UNBOUNDED
505       attachment_arb_int_port:
506         type: tosca.capabilities.Attachment
507         occurrences:
508         - 1
509         - UNBOUNDED
510       forwarder_oam2_int_port:
511         type: org.openecomp.capabilities.Forwarder
512         occurrences:
513         - 1
514         - UNBOUNDED
515       disk.device.write.bytes_oam2_instance:
516         type: org.openecomp.capabilities.metric.Ceilometer
517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
518         occurrences:
519         - 1
520         - UNBOUNDED
521       network.outgoing.packets.rate_oam1_mgmt_port:
522         type: org.openecomp.capabilities.metric.Ceilometer
523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
524         occurrences:
525         - 1
526         - UNBOUNDED
527       binding_oam1_mgmt_port:
528         type: tosca.capabilities.network.Bindable
529         valid_source_types:
530         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
531         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
532         occurrences:
533         - 0
534         - UNBOUNDED
535       scalable_arb_instance:
536         type: tosca.capabilities.Scalable
537         occurrences:
538         - 1
539         - UNBOUNDED
540       cpu.delta_arb_instance:
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.usage_oam1_instance:
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.write.requests_arb_instance:
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       network.outgoing.bytes.rate_oam1_mgmt_port:
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       network.incoming.packets_arb_int_port:
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.read.bytes_oam1_instance:
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.device.iops_arb_instance:
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       memory_oam2_instance:
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       os_oam2_instance:
589         type: tosca.capabilities.OperatingSystem
590         occurrences:
591         - 1
592         - UNBOUNDED
593       disk.device.read.bytes.rate_oam1_instance:
594         type: org.openecomp.capabilities.metric.Ceilometer
595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
596         occurrences:
597         - 1
598         - UNBOUNDED
599       network.incoming.bytes_oam2_mgmt_port:
600         type: org.openecomp.capabilities.metric.Ceilometer
601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
602         occurrences:
603         - 1
604         - UNBOUNDED
605       binding_oam2_instance:
606         type: tosca.capabilities.network.Bindable
607         occurrences:
608         - 1
609         - UNBOUNDED
610       network.outpoing.packets_oam1_int_port:
611         type: org.openecomp.capabilities.metric.Ceilometer
612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
613         occurrences:
614         - 1
615         - UNBOUNDED
616       network.incoming.bytes.rate_oam1_mgmt_port:
617         type: org.openecomp.capabilities.metric.Ceilometer
618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
619         occurrences:
620         - 1
621         - UNBOUNDED
622       cpu_oam1_instance:
623         type: org.openecomp.capabilities.metric.Ceilometer
624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
625         occurrences:
626         - 1
627         - UNBOUNDED
628       disk.device.capacity_oam2_instance:
629         type: org.openecomp.capabilities.metric.Ceilometer
630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
631         occurrences:
632         - 1
633         - UNBOUNDED
634       disk.root.size_oam1_instance:
635         type: org.openecomp.capabilities.metric.Ceilometer
636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
637         occurrences:
638         - 1
639         - UNBOUNDED
640       attachment_oam1_int_port:
641         type: tosca.capabilities.Attachment
642         occurrences:
643         - 1
644         - UNBOUNDED
645       disk.iops_arb_instance:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       memory.resident_oam1_instance:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       host_oam1_instance:
658         type: tosca.capabilities.Container
659         valid_source_types:
660         - tosca.nodes.SoftwareComponent
661         occurrences:
662         - 1
663         - UNBOUNDED
664       network.incoming.bytes_arb_mgmt_port:
665         type: org.openecomp.capabilities.metric.Ceilometer
666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
667         occurrences:
668         - 1
669         - UNBOUNDED
670       network.outgoing.bytes_arb_int_port:
671         type: org.openecomp.capabilities.metric.Ceilometer
672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
673         occurrences:
674         - 1
675         - UNBOUNDED
676       disk.device.write.bytes_arb_instance:
677         type: org.openecomp.capabilities.metric.Ceilometer
678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
679         occurrences:
680         - 1
681         - UNBOUNDED
682       instance_arb_instance:
683         type: org.openecomp.capabilities.metric.Ceilometer
684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
685         occurrences:
686         - 1
687         - UNBOUNDED
688       disk.device.latency_oam1_instance:
689         type: org.openecomp.capabilities.metric.Ceilometer
690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
691         occurrences:
692         - 1
693         - UNBOUNDED
694       network.incoming.bytes.rate_oam2_int_port:
695         type: org.openecomp.capabilities.metric.Ceilometer
696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
697         occurrences:
698         - 1
699         - UNBOUNDED
700       memory_oam1_instance:
701         type: org.openecomp.capabilities.metric.Ceilometer
702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
703         occurrences:
704         - 1
705         - UNBOUNDED
706       binding_arb_instance:
707         type: tosca.capabilities.network.Bindable
708         occurrences:
709         - 1
710         - UNBOUNDED
711       feature_arb_volume:
712         type: tosca.capabilities.Node
713         occurrences:
714         - 1
715         - UNBOUNDED
716       disk.write.bytes_arb_instance:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       network.outgoing.packets.rate_oam1_int_port:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       binding_oam1_int_port:
729         type: tosca.capabilities.network.Bindable
730         valid_source_types:
731         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
732         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
733         occurrences:
734         - 0
735         - UNBOUNDED
736       disk.iops_oam1_instance:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       disk.write.requests.rate_arb_instance:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       scalable_oam1_instance:
749         type: tosca.capabilities.Scalable
750         occurrences:
751         - 1
752         - UNBOUNDED
753       forwarder_oam2_mgmt_port:
754         type: org.openecomp.capabilities.Forwarder
755         occurrences:
756         - 1
757         - UNBOUNDED
758       disk.root.size_arb_instance:
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       network.outpoing.packets_oam2_int_port:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       disk.device.read.requests.rate_arb_instance:
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       instance_oam1_instance:
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       os_oam1_instance:
783         type: tosca.capabilities.OperatingSystem
784         occurrences:
785         - 1
786         - UNBOUNDED
787       network.incoming.packets.rate_oam1_mgmt_port:
788         type: org.openecomp.capabilities.metric.Ceilometer
789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
790         occurrences:
791         - 1
792         - UNBOUNDED
793       memory.usage_oam2_instance:
794         type: org.openecomp.capabilities.metric.Ceilometer
795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
796         occurrences:
797         - 1
798         - UNBOUNDED
799       disk.device.read.bytes.rate_oam2_instance:
800         type: org.openecomp.capabilities.metric.Ceilometer
801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
802         occurrences:
803         - 1
804         - UNBOUNDED
805       forwarder_oam1_int_port:
806         type: org.openecomp.capabilities.Forwarder
807         occurrences:
808         - 1
809         - UNBOUNDED
810       network.outgoing.packets.rate_oam2_mgmt_port:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       binding_oam2_mgmt_port:
817         type: tosca.capabilities.network.Bindable
818         valid_source_types:
819         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
820         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
821         occurrences:
822         - 0
823         - UNBOUNDED
824       network.outgoing.bytes.rate_oam2_mgmt_port:
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.read.requests_arb_instance:
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.iops_oam2_instance:
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.outgoing.bytes_oam1_mgmt_port:
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       disk.write.requests_oam2_instance:
849         type: org.openecomp.capabilities.metric.Ceilometer
850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
851         occurrences:
852         - 1
853         - UNBOUNDED
854       disk.device.write.bytes_oam1_instance:
855         type: org.openecomp.capabilities.metric.Ceilometer
856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
857         occurrences:
858         - 1
859         - UNBOUNDED
860       disk.root.size_oam2_instance:
861         type: org.openecomp.capabilities.metric.Ceilometer
862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
863         occurrences:
864         - 1
865         - UNBOUNDED
866       disk.device.write.bytes.rate_oam2_instance:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       network.incoming.bytes_oam1_mgmt_port:
873         type: org.openecomp.capabilities.metric.Ceilometer
874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
875         occurrences:
876         - 1
877         - UNBOUNDED
878       disk.write.bytes_oam2_instance:
879         type: org.openecomp.capabilities.metric.Ceilometer
880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
881         occurrences:
882         - 1
883         - UNBOUNDED
884       cpu_arb_instance:
885         type: org.openecomp.capabilities.metric.Ceilometer
886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
887         occurrences:
888         - 1
889         - UNBOUNDED
890       disk.read.requests_oam1_instance:
891         type: org.openecomp.capabilities.metric.Ceilometer
892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
893         occurrences:
894         - 1
895         - UNBOUNDED
896       network.outgoing.packets.rate_arb_int_port:
897         type: org.openecomp.capabilities.metric.Ceilometer
898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
899         occurrences:
900         - 1
901         - UNBOUNDED
902       disk.allocation_arb_instance:
903         type: org.openecomp.capabilities.metric.Ceilometer
904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
905         occurrences:
906         - 1
907         - UNBOUNDED
908       cpu.delta_oam2_instance:
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       cpu_util_oam2_instance:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       disk.device.read.bytes.rate_arb_instance:
921         type: org.openecomp.capabilities.metric.Ceilometer
922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
923         occurrences:
924         - 1
925         - UNBOUNDED
926       network.incoming.packets_oam2_int_port:
927         type: org.openecomp.capabilities.metric.Ceilometer
928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
929         occurrences:
930         - 1
931         - UNBOUNDED
932       network.outgoing.bytes_oam1_int_port:
933         type: org.openecomp.capabilities.metric.Ceilometer
934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
935         occurrences:
936         - 1
937         - UNBOUNDED
938       disk.device.read.requests.rate_oam2_instance:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       disk.allocation_oam1_instance:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950       disk.capacity_oam1_instance:
951         type: org.openecomp.capabilities.metric.Ceilometer
952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
953         occurrences:
954         - 1
955         - UNBOUNDED
956       feature_oam2_int_port:
957         type: tosca.capabilities.Node
958         occurrences:
959         - 1
960         - UNBOUNDED
961       disk.device.allocation_oam1_instance:
962         type: org.openecomp.capabilities.metric.Ceilometer
963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
964         occurrences:
965         - 1
966         - UNBOUNDED
967       vcpus_arb_instance:
968         type: org.openecomp.capabilities.metric.Ceilometer
969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
970         occurrences:
971         - 1
972         - UNBOUNDED
973       network.incoming.packets.rate_arb_int_port:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       disk.read.bytes.rate_oam2_instance:
980         type: org.openecomp.capabilities.metric.Ceilometer
981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
982         occurrences:
983         - 1
984         - UNBOUNDED
985       network.outgoing.bytes.rate_oam2_int_port:
986         type: org.openecomp.capabilities.metric.Ceilometer
987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
988         occurrences:
989         - 1
990         - UNBOUNDED
991       network.incoming.bytes.rate_arb_int_port:
992         type: org.openecomp.capabilities.metric.Ceilometer
993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
994         occurrences:
995         - 1
996         - UNBOUNDED
997       os_arb_instance:
998         type: tosca.capabilities.OperatingSystem
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       network.incoming.packets.rate_oam1_int_port:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       feature_oam1_volume:
1009         type: tosca.capabilities.Node
1010         occurrences:
1011         - 1
1012         - UNBOUNDED
1013       disk.write.bytes.rate_arb_instance:
1014         type: org.openecomp.capabilities.metric.Ceilometer
1015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1016         occurrences:
1017         - 1
1018         - UNBOUNDED
1019       disk.device.capacity_arb_instance:
1020         type: org.openecomp.capabilities.metric.Ceilometer
1021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1022         occurrences:
1023         - 1
1024         - UNBOUNDED
1025       network.incoming.bytes_arb_int_port:
1026         type: org.openecomp.capabilities.metric.Ceilometer
1027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1028         occurrences:
1029         - 1
1030         - UNBOUNDED
1031       disk.device.usage_oam2_instance:
1032         type: org.openecomp.capabilities.metric.Ceilometer
1033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1034         occurrences:
1035         - 1
1036         - UNBOUNDED
1037       attachment_oam2_volume:
1038         type: tosca.capabilities.Attachment
1039         occurrences:
1040         - 1
1041         - UNBOUNDED
1042       disk.write.bytes.rate_oam2_instance:
1043         type: org.openecomp.capabilities.metric.Ceilometer
1044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1045         occurrences:
1046         - 1
1047         - UNBOUNDED
1048       endpoint_oam1_instance:
1049         type: tosca.capabilities.Endpoint.Admin
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       disk.iops_oam2_instance:
1054         type: org.openecomp.capabilities.metric.Ceilometer
1055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       network.outgoing.bytes.rate_arb_mgmt_port:
1060         type: org.openecomp.capabilities.metric.Ceilometer
1061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1062         occurrences:
1063         - 1
1064         - UNBOUNDED
1065       host_arb_instance:
1066         type: tosca.capabilities.Container
1067         valid_source_types:
1068         - tosca.nodes.SoftwareComponent
1069         occurrences:
1070         - 1
1071         - UNBOUNDED
1072       disk.device.write.requests.rate_oam2_instance:
1073         type: org.openecomp.capabilities.metric.Ceilometer
1074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       cpu_util_oam1_instance:
1079         type: org.openecomp.capabilities.metric.Ceilometer
1080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1081         occurrences:
1082         - 1
1083         - UNBOUNDED
1084       disk.ephemeral.size_oam1_instance:
1085         type: org.openecomp.capabilities.metric.Ceilometer
1086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1087         occurrences:
1088         - 1
1089         - UNBOUNDED
1090       binding_arb_int_port:
1091         type: tosca.capabilities.network.Bindable
1092         valid_source_types:
1093         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1094         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1095         occurrences:
1096         - 0
1097         - UNBOUNDED
1098       network.outgoing.bytes_arb_mgmt_port:
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.capacity_oam2_instance:
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       vcpus_oam1_instance:
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       feature_arb_instance:
1117         type: tosca.capabilities.Node
1118         occurrences:
1119         - 1
1120         - UNBOUNDED
1121       disk.device.read.requests.rate_oam1_instance:
1122         type: org.openecomp.capabilities.metric.Ceilometer
1123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1124         occurrences:
1125         - 1
1126         - UNBOUNDED
1127       memory.resident_oam2_instance:
1128         type: org.openecomp.capabilities.metric.Ceilometer
1129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1130         occurrences:
1131         - 1
1132         - UNBOUNDED
1133       network.outgoing.bytes_oam2_int_port:
1134         type: org.openecomp.capabilities.metric.Ceilometer
1135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1136         occurrences:
1137         - 1
1138         - UNBOUNDED
1139       disk.device.write.bytes.rate_arb_instance:
1140         type: org.openecomp.capabilities.metric.Ceilometer
1141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1142         occurrences:
1143         - 1
1144         - UNBOUNDED
1145       disk.write.requests_oam1_instance:
1146         type: org.openecomp.capabilities.metric.Ceilometer
1147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1148         occurrences:
1149         - 1
1150         - UNBOUNDED
1151       disk.device.usage_arb_instance:
1152         type: org.openecomp.capabilities.metric.Ceilometer
1153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1154         occurrences:
1155         - 1
1156         - UNBOUNDED
1157       disk.device.latency_arb_instance:
1158         type: org.openecomp.capabilities.metric.Ceilometer
1159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1160         occurrences:
1161         - 1
1162         - UNBOUNDED
1163       feature_arb_int_port:
1164         type: tosca.capabilities.Node
1165         occurrences:
1166         - 1
1167         - UNBOUNDED
1168       network.outgoing.bytes_oam2_mgmt_port:
1169         type: org.openecomp.capabilities.metric.Ceilometer
1170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1171         occurrences:
1172         - 1
1173         - UNBOUNDED
1174       disk.read.bytes_arb_instance:
1175         type: org.openecomp.capabilities.metric.Ceilometer
1176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1177         occurrences:
1178         - 1
1179         - UNBOUNDED
1180       disk.write.requests.rate_oam1_instance:
1181         type: org.openecomp.capabilities.metric.Ceilometer
1182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1183         occurrences:
1184         - 1
1185         - UNBOUNDED
1186       cpu.delta_oam1_instance:
1187         type: org.openecomp.capabilities.metric.Ceilometer
1188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1189         occurrences:
1190         - 1
1191         - UNBOUNDED
1192       network.incoming.bytes.rate_oam2_mgmt_port:
1193         type: org.openecomp.capabilities.metric.Ceilometer
1194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1195         occurrences:
1196         - 1
1197         - UNBOUNDED
1198       disk.device.write.bytes.rate_oam1_instance:
1199         type: org.openecomp.capabilities.metric.Ceilometer
1200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1201         occurrences:
1202         - 1
1203         - UNBOUNDED
1204       disk.device.iops_oam1_instance:
1205         type: org.openecomp.capabilities.metric.Ceilometer
1206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1207         occurrences:
1208         - 1
1209         - UNBOUNDED
1210       attachment_oam2_mgmt_port:
1211         type: tosca.capabilities.Attachment
1212         occurrences:
1213         - 1
1214         - UNBOUNDED
1215       memory.usage_oam1_instance:
1216         type: org.openecomp.capabilities.metric.Ceilometer
1217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1218         occurrences:
1219         - 1
1220         - UNBOUNDED
1221       disk.ephemeral.size_arb_instance:
1222         type: org.openecomp.capabilities.metric.Ceilometer
1223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1224         occurrences:
1225         - 1
1226         - UNBOUNDED
1227       feature_oam1_instance:
1228         type: tosca.capabilities.Node
1229         occurrences:
1230         - 1
1231         - UNBOUNDED
1232       disk.write.requests_arb_instance:
1233         type: org.openecomp.capabilities.metric.Ceilometer
1234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1235         occurrences:
1236         - 1
1237         - UNBOUNDED
1238       disk.device.read.bytes_oam2_instance:
1239         type: org.openecomp.capabilities.metric.Ceilometer
1240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1241         occurrences:
1242         - 1
1243         - UNBOUNDED
1244       disk.latency_oam2_instance:
1245         type: org.openecomp.capabilities.metric.Ceilometer
1246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1247         occurrences:
1248         - 1
1249         - UNBOUNDED
1250       attachment_arb_volume:
1251         type: tosca.capabilities.Attachment
1252         occurrences:
1253         - 1
1254         - UNBOUNDED
1255       network.outpoing.packets_arb_int_port:
1256         type: org.openecomp.capabilities.metric.Ceilometer
1257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1258         occurrences:
1259         - 1
1260         - UNBOUNDED
1261       disk.usage_oam2_instance:
1262         type: org.openecomp.capabilities.metric.Ceilometer
1263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1264         occurrences:
1265         - 1
1266         - UNBOUNDED
1267       disk.write.bytes_oam1_instance:
1268         type: org.openecomp.capabilities.metric.Ceilometer
1269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1270         occurrences:
1271         - 1
1272         - UNBOUNDED
1273       disk.device.write.requests.rate_oam1_instance:
1274         type: org.openecomp.capabilities.metric.Ceilometer
1275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1276         occurrences:
1277         - 1
1278         - UNBOUNDED
1279       disk.read.bytes_oam2_instance:
1280         type: org.openecomp.capabilities.metric.Ceilometer
1281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1282         occurrences:
1283         - 1
1284         - UNBOUNDED
1285       disk.device.allocation_arb_instance:
1286         type: org.openecomp.capabilities.metric.Ceilometer
1287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1288         occurrences:
1289         - 1
1290         - UNBOUNDED
1291       cpu_util_arb_instance:
1292         type: org.openecomp.capabilities.metric.Ceilometer
1293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1294         occurrences:
1295         - 1
1296         - UNBOUNDED
1297       network.incoming.packets_arb_mgmt_port:
1298         type: org.openecomp.capabilities.metric.Ceilometer
1299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1300         occurrences:
1301         - 1
1302         - UNBOUNDED
1303       instance_oam2_instance:
1304         type: org.openecomp.capabilities.metric.Ceilometer
1305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1306         occurrences:
1307         - 1
1308         - UNBOUNDED
1309       feature_oam2_instance:
1310         type: tosca.capabilities.Node
1311         occurrences:
1312         - 1
1313         - UNBOUNDED
1314       cpu_oam2_instance:
1315         type: org.openecomp.capabilities.metric.Ceilometer
1316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1317         occurrences:
1318         - 1
1319         - UNBOUNDED
1320       disk.device.read.requests_oam1_instance:
1321         type: org.openecomp.capabilities.metric.Ceilometer
1322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1323         occurrences:
1324         - 1
1325         - UNBOUNDED
1326       network.incoming.packets.rate_arb_mgmt_port:
1327         type: org.openecomp.capabilities.metric.Ceilometer
1328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1329         occurrences:
1330         - 1
1331         - UNBOUNDED
1332       disk.device.read.requests_oam2_instance:
1333         type: org.openecomp.capabilities.metric.Ceilometer
1334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1335         occurrences:
1336         - 1
1337         - UNBOUNDED
1338       disk.read.requests_oam2_instance:
1339         type: org.openecomp.capabilities.metric.Ceilometer
1340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1341         occurrences:
1342         - 1
1343         - UNBOUNDED
1344       disk.device.read.bytes_arb_instance:
1345         type: org.openecomp.capabilities.metric.Ceilometer
1346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1347         occurrences:
1348         - 1
1349         - UNBOUNDED
1350       host_oam2_instance:
1351         type: tosca.capabilities.Container
1352         valid_source_types:
1353         - tosca.nodes.SoftwareComponent
1354         occurrences:
1355         - 1
1356         - UNBOUNDED
1357       disk.device.write.requests.rate_arb_instance:
1358         type: org.openecomp.capabilities.metric.Ceilometer
1359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       forwarder_arb_mgmt_port:
1364         type: org.openecomp.capabilities.Forwarder
1365         occurrences:
1366         - 1
1367         - UNBOUNDED
1368       vcpus_oam2_instance:
1369         type: org.openecomp.capabilities.metric.Ceilometer
1370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       scalable_oam2_instance:
1375         type: tosca.capabilities.Scalable
1376         occurrences:
1377         - 1
1378         - UNBOUNDED
1379       network.outgoing.bytes.rate_oam1_int_port:
1380         type: org.openecomp.capabilities.metric.Ceilometer
1381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       endpoint_arb_instance:
1386         type: tosca.capabilities.Endpoint.Admin
1387         occurrences:
1388         - 1
1389         - UNBOUNDED
1390       disk.device.capacity_oam1_instance:
1391         type: org.openecomp.capabilities.metric.Ceilometer
1392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1393         occurrences:
1394         - 1
1395         - UNBOUNDED
1396       disk.latency_arb_instance:
1397         type: org.openecomp.capabilities.metric.Ceilometer
1398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1399         occurrences:
1400         - 1
1401         - UNBOUNDED
1402       network.incoming.bytes.rate_arb_mgmt_port:
1403         type: org.openecomp.capabilities.metric.Ceilometer
1404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1405         occurrences:
1406         - 1
1407         - UNBOUNDED
1408       disk.read.bytes.rate_oam1_instance:
1409         type: org.openecomp.capabilities.metric.Ceilometer
1410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1411         occurrences:
1412         - 1
1413         - UNBOUNDED
1414       memory_arb_instance:
1415         type: org.openecomp.capabilities.metric.Ceilometer
1416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1417         occurrences:
1418         - 1
1419         - UNBOUNDED
1420       disk.latency_oam1_instance:
1421         type: org.openecomp.capabilities.metric.Ceilometer
1422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1423         occurrences:
1424         - 1
1425         - UNBOUNDED
1426       feature_arb_mgmt_port:
1427         type: tosca.capabilities.Node
1428         occurrences:
1429         - 1
1430         - UNBOUNDED
1431       feature_oam2_mgmt_port:
1432         type: tosca.capabilities.Node
1433         occurrences:
1434         - 1
1435         - UNBOUNDED
1436       attachment_oam1_mgmt_port:
1437         type: tosca.capabilities.Attachment
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       binding_oam1_instance:
1442         type: tosca.capabilities.network.Bindable
1443         occurrences:
1444         - 1
1445         - UNBOUNDED
1446       attachment_oam2_int_port:
1447         type: tosca.capabilities.Attachment
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       forwarder_arb_int_port:
1452         type: org.openecomp.capabilities.Forwarder
1453         occurrences:
1454         - 1
1455         - UNBOUNDED
1456       disk.device.latency_oam2_instance:
1457         type: org.openecomp.capabilities.metric.Ceilometer
1458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462       network.outgoing.packets.rate_oam2_int_port:
1463         type: org.openecomp.capabilities.metric.Ceilometer
1464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1465         occurrences:
1466         - 1
1467         - UNBOUNDED
1468       binding_oam2_int_port:
1469         type: tosca.capabilities.network.Bindable
1470         valid_source_types:
1471         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1472         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1473         occurrences:
1474         - 0
1475         - UNBOUNDED
1476       disk.write.requests.rate_oam2_instance:
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.incoming.bytes_oam2_int_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       network.outpoing.packets_oam1_mgmt_port:
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       disk.ephemeral.size_oam2_instance:
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       network.outpoing.packets_arb_mgmt_port:
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
1506       disk.device.write.requests_oam1_instance:
1507         type: org.openecomp.capabilities.metric.Ceilometer
1508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1509         occurrences:
1510         - 1
1511         - UNBOUNDED