e0caa6b4d0e18b25e72df4e9633e994229297d45
[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.subinterface.vdbeav_subinterface_heat_template:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       aap_untrusted_ip_prefix:
12         type: string
13         description: ip prefix for primary vDBE VM on the VAN untrusted network
14         required: true
15         status: SUPPORTED
16       aap_sec_untrusted_ip_prefix:
17         type: string
18         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
19         required: true
20         status: SUPPORTED
21       ip_v6_address:
22         type: string
23         description: IPv6 address associated with subinterfaces
24         required: true
25         status: SUPPORTED
26       counter:
27         type: float
28         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
29         required: true
30         status: SUPPORTED
31       subinterfaces_name_prefix:
32         type: string
33         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
34         required: true
35         status: SUPPORTED
36       ip_address:
37         type: string
38         description: IPv4 address associated with subinterfaces
39         required: true
40         status: SUPPORTED
41       aap_address_mode:
42         type: string
43         description: Address mode for the vDBE cluster IP
44         required: true
45         status: SUPPORTED
46       parent_interface:
47         type: string
48         description: Parent Contrail interface
49         required: true
50         status: SUPPORTED
51       aap_untrusted_v6_ip_prefix:
52         type: string
53         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
54         required: true
55         status: SUPPORTED
56       vn_network_list:
57         type: list
58         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
59         required: true
60         status: SUPPORTED
61         entry_schema:
62           type: string
63       mac_address:
64         type: string
65         description: HW MAC address to use for subinterface
66         required: true
67         status: SUPPORTED
68       vlan_tag_list:
69         type: list
70         description: List of VLAN IDs to use for subinterfaces
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: string
75       vmac_address:
76         type: string
77         description: virtual MAC address to use for subinterface
78         required: true
79         status: SUPPORTED
80       aap_sec_untrusted_ip_prefix_len:
81         type: string
82         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
83         required: true
84         status: SUPPORTED
85       aap_untrusted_v6_ip_prefix_len:
86         type: string
87         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
88         required: true
89         status: SUPPORTED
90       aap_untrusted_ip_prefix_len:
91         type: string
92         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
93         required: true
94         status: SUPPORTED
95     requirements:
96     - dependency_vdbe_0_subint_untr_vmi_0:
97         capability: tosca.capabilities.Node
98         node: tosca.nodes.Root
99         relationship: tosca.relationships.DependsOn
100         occurrences:
101         - 0
102         - UNBOUNDED
103     - subinterface_link_vdbe_0_subint_untr_vmi_0:
104         capability: tosca.capabilities.network.Linkable
105         relationship: tosca.relationships.network.LinksTo
106         occurrences:
107         - 1
108         - 1
109     - binding_vdbe_0_subint_untr_vmi_0:
110         capability: tosca.capabilities.network.Bindable
111         node: org.openecomp.resource.cp.nodes.network.Port
112         relationship: tosca.relationships.network.BindsTo
113         occurrences:
114         - 1
115         - 1
116     capabilities:
117       feature_vdbe_0_subint_untr_vmi_0:
118         type: tosca.capabilities.Node
119         occurrences:
120         - 1
121         - UNBOUNDED
122   org.openecomp.resource.abstract.nodes.vdbe:
123     derived_from: org.openecomp.resource.abstract.nodes.VFC
124     properties:
125       port_vdbe_untr_vmi_virtual_machine_interface_allowed_address_pairs:
126         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
127         required: true
128         status: SUPPORTED
129       subinterface_vdbeav_subinterface_heat_template_aap_address_mode:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: string
135       port_vdbe_oam_0_port_vlan_requirements:
136         type: list
137         required: true
138         status: SUPPORTED
139         entry_schema:
140           type: org.openecomp.datatypes.network.VlanRequirements
141       port_vdbe_trst_0_port_ip_requirements:
142         type: list
143         required: true
144         status: SUPPORTED
145         entry_schema:
146           type: org.openecomp.datatypes.network.IpRequirements
147       port_vdbe_trst_0_port_virtual_machine_interface_mac_addresses:
148         type: list
149         required: true
150         status: SUPPORTED
151         entry_schema:
152           type: json
153       port_vdbe_fabr_0_port_network_role_tag:
154         type: string
155         required: true
156         status: SUPPORTED
157       port_vdbe_fabr_0_port_subnetpoolid:
158         type: string
159         required: true
160         status: SUPPORTED
161       compute_vdbe_availability_zone:
162         type: list
163         required: true
164         status: SUPPORTED
165         entry_schema:
166           type: string
167       port_vdbe_trst_0_port_network_role_tag:
168         type: string
169         required: true
170         status: SUPPORTED
171       vm_flavor_name:
172         type: string
173         required: true
174         status: SUPPORTED
175       port_vdbe_ctrl_0_port_mac_requirements:
176         type: org.openecomp.datatypes.network.MacRequirements
177         required: true
178         status: SUPPORTED
179       port_vdbe_trst_0_port_vlan_requirements:
180         type: list
181         required: true
182         status: SUPPORTED
183         entry_schema:
184           type: org.openecomp.datatypes.network.VlanRequirements
185       vm_image_name:
186         type: string
187         required: true
188         status: SUPPORTED
189       port_vdbe_oam_0_port_mac_requirements:
190         type: org.openecomp.datatypes.network.MacRequirements
191         required: true
192         status: SUPPORTED
193       compute_vdbe_metadata:
194         type: list
195         required: true
196         status: SUPPORTED
197         entry_schema:
198           type: json
199       subinterface_vdbeav_subinterface_heat_template_aap_sec_untrusted_ip_prefix_len:
200         type: list
201         required: true
202         status: SUPPORTED
203         entry_schema:
204           type: string
205       port_vdbe_oam_0_port_virtual_network_refs:
206         type: list
207         required: true
208         status: SUPPORTED
209         entry_schema:
210           type: json
211       port_vdbe_trst_0_port_name:
212         type: list
213         required: true
214         status: SUPPORTED
215         entry_schema:
216           type: string
217       port_vdbe_untr_vmi_ip_requirements:
218         type: list
219         required: true
220         status: SUPPORTED
221         entry_schema:
222           type: org.openecomp.datatypes.network.IpRequirements
223       subinterface_vdbeav_subinterface_heat_template_parent_interface:
224         type: list
225         required: true
226         status: SUPPORTED
227         entry_schema:
228           type: string
229       port_vdbe_ctrl_0_port_exCP_naming:
230         type: org.openecomp.datatypes.Naming
231         required: true
232         status: SUPPORTED
233       port_vdbe_ctrl_0_port_network_role_tag:
234         type: string
235         required: true
236         status: SUPPORTED
237       port_vdbe_ctrl_0_port_ip_requirements:
238         type: list
239         required: true
240         status: SUPPORTED
241         entry_schema:
242           type: org.openecomp.datatypes.network.IpRequirements
243       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_ip_prefix:
244         type: list
245         required: true
246         status: SUPPORTED
247         entry_schema:
248           type: string
249       port_vdbe_fabr_0_port_ip_requirements:
250         type: list
251         required: true
252         status: SUPPORTED
253         entry_schema:
254           type: org.openecomp.datatypes.network.IpRequirements
255       subinterface_vdbeav_subinterface_heat_template_vlan_tag_list:
256         type: list
257         required: true
258         status: SUPPORTED
259         entry_schema:
260           type: json
261       port_vdbe_fabr_0_port_mac_requirements:
262         type: org.openecomp.datatypes.network.MacRequirements
263         required: true
264         status: SUPPORTED
265       port_vdbe_fabr_0_port_vlan_requirements:
266         type: list
267         required: true
268         status: SUPPORTED
269         entry_schema:
270           type: org.openecomp.datatypes.network.VlanRequirements
271       port_vdbe_untr_vmi_network_role:
272         type: string
273         required: true
274         status: SUPPORTED
275       port_vdbe_trst_0_port_order:
276         type: integer
277         required: true
278         status: SUPPORTED
279       port_vdbe_oam_0_port_network_role_tag:
280         type: string
281         required: true
282         status: SUPPORTED
283       subinterface_vdbeav_subinterface_heat_template_vn_network_list:
284         type: list
285         required: true
286         status: SUPPORTED
287         entry_schema:
288           type: json
289       subinterface_vdbeav_subinterface_heat_template_subinterfaces_name_prefix:
290         type: list
291         required: true
292         status: SUPPORTED
293         entry_schema:
294           type: string
295       port_vdbe_trst_0_port_network_role:
296         type: string
297         required: true
298         status: SUPPORTED
299       port_vdbe_oam_0_port_subnetpoolid:
300         type: string
301         required: true
302         status: SUPPORTED
303       port_vdbe_ctrl_0_port_order:
304         type: integer
305         required: true
306         status: SUPPORTED
307       port_vdbe_ctrl_0_port_subnetpoolid:
308         type: string
309         required: true
310         status: SUPPORTED
311       port_vdbe_untr_vmi_name:
312         type: list
313         required: true
314         status: SUPPORTED
315         entry_schema:
316           type: string
317       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_ip_prefix_len:
318         type: list
319         required: true
320         status: SUPPORTED
321         entry_schema:
322           type: string
323       port_vdbe_fabr_0_port_virtual_network_refs:
324         type: list
325         required: true
326         status: SUPPORTED
327         entry_schema:
328           type: json
329       compute_vdbe_name:
330         type: list
331         required: true
332         status: SUPPORTED
333         entry_schema:
334           type: string
335       port_vdbe_untr_vmi_subnetpoolid:
336         type: string
337         required: true
338         status: SUPPORTED
339       port_vdbe_oam_0_port_network_role:
340         type: string
341         required: true
342         status: SUPPORTED
343       port_vdbe_ctrl_0_port_network_role:
344         type: string
345         required: true
346         status: SUPPORTED
347       subinterface_vdbeav_subinterface_heat_template_service_template_filter_count:
348         type: list
349         required: true
350         status: SUPPORTED
351         entry_schema:
352           type: float
353       port_vdbe_trst_0_port_subnetpoolid:
354         type: string
355         required: true
356         status: SUPPORTED
357       port_vdbe_untr_vmi_network_role_tag:
358         type: string
359         required: true
360         status: SUPPORTED
361       subinterface_vdbeav_subinterface_heat_template_mac_address:
362         type: list
363         required: true
364         status: SUPPORTED
365         entry_schema:
366           type: string
367       subinterface_vdbeav_subinterface_heat_template_ip_address:
368         type: list
369         required: true
370         status: SUPPORTED
371         entry_schema:
372           type: string
373       port_vdbe_trst_0_port_exCP_naming:
374         type: org.openecomp.datatypes.Naming
375         required: true
376         status: SUPPORTED
377       port_vdbe_fabr_0_port_network_role:
378         type: string
379         required: true
380         status: SUPPORTED
381       subinterface_vdbeav_subinterface_heat_template_vmac_address:
382         type: list
383         required: true
384         status: SUPPORTED
385         entry_schema:
386           type: string
387       port_vdbe_untr_vmi_virtual_machine_interface_mac_addresses:
388         type: list
389         required: true
390         status: SUPPORTED
391         entry_schema:
392           type: json
393       compute_vdbe_scheduler_hints:
394         type: list
395         required: true
396         status: SUPPORTED
397         entry_schema:
398           type: json
399       port_vdbe_trst_0_port_virtual_machine_interface_allowed_address_pairs:
400         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
401         required: true
402         status: SUPPORTED
403       port_vdbe_ctrl_0_port_vlan_requirements:
404         type: list
405         required: true
406         status: SUPPORTED
407         entry_schema:
408           type: org.openecomp.datatypes.network.VlanRequirements
409       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_v6_ip_prefix_len:
410         type: list
411         required: true
412         status: SUPPORTED
413         entry_schema:
414           type: string
415       port_vdbe_oam_0_port_ip_requirements:
416         type: list
417         required: true
418         status: SUPPORTED
419         entry_schema:
420           type: org.openecomp.datatypes.network.IpRequirements
421       port_vdbe_untr_vmi_virtual_network_refs:
422         type: list
423         required: true
424         status: SUPPORTED
425         entry_schema:
426           type: json
427       port_vdbe_untr_vmi_mac_requirements:
428         type: org.openecomp.datatypes.network.MacRequirements
429         required: true
430         status: SUPPORTED
431       port_vdbe_fabr_0_port_exCP_naming:
432         type: org.openecomp.datatypes.Naming
433         required: true
434         status: SUPPORTED
435       port_vdbe_trst_0_port_mac_requirements:
436         type: org.openecomp.datatypes.network.MacRequirements
437         required: true
438         status: SUPPORTED
439       port_vdbe_untr_vmi_order:
440         type: integer
441         required: true
442         status: SUPPORTED
443       port_vdbe_oam_0_port_name:
444         type: list
445         required: true
446         status: SUPPORTED
447         entry_schema:
448           type: string
449       subinterface_vdbeav_subinterface_heat_template_aap_sec_untrusted_ip_prefix:
450         type: list
451         required: true
452         status: SUPPORTED
453         entry_schema:
454           type: string
455       port_vdbe_oam_0_port_virtual_machine_interface_mac_addresses:
456         type: list
457         required: true
458         status: SUPPORTED
459         entry_schema:
460           type: json
461       index_value:
462         type: integer
463         description: Index value of this substitution service template runtime instance
464         required: false
465         default: 0
466         status: SUPPORTED
467         constraints:
468         - greater_or_equal: 0
469       port_vdbe_untr_vmi_exCP_naming:
470         type: org.openecomp.datatypes.Naming
471         required: true
472         status: SUPPORTED
473       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_v6_ip_prefix:
474         type: list
475         required: true
476         status: SUPPORTED
477         entry_schema:
478           type: string
479       port_vdbe_fabr_0_port_name:
480         type: list
481         required: true
482         status: SUPPORTED
483         entry_schema:
484           type: string
485       port_vdbe_ctrl_0_port_name:
486         type: list
487         required: true
488         status: SUPPORTED
489         entry_schema:
490           type: string
491       port_vdbe_fabr_0_port_order:
492         type: integer
493         required: true
494         status: SUPPORTED
495       subinterface_vdbeav_subinterface_heat_template_ip_v6_address:
496         type: list
497         required: true
498         status: SUPPORTED
499         entry_schema:
500           type: string
501       port_vdbe_ctrl_0_port_virtual_network_refs:
502         type: list
503         required: true
504         status: SUPPORTED
505         entry_schema:
506           type: json
507       port_vdbe_oam_0_port_exCP_naming:
508         type: org.openecomp.datatypes.Naming
509         required: true
510         status: SUPPORTED
511       port_vdbe_trst_0_port_virtual_network_refs:
512         type: list
513         required: true
514         status: SUPPORTED
515         entry_schema:
516           type: json
517       port_vdbe_oam_0_port_order:
518         type: integer
519         required: true
520         status: SUPPORTED
521       port_vdbe_untr_vmi_vlan_requirements:
522         type: list
523         required: true
524         status: SUPPORTED
525         entry_schema:
526           type: org.openecomp.datatypes.network.VlanRequirements
527     requirements:
528     - dependency_vdbe_vdbe_fabr_0_port:
529         capability: tosca.capabilities.Node
530         node: tosca.nodes.Root
531         relationship: tosca.relationships.DependsOn
532         occurrences:
533         - 0
534         - UNBOUNDED
535     - link_vdbe_vdbe_fabr_0_port:
536         capability: tosca.capabilities.network.Linkable
537         relationship: tosca.relationships.network.LinksTo
538         occurrences:
539         - 1
540         - 1
541     - dependency_vdbe_vdbe_oam_0_port:
542         capability: tosca.capabilities.Node
543         node: tosca.nodes.Root
544         relationship: tosca.relationships.DependsOn
545         occurrences:
546         - 0
547         - UNBOUNDED
548     - link_vdbe_vdbe_oam_0_port:
549         capability: tosca.capabilities.network.Linkable
550         relationship: tosca.relationships.network.LinksTo
551         occurrences:
552         - 1
553         - 1
554     - dependency_vdbe_vdbe_trst_0_port:
555         capability: tosca.capabilities.Node
556         node: tosca.nodes.Root
557         relationship: tosca.relationships.DependsOn
558         occurrences:
559         - 0
560         - UNBOUNDED
561     - link_vdbe_vdbe_trst_0_port:
562         capability: tosca.capabilities.network.Linkable
563         relationship: tosca.relationships.network.LinksTo
564         occurrences:
565         - 1
566         - 1
567     - dependency_vdbe:
568         capability: tosca.capabilities.Node
569         node: tosca.nodes.Root
570         relationship: tosca.relationships.DependsOn
571         occurrences:
572         - 0
573         - UNBOUNDED
574     - local_storage_vdbe:
575         capability: tosca.capabilities.Attachment
576         node: tosca.nodes.BlockStorage
577         relationship: tosca.relationships.AttachesTo
578         occurrences:
579         - 0
580         - UNBOUNDED
581     - dependency_vdbe_vdbe_untr_vmi:
582         capability: tosca.capabilities.Node
583         node: tosca.nodes.Root
584         relationship: tosca.relationships.DependsOn
585         occurrences:
586         - 0
587         - UNBOUNDED
588     - link_vdbe_vdbe_untr_vmi:
589         capability: tosca.capabilities.network.Linkable
590         relationship: tosca.relationships.network.LinksTo
591         occurrences:
592         - 1
593         - 1
594     - dependency_vdbe_vdbe_ctrl_0_port:
595         capability: tosca.capabilities.Node
596         node: tosca.nodes.Root
597         relationship: tosca.relationships.DependsOn
598         occurrences:
599         - 0
600         - UNBOUNDED
601     - link_vdbe_vdbe_ctrl_0_port:
602         capability: tosca.capabilities.network.Linkable
603         relationship: tosca.relationships.network.LinksTo
604         occurrences:
605         - 1
606         - 1
607     - dependency_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
608         capability: tosca.capabilities.Node
609         node: tosca.nodes.Root
610         relationship: tosca.relationships.DependsOn
611         occurrences:
612         - 0
613         - UNBOUNDED
614     - dependency_vdbe_0_subint_untr_vmi_0_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
615         capability: tosca.capabilities.Node
616         node: tosca.nodes.Root
617         relationship: tosca.relationships.DependsOn
618         occurrences:
619         - 0
620         - UNBOUNDED
621     - subinterface_link_vdbe_0_subint_untr_vmi_0_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
622         capability: tosca.capabilities.network.Linkable
623         relationship: tosca.relationships.network.LinksTo
624         occurrences:
625         - 1
626         - 1
627     capabilities:
628       network.incoming.packets.rate_vdbe_vdbe_untr_vmi:
629         type: org.openecomp.capabilities.metric.Ceilometer
630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
631         occurrences:
632         - 1
633         - UNBOUNDED
634       network.incoming.packets_vdbe_vdbe_trst_0_port:
635         type: org.openecomp.capabilities.metric.Ceilometer
636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
637         occurrences:
638         - 1
639         - UNBOUNDED
640       feature_vdbe:
641         type: tosca.capabilities.Node
642         occurrences:
643         - 1
644         - UNBOUNDED
645       network.outgoing.packets.rate_vdbe_vdbe_ctrl_0_port:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       network.outpoing.packets_vdbe_vdbe_fabr_0_port:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       disk.device.iops_vdbe:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       network.incoming.packets.rate_vdbe_vdbe_fabr_0_port:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       network.incoming.bytes.rate_vdbe_vdbe_fabr_0_port:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       endpoint_vdbe:
676         type: tosca.capabilities.Endpoint.Admin
677         occurrences:
678         - 1
679         - UNBOUNDED
680       network.incoming.packets.rate_vdbe_vdbe_ctrl_0_port:
681         type: org.openecomp.capabilities.metric.Ceilometer
682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
683         occurrences:
684         - 1
685         - UNBOUNDED
686       network.incoming.bytes.rate_vdbe_vdbe_ctrl_0_port:
687         type: org.openecomp.capabilities.metric.Ceilometer
688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
689         occurrences:
690         - 1
691         - UNBOUNDED
692       cpu_util_vdbe:
693         type: org.openecomp.capabilities.metric.Ceilometer
694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
695         occurrences:
696         - 1
697         - UNBOUNDED
698       vcpus_vdbe:
699         type: org.openecomp.capabilities.metric.Ceilometer
700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
701         occurrences:
702         - 1
703         - UNBOUNDED
704       disk.write.requests_vdbe:
705         type: org.openecomp.capabilities.metric.Ceilometer
706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
707         occurrences:
708         - 1
709         - UNBOUNDED
710       network.outgoing.packets.rate_vdbe_vdbe_fabr_0_port:
711         type: org.openecomp.capabilities.metric.Ceilometer
712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
713         occurrences:
714         - 1
715         - UNBOUNDED
716       network.outpoing.packets_vdbe_vdbe_ctrl_0_port:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       disk.device.latency_vdbe:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       scalable_vdbe:
729         type: tosca.capabilities.Scalable
730         occurrences:
731         - 1
732         - UNBOUNDED
733       disk.iops_vdbe:
734         type: org.openecomp.capabilities.metric.Ceilometer
735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
736         occurrences:
737         - 1
738         - UNBOUNDED
739       network.incoming.bytes_vdbe_vdbe_ctrl_0_port:
740         type: org.openecomp.capabilities.metric.Ceilometer
741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
742         occurrences:
743         - 1
744         - UNBOUNDED
745       disk.device.allocation_vdbe:
746         type: org.openecomp.capabilities.metric.Ceilometer
747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
748         occurrences:
749         - 1
750         - UNBOUNDED
751       network.outgoing.bytes.rate_vdbe_vdbe_fabr_0_port:
752         type: org.openecomp.capabilities.metric.Ceilometer
753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
754         occurrences:
755         - 1
756         - UNBOUNDED
757       binding_vdbe_vdbe_oam_0_port:
758         type: tosca.capabilities.network.Bindable
759         valid_source_types:
760         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
761         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
762         occurrences:
763         - 0
764         - UNBOUNDED
765       feature_vdbe_vdbe_oam_0_port:
766         type: tosca.capabilities.Node
767         occurrences:
768         - 1
769         - UNBOUNDED
770       instance_vdbe:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       network.incoming.packets_vdbe_vdbe_oam_0_port:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       memory.resident_vdbe:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       network.outpoing.packets_vdbe_vdbe_trst_0_port:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       network.incoming.bytes.rate_vdbe_vdbe_untr_vmi:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       cpu_vdbe:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       network.outgoing.bytes.rate_vdbe_vdbe_oam_0_port:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.write.bytes_vdbe:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       feature_vdbe_vdbe_ctrl_0_port:
819         type: tosca.capabilities.Node
820         occurrences:
821         - 1
822         - UNBOUNDED
823       disk.latency_vdbe:
824         type: org.openecomp.capabilities.metric.Ceilometer
825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
826         occurrences:
827         - 1
828         - UNBOUNDED
829       network.outgoing.bytes.rate_vdbe_vdbe_trst_0_port:
830         type: org.openecomp.capabilities.metric.Ceilometer
831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
832         occurrences:
833         - 1
834         - UNBOUNDED
835       feature_vdbe_0_subint_untr_vmi_0_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
836         type: tosca.capabilities.Node
837         occurrences:
838         - 1
839         - UNBOUNDED
840       network.outgoing.bytes.rate_vdbe_vdbe_untr_vmi:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       network.outgoing.bytes_vdbe_vdbe_trst_0_port:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.allocation_vdbe:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.read.bytes.rate_vdbe:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       network.outgoing.bytes_vdbe_vdbe_fabr_0_port:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       network.outgoing.bytes_vdbe_vdbe_oam_0_port:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       os_vdbe:
877         type: tosca.capabilities.OperatingSystem
878         occurrences:
879         - 1
880         - UNBOUNDED
881       forwarder_vdbe_vdbe_untr_vmi:
882         type: org.openecomp.capabilities.Forwarder
883         occurrences:
884         - 1
885         - UNBOUNDED
886       network.incoming.packets.rate_vdbe_vdbe_trst_0_port:
887         type: org.openecomp.capabilities.metric.Ceilometer
888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
889         occurrences:
890         - 1
891         - UNBOUNDED
892       network.incoming.bytes.rate_vdbe_vdbe_trst_0_port:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       forwarder_vdbe_vdbe_ctrl_0_port:
899         type: org.openecomp.capabilities.Forwarder
900         occurrences:
901         - 1
902         - UNBOUNDED
903       disk.root.size_vdbe:
904         type: org.openecomp.capabilities.metric.Ceilometer
905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
906         occurrences:
907         - 1
908         - UNBOUNDED
909       network.outgoing.packets.rate_vdbe_vdbe_trst_0_port:
910         type: org.openecomp.capabilities.metric.Ceilometer
911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
912         occurrences:
913         - 1
914         - UNBOUNDED
915       network.incoming.packets_vdbe_vdbe_ctrl_0_port:
916         type: org.openecomp.capabilities.metric.Ceilometer
917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
918         occurrences:
919         - 1
920         - UNBOUNDED
921       network.outgoing.bytes_vdbe_vdbe_untr_vmi:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       memory_vdbe:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       binding_vdbe:
934         type: tosca.capabilities.network.Bindable
935         occurrences:
936         - 1
937         - UNBOUNDED
938       disk.device.write.bytes_vdbe:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       disk.device.read.requests.rate_vdbe:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950       disk.ephemeral.size_vdbe:
951         type: org.openecomp.capabilities.metric.Ceilometer
952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
953         occurrences:
954         - 1
955         - UNBOUNDED
956       network.outpoing.packets_vdbe_vdbe_oam_0_port:
957         type: org.openecomp.capabilities.metric.Ceilometer
958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
959         occurrences:
960         - 1
961         - UNBOUNDED
962       feature_vdbe_vdbe_untr_vmi:
963         type: tosca.capabilities.Node
964         occurrences:
965         - 1
966         - UNBOUNDED
967       disk.device.write.requests.rate_vdbe:
968         type: org.openecomp.capabilities.metric.Ceilometer
969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
970         occurrences:
971         - 1
972         - UNBOUNDED
973       network.incoming.bytes_vdbe_vdbe_oam_0_port:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       binding_vdbe_vdbe_ctrl_0_port:
980         type: tosca.capabilities.network.Bindable
981         valid_source_types:
982         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
983         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
984         occurrences:
985         - 0
986         - UNBOUNDED
987       feature_vdbe_vdbe_trst_0_port:
988         type: tosca.capabilities.Node
989         occurrences:
990         - 1
991         - UNBOUNDED
992       network.incoming.bytes.rate_vdbe_vdbe_oam_0_port:
993         type: org.openecomp.capabilities.metric.Ceilometer
994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
995         occurrences:
996         - 1
997         - UNBOUNDED
998       disk.write.bytes.rate_vdbe:
999         type: org.openecomp.capabilities.metric.Ceilometer
1000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1001         occurrences:
1002         - 1
1003         - UNBOUNDED
1004       feature_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
1005         type: tosca.capabilities.Node
1006         occurrences:
1007         - 1
1008         - UNBOUNDED
1009       disk.device.write.requests_vdbe:
1010         type: org.openecomp.capabilities.metric.Ceilometer
1011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1012         occurrences:
1013         - 1
1014         - UNBOUNDED
1015       disk.device.capacity_vdbe:
1016         type: org.openecomp.capabilities.metric.Ceilometer
1017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1018         occurrences:
1019         - 1
1020         - UNBOUNDED
1021       disk.usage_vdbe:
1022         type: org.openecomp.capabilities.metric.Ceilometer
1023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1024         occurrences:
1025         - 1
1026         - UNBOUNDED
1027       memory.usage_vdbe:
1028         type: org.openecomp.capabilities.metric.Ceilometer
1029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1030         occurrences:
1031         - 1
1032         - UNBOUNDED
1033       disk.read.requests_vdbe:
1034         type: org.openecomp.capabilities.metric.Ceilometer
1035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1036         occurrences:
1037         - 1
1038         - UNBOUNDED
1039       forwarder_vdbe_vdbe_oam_0_port:
1040         type: org.openecomp.capabilities.Forwarder
1041         occurrences:
1042         - 1
1043         - UNBOUNDED
1044       network.outpoing.packets_vdbe_vdbe_untr_vmi:
1045         type: org.openecomp.capabilities.metric.Ceilometer
1046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1047         occurrences:
1048         - 1
1049         - UNBOUNDED
1050       network.incoming.packets_vdbe_vdbe_fabr_0_port:
1051         type: org.openecomp.capabilities.metric.Ceilometer
1052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1053         occurrences:
1054         - 1
1055         - UNBOUNDED
1056       cpu.delta_vdbe:
1057         type: org.openecomp.capabilities.metric.Ceilometer
1058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1059         occurrences:
1060         - 1
1061         - UNBOUNDED
1062       network.outgoing.bytes_vdbe_vdbe_ctrl_0_port:
1063         type: org.openecomp.capabilities.metric.Ceilometer
1064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1065         occurrences:
1066         - 1
1067         - UNBOUNDED
1068       disk.device.read.bytes.rate_vdbe:
1069         type: org.openecomp.capabilities.metric.Ceilometer
1070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1071         occurrences:
1072         - 1
1073         - UNBOUNDED
1074       disk.device.write.bytes.rate_vdbe:
1075         type: org.openecomp.capabilities.metric.Ceilometer
1076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1077         occurrences:
1078         - 1
1079         - UNBOUNDED
1080       network.incoming.packets_vdbe_vdbe_untr_vmi:
1081         type: org.openecomp.capabilities.metric.Ceilometer
1082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       disk.write.requests.rate_vdbe:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       binding_vdbe_vdbe_untr_vmi:
1093         type: tosca.capabilities.network.Bindable
1094         valid_source_types:
1095         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1096         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1097         occurrences:
1098         - 0
1099         - UNBOUNDED
1100       disk.device.usage_vdbe:
1101         type: org.openecomp.capabilities.metric.Ceilometer
1102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       network.outgoing.bytes.rate_vdbe_vdbe_ctrl_0_port:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       disk.device.read.bytes_vdbe:
1113         type: org.openecomp.capabilities.metric.Ceilometer
1114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       forwarder_vdbe_vdbe_fabr_0_port:
1119         type: org.openecomp.capabilities.Forwarder
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       network.incoming.packets.rate_vdbe_vdbe_oam_0_port:
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       network.incoming.bytes_vdbe_vdbe_trst_0_port:
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       network.outgoing.packets.rate_vdbe_vdbe_oam_0_port:
1136         type: org.openecomp.capabilities.metric.Ceilometer
1137         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1138         occurrences:
1139         - 1
1140         - UNBOUNDED
1141       binding_vdbe_vdbe_fabr_0_port:
1142         type: tosca.capabilities.network.Bindable
1143         valid_source_types:
1144         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1145         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1146         occurrences:
1147         - 0
1148         - UNBOUNDED
1149       disk.capacity_vdbe:
1150         type: org.openecomp.capabilities.metric.Ceilometer
1151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1152         occurrences:
1153         - 1
1154         - UNBOUNDED
1155       host_vdbe:
1156         type: tosca.capabilities.Container
1157         valid_source_types:
1158         - tosca.nodes.SoftwareComponent
1159         occurrences:
1160         - 1
1161         - UNBOUNDED
1162       binding_vdbe_vdbe_trst_0_port:
1163         type: tosca.capabilities.network.Bindable
1164         valid_source_types:
1165         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1166         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1167         occurrences:
1168         - 0
1169         - UNBOUNDED
1170       network.outgoing.packets.rate_vdbe_vdbe_untr_vmi:
1171         type: org.openecomp.capabilities.metric.Ceilometer
1172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1173         occurrences:
1174         - 1
1175         - UNBOUNDED
1176       network.incoming.bytes_vdbe_vdbe_untr_vmi:
1177         type: org.openecomp.capabilities.metric.Ceilometer
1178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       feature_vdbe_vdbe_fabr_0_port:
1183         type: tosca.capabilities.Node
1184         occurrences:
1185         - 1
1186         - UNBOUNDED
1187       network.incoming.bytes_vdbe_vdbe_fabr_0_port:
1188         type: org.openecomp.capabilities.metric.Ceilometer
1189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1190         occurrences:
1191         - 1
1192         - UNBOUNDED
1193       forwarder_vdbe_vdbe_trst_0_port:
1194         type: org.openecomp.capabilities.Forwarder
1195         occurrences:
1196         - 1
1197         - UNBOUNDED
1198       disk.device.read.requests_vdbe:
1199         type: org.openecomp.capabilities.metric.Ceilometer
1200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1201         occurrences:
1202         - 1
1203         - UNBOUNDED
1204       disk.read.bytes_vdbe:
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   org.openecomp.resource.abstract.nodes.vdbe_1:
1211     derived_from: org.openecomp.resource.abstract.nodes.VFC
1212     properties:
1213       port_vdbe_untr_vmi_virtual_machine_interface_allowed_address_pairs:
1214         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
1215         required: true
1216         status: SUPPORTED
1217       subinterface_vdbeav_subinterface_heat_template_aap_address_mode:
1218         type: list
1219         required: true
1220         status: SUPPORTED
1221         entry_schema:
1222           type: string
1223       port_vdbe_ctrl_1_port_order:
1224         type: integer
1225         required: true
1226         status: SUPPORTED
1227       compute_vdbe_availability_zone:
1228         type: list
1229         required: true
1230         status: SUPPORTED
1231         entry_schema:
1232           type: string
1233       port_vdbe_ctrl_1_port_network_role:
1234         type: string
1235         required: true
1236         status: SUPPORTED
1237       vm_flavor_name:
1238         type: string
1239         required: true
1240         status: SUPPORTED
1241       port_vdbe_oam_1_port_name:
1242         type: list
1243         required: true
1244         status: SUPPORTED
1245         entry_schema:
1246           type: string
1247       port_vdbe_fabr_1_port_order:
1248         type: integer
1249         required: true
1250         status: SUPPORTED
1251       port_vdbe_trst_1_port_virtual_network_refs:
1252         type: list
1253         required: true
1254         status: SUPPORTED
1255         entry_schema:
1256           type: json
1257       vm_image_name:
1258         type: string
1259         required: true
1260         status: SUPPORTED
1261       port_vdbe_trst_1_port_mac_requirements:
1262         type: org.openecomp.datatypes.network.MacRequirements
1263         required: true
1264         status: SUPPORTED
1265       compute_vdbe_metadata:
1266         type: list
1267         required: true
1268         status: SUPPORTED
1269         entry_schema:
1270           type: json
1271       port_vdbe_fabr_1_port_mac_requirements:
1272         type: org.openecomp.datatypes.network.MacRequirements
1273         required: true
1274         status: SUPPORTED
1275       subinterface_vdbeav_subinterface_heat_template_aap_sec_untrusted_ip_prefix_len:
1276         type: list
1277         required: true
1278         status: SUPPORTED
1279         entry_schema:
1280           type: string
1281       port_vdbe_trst_1_port_network_role:
1282         type: string
1283         required: true
1284         status: SUPPORTED
1285       port_vdbe_untr_vmi_ip_requirements:
1286         type: list
1287         required: true
1288         status: SUPPORTED
1289         entry_schema:
1290           type: org.openecomp.datatypes.network.IpRequirements
1291       port_vdbe_fabr_1_port_name:
1292         type: list
1293         required: true
1294         status: SUPPORTED
1295         entry_schema:
1296           type: string
1297       subinterface_vdbeav_subinterface_heat_template_parent_interface:
1298         type: list
1299         required: true
1300         status: SUPPORTED
1301         entry_schema:
1302           type: string
1303       port_vdbe_oam_1_port_mac_requirements:
1304         type: org.openecomp.datatypes.network.MacRequirements
1305         required: true
1306         status: SUPPORTED
1307       port_vdbe_fabr_1_port_subnetpoolid:
1308         type: string
1309         required: true
1310         status: SUPPORTED
1311       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_ip_prefix:
1312         type: list
1313         required: true
1314         status: SUPPORTED
1315         entry_schema:
1316           type: string
1317       port_vdbe_oam_1_port_exCP_naming:
1318         type: org.openecomp.datatypes.Naming
1319         required: true
1320         status: SUPPORTED
1321       subinterface_vdbeav_subinterface_heat_template_vlan_tag_list:
1322         type: list
1323         required: true
1324         status: SUPPORTED
1325         entry_schema:
1326           type: json
1327       port_vdbe_oam_1_port_network_role:
1328         type: string
1329         required: true
1330         status: SUPPORTED
1331       port_vdbe_untr_vmi_network_role:
1332         type: string
1333         required: true
1334         status: SUPPORTED
1335       port_vdbe_fabr_1_port_virtual_network_refs:
1336         type: list
1337         required: true
1338         status: SUPPORTED
1339         entry_schema:
1340           type: json
1341       subinterface_vdbeav_subinterface_heat_template_vn_network_list:
1342         type: list
1343         required: true
1344         status: SUPPORTED
1345         entry_schema:
1346           type: json
1347       port_vdbe_trst_1_port_vlan_requirements:
1348         type: list
1349         required: true
1350         status: SUPPORTED
1351         entry_schema:
1352           type: org.openecomp.datatypes.network.VlanRequirements
1353       subinterface_vdbeav_subinterface_heat_template_subinterfaces_name_prefix:
1354         type: list
1355         required: true
1356         status: SUPPORTED
1357         entry_schema:
1358           type: string
1359       port_vdbe_ctrl_1_port_subnetpoolid:
1360         type: string
1361         required: true
1362         status: SUPPORTED
1363       port_vdbe_oam_1_port_subnetpoolid:
1364         type: string
1365         required: true
1366         status: SUPPORTED
1367       port_vdbe_ctrl_1_port_mac_requirements:
1368         type: org.openecomp.datatypes.network.MacRequirements
1369         required: true
1370         status: SUPPORTED
1371       port_vdbe_untr_vmi_name:
1372         type: list
1373         required: true
1374         status: SUPPORTED
1375         entry_schema:
1376           type: string
1377       port_vdbe_trst_1_port_network_role_tag:
1378         type: string
1379         required: true
1380         status: SUPPORTED
1381       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_ip_prefix_len:
1382         type: list
1383         required: true
1384         status: SUPPORTED
1385         entry_schema:
1386           type: string
1387       compute_vdbe_name:
1388         type: list
1389         required: true
1390         status: SUPPORTED
1391         entry_schema:
1392           type: string
1393       port_vdbe_oam_1_port_network_role_tag:
1394         type: string
1395         required: true
1396         status: SUPPORTED
1397       port_vdbe_trst_1_port_order:
1398         type: integer
1399         required: true
1400         status: SUPPORTED
1401       port_vdbe_untr_vmi_subnetpoolid:
1402         type: string
1403         required: true
1404         status: SUPPORTED
1405       subinterface_vdbeav_subinterface_heat_template_service_template_filter_count:
1406         type: list
1407         required: true
1408         status: SUPPORTED
1409         entry_schema:
1410           type: float
1411       port_vdbe_untr_vmi_network_role_tag:
1412         type: string
1413         required: true
1414         status: SUPPORTED
1415       port_vdbe_fabr_1_port_ip_requirements:
1416         type: list
1417         required: true
1418         status: SUPPORTED
1419         entry_schema:
1420           type: org.openecomp.datatypes.network.IpRequirements
1421       subinterface_vdbeav_subinterface_heat_template_mac_address:
1422         type: list
1423         required: true
1424         status: SUPPORTED
1425         entry_schema:
1426           type: string
1427       port_vdbe_fabr_1_port_vlan_requirements:
1428         type: list
1429         required: true
1430         status: SUPPORTED
1431         entry_schema:
1432           type: org.openecomp.datatypes.network.VlanRequirements
1433       subinterface_vdbeav_subinterface_heat_template_ip_address:
1434         type: list
1435         required: true
1436         status: SUPPORTED
1437         entry_schema:
1438           type: string
1439       port_vdbe_trst_1_port_subnetpoolid:
1440         type: string
1441         required: true
1442         status: SUPPORTED
1443       port_vdbe_oam_1_port_ip_requirements:
1444         type: list
1445         required: true
1446         status: SUPPORTED
1447         entry_schema:
1448           type: org.openecomp.datatypes.network.IpRequirements
1449       subinterface_vdbeav_subinterface_heat_template_vmac_address:
1450         type: list
1451         required: true
1452         status: SUPPORTED
1453         entry_schema:
1454           type: string
1455       port_vdbe_untr_vmi_virtual_machine_interface_mac_addresses:
1456         type: list
1457         required: true
1458         status: SUPPORTED
1459         entry_schema:
1460           type: json
1461       port_vdbe_ctrl_1_port_name:
1462         type: list
1463         required: true
1464         status: SUPPORTED
1465         entry_schema:
1466           type: string
1467       port_vdbe_ctrl_1_port_network_role_tag:
1468         type: string
1469         required: true
1470         status: SUPPORTED
1471       compute_vdbe_scheduler_hints:
1472         type: list
1473         required: true
1474         status: SUPPORTED
1475         entry_schema:
1476           type: json
1477       port_vdbe_trst_1_port_virtual_machine_interface_allowed_address_pairs:
1478         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
1479         required: true
1480         status: SUPPORTED
1481       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_v6_ip_prefix_len:
1482         type: list
1483         required: true
1484         status: SUPPORTED
1485         entry_schema:
1486           type: string
1487       port_vdbe_untr_vmi_virtual_network_refs:
1488         type: list
1489         required: true
1490         status: SUPPORTED
1491         entry_schema:
1492           type: json
1493       port_vdbe_untr_vmi_mac_requirements:
1494         type: org.openecomp.datatypes.network.MacRequirements
1495         required: true
1496         status: SUPPORTED
1497       port_vdbe_fabr_1_port_network_role:
1498         type: string
1499         required: true
1500         status: SUPPORTED
1501       port_vdbe_trst_1_port_virtual_machine_interface_mac_addresses:
1502         type: list
1503         required: true
1504         status: SUPPORTED
1505         entry_schema:
1506           type: json
1507       port_vdbe_untr_vmi_order:
1508         type: integer
1509         required: true
1510         status: SUPPORTED
1511       subinterface_vdbeav_subinterface_heat_template_aap_sec_untrusted_ip_prefix:
1512         type: list
1513         required: true
1514         status: SUPPORTED
1515         entry_schema:
1516           type: string
1517       port_vdbe_oam_1_port_vlan_requirements:
1518         type: list
1519         required: true
1520         status: SUPPORTED
1521         entry_schema:
1522           type: org.openecomp.datatypes.network.VlanRequirements
1523       index_value:
1524         type: integer
1525         description: Index value of this substitution service template runtime instance
1526         required: false
1527         default: 0
1528         status: SUPPORTED
1529         constraints:
1530         - greater_or_equal: 0
1531       port_vdbe_fabr_1_port_exCP_naming:
1532         type: org.openecomp.datatypes.Naming
1533         required: true
1534         status: SUPPORTED
1535       port_vdbe_oam_1_port_virtual_network_refs:
1536         type: list
1537         required: true
1538         status: SUPPORTED
1539         entry_schema:
1540           type: json
1541       port_vdbe_untr_vmi_exCP_naming:
1542         type: org.openecomp.datatypes.Naming
1543         required: true
1544         status: SUPPORTED
1545       port_vdbe_ctrl_1_port_virtual_network_refs:
1546         type: list
1547         required: true
1548         status: SUPPORTED
1549         entry_schema:
1550           type: json
1551       port_vdbe_oam_1_port_order:
1552         type: integer
1553         required: true
1554         status: SUPPORTED
1555       subinterface_vdbeav_subinterface_heat_template_aap_untrusted_v6_ip_prefix:
1556         type: list
1557         required: true
1558         status: SUPPORTED
1559         entry_schema:
1560           type: string
1561       port_vdbe_trst_1_port_exCP_naming:
1562         type: org.openecomp.datatypes.Naming
1563         required: true
1564         status: SUPPORTED
1565       port_vdbe_ctrl_1_port_exCP_naming:
1566         type: org.openecomp.datatypes.Naming
1567         required: true
1568         status: SUPPORTED
1569       port_vdbe_fabr_1_port_network_role_tag:
1570         type: string
1571         required: true
1572         status: SUPPORTED
1573       port_vdbe_ctrl_1_port_vlan_requirements:
1574         type: list
1575         required: true
1576         status: SUPPORTED
1577         entry_schema:
1578           type: org.openecomp.datatypes.network.VlanRequirements
1579       port_vdbe_ctrl_1_port_ip_requirements:
1580         type: list
1581         required: true
1582         status: SUPPORTED
1583         entry_schema:
1584           type: org.openecomp.datatypes.network.IpRequirements
1585       port_vdbe_trst_1_port_ip_requirements:
1586         type: list
1587         required: true
1588         status: SUPPORTED
1589         entry_schema:
1590           type: org.openecomp.datatypes.network.IpRequirements
1591       subinterface_vdbeav_subinterface_heat_template_ip_v6_address:
1592         type: list
1593         required: true
1594         status: SUPPORTED
1595         entry_schema:
1596           type: string
1597       port_vdbe_oam_1_port_virtual_machine_interface_mac_addresses:
1598         type: list
1599         required: true
1600         status: SUPPORTED
1601         entry_schema:
1602           type: json
1603       port_vdbe_trst_1_port_name:
1604         type: list
1605         required: true
1606         status: SUPPORTED
1607         entry_schema:
1608           type: string
1609       port_vdbe_untr_vmi_vlan_requirements:
1610         type: list
1611         required: true
1612         status: SUPPORTED
1613         entry_schema:
1614           type: org.openecomp.datatypes.network.VlanRequirements
1615     requirements:
1616     - dependency_vdbe:
1617         capability: tosca.capabilities.Node
1618         node: tosca.nodes.Root
1619         relationship: tosca.relationships.DependsOn
1620         occurrences:
1621         - 0
1622         - UNBOUNDED
1623     - local_storage_vdbe:
1624         capability: tosca.capabilities.Attachment
1625         node: tosca.nodes.BlockStorage
1626         relationship: tosca.relationships.AttachesTo
1627         occurrences:
1628         - 0
1629         - UNBOUNDED
1630     - dependency_vdbe_vdbe_trst_1_port:
1631         capability: tosca.capabilities.Node
1632         node: tosca.nodes.Root
1633         relationship: tosca.relationships.DependsOn
1634         occurrences:
1635         - 0
1636         - UNBOUNDED
1637     - link_vdbe_vdbe_trst_1_port:
1638         capability: tosca.capabilities.network.Linkable
1639         relationship: tosca.relationships.network.LinksTo
1640         occurrences:
1641         - 1
1642         - 1
1643     - dependency_vdbe_vdbe_oam_1_port:
1644         capability: tosca.capabilities.Node
1645         node: tosca.nodes.Root
1646         relationship: tosca.relationships.DependsOn
1647         occurrences:
1648         - 0
1649         - UNBOUNDED
1650     - link_vdbe_vdbe_oam_1_port:
1651         capability: tosca.capabilities.network.Linkable
1652         relationship: tosca.relationships.network.LinksTo
1653         occurrences:
1654         - 1
1655         - 1
1656     - dependency_vdbe_vdbe_untr_vmi:
1657         capability: tosca.capabilities.Node
1658         node: tosca.nodes.Root
1659         relationship: tosca.relationships.DependsOn
1660         occurrences:
1661         - 0
1662         - UNBOUNDED
1663     - link_vdbe_vdbe_untr_vmi:
1664         capability: tosca.capabilities.network.Linkable
1665         relationship: tosca.relationships.network.LinksTo
1666         occurrences:
1667         - 1
1668         - 1
1669     - dependency_vdbe_vdbe_fabr_1_port:
1670         capability: tosca.capabilities.Node
1671         node: tosca.nodes.Root
1672         relationship: tosca.relationships.DependsOn
1673         occurrences:
1674         - 0
1675         - UNBOUNDED
1676     - link_vdbe_vdbe_fabr_1_port:
1677         capability: tosca.capabilities.network.Linkable
1678         relationship: tosca.relationships.network.LinksTo
1679         occurrences:
1680         - 1
1681         - 1
1682     - dependency_vdbe_vdbe_ctrl_1_port:
1683         capability: tosca.capabilities.Node
1684         node: tosca.nodes.Root
1685         relationship: tosca.relationships.DependsOn
1686         occurrences:
1687         - 0
1688         - UNBOUNDED
1689     - link_vdbe_vdbe_ctrl_1_port:
1690         capability: tosca.capabilities.network.Linkable
1691         relationship: tosca.relationships.network.LinksTo
1692         occurrences:
1693         - 1
1694         - 1
1695     - dependency_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
1696         capability: tosca.capabilities.Node
1697         node: tosca.nodes.Root
1698         relationship: tosca.relationships.DependsOn
1699         occurrences:
1700         - 0
1701         - UNBOUNDED
1702     - dependency_vdbe_0_subint_untr_vmi_0_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
1703         capability: tosca.capabilities.Node
1704         node: tosca.nodes.Root
1705         relationship: tosca.relationships.DependsOn
1706         occurrences:
1707         - 0
1708         - UNBOUNDED
1709     - subinterface_link_vdbe_0_subint_untr_vmi_0_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
1710         capability: tosca.capabilities.network.Linkable
1711         relationship: tosca.relationships.network.LinksTo
1712         occurrences:
1713         - 1
1714         - 1
1715     capabilities:
1716       binding_vdbe_vdbe_trst_1_port:
1717         type: tosca.capabilities.network.Bindable
1718         valid_source_types:
1719         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1720         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1721         occurrences:
1722         - 0
1723         - UNBOUNDED
1724       network.outpoing.packets_vdbe_vdbe_ctrl_1_port:
1725         type: org.openecomp.capabilities.metric.Ceilometer
1726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1727         occurrences:
1728         - 1
1729         - UNBOUNDED
1730       network.outgoing.bytes.rate_vdbe_vdbe_fabr_1_port:
1731         type: org.openecomp.capabilities.metric.Ceilometer
1732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1733         occurrences:
1734         - 1
1735         - UNBOUNDED
1736       forwarder_vdbe_vdbe_trst_1_port:
1737         type: org.openecomp.capabilities.Forwarder
1738         occurrences:
1739         - 1
1740         - UNBOUNDED
1741       network.incoming.packets.rate_vdbe_vdbe_untr_vmi:
1742         type: org.openecomp.capabilities.metric.Ceilometer
1743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1744         occurrences:
1745         - 1
1746         - UNBOUNDED
1747       feature_vdbe:
1748         type: tosca.capabilities.Node
1749         occurrences:
1750         - 1
1751         - UNBOUNDED
1752       disk.device.iops_vdbe:
1753         type: org.openecomp.capabilities.metric.Ceilometer
1754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1755         occurrences:
1756         - 1
1757         - UNBOUNDED
1758       endpoint_vdbe:
1759         type: tosca.capabilities.Endpoint.Admin
1760         occurrences:
1761         - 1
1762         - UNBOUNDED
1763       network.outgoing.packets.rate_vdbe_vdbe_ctrl_1_port:
1764         type: org.openecomp.capabilities.metric.Ceilometer
1765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1766         occurrences:
1767         - 1
1768         - UNBOUNDED
1769       cpu_util_vdbe:
1770         type: org.openecomp.capabilities.metric.Ceilometer
1771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1772         occurrences:
1773         - 1
1774         - UNBOUNDED
1775       vcpus_vdbe:
1776         type: org.openecomp.capabilities.metric.Ceilometer
1777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1778         occurrences:
1779         - 1
1780         - UNBOUNDED
1781       disk.write.requests_vdbe:
1782         type: org.openecomp.capabilities.metric.Ceilometer
1783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1784         occurrences:
1785         - 1
1786         - UNBOUNDED
1787       network.incoming.bytes_vdbe_vdbe_fabr_1_port:
1788         type: org.openecomp.capabilities.metric.Ceilometer
1789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1790         occurrences:
1791         - 1
1792         - UNBOUNDED
1793       network.incoming.packets.rate_vdbe_vdbe_ctrl_1_port:
1794         type: org.openecomp.capabilities.metric.Ceilometer
1795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1796         occurrences:
1797         - 1
1798         - UNBOUNDED
1799       network.incoming.bytes.rate_vdbe_vdbe_ctrl_1_port:
1800         type: org.openecomp.capabilities.metric.Ceilometer
1801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1802         occurrences:
1803         - 1
1804         - UNBOUNDED
1805       disk.device.latency_vdbe:
1806         type: org.openecomp.capabilities.metric.Ceilometer
1807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1808         occurrences:
1809         - 1
1810         - UNBOUNDED
1811       network.incoming.packets.rate_vdbe_vdbe_oam_1_port:
1812         type: org.openecomp.capabilities.metric.Ceilometer
1813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1814         occurrences:
1815         - 1
1816         - UNBOUNDED
1817       network.incoming.packets_vdbe_vdbe_trst_1_port:
1818         type: org.openecomp.capabilities.metric.Ceilometer
1819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1820         occurrences:
1821         - 1
1822         - UNBOUNDED
1823       scalable_vdbe:
1824         type: tosca.capabilities.Scalable
1825         occurrences:
1826         - 1
1827         - UNBOUNDED
1828       disk.iops_vdbe:
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       network.incoming.packets_vdbe_vdbe_fabr_1_port:
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       disk.device.allocation_vdbe:
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       network.outgoing.bytes_vdbe_vdbe_oam_1_port:
1847         type: org.openecomp.capabilities.metric.Ceilometer
1848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1849         occurrences:
1850         - 1
1851         - UNBOUNDED
1852       network.outgoing.bytes_vdbe_vdbe_fabr_1_port:
1853         type: org.openecomp.capabilities.metric.Ceilometer
1854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1855         occurrences:
1856         - 1
1857         - UNBOUNDED
1858       network.outgoing.packets.rate_vdbe_vdbe_fabr_1_port:
1859         type: org.openecomp.capabilities.metric.Ceilometer
1860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1861         occurrences:
1862         - 1
1863         - UNBOUNDED
1864       network.outgoing.bytes.rate_vdbe_vdbe_ctrl_1_port:
1865         type: org.openecomp.capabilities.metric.Ceilometer
1866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1867         occurrences:
1868         - 1
1869         - UNBOUNDED
1870       network.outgoing.bytes.rate_vdbe_vdbe_oam_1_port:
1871         type: org.openecomp.capabilities.metric.Ceilometer
1872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1873         occurrences:
1874         - 1
1875         - UNBOUNDED
1876       network.incoming.bytes.rate_vdbe_vdbe_fabr_1_port:
1877         type: org.openecomp.capabilities.metric.Ceilometer
1878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1879         occurrences:
1880         - 1
1881         - UNBOUNDED
1882       network.incoming.packets.rate_vdbe_vdbe_fabr_1_port:
1883         type: org.openecomp.capabilities.metric.Ceilometer
1884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1885         occurrences:
1886         - 1
1887         - UNBOUNDED
1888       instance_vdbe:
1889         type: org.openecomp.capabilities.metric.Ceilometer
1890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1891         occurrences:
1892         - 1
1893         - UNBOUNDED
1894       network.outgoing.bytes.rate_vdbe_vdbe_trst_1_port:
1895         type: org.openecomp.capabilities.metric.Ceilometer
1896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1897         occurrences:
1898         - 1
1899         - UNBOUNDED
1900       memory.resident_vdbe:
1901         type: org.openecomp.capabilities.metric.Ceilometer
1902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1903         occurrences:
1904         - 1
1905         - UNBOUNDED
1906       binding_vdbe_vdbe_fabr_1_port:
1907         type: tosca.capabilities.network.Bindable
1908         valid_source_types:
1909         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1910         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1911         occurrences:
1912         - 0
1913         - UNBOUNDED
1914       network.incoming.bytes.rate_vdbe_vdbe_untr_vmi:
1915         type: org.openecomp.capabilities.metric.Ceilometer
1916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1917         occurrences:
1918         - 1
1919         - UNBOUNDED
1920       cpu_vdbe:
1921         type: org.openecomp.capabilities.metric.Ceilometer
1922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1923         occurrences:
1924         - 1
1925         - UNBOUNDED
1926       disk.write.bytes_vdbe:
1927         type: org.openecomp.capabilities.metric.Ceilometer
1928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1929         occurrences:
1930         - 1
1931         - UNBOUNDED
1932       network.outgoing.bytes_vdbe_vdbe_ctrl_1_port:
1933         type: org.openecomp.capabilities.metric.Ceilometer
1934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1935         occurrences:
1936         - 1
1937         - UNBOUNDED
1938       disk.latency_vdbe:
1939         type: org.openecomp.capabilities.metric.Ceilometer
1940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1941         occurrences:
1942         - 1
1943         - UNBOUNDED
1944       feature_vdbe_0_subint_untr_vmi_0_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
1945         type: tosca.capabilities.Node
1946         occurrences:
1947         - 1
1948         - UNBOUNDED
1949       network.outpoing.packets_vdbe_vdbe_fabr_1_port:
1950         type: org.openecomp.capabilities.metric.Ceilometer
1951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1952         occurrences:
1953         - 1
1954         - UNBOUNDED
1955       network.outpoing.packets_vdbe_vdbe_oam_1_port:
1956         type: org.openecomp.capabilities.metric.Ceilometer
1957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1958         occurrences:
1959         - 1
1960         - UNBOUNDED
1961       network.outgoing.bytes.rate_vdbe_vdbe_untr_vmi:
1962         type: org.openecomp.capabilities.metric.Ceilometer
1963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1964         occurrences:
1965         - 1
1966         - UNBOUNDED
1967       disk.allocation_vdbe:
1968         type: org.openecomp.capabilities.metric.Ceilometer
1969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1970         occurrences:
1971         - 1
1972         - UNBOUNDED
1973       disk.read.bytes.rate_vdbe:
1974         type: org.openecomp.capabilities.metric.Ceilometer
1975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1976         occurrences:
1977         - 1
1978         - UNBOUNDED
1979       feature_vdbe_vdbe_trst_1_port:
1980         type: tosca.capabilities.Node
1981         occurrences:
1982         - 1
1983         - UNBOUNDED
1984       os_vdbe:
1985         type: tosca.capabilities.OperatingSystem
1986         occurrences:
1987         - 1
1988         - UNBOUNDED
1989       forwarder_vdbe_vdbe_untr_vmi:
1990         type: org.openecomp.capabilities.Forwarder
1991         occurrences:
1992         - 1
1993         - UNBOUNDED
1994       network.incoming.bytes_vdbe_vdbe_trst_1_port:
1995         type: org.openecomp.capabilities.metric.Ceilometer
1996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1997         occurrences:
1998         - 1
1999         - UNBOUNDED
2000       disk.root.size_vdbe:
2001         type: org.openecomp.capabilities.metric.Ceilometer
2002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2003         occurrences:
2004         - 1
2005         - UNBOUNDED
2006       network.outgoing.bytes_vdbe_vdbe_untr_vmi:
2007         type: org.openecomp.capabilities.metric.Ceilometer
2008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2009         occurrences:
2010         - 1
2011         - UNBOUNDED
2012       memory_vdbe:
2013         type: org.openecomp.capabilities.metric.Ceilometer
2014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2015         occurrences:
2016         - 1
2017         - UNBOUNDED
2018       binding_vdbe:
2019         type: tosca.capabilities.network.Bindable
2020         occurrences:
2021         - 1
2022         - UNBOUNDED
2023       disk.device.write.bytes_vdbe:
2024         type: org.openecomp.capabilities.metric.Ceilometer
2025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2026         occurrences:
2027         - 1
2028         - UNBOUNDED
2029       disk.device.read.requests.rate_vdbe:
2030         type: org.openecomp.capabilities.metric.Ceilometer
2031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2032         occurrences:
2033         - 1
2034         - UNBOUNDED
2035       network.outgoing.packets.rate_vdbe_vdbe_oam_1_port:
2036         type: org.openecomp.capabilities.metric.Ceilometer
2037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2038         occurrences:
2039         - 1
2040         - UNBOUNDED
2041       disk.ephemeral.size_vdbe:
2042         type: org.openecomp.capabilities.metric.Ceilometer
2043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2044         occurrences:
2045         - 1
2046         - UNBOUNDED
2047       network.outgoing.packets.rate_vdbe_vdbe_trst_1_port:
2048         type: org.openecomp.capabilities.metric.Ceilometer
2049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2050         occurrences:
2051         - 1
2052         - UNBOUNDED
2053       feature_vdbe_vdbe_untr_vmi:
2054         type: tosca.capabilities.Node
2055         occurrences:
2056         - 1
2057         - UNBOUNDED
2058       network.incoming.bytes.rate_vdbe_vdbe_trst_1_port:
2059         type: org.openecomp.capabilities.metric.Ceilometer
2060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2061         occurrences:
2062         - 1
2063         - UNBOUNDED
2064       network.incoming.packets.rate_vdbe_vdbe_trst_1_port:
2065         type: org.openecomp.capabilities.metric.Ceilometer
2066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2067         occurrences:
2068         - 1
2069         - UNBOUNDED
2070       disk.device.write.requests.rate_vdbe:
2071         type: org.openecomp.capabilities.metric.Ceilometer
2072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2073         occurrences:
2074         - 1
2075         - UNBOUNDED
2076       network.outpoing.packets_vdbe_vdbe_trst_1_port:
2077         type: org.openecomp.capabilities.metric.Ceilometer
2078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2079         occurrences:
2080         - 1
2081         - UNBOUNDED
2082       disk.write.bytes.rate_vdbe:
2083         type: org.openecomp.capabilities.metric.Ceilometer
2084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2085         occurrences:
2086         - 1
2087         - UNBOUNDED
2088       feature_vdbe_vdbe_untr_vmi_vdbeav_subinterface_heat_template:
2089         type: tosca.capabilities.Node
2090         occurrences:
2091         - 1
2092         - UNBOUNDED
2093       disk.device.write.requests_vdbe:
2094         type: org.openecomp.capabilities.metric.Ceilometer
2095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2096         occurrences:
2097         - 1
2098         - UNBOUNDED
2099       feature_vdbe_vdbe_fabr_1_port:
2100         type: tosca.capabilities.Node
2101         occurrences:
2102         - 1
2103         - UNBOUNDED
2104       disk.device.capacity_vdbe:
2105         type: org.openecomp.capabilities.metric.Ceilometer
2106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2107         occurrences:
2108         - 1
2109         - UNBOUNDED
2110       network.incoming.bytes_vdbe_vdbe_oam_1_port:
2111         type: org.openecomp.capabilities.metric.Ceilometer
2112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2113         occurrences:
2114         - 1
2115         - UNBOUNDED
2116       forwarder_vdbe_vdbe_ctrl_1_port:
2117         type: org.openecomp.capabilities.Forwarder
2118         occurrences:
2119         - 1
2120         - UNBOUNDED
2121       disk.usage_vdbe:
2122         type: org.openecomp.capabilities.metric.Ceilometer
2123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2124         occurrences:
2125         - 1
2126         - UNBOUNDED
2127       memory.usage_vdbe:
2128         type: org.openecomp.capabilities.metric.Ceilometer
2129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2130         occurrences:
2131         - 1
2132         - UNBOUNDED
2133       disk.read.requests_vdbe:
2134         type: org.openecomp.capabilities.metric.Ceilometer
2135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2136         occurrences:
2137         - 1
2138         - UNBOUNDED
2139       network.incoming.packets_vdbe_vdbe_ctrl_1_port:
2140         type: org.openecomp.capabilities.metric.Ceilometer
2141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2142         occurrences:
2143         - 1
2144         - UNBOUNDED
2145       network.outpoing.packets_vdbe_vdbe_untr_vmi:
2146         type: org.openecomp.capabilities.metric.Ceilometer
2147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2148         occurrences:
2149         - 1
2150         - UNBOUNDED
2151       forwarder_vdbe_vdbe_fabr_1_port:
2152         type: org.openecomp.capabilities.Forwarder
2153         occurrences:
2154         - 1
2155         - UNBOUNDED
2156       cpu.delta_vdbe:
2157         type: org.openecomp.capabilities.metric.Ceilometer
2158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2159         occurrences:
2160         - 1
2161         - UNBOUNDED
2162       disk.device.read.bytes.rate_vdbe:
2163         type: org.openecomp.capabilities.metric.Ceilometer
2164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2165         occurrences:
2166         - 1
2167         - UNBOUNDED
2168       disk.device.write.bytes.rate_vdbe:
2169         type: org.openecomp.capabilities.metric.Ceilometer
2170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2171         occurrences:
2172         - 1
2173         - UNBOUNDED
2174       network.incoming.packets_vdbe_vdbe_untr_vmi:
2175         type: org.openecomp.capabilities.metric.Ceilometer
2176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2177         occurrences:
2178         - 1
2179         - UNBOUNDED
2180       disk.write.requests.rate_vdbe:
2181         type: org.openecomp.capabilities.metric.Ceilometer
2182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2183         occurrences:
2184         - 1
2185         - UNBOUNDED
2186       binding_vdbe_vdbe_untr_vmi:
2187         type: tosca.capabilities.network.Bindable
2188         valid_source_types:
2189         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2190         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2191         occurrences:
2192         - 0
2193         - UNBOUNDED
2194       disk.device.usage_vdbe:
2195         type: org.openecomp.capabilities.metric.Ceilometer
2196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2197         occurrences:
2198         - 1
2199         - UNBOUNDED
2200       disk.device.read.bytes_vdbe:
2201         type: org.openecomp.capabilities.metric.Ceilometer
2202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2203         occurrences:
2204         - 1
2205         - UNBOUNDED
2206       forwarder_vdbe_vdbe_oam_1_port:
2207         type: org.openecomp.capabilities.Forwarder
2208         occurrences:
2209         - 1
2210         - UNBOUNDED
2211       binding_vdbe_vdbe_oam_1_port:
2212         type: tosca.capabilities.network.Bindable
2213         valid_source_types:
2214         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2215         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2216         occurrences:
2217         - 0
2218         - UNBOUNDED
2219       network.outgoing.bytes_vdbe_vdbe_trst_1_port:
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       binding_vdbe_vdbe_ctrl_1_port:
2226         type: tosca.capabilities.network.Bindable
2227         valid_source_types:
2228         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2229         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2230         occurrences:
2231         - 0
2232         - UNBOUNDED
2233       feature_vdbe_vdbe_oam_1_port:
2234         type: tosca.capabilities.Node
2235         occurrences:
2236         - 1
2237         - UNBOUNDED
2238       disk.capacity_vdbe:
2239         type: org.openecomp.capabilities.metric.Ceilometer
2240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2241         occurrences:
2242         - 1
2243         - UNBOUNDED
2244       host_vdbe:
2245         type: tosca.capabilities.Container
2246         valid_source_types:
2247         - tosca.nodes.SoftwareComponent
2248         occurrences:
2249         - 1
2250         - UNBOUNDED
2251       network.incoming.packets_vdbe_vdbe_oam_1_port:
2252         type: org.openecomp.capabilities.metric.Ceilometer
2253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2254         occurrences:
2255         - 1
2256         - UNBOUNDED
2257       network.outgoing.packets.rate_vdbe_vdbe_untr_vmi:
2258         type: org.openecomp.capabilities.metric.Ceilometer
2259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2260         occurrences:
2261         - 1
2262         - UNBOUNDED
2263       network.incoming.bytes_vdbe_vdbe_untr_vmi:
2264         type: org.openecomp.capabilities.metric.Ceilometer
2265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2266         occurrences:
2267         - 1
2268         - UNBOUNDED
2269       network.incoming.bytes_vdbe_vdbe_ctrl_1_port:
2270         type: org.openecomp.capabilities.metric.Ceilometer
2271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2272         occurrences:
2273         - 1
2274         - UNBOUNDED
2275       disk.device.read.requests_vdbe:
2276         type: org.openecomp.capabilities.metric.Ceilometer
2277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2278         occurrences:
2279         - 1
2280         - UNBOUNDED
2281       feature_vdbe_vdbe_ctrl_1_port:
2282         type: tosca.capabilities.Node
2283         occurrences:
2284         - 1
2285         - UNBOUNDED
2286       network.incoming.bytes.rate_vdbe_vdbe_oam_1_port:
2287         type: org.openecomp.capabilities.metric.Ceilometer
2288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2289         occurrences:
2290         - 1
2291         - UNBOUNDED
2292       disk.read.bytes_vdbe:
2293         type: org.openecomp.capabilities.metric.Ceilometer
2294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2295         occurrences:
2296         - 1
2297         - UNBOUNDED