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