01329a4aab3d60061370af795fd68df62fa8486b
[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.FEAdd_On_Module_QRouterTemplate:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       vf_module_id:
12         type: string
13         required: true
14         status: SUPPORTED
15       qrouter_cluster_name:
16         type: string
17         required: true
18         status: SUPPORTED
19       oam_private_net_name:
20         type: string
21         required: true
22         status: SUPPORTED
23       qrouter_flavor_name:
24         type: string
25         required: true
26         status: SUPPORTED
27       version_number:
28         type: string
29         required: true
30         status: SUPPORTED
31       vf_module_name:
32         type: string
33         required: true
34         status: SUPPORTED
35       domain_name:
36         type: string
37         required: true
38         status: SUPPORTED
39       ntp_timezone:
40         type: string
41         required: true
42         status: SUPPORTED
43       vnf_id:
44         type: string
45         required: true
46         status: SUPPORTED
47       availability_zone_0:
48         type: string
49         required: true
50         status: SUPPORTED
51       region_name:
52         type: string
53         required: true
54         status: SUPPORTED
55       manager_name_0:
56         type: string
57         required: true
58         status: SUPPORTED
59       qrouter_names:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: string
65       tenant_name:
66         type: string
67         required: true
68         status: SUPPORTED
69       security_group:
70         type: string
71         required: true
72         status: SUPPORTED
73       cdr_network:
74         type: string
75         required: true
76         status: SUPPORTED
77       qrouter_image_name:
78         type: string
79         required: true
80         status: SUPPORTED
81       qrouter_index:
82         type: float
83         required: true
84         status: SUPPORTED
85       qrouter_volume_type_1:
86         type: string
87         required: true
88         status: SUPPORTED
89       qrouter_volume_type_2:
90         type: string
91         required: true
92         status: SUPPORTED
93       qrouter_node_count:
94         type: float
95         required: true
96         status: SUPPORTED
97       qrouter_volume_name_2:
98         type: string
99         required: true
100         status: SUPPORTED
101       qrouter_volume_name_1:
102         type: string
103         required: true
104         status: SUPPORTED
105       qrouter_volume_name_0:
106         type: string
107         required: true
108         status: SUPPORTED
109       qrouter_volume_type_0:
110         type: string
111         required: true
112         status: SUPPORTED
113       qrouter_volume_size_0:
114         type: float
115         required: true
116         status: SUPPORTED
117       qrouter_volume_size_1:
118         type: float
119         required: true
120         status: SUPPORTED
121       manager_oam_direct_ip_0:
122         type: string
123         required: true
124         status: SUPPORTED
125       qrouter_volume_size_2:
126         type: float
127         required: true
128         status: SUPPORTED
129       rpmrepository_ip_0:
130         type: string
131         required: true
132         status: SUPPORTED
133     requirements:
134     - dependency_cdr_network_port_1:
135         capability: tosca.capabilities.Node
136         node: tosca.nodes.Root
137         relationship: tosca.relationships.DependsOn
138         occurrences:
139         - 0
140         - UNBOUNDED
141     - link_cdr_network_port_1:
142         capability: tosca.capabilities.network.Linkable
143         relationship: tosca.relationships.network.LinksTo
144         occurrences:
145         - 1
146         - 1
147     - dependency_qrouter_volume_1:
148         capability: tosca.capabilities.Node
149         node: tosca.nodes.Root
150         relationship: tosca.relationships.DependsOn
151         occurrences:
152         - 0
153         - UNBOUNDED
154     - dependency_qrouter_volume_0:
155         capability: tosca.capabilities.Node
156         node: tosca.nodes.Root
157         relationship: tosca.relationships.DependsOn
158         occurrences:
159         - 0
160         - UNBOUNDED
161     - dependency_qrouter_volume_2:
162         capability: tosca.capabilities.Node
163         node: tosca.nodes.Root
164         relationship: tosca.relationships.DependsOn
165         occurrences:
166         - 0
167         - UNBOUNDED
168     - dependency_QRouter1:
169         capability: tosca.capabilities.Node
170         node: tosca.nodes.Root
171         relationship: tosca.relationships.DependsOn
172         occurrences:
173         - 0
174         - UNBOUNDED
175     - local_storage_QRouter1:
176         capability: tosca.capabilities.Attachment
177         node: tosca.nodes.BlockStorage
178         relationship: tosca.relationships.AttachesTo
179         occurrences:
180         - 0
181         - UNBOUNDED
182     - dependency_oam_private_net_network_port:
183         capability: tosca.capabilities.Node
184         node: tosca.nodes.Root
185         relationship: tosca.relationships.DependsOn
186         occurrences:
187         - 0
188         - UNBOUNDED
189     - link_oam_private_net_network_port:
190         capability: tosca.capabilities.network.Linkable
191         relationship: tosca.relationships.network.LinksTo
192         occurrences:
193         - 1
194         - 1
195     capabilities:
196       binding_QRouter1:
197         type: tosca.capabilities.network.Bindable
198         occurrences:
199         - 1
200         - UNBOUNDED
201       attachment_oam_private_net_network_port:
202         type: tosca.capabilities.Attachment
203         occurrences:
204         - 1
205         - UNBOUNDED
206       feature_qrouter_volume_1:
207         type: tosca.capabilities.Node
208         occurrences:
209         - 1
210         - UNBOUNDED
211       feature_qrouter_volume_2:
212         type: tosca.capabilities.Node
213         occurrences:
214         - 1
215         - UNBOUNDED
216       feature_qrouter_volume_0:
217         type: tosca.capabilities.Node
218         occurrences:
219         - 1
220         - UNBOUNDED
221       attachment_qrouter_volume_2:
222         type: tosca.capabilities.Attachment
223         occurrences:
224         - 1
225         - UNBOUNDED
226       cpu_util_QRouter1:
227         type: org.openecomp.capabilities.metric.Ceilometer
228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
229         occurrences:
230         - 1
231         - UNBOUNDED
232       attachment_qrouter_volume_0:
233         type: tosca.capabilities.Attachment
234         occurrences:
235         - 1
236         - UNBOUNDED
237       attachment_qrouter_volume_1:
238         type: tosca.capabilities.Attachment
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.device.read.bytes.rate_QRouter1:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.outgoing.bytes.rate_oam_private_net_network_port:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       disk.device.read.bytes_QRouter1:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       network.outpoing.packets_oam_private_net_network_port:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       memory.resident_QRouter1:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.device.latency_QRouter1:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       host_QRouter1:
279         type: tosca.capabilities.Container
280         valid_source_types:
281         - tosca.nodes.SoftwareComponent
282         occurrences:
283         - 1
284         - UNBOUNDED
285       disk.device.write.bytes.rate_QRouter1:
286         type: org.openecomp.capabilities.metric.Ceilometer
287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
288         occurrences:
289         - 1
290         - UNBOUNDED
291       disk.device.usage_QRouter1:
292         type: org.openecomp.capabilities.metric.Ceilometer
293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
294         occurrences:
295         - 1
296         - UNBOUNDED
297       feature_cdr_network_port_1:
298         type: tosca.capabilities.Node
299         occurrences:
300         - 1
301         - UNBOUNDED
302       instance_QRouter1:
303         type: org.openecomp.capabilities.metric.Ceilometer
304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
305         occurrences:
306         - 1
307         - UNBOUNDED
308       disk.root.size_QRouter1:
309         type: org.openecomp.capabilities.metric.Ceilometer
310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
311         occurrences:
312         - 1
313         - UNBOUNDED
314       vcpus_QRouter1:
315         type: org.openecomp.capabilities.metric.Ceilometer
316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
317         occurrences:
318         - 1
319         - UNBOUNDED
320       network.incoming.bytes_oam_private_net_network_port:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       feature_oam_private_net_network_port:
327         type: tosca.capabilities.Node
328         occurrences:
329         - 1
330         - UNBOUNDED
331       cpu.delta_QRouter1:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       disk.capacity_QRouter1:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       memory.usage_QRouter1:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       disk.write.requests.rate_QRouter1:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.read.requests_QRouter1:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       feature_QRouter1:
362         type: tosca.capabilities.Node
363         occurrences:
364         - 1
365         - UNBOUNDED
366       network.incoming.bytes.rate_oam_private_net_network_port:
367         type: org.openecomp.capabilities.metric.Ceilometer
368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
369         occurrences:
370         - 1
371         - UNBOUNDED
372       disk.ephemeral.size_QRouter1:
373         type: org.openecomp.capabilities.metric.Ceilometer
374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
375         occurrences:
376         - 1
377         - UNBOUNDED
378       disk.latency_QRouter1:
379         type: org.openecomp.capabilities.metric.Ceilometer
380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
381         occurrences:
382         - 1
383         - UNBOUNDED
384       disk.device.capacity_QRouter1:
385         type: org.openecomp.capabilities.metric.Ceilometer
386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
387         occurrences:
388         - 1
389         - UNBOUNDED
390       network.outgoing.bytes_oam_private_net_network_port:
391         type: org.openecomp.capabilities.metric.Ceilometer
392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
393         occurrences:
394         - 1
395         - UNBOUNDED
396       network.incoming.packets.rate_cdr_network_port_1:
397         type: org.openecomp.capabilities.metric.Ceilometer
398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
399         occurrences:
400         - 1
401         - UNBOUNDED
402       disk.iops_QRouter1:
403         type: org.openecomp.capabilities.metric.Ceilometer
404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
405         occurrences:
406         - 1
407         - UNBOUNDED
408       disk.device.write.requests_QRouter1:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       network.incoming.packets_cdr_network_port_1:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       attachment_cdr_network_port_1:
421         type: tosca.capabilities.Attachment
422         occurrences:
423         - 1
424         - UNBOUNDED
425       disk.device.write.requests.rate_QRouter1:
426         type: org.openecomp.capabilities.metric.Ceilometer
427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
428         occurrences:
429         - 1
430         - UNBOUNDED
431       disk.device.allocation_QRouter1:
432         type: org.openecomp.capabilities.metric.Ceilometer
433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
434         occurrences:
435         - 1
436         - UNBOUNDED
437       network.outpoing.packets_cdr_network_port_1:
438         type: org.openecomp.capabilities.metric.Ceilometer
439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
440         occurrences:
441         - 1
442         - UNBOUNDED
443       memory_QRouter1:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.usage_QRouter1:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       binding_cdr_network_port_1:
456         type: tosca.capabilities.network.Bindable
457         valid_source_types:
458         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
459         occurrences:
460         - 0
461         - UNBOUNDED
462       scalable_QRouter1:
463         type: tosca.capabilities.Scalable
464         occurrences:
465         - 1
466         - UNBOUNDED
467       binding_oam_private_net_network_port:
468         type: tosca.capabilities.network.Bindable
469         valid_source_types:
470         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
471         occurrences:
472         - 0
473         - UNBOUNDED
474       network.incoming.bytes_cdr_network_port_1:
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       disk.write.bytes_QRouter1:
481         type: org.openecomp.capabilities.metric.Ceilometer
482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
483         occurrences:
484         - 1
485         - UNBOUNDED
486       disk.write.requests_QRouter1:
487         type: org.openecomp.capabilities.metric.Ceilometer
488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
489         occurrences:
490         - 1
491         - UNBOUNDED
492       network.incoming.packets_oam_private_net_network_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       cpu_QRouter1:
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       network.outgoing.bytes.rate_cdr_network_port_1:
505         type: org.openecomp.capabilities.metric.Ceilometer
506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
507         occurrences:
508         - 1
509         - UNBOUNDED
510       os_QRouter1:
511         type: tosca.capabilities.OperatingSystem
512         occurrences:
513         - 1
514         - UNBOUNDED
515       disk.device.read.requests.rate_QRouter1:
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.incoming.packets.rate_oam_private_net_network_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       disk.read.bytes_QRouter1:
528         type: org.openecomp.capabilities.metric.Ceilometer
529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
530         occurrences:
531         - 1
532         - UNBOUNDED
533       network.incoming.bytes.rate_cdr_network_port_1:
534         type: org.openecomp.capabilities.metric.Ceilometer
535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
536         occurrences:
537         - 1
538         - UNBOUNDED
539       network.outgoing.bytes_cdr_network_port_1:
540         type: org.openecomp.capabilities.metric.Ceilometer
541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
542         occurrences:
543         - 1
544         - UNBOUNDED
545       disk.write.bytes.rate_QRouter1:
546         type: org.openecomp.capabilities.metric.Ceilometer
547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
548         occurrences:
549         - 1
550         - UNBOUNDED
551       disk.device.write.bytes_QRouter1:
552         type: org.openecomp.capabilities.metric.Ceilometer
553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
554         occurrences:
555         - 1
556         - UNBOUNDED
557       disk.device.iops_QRouter1:
558         type: org.openecomp.capabilities.metric.Ceilometer
559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
560         occurrences:
561         - 1
562         - UNBOUNDED
563       disk.read.bytes.rate_QRouter1:
564         type: org.openecomp.capabilities.metric.Ceilometer
565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
566         occurrences:
567         - 1
568         - UNBOUNDED
569       endpoint_QRouter1:
570         type: tosca.capabilities.Endpoint.Admin
571         occurrences:
572         - 1
573         - UNBOUNDED
574       disk.allocation_QRouter1:
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       network.outgoing.packets.rate_cdr_network_port_1:
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       disk.device.read.requests_QRouter1:
587         type: org.openecomp.capabilities.metric.Ceilometer
588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
589         occurrences:
590         - 1
591         - UNBOUNDED
592       network.outgoing.packets.rate_oam_private_net_network_port:
593         type: org.openecomp.capabilities.metric.Ceilometer
594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
595         occurrences:
596         - 1
597         - UNBOUNDED
598   org.openecomp.resource.abstract.nodes.heat.FEAdd_On_Module_vLBAgentTemplate:
599     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
600     properties:
601       vf_module_id:
602         type: string
603         required: true
604         status: SUPPORTED
605       packet_mirror_network:
606         type: string
607         required: true
608         status: SUPPORTED
609       oam_private_net_name:
610         type: string
611         required: true
612         status: SUPPORTED
613       vProbe_cluster_name:
614         type: string
615         required: true
616         status: SUPPORTED
617       vlb_agent_image_name:
618         type: string
619         required: true
620         status: SUPPORTED
621       vf_module_name:
622         type: string
623         required: true
624         status: SUPPORTED
625       vLB_node_count:
626         type: float
627         required: true
628         status: SUPPORTED
629       domain_name:
630         type: string
631         required: true
632         status: SUPPORTED
633       ntp_timezone:
634         type: string
635         required: true
636         status: SUPPORTED
637       packet_internal_network:
638         type: string
639         required: true
640         status: SUPPORTED
641       vnf_id:
642         type: string
643         required: true
644         status: SUPPORTED
645       vLBAgent_cluster_name:
646         type: string
647         required: true
648         status: SUPPORTED
649       availability_zone_0:
650         type: string
651         required: true
652         status: SUPPORTED
653       region_name:
654         type: string
655         required: true
656         status: SUPPORTED
657       manager_name_0:
658         type: string
659         required: true
660         status: SUPPORTED
661       vLB_cluster_name:
662         type: string
663         required: true
664         status: SUPPORTED
665       tenant_name:
666         type: string
667         required: true
668         status: SUPPORTED
669       vLBAgent_flavor_name:
670         type: string
671         required: true
672         status: SUPPORTED
673       security_group:
674         type: string
675         required: true
676         status: SUPPORTED
677       vLBAgent_version_name:
678         type: string
679         required: true
680         status: SUPPORTED
681       vLBAgent_type:
682         type: string
683         required: true
684         status: SUPPORTED
685       vLBAgent_node_count:
686         type: float
687         required: true
688         status: SUPPORTED
689       vLBAgent_volume_type_0:
690         type: string
691         required: true
692         status: SUPPORTED
693       vLBAgent_volume_type_1:
694         type: string
695         required: true
696         status: SUPPORTED
697       vLBAgent_volume_size_1:
698         type: float
699         required: true
700         status: SUPPORTED
701       vLBAgent_volume_type_2:
702         type: string
703         required: true
704         status: SUPPORTED
705       vLBAgent_names:
706         type: list
707         required: true
708         status: SUPPORTED
709         entry_schema:
710           type: string
711       vLBAgent_volume_size_2:
712         type: float
713         required: true
714         status: SUPPORTED
715       vLBAgent_volume_size_0:
716         type: float
717         required: true
718         status: SUPPORTED
719       vLBAgent_index:
720         type: float
721         required: true
722         status: SUPPORTED
723       vLBAgent_volume_name_2:
724         type: string
725         required: true
726         status: SUPPORTED
727       vLBAgent_volume_name_1:
728         type: string
729         required: true
730         status: SUPPORTED
731       vLBAgent_volume_name_0:
732         type: string
733         required: true
734         status: SUPPORTED
735       manager_oam_direct_ip_0:
736         type: string
737         required: true
738         status: SUPPORTED
739       rpmrepository_ip_0:
740         type: string
741         required: true
742         status: SUPPORTED
743     requirements:
744     - dependency_packet_mirror_network_port_1:
745         capability: tosca.capabilities.Node
746         node: tosca.nodes.Root
747         relationship: tosca.relationships.DependsOn
748         occurrences:
749         - 0
750         - UNBOUNDED
751     - link_packet_mirror_network_port_1:
752         capability: tosca.capabilities.network.Linkable
753         relationship: tosca.relationships.network.LinksTo
754         occurrences:
755         - 1
756         - 1
757     - dependency_vLBAgentInstance:
758         capability: tosca.capabilities.Node
759         node: tosca.nodes.Root
760         relationship: tosca.relationships.DependsOn
761         occurrences:
762         - 0
763         - UNBOUNDED
764     - local_storage_vLBAgentInstance:
765         capability: tosca.capabilities.Attachment
766         node: tosca.nodes.BlockStorage
767         relationship: tosca.relationships.AttachesTo
768         occurrences:
769         - 0
770         - UNBOUNDED
771     - dependency_vLBAgent_volume_0:
772         capability: tosca.capabilities.Node
773         node: tosca.nodes.Root
774         relationship: tosca.relationships.DependsOn
775         occurrences:
776         - 0
777         - UNBOUNDED
778     - dependency_vLBAgent_volume_1:
779         capability: tosca.capabilities.Node
780         node: tosca.nodes.Root
781         relationship: tosca.relationships.DependsOn
782         occurrences:
783         - 0
784         - UNBOUNDED
785     - dependency_oam_private_net_network_port_3:
786         capability: tosca.capabilities.Node
787         node: tosca.nodes.Root
788         relationship: tosca.relationships.DependsOn
789         occurrences:
790         - 0
791         - UNBOUNDED
792     - link_oam_private_net_network_port_3:
793         capability: tosca.capabilities.network.Linkable
794         relationship: tosca.relationships.network.LinksTo
795         occurrences:
796         - 1
797         - 1
798     - dependency_vLBAgent_volume_2:
799         capability: tosca.capabilities.Node
800         node: tosca.nodes.Root
801         relationship: tosca.relationships.DependsOn
802         occurrences:
803         - 0
804         - UNBOUNDED
805     - dependency_packet_internal_network_port:
806         capability: tosca.capabilities.Node
807         node: tosca.nodes.Root
808         relationship: tosca.relationships.DependsOn
809         occurrences:
810         - 0
811         - UNBOUNDED
812     - link_packet_internal_network_port:
813         capability: tosca.capabilities.network.Linkable
814         relationship: tosca.relationships.network.LinksTo
815         occurrences:
816         - 1
817         - 1
818     capabilities:
819       network.incoming.bytes.rate_packet_mirror_network_port_1:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       disk.device.read.requests_vLBAgentInstance:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       network.incoming.packets_packet_internal_network_port:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       network.outgoing.bytes.rate_oam_private_net_network_port_3:
838         type: org.openecomp.capabilities.metric.Ceilometer
839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
840         occurrences:
841         - 1
842         - UNBOUNDED
843       disk.device.usage_vLBAgentInstance:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       network.incoming.bytes.rate_oam_private_net_network_port_3:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       disk.read.requests_vLBAgentInstance:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       network.incoming.packets_oam_private_net_network_port_3:
862         type: org.openecomp.capabilities.metric.Ceilometer
863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
864         occurrences:
865         - 1
866         - UNBOUNDED
867       cpu_util_vLBAgentInstance:
868         type: org.openecomp.capabilities.metric.Ceilometer
869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
870         occurrences:
871         - 1
872         - UNBOUNDED
873       feature_oam_private_net_network_port_3:
874         type: tosca.capabilities.Node
875         occurrences:
876         - 1
877         - UNBOUNDED
878       feature_vLBAgent_volume_1:
879         type: tosca.capabilities.Node
880         occurrences:
881         - 1
882         - UNBOUNDED
883       feature_vLBAgent_volume_0:
884         type: tosca.capabilities.Node
885         occurrences:
886         - 1
887         - UNBOUNDED
888       feature_vLBAgent_volume_2:
889         type: tosca.capabilities.Node
890         occurrences:
891         - 1
892         - UNBOUNDED
893       network.incoming.bytes.rate_packet_internal_network_port:
894         type: org.openecomp.capabilities.metric.Ceilometer
895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
896         occurrences:
897         - 1
898         - UNBOUNDED
899       disk.usage_vLBAgentInstance:
900         type: org.openecomp.capabilities.metric.Ceilometer
901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
902         occurrences:
903         - 1
904         - UNBOUNDED
905       disk.device.capacity_vLBAgentInstance:
906         type: org.openecomp.capabilities.metric.Ceilometer
907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
908         occurrences:
909         - 1
910         - UNBOUNDED
911       disk.device.iops_vLBAgentInstance:
912         type: org.openecomp.capabilities.metric.Ceilometer
913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
914         occurrences:
915         - 1
916         - UNBOUNDED
917       network.incoming.packets_packet_mirror_network_port_1:
918         type: org.openecomp.capabilities.metric.Ceilometer
919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
920         occurrences:
921         - 1
922         - UNBOUNDED
923       network.outgoing.bytes.rate_packet_mirror_network_port_1:
924         type: org.openecomp.capabilities.metric.Ceilometer
925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
926         occurrences:
927         - 1
928         - UNBOUNDED
929       network.outpoing.packets_oam_private_net_network_port_3:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       binding_packet_internal_network_port:
936         type: tosca.capabilities.network.Bindable
937         valid_source_types:
938         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
939         occurrences:
940         - 0
941         - UNBOUNDED
942       disk.device.write.bytes_vLBAgentInstance:
943         type: org.openecomp.capabilities.metric.Ceilometer
944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
945         occurrences:
946         - 1
947         - UNBOUNDED
948       attachment_packet_mirror_network_port_1:
949         type: tosca.capabilities.Attachment
950         occurrences:
951         - 1
952         - UNBOUNDED
953       network.incoming.packets.rate_oam_private_net_network_port_3:
954         type: org.openecomp.capabilities.metric.Ceilometer
955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
956         occurrences:
957         - 1
958         - UNBOUNDED
959       binding_oam_private_net_network_port_3:
960         type: tosca.capabilities.network.Bindable
961         valid_source_types:
962         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
963         occurrences:
964         - 0
965         - UNBOUNDED
966       endpoint_vLBAgentInstance:
967         type: tosca.capabilities.Endpoint.Admin
968         occurrences:
969         - 1
970         - UNBOUNDED
971       binding_packet_mirror_network_port_1:
972         type: tosca.capabilities.network.Bindable
973         valid_source_types:
974         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
975         occurrences:
976         - 0
977         - UNBOUNDED
978       binding_vLBAgentInstance:
979         type: tosca.capabilities.network.Bindable
980         occurrences:
981         - 1
982         - UNBOUNDED
983       disk.allocation_vLBAgentInstance:
984         type: org.openecomp.capabilities.metric.Ceilometer
985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
986         occurrences:
987         - 1
988         - UNBOUNDED
989       memory.resident_vLBAgentInstance:
990         type: org.openecomp.capabilities.metric.Ceilometer
991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
992         occurrences:
993         - 1
994         - UNBOUNDED
995       attachment_packet_internal_network_port:
996         type: tosca.capabilities.Attachment
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       disk.read.bytes_vLBAgentInstance:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       memory.usage_vLBAgentInstance:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       scalable_vLBAgentInstance:
1013         type: tosca.capabilities.Scalable
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       disk.latency_vLBAgentInstance:
1018         type: org.openecomp.capabilities.metric.Ceilometer
1019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1020         occurrences:
1021         - 1
1022         - UNBOUNDED
1023       disk.device.allocation_vLBAgentInstance:
1024         type: org.openecomp.capabilities.metric.Ceilometer
1025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       cpu_vLBAgentInstance:
1030         type: org.openecomp.capabilities.metric.Ceilometer
1031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       disk.device.write.requests_vLBAgentInstance:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       disk.write.bytes_vLBAgentInstance:
1042         type: org.openecomp.capabilities.metric.Ceilometer
1043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1044         occurrences:
1045         - 1
1046         - UNBOUNDED
1047       memory_vLBAgentInstance:
1048         type: org.openecomp.capabilities.metric.Ceilometer
1049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       disk.device.write.bytes.rate_vLBAgentInstance:
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.packets.rate_packet_internal_network_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       disk.iops_vLBAgentInstance:
1066         type: org.openecomp.capabilities.metric.Ceilometer
1067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1068         occurrences:
1069         - 1
1070         - UNBOUNDED
1071       network.outgoing.packets.rate_oam_private_net_network_port_3:
1072         type: org.openecomp.capabilities.metric.Ceilometer
1073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1074         occurrences:
1075         - 1
1076         - UNBOUNDED
1077       feature_packet_mirror_network_port_1:
1078         type: tosca.capabilities.Node
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       instance_vLBAgentInstance:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       network.incoming.bytes_packet_mirror_network_port_1:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       attachment_oam_private_net_network_port_3:
1095         type: tosca.capabilities.Attachment
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       network.outgoing.bytes_packet_internal_network_port:
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       network.outgoing.packets.rate_packet_mirror_network_port_1:
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       network.incoming.bytes_packet_internal_network_port:
1112         type: org.openecomp.capabilities.metric.Ceilometer
1113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1114         occurrences:
1115         - 1
1116         - UNBOUNDED
1117       network.outpoing.packets_packet_mirror_network_port_1:
1118         type: org.openecomp.capabilities.metric.Ceilometer
1119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       network.outgoing.bytes_packet_mirror_network_port_1:
1124         type: org.openecomp.capabilities.metric.Ceilometer
1125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1126         occurrences:
1127         - 1
1128         - UNBOUNDED
1129       disk.device.read.requests.rate_vLBAgentInstance:
1130         type: org.openecomp.capabilities.metric.Ceilometer
1131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1132         occurrences:
1133         - 1
1134         - UNBOUNDED
1135       os_vLBAgentInstance:
1136         type: tosca.capabilities.OperatingSystem
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       network.incoming.packets.rate_packet_internal_network_port:
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.write.requests.rate_vLBAgentInstance:
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       attachment_vLBAgent_volume_0:
1153         type: tosca.capabilities.Attachment
1154         occurrences:
1155         - 1
1156         - UNBOUNDED
1157       disk.device.read.bytes_vLBAgentInstance:
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       attachment_vLBAgent_volume_2:
1164         type: tosca.capabilities.Attachment
1165         occurrences:
1166         - 1
1167         - UNBOUNDED
1168       attachment_vLBAgent_volume_1:
1169         type: tosca.capabilities.Attachment
1170         occurrences:
1171         - 1
1172         - UNBOUNDED
1173       host_vLBAgentInstance:
1174         type: tosca.capabilities.Container
1175         valid_source_types:
1176         - tosca.nodes.SoftwareComponent
1177         occurrences:
1178         - 1
1179         - UNBOUNDED
1180       disk.device.write.requests.rate_vLBAgentInstance:
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       disk.device.read.bytes.rate_vLBAgentInstance:
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.outgoing.bytes_oam_private_net_network_port_3:
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       cpu.delta_vLBAgentInstance:
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       network.incoming.bytes_oam_private_net_network_port_3:
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       disk.capacity_vLBAgentInstance:
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.root.size_vLBAgentInstance:
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       network.outgoing.bytes.rate_packet_internal_network_port:
1223         type: org.openecomp.capabilities.metric.Ceilometer
1224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1225         occurrences:
1226         - 1
1227         - UNBOUNDED
1228       disk.ephemeral.size_vLBAgentInstance:
1229         type: org.openecomp.capabilities.metric.Ceilometer
1230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1231         occurrences:
1232         - 1
1233         - UNBOUNDED
1234       feature_vLBAgentInstance:
1235         type: tosca.capabilities.Node
1236         occurrences:
1237         - 1
1238         - UNBOUNDED
1239       disk.device.latency_vLBAgentInstance:
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       disk.write.requests_vLBAgentInstance:
1246         type: org.openecomp.capabilities.metric.Ceilometer
1247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1248         occurrences:
1249         - 1
1250         - UNBOUNDED
1251       network.outpoing.packets_packet_internal_network_port:
1252         type: org.openecomp.capabilities.metric.Ceilometer
1253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1254         occurrences:
1255         - 1
1256         - UNBOUNDED
1257       network.incoming.packets.rate_packet_mirror_network_port_1:
1258         type: org.openecomp.capabilities.metric.Ceilometer
1259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1260         occurrences:
1261         - 1
1262         - UNBOUNDED
1263       vcpus_vLBAgentInstance:
1264         type: org.openecomp.capabilities.metric.Ceilometer
1265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1266         occurrences:
1267         - 1
1268         - UNBOUNDED
1269       disk.read.bytes.rate_vLBAgentInstance:
1270         type: org.openecomp.capabilities.metric.Ceilometer
1271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1272         occurrences:
1273         - 1
1274         - UNBOUNDED
1275       feature_packet_internal_network_port:
1276         type: tosca.capabilities.Node
1277         occurrences:
1278         - 1
1279         - UNBOUNDED
1280       disk.write.bytes.rate_vLBAgentInstance:
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   org.openecomp.resource.abstract.nodes.heat.FEAdd_On_Module_vLBTemplate:
1287     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1288     properties:
1289       vf_module_id:
1290         type: string
1291         required: true
1292         status: SUPPORTED
1293       packet_mirror_network:
1294         type: string
1295         required: true
1296         status: SUPPORTED
1297       oam_private_net_name:
1298         type: string
1299         required: true
1300         status: SUPPORTED
1301       vProbe_cluster_name:
1302         type: string
1303         required: true
1304         status: SUPPORTED
1305       vLB_version_name:
1306         type: string
1307         required: true
1308         status: SUPPORTED
1309       vf_module_name:
1310         type: string
1311         required: true
1312         status: SUPPORTED
1313       vLB_node_count:
1314         type: float
1315         required: true
1316         status: SUPPORTED
1317       domain_name:
1318         type: string
1319         required: true
1320         status: SUPPORTED
1321       ntp_timezone:
1322         type: string
1323         required: true
1324         status: SUPPORTED
1325       packet_internal_network:
1326         type: string
1327         required: true
1328         status: SUPPORTED
1329       vnf_id:
1330         type: string
1331         required: true
1332         status: SUPPORTED
1333       vLB_type:
1334         type: string
1335         required: true
1336         status: SUPPORTED
1337       availability_zone_0:
1338         type: string
1339         required: true
1340         status: SUPPORTED
1341       region_name:
1342         type: string
1343         required: true
1344         status: SUPPORTED
1345       manager_name_0:
1346         type: string
1347         required: true
1348         status: SUPPORTED
1349       vLB_cluster_name:
1350         type: string
1351         required: true
1352         status: SUPPORTED
1353       tenant_name:
1354         type: string
1355         required: true
1356         status: SUPPORTED
1357       vLB_names:
1358         type: list
1359         required: true
1360         status: SUPPORTED
1361         entry_schema:
1362           type: string
1363       vLB_index:
1364         type: float
1365         required: true
1366         status: SUPPORTED
1367       security_group:
1368         type: string
1369         required: true
1370         status: SUPPORTED
1371       vLB_volume_name_2:
1372         type: string
1373         required: true
1374         status: SUPPORTED
1375       vLB_volume_name_0:
1376         type: string
1377         required: true
1378         status: SUPPORTED
1379       vLB_volume_type_1:
1380         type: string
1381         required: true
1382         status: SUPPORTED
1383       vLB_flavor_name:
1384         type: string
1385         required: true
1386         status: SUPPORTED
1387       vLB_volume_name_1:
1388         type: string
1389         required: true
1390         status: SUPPORTED
1391       vLB_volume_type_2:
1392         type: string
1393         required: true
1394         status: SUPPORTED
1395       vLB_volume_type_0:
1396         type: string
1397         required: true
1398         status: SUPPORTED
1399       vLB_volume_size_1:
1400         type: float
1401         required: true
1402         status: SUPPORTED
1403       vlb_image_name:
1404         type: string
1405         required: true
1406         status: SUPPORTED
1407       vLB_volume_size_0:
1408         type: float
1409         required: true
1410         status: SUPPORTED
1411       manager_oam_direct_ip_0:
1412         type: string
1413         required: true
1414         status: SUPPORTED
1415       rpmrepository_ip_0:
1416         type: string
1417         required: true
1418         status: SUPPORTED
1419       vLB_volume_size_2:
1420         type: float
1421         required: true
1422         status: SUPPORTED
1423     requirements:
1424     - dependency_packet_internal_network_port_2:
1425         capability: tosca.capabilities.Node
1426         node: tosca.nodes.Root
1427         relationship: tosca.relationships.DependsOn
1428         occurrences:
1429         - 0
1430         - UNBOUNDED
1431     - link_packet_internal_network_port_2:
1432         capability: tosca.capabilities.network.Linkable
1433         relationship: tosca.relationships.network.LinksTo
1434         occurrences:
1435         - 1
1436         - 1
1437     - dependency_oam_private_net_network_port_2:
1438         capability: tosca.capabilities.Node
1439         node: tosca.nodes.Root
1440         relationship: tosca.relationships.DependsOn
1441         occurrences:
1442         - 0
1443         - UNBOUNDED
1444     - link_oam_private_net_network_port_2:
1445         capability: tosca.capabilities.network.Linkable
1446         relationship: tosca.relationships.network.LinksTo
1447         occurrences:
1448         - 1
1449         - 1
1450     - dependency_packet_mirror_network_port:
1451         capability: tosca.capabilities.Node
1452         node: tosca.nodes.Root
1453         relationship: tosca.relationships.DependsOn
1454         occurrences:
1455         - 0
1456         - UNBOUNDED
1457     - link_packet_mirror_network_port:
1458         capability: tosca.capabilities.network.Linkable
1459         relationship: tosca.relationships.network.LinksTo
1460         occurrences:
1461         - 1
1462         - 1
1463     - dependency_vLB_volume_1:
1464         capability: tosca.capabilities.Node
1465         node: tosca.nodes.Root
1466         relationship: tosca.relationships.DependsOn
1467         occurrences:
1468         - 0
1469         - UNBOUNDED
1470     - dependency_vLB_volume_0:
1471         capability: tosca.capabilities.Node
1472         node: tosca.nodes.Root
1473         relationship: tosca.relationships.DependsOn
1474         occurrences:
1475         - 0
1476         - UNBOUNDED
1477     - dependency_vLB_volume_2:
1478         capability: tosca.capabilities.Node
1479         node: tosca.nodes.Root
1480         relationship: tosca.relationships.DependsOn
1481         occurrences:
1482         - 0
1483         - UNBOUNDED
1484     - dependency_vLBInstance:
1485         capability: tosca.capabilities.Node
1486         node: tosca.nodes.Root
1487         relationship: tosca.relationships.DependsOn
1488         occurrences:
1489         - 0
1490         - UNBOUNDED
1491     - local_storage_vLBInstance:
1492         capability: tosca.capabilities.Attachment
1493         node: tosca.nodes.BlockStorage
1494         relationship: tosca.relationships.AttachesTo
1495         occurrences:
1496         - 0
1497         - UNBOUNDED
1498     capabilities:
1499       disk.iops_vLBInstance:
1500         type: org.openecomp.capabilities.metric.Ceilometer
1501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1502         occurrences:
1503         - 1
1504         - UNBOUNDED
1505       network.incoming.packets_packet_internal_network_port_2:
1506         type: org.openecomp.capabilities.metric.Ceilometer
1507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1508         occurrences:
1509         - 1
1510         - UNBOUNDED
1511       network.outgoing.bytes.rate_oam_private_net_network_port_2:
1512         type: org.openecomp.capabilities.metric.Ceilometer
1513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1514         occurrences:
1515         - 1
1516         - UNBOUNDED
1517       feature_vLBInstance:
1518         type: tosca.capabilities.Node
1519         occurrences:
1520         - 1
1521         - UNBOUNDED
1522       vcpus_vLBInstance:
1523         type: org.openecomp.capabilities.metric.Ceilometer
1524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1525         occurrences:
1526         - 1
1527         - UNBOUNDED
1528       os_vLBInstance:
1529         type: tosca.capabilities.OperatingSystem
1530         occurrences:
1531         - 1
1532         - UNBOUNDED
1533       network.outgoing.bytes.rate_packet_internal_network_port_2:
1534         type: org.openecomp.capabilities.metric.Ceilometer
1535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1536         occurrences:
1537         - 1
1538         - UNBOUNDED
1539       network.incoming.packets_oam_private_net_network_port_2:
1540         type: org.openecomp.capabilities.metric.Ceilometer
1541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545       disk.device.write.bytes.rate_vLBInstance:
1546         type: org.openecomp.capabilities.metric.Ceilometer
1547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1548         occurrences:
1549         - 1
1550         - UNBOUNDED
1551       network.outgoing.bytes_packet_mirror_network_port:
1552         type: org.openecomp.capabilities.metric.Ceilometer
1553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1554         occurrences:
1555         - 1
1556         - UNBOUNDED
1557       network.incoming.bytes.rate_oam_private_net_network_port_2:
1558         type: org.openecomp.capabilities.metric.Ceilometer
1559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1560         occurrences:
1561         - 1
1562         - UNBOUNDED
1563       disk.write.bytes.rate_vLBInstance:
1564         type: org.openecomp.capabilities.metric.Ceilometer
1565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1566         occurrences:
1567         - 1
1568         - UNBOUNDED
1569       feature_oam_private_net_network_port_2:
1570         type: tosca.capabilities.Node
1571         occurrences:
1572         - 1
1573         - UNBOUNDED
1574       network.outgoing.bytes_packet_internal_network_port_2:
1575         type: org.openecomp.capabilities.metric.Ceilometer
1576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1577         occurrences:
1578         - 1
1579         - UNBOUNDED
1580       network.incoming.packets.rate_packet_internal_network_port_2:
1581         type: org.openecomp.capabilities.metric.Ceilometer
1582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1583         occurrences:
1584         - 1
1585         - UNBOUNDED
1586       memory.usage_vLBInstance:
1587         type: org.openecomp.capabilities.metric.Ceilometer
1588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592       host_vLBInstance:
1593         type: tosca.capabilities.Container
1594         valid_source_types:
1595         - tosca.nodes.SoftwareComponent
1596         occurrences:
1597         - 1
1598         - UNBOUNDED
1599       network.outgoing.bytes.rate_packet_mirror_network_port:
1600         type: org.openecomp.capabilities.metric.Ceilometer
1601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1602         occurrences:
1603         - 1
1604         - UNBOUNDED
1605       network.outpoing.packets_packet_internal_network_port_2:
1606         type: org.openecomp.capabilities.metric.Ceilometer
1607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1608         occurrences:
1609         - 1
1610         - UNBOUNDED
1611       disk.device.capacity_vLBInstance:
1612         type: org.openecomp.capabilities.metric.Ceilometer
1613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1614         occurrences:
1615         - 1
1616         - UNBOUNDED
1617       network.outpoing.packets_oam_private_net_network_port_2:
1618         type: org.openecomp.capabilities.metric.Ceilometer
1619         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1620         occurrences:
1621         - 1
1622         - UNBOUNDED
1623       network.incoming.packets.rate_oam_private_net_network_port_2:
1624         type: org.openecomp.capabilities.metric.Ceilometer
1625         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1626         occurrences:
1627         - 1
1628         - UNBOUNDED
1629       instance_vLBInstance:
1630         type: org.openecomp.capabilities.metric.Ceilometer
1631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1632         occurrences:
1633         - 1
1634         - UNBOUNDED
1635       binding_vLBInstance:
1636         type: tosca.capabilities.network.Bindable
1637         occurrences:
1638         - 1
1639         - UNBOUNDED
1640       binding_oam_private_net_network_port_2:
1641         type: tosca.capabilities.network.Bindable
1642         valid_source_types:
1643         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1644         occurrences:
1645         - 0
1646         - UNBOUNDED
1647       disk.device.latency_vLBInstance:
1648         type: org.openecomp.capabilities.metric.Ceilometer
1649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1650         occurrences:
1651         - 1
1652         - UNBOUNDED
1653       network.outpoing.packets_packet_mirror_network_port:
1654         type: org.openecomp.capabilities.metric.Ceilometer
1655         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1656         occurrences:
1657         - 1
1658         - UNBOUNDED
1659       binding_packet_internal_network_port_2:
1660         type: tosca.capabilities.network.Bindable
1661         valid_source_types:
1662         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1663         occurrences:
1664         - 0
1665         - UNBOUNDED
1666       network.incoming.bytes_packet_mirror_network_port:
1667         type: org.openecomp.capabilities.metric.Ceilometer
1668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1669         occurrences:
1670         - 1
1671         - UNBOUNDED
1672       network.incoming.packets_packet_mirror_network_port:
1673         type: org.openecomp.capabilities.metric.Ceilometer
1674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1675         occurrences:
1676         - 1
1677         - UNBOUNDED
1678       disk.device.read.requests.rate_vLBInstance:
1679         type: org.openecomp.capabilities.metric.Ceilometer
1680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1681         occurrences:
1682         - 1
1683         - UNBOUNDED
1684       network.incoming.packets.rate_packet_mirror_network_port:
1685         type: org.openecomp.capabilities.metric.Ceilometer
1686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1687         occurrences:
1688         - 1
1689         - UNBOUNDED
1690       network.outgoing.packets.rate_packet_mirror_network_port:
1691         type: org.openecomp.capabilities.metric.Ceilometer
1692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1693         occurrences:
1694         - 1
1695         - UNBOUNDED
1696       memory_vLBInstance:
1697         type: org.openecomp.capabilities.metric.Ceilometer
1698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1699         occurrences:
1700         - 1
1701         - UNBOUNDED
1702       network.incoming.bytes.rate_packet_internal_network_port_2:
1703         type: org.openecomp.capabilities.metric.Ceilometer
1704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1705         occurrences:
1706         - 1
1707         - UNBOUNDED
1708       cpu.delta_vLBInstance:
1709         type: org.openecomp.capabilities.metric.Ceilometer
1710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1711         occurrences:
1712         - 1
1713         - UNBOUNDED
1714       disk.write.bytes_vLBInstance:
1715         type: org.openecomp.capabilities.metric.Ceilometer
1716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1717         occurrences:
1718         - 1
1719         - UNBOUNDED
1720       disk.write.requests_vLBInstance:
1721         type: org.openecomp.capabilities.metric.Ceilometer
1722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1723         occurrences:
1724         - 1
1725         - UNBOUNDED
1726       attachment_vLB_volume_2:
1727         type: tosca.capabilities.Attachment
1728         occurrences:
1729         - 1
1730         - UNBOUNDED
1731       disk.ephemeral.size_vLBInstance:
1732         type: org.openecomp.capabilities.metric.Ceilometer
1733         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1734         occurrences:
1735         - 1
1736         - UNBOUNDED
1737       disk.device.iops_vLBInstance:
1738         type: org.openecomp.capabilities.metric.Ceilometer
1739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1740         occurrences:
1741         - 1
1742         - UNBOUNDED
1743       disk.capacity_vLBInstance:
1744         type: org.openecomp.capabilities.metric.Ceilometer
1745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1746         occurrences:
1747         - 1
1748         - UNBOUNDED
1749       disk.device.read.bytes_vLBInstance:
1750         type: org.openecomp.capabilities.metric.Ceilometer
1751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1752         occurrences:
1753         - 1
1754         - UNBOUNDED
1755       attachment_packet_internal_network_port_2:
1756         type: tosca.capabilities.Attachment
1757         occurrences:
1758         - 1
1759         - UNBOUNDED
1760       attachment_vLB_volume_0:
1761         type: tosca.capabilities.Attachment
1762         occurrences:
1763         - 1
1764         - UNBOUNDED
1765       network.outgoing.packets.rate_oam_private_net_network_port_2:
1766         type: org.openecomp.capabilities.metric.Ceilometer
1767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1768         occurrences:
1769         - 1
1770         - UNBOUNDED
1771       attachment_vLB_volume_1:
1772         type: tosca.capabilities.Attachment
1773         occurrences:
1774         - 1
1775         - UNBOUNDED
1776       disk.root.size_vLBInstance:
1777         type: org.openecomp.capabilities.metric.Ceilometer
1778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1779         occurrences:
1780         - 1
1781         - UNBOUNDED
1782       disk.allocation_vLBInstance:
1783         type: org.openecomp.capabilities.metric.Ceilometer
1784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1785         occurrences:
1786         - 1
1787         - UNBOUNDED
1788       memory.resident_vLBInstance:
1789         type: org.openecomp.capabilities.metric.Ceilometer
1790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1791         occurrences:
1792         - 1
1793         - UNBOUNDED
1794       disk.write.requests.rate_vLBInstance:
1795         type: org.openecomp.capabilities.metric.Ceilometer
1796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1797         occurrences:
1798         - 1
1799         - UNBOUNDED
1800       disk.device.write.requests_vLBInstance:
1801         type: org.openecomp.capabilities.metric.Ceilometer
1802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1803         occurrences:
1804         - 1
1805         - UNBOUNDED
1806       network.outgoing.packets.rate_packet_internal_network_port_2:
1807         type: org.openecomp.capabilities.metric.Ceilometer
1808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1809         occurrences:
1810         - 1
1811         - UNBOUNDED
1812       attachment_oam_private_net_network_port_2:
1813         type: tosca.capabilities.Attachment
1814         occurrences:
1815         - 1
1816         - UNBOUNDED
1817       attachment_packet_mirror_network_port:
1818         type: tosca.capabilities.Attachment
1819         occurrences:
1820         - 1
1821         - UNBOUNDED
1822       disk.read.requests_vLBInstance:
1823         type: org.openecomp.capabilities.metric.Ceilometer
1824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1825         occurrences:
1826         - 1
1827         - UNBOUNDED
1828       disk.device.read.requests_vLBInstance:
1829         type: org.openecomp.capabilities.metric.Ceilometer
1830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1831         occurrences:
1832         - 1
1833         - UNBOUNDED
1834       disk.latency_vLBInstance:
1835         type: org.openecomp.capabilities.metric.Ceilometer
1836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1837         occurrences:
1838         - 1
1839         - UNBOUNDED
1840       network.incoming.bytes_packet_internal_network_port_2:
1841         type: org.openecomp.capabilities.metric.Ceilometer
1842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1843         occurrences:
1844         - 1
1845         - UNBOUNDED
1846       feature_packet_mirror_network_port:
1847         type: tosca.capabilities.Node
1848         occurrences:
1849         - 1
1850         - UNBOUNDED
1851       feature_packet_internal_network_port_2:
1852         type: tosca.capabilities.Node
1853         occurrences:
1854         - 1
1855         - UNBOUNDED
1856       binding_packet_mirror_network_port:
1857         type: tosca.capabilities.network.Bindable
1858         valid_source_types:
1859         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1860         occurrences:
1861         - 0
1862         - UNBOUNDED
1863       network.outgoing.bytes_oam_private_net_network_port_2:
1864         type: org.openecomp.capabilities.metric.Ceilometer
1865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1866         occurrences:
1867         - 1
1868         - UNBOUNDED
1869       network.incoming.bytes_oam_private_net_network_port_2:
1870         type: org.openecomp.capabilities.metric.Ceilometer
1871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1872         occurrences:
1873         - 1
1874         - UNBOUNDED
1875       network.incoming.bytes.rate_packet_mirror_network_port:
1876         type: org.openecomp.capabilities.metric.Ceilometer
1877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1878         occurrences:
1879         - 1
1880         - UNBOUNDED
1881       disk.device.write.requests.rate_vLBInstance:
1882         type: org.openecomp.capabilities.metric.Ceilometer
1883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1884         occurrences:
1885         - 1
1886         - UNBOUNDED
1887       disk.read.bytes_vLBInstance:
1888         type: org.openecomp.capabilities.metric.Ceilometer
1889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1890         occurrences:
1891         - 1
1892         - UNBOUNDED
1893       scalable_vLBInstance:
1894         type: tosca.capabilities.Scalable
1895         occurrences:
1896         - 1
1897         - UNBOUNDED
1898       disk.device.read.bytes.rate_vLBInstance:
1899         type: org.openecomp.capabilities.metric.Ceilometer
1900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1901         occurrences:
1902         - 1
1903         - UNBOUNDED
1904       disk.read.bytes.rate_vLBInstance:
1905         type: org.openecomp.capabilities.metric.Ceilometer
1906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1907         occurrences:
1908         - 1
1909         - UNBOUNDED
1910       disk.device.write.bytes_vLBInstance:
1911         type: org.openecomp.capabilities.metric.Ceilometer
1912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1913         occurrences:
1914         - 1
1915         - UNBOUNDED
1916       feature_vLB_volume_1:
1917         type: tosca.capabilities.Node
1918         occurrences:
1919         - 1
1920         - UNBOUNDED
1921       cpu_vLBInstance:
1922         type: org.openecomp.capabilities.metric.Ceilometer
1923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1924         occurrences:
1925         - 1
1926         - UNBOUNDED
1927       feature_vLB_volume_2:
1928         type: tosca.capabilities.Node
1929         occurrences:
1930         - 1
1931         - UNBOUNDED
1932       endpoint_vLBInstance:
1933         type: tosca.capabilities.Endpoint.Admin
1934         occurrences:
1935         - 1
1936         - UNBOUNDED
1937       disk.device.allocation_vLBInstance:
1938         type: org.openecomp.capabilities.metric.Ceilometer
1939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1940         occurrences:
1941         - 1
1942         - UNBOUNDED
1943       disk.device.usage_vLBInstance:
1944         type: org.openecomp.capabilities.metric.Ceilometer
1945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1946         occurrences:
1947         - 1
1948         - UNBOUNDED
1949       feature_vLB_volume_0:
1950         type: tosca.capabilities.Node
1951         occurrences:
1952         - 1
1953         - UNBOUNDED
1954       disk.usage_vLBInstance:
1955         type: org.openecomp.capabilities.metric.Ceilometer
1956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       cpu_util_vLBInstance:
1961         type: org.openecomp.capabilities.metric.Ceilometer
1962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1963         occurrences:
1964         - 1
1965         - UNBOUNDED
1966   org.openecomp.resource.abstract.nodes.heat.FEAdd_On_Module_vProbeTemplate:
1967     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1968     properties:
1969       vf_module_id:
1970         type: string
1971         required: true
1972         status: SUPPORTED
1973       vprobe_volume_type_0:
1974         type: string
1975         required: true
1976         status: SUPPORTED
1977       vprobe_volume_type_1:
1978         type: string
1979         required: true
1980         status: SUPPORTED
1981       qrouter_cluster_name:
1982         type: string
1983         required: true
1984         status: SUPPORTED
1985       vprobe_volume_type_2:
1986         type: string
1987         required: true
1988         status: SUPPORTED
1989       oam_private_net_name:
1990         type: string
1991         required: true
1992         status: SUPPORTED
1993       vProbe_cluster_name:
1994         type: string
1995         required: true
1996         status: SUPPORTED
1997       vprobe_type:
1998         type: string
1999         required: true
2000         status: SUPPORTED
2001       vprobe_image_name:
2002         type: string
2003         required: true
2004         status: SUPPORTED
2005       vprobe_flavor_name:
2006         type: string
2007         required: true
2008         status: SUPPORTED
2009       vf_module_name:
2010         type: string
2011         required: true
2012         status: SUPPORTED
2013       vLB_node_count:
2014         type: float
2015         required: true
2016         status: SUPPORTED
2017       domain_name:
2018         type: string
2019         required: true
2020         status: SUPPORTED
2021       ntp_timezone:
2022         type: string
2023         required: true
2024         status: SUPPORTED
2025       packet_internal_network:
2026         type: string
2027         required: true
2028         status: SUPPORTED
2029       vProbe_version_name:
2030         type: string
2031         required: true
2032         status: SUPPORTED
2033       vnf_id:
2034         type: string
2035         required: true
2036         status: SUPPORTED
2037       availability_zone_0:
2038         type: string
2039         required: true
2040         status: SUPPORTED
2041       region_name:
2042         type: string
2043         required: true
2044         status: SUPPORTED
2045       qtrace_name_0:
2046         type: string
2047         required: true
2048         status: SUPPORTED
2049       vprobe_AppDependenciesMachineType:
2050         type: string
2051         required: true
2052         status: SUPPORTED
2053       manager_name_0:
2054         type: string
2055         required: true
2056         status: SUPPORTED
2057       win_domain_name:
2058         type: string
2059         required: true
2060         status: SUPPORTED
2061       tenant_name:
2062         type: string
2063         required: true
2064         status: SUPPORTED
2065       vprobe_volume_size_2:
2066         type: float
2067         required: true
2068         status: SUPPORTED
2069       vprobe_volume_name_0:
2070         type: string
2071         required: true
2072         status: SUPPORTED
2073       vprobe_volume_size_0:
2074         type: float
2075         required: true
2076         status: SUPPORTED
2077       vprobe_volume_name_1:
2078         type: string
2079         required: true
2080         status: SUPPORTED
2081       vprobe_volume_size_1:
2082         type: float
2083         required: true
2084         status: SUPPORTED
2085       vprobe_volume_name_2:
2086         type: string
2087         required: true
2088         status: SUPPORTED
2089       security_group:
2090         type: string
2091         required: true
2092         status: SUPPORTED
2093       cdr_network:
2094         type: string
2095         required: true
2096         status: SUPPORTED
2097       vProbe_node_count:
2098         type: float
2099         required: true
2100         status: SUPPORTED
2101       vprobe_names:
2102         type: list
2103         required: true
2104         status: SUPPORTED
2105         entry_schema:
2106           type: string
2107       vprobe_index:
2108         type: float
2109         required: true
2110         status: SUPPORTED
2111       manager_oam_direct_ip_0:
2112         type: string
2113         required: true
2114         status: SUPPORTED
2115       rpmrepository_ip_0:
2116         type: string
2117         required: true
2118         status: SUPPORTED
2119     requirements:
2120     - dependency_ProbeInstance:
2121         capability: tosca.capabilities.Node
2122         node: tosca.nodes.Root
2123         relationship: tosca.relationships.DependsOn
2124         occurrences:
2125         - 0
2126         - UNBOUNDED
2127     - local_storage_ProbeInstance:
2128         capability: tosca.capabilities.Attachment
2129         node: tosca.nodes.BlockStorage
2130         relationship: tosca.relationships.AttachesTo
2131         occurrences:
2132         - 0
2133         - UNBOUNDED
2134     - dependency_vprobe_volume_2:
2135         capability: tosca.capabilities.Node
2136         node: tosca.nodes.Root
2137         relationship: tosca.relationships.DependsOn
2138         occurrences:
2139         - 0
2140         - UNBOUNDED
2141     - dependency_vprobe_volume_1:
2142         capability: tosca.capabilities.Node
2143         node: tosca.nodes.Root
2144         relationship: tosca.relationships.DependsOn
2145         occurrences:
2146         - 0
2147         - UNBOUNDED
2148     - dependency_vprobe_volume_0:
2149         capability: tosca.capabilities.Node
2150         node: tosca.nodes.Root
2151         relationship: tosca.relationships.DependsOn
2152         occurrences:
2153         - 0
2154         - UNBOUNDED
2155     - dependency_oam_private_net_network_port_1:
2156         capability: tosca.capabilities.Node
2157         node: tosca.nodes.Root
2158         relationship: tosca.relationships.DependsOn
2159         occurrences:
2160         - 0
2161         - UNBOUNDED
2162     - link_oam_private_net_network_port_1:
2163         capability: tosca.capabilities.network.Linkable
2164         relationship: tosca.relationships.network.LinksTo
2165         occurrences:
2166         - 1
2167         - 1
2168     - dependency_cdr_network_port:
2169         capability: tosca.capabilities.Node
2170         node: tosca.nodes.Root
2171         relationship: tosca.relationships.DependsOn
2172         occurrences:
2173         - 0
2174         - UNBOUNDED
2175     - link_cdr_network_port:
2176         capability: tosca.capabilities.network.Linkable
2177         relationship: tosca.relationships.network.LinksTo
2178         occurrences:
2179         - 1
2180         - 1
2181     - dependency_packet_internal_network_port_1:
2182         capability: tosca.capabilities.Node
2183         node: tosca.nodes.Root
2184         relationship: tosca.relationships.DependsOn
2185         occurrences:
2186         - 0
2187         - UNBOUNDED
2188     - link_packet_internal_network_port_1:
2189         capability: tosca.capabilities.network.Linkable
2190         relationship: tosca.relationships.network.LinksTo
2191         occurrences:
2192         - 1
2193         - 1
2194     capabilities:
2195       disk.device.write.bytes.rate_ProbeInstance:
2196         type: org.openecomp.capabilities.metric.Ceilometer
2197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2198         occurrences:
2199         - 1
2200         - UNBOUNDED
2201       network.outgoing.bytes_cdr_network_port:
2202         type: org.openecomp.capabilities.metric.Ceilometer
2203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2204         occurrences:
2205         - 1
2206         - UNBOUNDED
2207       disk.device.write.requests_ProbeInstance:
2208         type: org.openecomp.capabilities.metric.Ceilometer
2209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2210         occurrences:
2211         - 1
2212         - UNBOUNDED
2213       disk.iops_ProbeInstance:
2214         type: org.openecomp.capabilities.metric.Ceilometer
2215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       network.incoming.packets_packet_internal_network_port_1:
2220         type: org.openecomp.capabilities.metric.Ceilometer
2221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2222         occurrences:
2223         - 1
2224         - UNBOUNDED
2225       network.outgoing.bytes.rate_oam_private_net_network_port_1:
2226         type: org.openecomp.capabilities.metric.Ceilometer
2227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2228         occurrences:
2229         - 1
2230         - UNBOUNDED
2231       network.incoming.packets_oam_private_net_network_port_1:
2232         type: org.openecomp.capabilities.metric.Ceilometer
2233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2234         occurrences:
2235         - 1
2236         - UNBOUNDED
2237       network.outgoing.bytes.rate_packet_internal_network_port_1:
2238         type: org.openecomp.capabilities.metric.Ceilometer
2239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2240         occurrences:
2241         - 1
2242         - UNBOUNDED
2243       attachment_cdr_network_port:
2244         type: tosca.capabilities.Attachment
2245         occurrences:
2246         - 1
2247         - UNBOUNDED
2248       network.incoming.packets_cdr_network_port:
2249         type: org.openecomp.capabilities.metric.Ceilometer
2250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2251         occurrences:
2252         - 1
2253         - UNBOUNDED
2254       feature_ProbeInstance:
2255         type: tosca.capabilities.Node
2256         occurrences:
2257         - 1
2258         - UNBOUNDED
2259       feature_oam_private_net_network_port_1:
2260         type: tosca.capabilities.Node
2261         occurrences:
2262         - 1
2263         - UNBOUNDED
2264       network.incoming.bytes.rate_oam_private_net_network_port_1:
2265         type: org.openecomp.capabilities.metric.Ceilometer
2266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2267         occurrences:
2268         - 1
2269         - UNBOUNDED
2270       network.outgoing.bytes_packet_internal_network_port_1:
2271         type: org.openecomp.capabilities.metric.Ceilometer
2272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2273         occurrences:
2274         - 1
2275         - UNBOUNDED
2276       network.outpoing.packets_cdr_network_port:
2277         type: org.openecomp.capabilities.metric.Ceilometer
2278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2279         occurrences:
2280         - 1
2281         - UNBOUNDED
2282       network.incoming.packets.rate_packet_internal_network_port_1:
2283         type: org.openecomp.capabilities.metric.Ceilometer
2284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2285         occurrences:
2286         - 1
2287         - UNBOUNDED
2288       disk.device.latency_ProbeInstance:
2289         type: org.openecomp.capabilities.metric.Ceilometer
2290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2291         occurrences:
2292         - 1
2293         - UNBOUNDED
2294       feature_cdr_network_port:
2295         type: tosca.capabilities.Node
2296         occurrences:
2297         - 1
2298         - UNBOUNDED
2299       network.outpoing.packets_packet_internal_network_port_1:
2300         type: org.openecomp.capabilities.metric.Ceilometer
2301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2302         occurrences:
2303         - 1
2304         - UNBOUNDED
2305       disk.write.bytes.rate_ProbeInstance:
2306         type: org.openecomp.capabilities.metric.Ceilometer
2307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2308         occurrences:
2309         - 1
2310         - UNBOUNDED
2311       network.outpoing.packets_oam_private_net_network_port_1:
2312         type: org.openecomp.capabilities.metric.Ceilometer
2313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2314         occurrences:
2315         - 1
2316         - UNBOUNDED
2317       network.incoming.bytes_cdr_network_port:
2318         type: org.openecomp.capabilities.metric.Ceilometer
2319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2320         occurrences:
2321         - 1
2322         - UNBOUNDED
2323       host_ProbeInstance:
2324         type: tosca.capabilities.Container
2325         valid_source_types:
2326         - tosca.nodes.SoftwareComponent
2327         occurrences:
2328         - 1
2329         - UNBOUNDED
2330       network.incoming.packets.rate_oam_private_net_network_port_1:
2331         type: org.openecomp.capabilities.metric.Ceilometer
2332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2333         occurrences:
2334         - 1
2335         - UNBOUNDED
2336       binding_oam_private_net_network_port_1:
2337         type: tosca.capabilities.network.Bindable
2338         valid_source_types:
2339         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2340         occurrences:
2341         - 0
2342         - UNBOUNDED
2343       memory_ProbeInstance:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       binding_packet_internal_network_port_1:
2350         type: tosca.capabilities.network.Bindable
2351         valid_source_types:
2352         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2353         occurrences:
2354         - 0
2355         - UNBOUNDED
2356       disk.device.read.requests_ProbeInstance:
2357         type: org.openecomp.capabilities.metric.Ceilometer
2358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2359         occurrences:
2360         - 1
2361         - UNBOUNDED
2362       memory.resident_ProbeInstance:
2363         type: org.openecomp.capabilities.metric.Ceilometer
2364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2365         occurrences:
2366         - 1
2367         - UNBOUNDED
2368       disk.device.allocation_ProbeInstance:
2369         type: org.openecomp.capabilities.metric.Ceilometer
2370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2371         occurrences:
2372         - 1
2373         - UNBOUNDED
2374       disk.device.write.requests.rate_ProbeInstance:
2375         type: org.openecomp.capabilities.metric.Ceilometer
2376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2377         occurrences:
2378         - 1
2379         - UNBOUNDED
2380       cpu_ProbeInstance:
2381         type: org.openecomp.capabilities.metric.Ceilometer
2382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2383         occurrences:
2384         - 1
2385         - UNBOUNDED
2386       disk.read.bytes_ProbeInstance:
2387         type: org.openecomp.capabilities.metric.Ceilometer
2388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2389         occurrences:
2390         - 1
2391         - UNBOUNDED
2392       scalable_ProbeInstance:
2393         type: tosca.capabilities.Scalable
2394         occurrences:
2395         - 1
2396         - UNBOUNDED
2397       network.incoming.bytes.rate_cdr_network_port:
2398         type: org.openecomp.capabilities.metric.Ceilometer
2399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2400         occurrences:
2401         - 1
2402         - UNBOUNDED
2403       disk.write.bytes_ProbeInstance:
2404         type: org.openecomp.capabilities.metric.Ceilometer
2405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2406         occurrences:
2407         - 1
2408         - UNBOUNDED
2409       network.incoming.bytes.rate_packet_internal_network_port_1:
2410         type: org.openecomp.capabilities.metric.Ceilometer
2411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2412         occurrences:
2413         - 1
2414         - UNBOUNDED
2415       disk.device.capacity_ProbeInstance:
2416         type: org.openecomp.capabilities.metric.Ceilometer
2417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2418         occurrences:
2419         - 1
2420         - UNBOUNDED
2421       attachment_packet_internal_network_port_1:
2422         type: tosca.capabilities.Attachment
2423         occurrences:
2424         - 1
2425         - UNBOUNDED
2426       endpoint_ProbeInstance:
2427         type: tosca.capabilities.Endpoint.Admin
2428         occurrences:
2429         - 1
2430         - UNBOUNDED
2431       disk.ephemeral.size_ProbeInstance:
2432         type: org.openecomp.capabilities.metric.Ceilometer
2433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2434         occurrences:
2435         - 1
2436         - UNBOUNDED
2437       disk.read.bytes.rate_ProbeInstance:
2438         type: org.openecomp.capabilities.metric.Ceilometer
2439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2440         occurrences:
2441         - 1
2442         - UNBOUNDED
2443       network.outgoing.packets.rate_oam_private_net_network_port_1:
2444         type: org.openecomp.capabilities.metric.Ceilometer
2445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2446         occurrences:
2447         - 1
2448         - UNBOUNDED
2449       disk.latency_ProbeInstance:
2450         type: org.openecomp.capabilities.metric.Ceilometer
2451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2452         occurrences:
2453         - 1
2454         - UNBOUNDED
2455       os_ProbeInstance:
2456         type: tosca.capabilities.OperatingSystem
2457         occurrences:
2458         - 1
2459         - UNBOUNDED
2460       network.outgoing.packets.rate_packet_internal_network_port_1:
2461         type: org.openecomp.capabilities.metric.Ceilometer
2462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2463         occurrences:
2464         - 1
2465         - UNBOUNDED
2466       attachment_oam_private_net_network_port_1:
2467         type: tosca.capabilities.Attachment
2468         occurrences:
2469         - 1
2470         - UNBOUNDED
2471       cpu_util_ProbeInstance:
2472         type: org.openecomp.capabilities.metric.Ceilometer
2473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2474         occurrences:
2475         - 1
2476         - UNBOUNDED
2477       instance_ProbeInstance:
2478         type: org.openecomp.capabilities.metric.Ceilometer
2479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2480         occurrences:
2481         - 1
2482         - UNBOUNDED
2483       disk.device.read.bytes_ProbeInstance:
2484         type: org.openecomp.capabilities.metric.Ceilometer
2485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2486         occurrences:
2487         - 1
2488         - UNBOUNDED
2489       disk.device.write.bytes_ProbeInstance:
2490         type: org.openecomp.capabilities.metric.Ceilometer
2491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2492         occurrences:
2493         - 1
2494         - UNBOUNDED
2495       disk.device.usage_ProbeInstance:
2496         type: org.openecomp.capabilities.metric.Ceilometer
2497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2498         occurrences:
2499         - 1
2500         - UNBOUNDED
2501       vcpus_ProbeInstance:
2502         type: org.openecomp.capabilities.metric.Ceilometer
2503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2504         occurrences:
2505         - 1
2506         - UNBOUNDED
2507       attachment_vprobe_volume_2:
2508         type: tosca.capabilities.Attachment
2509         occurrences:
2510         - 1
2511         - UNBOUNDED
2512       attachment_vprobe_volume_1:
2513         type: tosca.capabilities.Attachment
2514         occurrences:
2515         - 1
2516         - UNBOUNDED
2517       attachment_vprobe_volume_0:
2518         type: tosca.capabilities.Attachment
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       network.outgoing.bytes.rate_cdr_network_port:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       binding_ProbeInstance:
2529         type: tosca.capabilities.network.Bindable
2530         occurrences:
2531         - 1
2532         - UNBOUNDED
2533       disk.read.requests_ProbeInstance:
2534         type: org.openecomp.capabilities.metric.Ceilometer
2535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2536         occurrences:
2537         - 1
2538         - UNBOUNDED
2539       disk.capacity_ProbeInstance:
2540         type: org.openecomp.capabilities.metric.Ceilometer
2541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2542         occurrences:
2543         - 1
2544         - UNBOUNDED
2545       network.incoming.bytes_packet_internal_network_port_1:
2546         type: org.openecomp.capabilities.metric.Ceilometer
2547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2548         occurrences:
2549         - 1
2550         - UNBOUNDED
2551       disk.write.requests.rate_ProbeInstance:
2552         type: org.openecomp.capabilities.metric.Ceilometer
2553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2554         occurrences:
2555         - 1
2556         - UNBOUNDED
2557       network.incoming.packets.rate_cdr_network_port:
2558         type: org.openecomp.capabilities.metric.Ceilometer
2559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2560         occurrences:
2561         - 1
2562         - UNBOUNDED
2563       feature_vprobe_volume_1:
2564         type: tosca.capabilities.Node
2565         occurrences:
2566         - 1
2567         - UNBOUNDED
2568       feature_vprobe_volume_2:
2569         type: tosca.capabilities.Node
2570         occurrences:
2571         - 1
2572         - UNBOUNDED
2573       feature_packet_internal_network_port_1:
2574         type: tosca.capabilities.Node
2575         occurrences:
2576         - 1
2577         - UNBOUNDED
2578       feature_vprobe_volume_0:
2579         type: tosca.capabilities.Node
2580         occurrences:
2581         - 1
2582         - UNBOUNDED
2583       network.outgoing.bytes_oam_private_net_network_port_1:
2584         type: org.openecomp.capabilities.metric.Ceilometer
2585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2586         occurrences:
2587         - 1
2588         - UNBOUNDED
2589       network.incoming.bytes_oam_private_net_network_port_1:
2590         type: org.openecomp.capabilities.metric.Ceilometer
2591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2592         occurrences:
2593         - 1
2594         - UNBOUNDED
2595       disk.device.read.requests.rate_ProbeInstance:
2596         type: org.openecomp.capabilities.metric.Ceilometer
2597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2598         occurrences:
2599         - 1
2600         - UNBOUNDED
2601       disk.write.requests_ProbeInstance:
2602         type: org.openecomp.capabilities.metric.Ceilometer
2603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2604         occurrences:
2605         - 1
2606         - UNBOUNDED
2607       disk.root.size_ProbeInstance:
2608         type: org.openecomp.capabilities.metric.Ceilometer
2609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2610         occurrences:
2611         - 1
2612         - UNBOUNDED
2613       disk.allocation_ProbeInstance:
2614         type: org.openecomp.capabilities.metric.Ceilometer
2615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2616         occurrences:
2617         - 1
2618         - UNBOUNDED
2619       memory.usage_ProbeInstance:
2620         type: org.openecomp.capabilities.metric.Ceilometer
2621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2622         occurrences:
2623         - 1
2624         - UNBOUNDED
2625       disk.usage_ProbeInstance:
2626         type: org.openecomp.capabilities.metric.Ceilometer
2627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2628         occurrences:
2629         - 1
2630         - UNBOUNDED
2631       binding_cdr_network_port:
2632         type: tosca.capabilities.network.Bindable
2633         valid_source_types:
2634         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2635         occurrences:
2636         - 0
2637         - UNBOUNDED
2638       disk.device.iops_ProbeInstance:
2639         type: org.openecomp.capabilities.metric.Ceilometer
2640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2641         occurrences:
2642         - 1
2643         - UNBOUNDED
2644       cpu.delta_ProbeInstance:
2645         type: org.openecomp.capabilities.metric.Ceilometer
2646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2647         occurrences:
2648         - 1
2649         - UNBOUNDED
2650       network.outgoing.packets.rate_cdr_network_port:
2651         type: org.openecomp.capabilities.metric.Ceilometer
2652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2653         occurrences:
2654         - 1
2655         - UNBOUNDED
2656       disk.device.read.bytes.rate_ProbeInstance:
2657         type: org.openecomp.capabilities.metric.Ceilometer
2658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2659         occurrences:
2660         - 1
2661         - UNBOUNDED