5d10b6a6eafadbdd937c1dfc6ea481daf2327104
[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.vdbe:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       vf_module_id:
12         type: string
13         description: Unique ID for this VF module inst
14         required: true
15         status: SUPPORTED
16       control_int_net_rpf:
17         type: string
18         description: Reverse Path Filtering enable or disable for the control virtual network
19         required: true
20         status: SUPPORTED
21       control_int_net_forwarding_mode:
22         type: string
23         description: forwarding mode of the control virtual network
24         required: true
25         status: SUPPORTED
26       vnf_name:
27         type: string
28         description: Unique name for this VF instance
29         required: true
30         status: SUPPORTED
31       vdbe_untrusted_ip_1:
32         type: string
33         description: IPV4 address of the secondary vDBE VM on the VAN untrusted network
34         required: true
35         status: SUPPORTED
36       vdbe_aap_untrusted_ip_prefix_len:
37         type: string
38         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
39         required: true
40         status: SUPPORTED
41       untrusted_num_vn:
42         type: float
43         description: Number of vDBE subinterface virtual Networks
44         required: true
45         status: SUPPORTED
46         constraints:
47         - in_range:
48           - 1
49           - 77
50       vf_module_name:
51         type: string
52         description: Unique name for this VF module inst
53         required: true
54         status: SUPPORTED
55       aap_address_mode:
56         type: string
57         description: Address mode for the vDBE cluster IP
58         required: true
59         status: SUPPORTED
60       control_int_net_shared:
61         type: boolean
62         description: control virtual network shared
63         required: true
64         status: SUPPORTED
65       vdbe_untrusted_v6_ip_1:
66         type: string
67         description: IPV6 address of the secondary vDBE VM on the VAN untrusted network
68         required: true
69         status: SUPPORTED
70       vdbe_untrusted_vmac_address:
71         type: string
72         description: Virtual MAC of the primary vDBE VM on the VAN untrusted network
73         required: true
74         status: SUPPORTED
75       control_int_net_flood_unknown_unicast:
76         type: boolean
77         description: forwarding mode of the control virtual network
78         required: true
79         status: SUPPORTED
80       port_vdbe_untr_1_port_network_role:
81         type: string
82         required: true
83         status: SUPPORTED
84       vdbe_aap_sec_untrusted_ip_prefix:
85         type: string
86         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
87         required: true
88         status: SUPPORTED
89       vnf_id:
90         type: string
91         description: Unique ID for this VF inst
92         required: true
93         status: SUPPORTED
94       vdbe_name_1:
95         type: string
96         description: VM Name for this vdbe node 1
97         required: true
98         status: SUPPORTED
99       port_vdbe_untr_1_port_ip_requirements:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: org.openecomp.datatypes.network.IpRequirements
105       availability_zone_1:
106         type: string
107         description: The availability zone of secondary node1 vDBE vm in the local HA pair.
108         required: true
109         status: SUPPORTED
110       untrusted_vn_networks:
111         type: list
112         description: List of subinterface virtual networks
113         required: true
114         status: SUPPORTED
115         entry_schema:
116           type: string
117       vdbe_image_name:
118         type: string
119         description: Image to use for vDBE
120         required: true
121         status: SUPPORTED
122       oam_net_name:
123         type: string
124         description: Name of NSDNet network from which the management IP addresses will be allocated
125         required: true
126         status: SUPPORTED
127       vdbe_aap_sec_untrusted_ip_prefix_len:
128         type: string
129         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
130         required: true
131         status: SUPPORTED
132       port_vdbe_untr_1_port_mac_requirements:
133         type: org.openecomp.datatypes.network.MacRequirements
134         required: true
135         status: SUPPORTED
136       port_vdbe_untr_1_port_order:
137         type: integer
138         required: true
139         status: SUPPORTED
140       vdbe_aap_untrusted_v6_ip_prefix:
141         type: string
142         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
143         required: true
144         status: SUPPORTED
145       vdbe_aap_untrusted_v6_ip_prefix_len:
146         type: string
147         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
148         required: true
149         status: SUPPORTED
150       untrusted_vlan_tags:
151         type: list
152         description: List of subinterface vlan tags
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: string
157       vdbe_flavor_name:
158         type: string
159         description: Flavor to use for vDBE
160         required: true
161         status: SUPPORTED
162       port_vdbe_untr_1_port_exCP_naming:
163         type: org.openecomp.datatypes.Naming
164         required: true
165         status: SUPPORTED
166       port_vdbe_untr_1_port_subnetpoolid:
167         type: string
168         required: true
169         status: SUPPORTED
170       vdbe_hw_untr_mac_1:
171         type: string
172         description: Secondary MAC address of the secondary vDBE VM on the VAN untrusted network
173         required: true
174         status: SUPPORTED
175       untrusted_net_name:
176         type: string
177         description: Name of public untrusted network into which this vDBE HA cluster is deployed
178         required: true
179         status: SUPPORTED
180       port_vdbe_untr_1_port_network_role_tag:
181         type: string
182         required: true
183         status: SUPPORTED
184       vdbe_device_name:
185         type: string
186         description: VDBE device Name for this vdbe VNF
187         required: true
188         status: SUPPORTED
189       port_vdbe_untr_1_port_vlan_requirements:
190         type: list
191         required: true
192         status: SUPPORTED
193         entry_schema:
194           type: org.openecomp.datatypes.network.VlanRequirements
195       vdbe_aap_untrusted_ip_prefix:
196         type: string
197         description: ip prefix for primary vDBE VM on the VAN untrusted network
198         required: true
199         status: SUPPORTED
200     requirements:
201     - dependency_vdbe_node_1:
202         capability: tosca.capabilities.Node
203         node: tosca.nodes.Root
204         relationship: tosca.relationships.DependsOn
205         occurrences:
206         - 0
207         - UNBOUNDED
208     - local_storage_vdbe_node_1:
209         capability: tosca.capabilities.Attachment
210         node: tosca.nodes.BlockStorage
211         relationship: tosca.relationships.AttachesTo
212         occurrences:
213         - 0
214         - UNBOUNDED
215     - dependency_vdbe_untr_1_port:
216         capability: tosca.capabilities.Node
217         node: tosca.nodes.Root
218         relationship: tosca.relationships.DependsOn
219         occurrences:
220         - 0
221         - UNBOUNDED
222     - dependency_vdbe_untr_1_subports:
223         capability: tosca.capabilities.Node
224         node: tosca.nodes.Root
225         relationship: tosca.relationships.DependsOn
226         occurrences:
227         - 0
228         - UNBOUNDED
229     - dependency_vdbe_untr_x_subport_vdbe_untr_1_subports:
230         capability: tosca.capabilities.Node
231         node: tosca.nodes.Root
232         relationship: tosca.relationships.DependsOn
233         occurrences:
234         - 0
235         - UNBOUNDED
236     - dependency_control_int_net:
237         capability: tosca.capabilities.Node
238         node: tosca.nodes.Root
239         relationship: tosca.relationships.DependsOn
240         occurrences:
241         - 0
242         - UNBOUNDED
243     capabilities:
244       disk.latency_vdbe_node_1:
245         type: org.openecomp.capabilities.metric.Ceilometer
246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
247         occurrences:
248         - 1
249         - UNBOUNDED
250       binding_vdbe_node_1:
251         type: tosca.capabilities.network.Bindable
252         occurrences:
253         - 1
254         - UNBOUNDED
255       network.outgoing.bytes.rate_vdbe_untr_1_port:
256         type: org.openecomp.capabilities.metric.Ceilometer
257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
258         occurrences:
259         - 1
260         - UNBOUNDED
261       instance_vdbe_node_1:
262         type: org.openecomp.capabilities.metric.Ceilometer
263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
264         occurrences:
265         - 1
266         - UNBOUNDED
267       forwarder_vdbe_untr_1_port:
268         type: org.openecomp.capabilities.Forwarder
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.device.read.requests_vdbe_node_1:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       disk.device.usage_vdbe_node_1:
279         type: org.openecomp.capabilities.metric.Ceilometer
280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
281         occurrences:
282         - 1
283         - UNBOUNDED
284       disk.write.bytes_vdbe_node_1:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       disk.device.write.bytes_vdbe_node_1:
291         type: org.openecomp.capabilities.metric.Ceilometer
292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
293         occurrences:
294         - 1
295         - UNBOUNDED
296       disk.allocation_vdbe_node_1:
297         type: org.openecomp.capabilities.metric.Ceilometer
298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
299         occurrences:
300         - 1
301         - UNBOUNDED
302       memory_vdbe_node_1:
303         type: org.openecomp.capabilities.metric.Ceilometer
304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
305         occurrences:
306         - 1
307         - UNBOUNDED
308       cpu_util_vdbe_node_1:
309         type: org.openecomp.capabilities.metric.Ceilometer
310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
311         occurrences:
312         - 1
313         - UNBOUNDED
314       network.incoming.packets.rate_vdbe_untr_1_port:
315         type: org.openecomp.capabilities.metric.Ceilometer
316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
317         occurrences:
318         - 1
319         - UNBOUNDED
320       disk.device.read.bytes_vdbe_node_1:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.device.read.bytes.rate_vdbe_node_1:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.device.allocation_vdbe_node_1:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.write.requests.rate_vdbe_node_1:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.root.size_vdbe_node_1:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.device.iops_vdbe_node_1:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.device.write.requests_vdbe_node_1:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       disk.write.requests_vdbe_node_1:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       network.incoming.bytes.rate_vdbe_untr_1_port:
369         type: org.openecomp.capabilities.metric.Ceilometer
370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
371         occurrences:
372         - 1
373         - UNBOUNDED
374       vcpus_vdbe_node_1:
375         type: org.openecomp.capabilities.metric.Ceilometer
376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
377         occurrences:
378         - 1
379         - UNBOUNDED
380       binding_vdbe_untr_1_port:
381         type: tosca.capabilities.network.Bindable
382         valid_source_types:
383         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
384         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
385         occurrences:
386         - 0
387         - UNBOUNDED
388       disk.ephemeral.size_vdbe_node_1:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       network.outgoing.bytes_vdbe_untr_1_port:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       feature_vdbe_untr_1_subports:
401         type: tosca.capabilities.Node
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.device.latency_vdbe_node_1:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.capacity_vdbe_node_1:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.device.capacity_vdbe_node_1:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       link_control_int_net:
424         type: tosca.capabilities.network.Linkable
425         occurrences:
426         - 1
427         - UNBOUNDED
428       network.incoming.bytes_vdbe_untr_1_port:
429         type: org.openecomp.capabilities.metric.Ceilometer
430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
431         occurrences:
432         - 1
433         - UNBOUNDED
434       end_point_control_int_net:
435         type: tosca.capabilities.Endpoint
436         occurrences:
437         - 1
438         - UNBOUNDED
439       disk.usage_vdbe_node_1:
440         type: org.openecomp.capabilities.metric.Ceilometer
441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
442         occurrences:
443         - 1
444         - UNBOUNDED
445       disk.read.bytes_vdbe_node_1:
446         type: org.openecomp.capabilities.metric.Ceilometer
447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
448         occurrences:
449         - 1
450         - UNBOUNDED
451       feature_vdbe_untr_x_subport_vdbe_untr_1_subports:
452         type: tosca.capabilities.Node
453         occurrences:
454         - 1
455         - UNBOUNDED
456       disk.device.read.requests.rate_vdbe_node_1:
457         type: org.openecomp.capabilities.metric.Ceilometer
458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
459         occurrences:
460         - 1
461         - UNBOUNDED
462       host_vdbe_node_1:
463         type: tosca.capabilities.Container
464         valid_source_types:
465         - tosca.nodes.SoftwareComponent
466         occurrences:
467         - 1
468         - UNBOUNDED
469       feature_control_int_net:
470         type: tosca.capabilities.Node
471         occurrences:
472         - 1
473         - UNBOUNDED
474       cpu.delta_vdbe_node_1:
475         type: org.openecomp.capabilities.metric.Ceilometer
476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
477         occurrences:
478         - 1
479         - UNBOUNDED
480       network.incoming.packets_vdbe_untr_1_port:
481         type: org.openecomp.capabilities.metric.Ceilometer
482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
483         occurrences:
484         - 1
485         - UNBOUNDED
486       scalable_vdbe_node_1:
487         type: tosca.capabilities.Scalable
488         occurrences:
489         - 1
490         - UNBOUNDED
491       disk.iops_vdbe_node_1:
492         type: org.openecomp.capabilities.metric.Ceilometer
493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
494         occurrences:
495         - 1
496         - UNBOUNDED
497       feature_vdbe_node_1:
498         type: tosca.capabilities.Node
499         occurrences:
500         - 1
501         - UNBOUNDED
502       memory.resident_vdbe_node_1:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       endpoint_vdbe_node_1:
509         type: tosca.capabilities.Endpoint.Admin
510         occurrences:
511         - 1
512         - UNBOUNDED
513       network.outgoing.packets.rate_vdbe_untr_1_port:
514         type: org.openecomp.capabilities.metric.Ceilometer
515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
516         occurrences:
517         - 1
518         - UNBOUNDED
519       os_vdbe_node_1:
520         type: tosca.capabilities.OperatingSystem
521         occurrences:
522         - 1
523         - UNBOUNDED
524       network.outpoing.packets_vdbe_untr_1_port:
525         type: org.openecomp.capabilities.metric.Ceilometer
526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
527         occurrences:
528         - 1
529         - UNBOUNDED
530       disk.read.bytes.rate_vdbe_node_1:
531         type: org.openecomp.capabilities.metric.Ceilometer
532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.write.bytes.rate_vdbe_node_1:
537         type: org.openecomp.capabilities.metric.Ceilometer
538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
539         occurrences:
540         - 1
541         - UNBOUNDED
542       attachment_control_int_net:
543         type: tosca.capabilities.Attachment
544         occurrences:
545         - 1
546         - UNBOUNDED
547       cpu_vdbe_node_1:
548         type: org.openecomp.capabilities.metric.Ceilometer
549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
550         occurrences:
551         - 1
552         - UNBOUNDED
553       disk.device.write.requests.rate_vdbe_node_1:
554         type: org.openecomp.capabilities.metric.Ceilometer
555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
556         occurrences:
557         - 1
558         - UNBOUNDED
559       disk.read.requests_vdbe_node_1:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       disk.write.bytes.rate_vdbe_node_1:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       feature_vdbe_untr_1_port:
572         type: tosca.capabilities.Node
573         occurrences:
574         - 1
575         - UNBOUNDED
576       memory.usage_vdbe_node_1:
577         type: org.openecomp.capabilities.metric.Ceilometer
578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
579         occurrences:
580         - 1
581         - UNBOUNDED
582   org.openecomp.resource.abstract.nodes.heat.subinterface.nested_vlan:
583     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
584     properties:
585       aap_untrusted_ip_prefix:
586         type: string
587         description: ip prefix for primary vDBE VM on the VAN untrusted network
588         required: true
589         status: SUPPORTED
590       aap_sec_untrusted_ip_prefix:
591         type: string
592         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
593         required: true
594         status: SUPPORTED
595       vdbe_subport_network:
596         type: string
597         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
598         required: true
599         status: SUPPORTED
600       ip_v6_address:
601         type: string
602         description: IPv6 address associated with subinterfaces
603         required: true
604         status: SUPPORTED
605       counter:
606         type: float
607         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
608         required: true
609         status: SUPPORTED
610       subinterfaces_name_prefix:
611         type: string
612         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
613         required: true
614         status: SUPPORTED
615       ip_address:
616         type: string
617         description: IPv4 address associated with subinterfaces
618         required: true
619         status: SUPPORTED
620       aap_address_mode:
621         type: string
622         description: Address mode for the vDBE cluster IP
623         required: true
624         status: SUPPORTED
625       aap_untrusted_v6_ip_prefix:
626         type: string
627         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
628         required: true
629         status: SUPPORTED
630       parent_interface:
631         type: string
632         description: Parent Contrail interface
633         required: true
634         status: SUPPORTED
635       mac_address:
636         type: string
637         description: HW MAC address to use for subinterface
638         required: true
639         status: SUPPORTED
640       vlan_tag_list:
641         type: list
642         description: List of VLAN IDs to use for subinterfaces
643         required: true
644         status: SUPPORTED
645         entry_schema:
646           type: string
647       aap_sec_untrusted_ip_prefix_len:
648         type: string
649         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
650         required: true
651         status: SUPPORTED
652       vmac_address:
653         type: string
654         description: virtual MAC address to use for subinterface
655         required: true
656         status: SUPPORTED
657       aap_untrusted_v6_ip_prefix_len:
658         type: string
659         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
660         required: true
661         status: SUPPORTED
662       aap_untrusted_ip_prefix_len:
663         type: string
664         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
665         required: true
666         status: SUPPORTED
667     requirements:
668     - dependency_vdbe_untr_x_subport:
669         capability: tosca.capabilities.Node
670         node: tosca.nodes.Root
671         relationship: tosca.relationships.DependsOn
672         occurrences:
673         - 0
674         - UNBOUNDED
675     - subinterface_link_vdbe_untr_x_subport:
676         capability: tosca.capabilities.network.Linkable
677         relationship: tosca.relationships.network.LinksTo
678         occurrences:
679         - 1
680         - 1
681     - binding_vdbe_untr_x_subport:
682         capability: tosca.capabilities.network.Bindable
683         node: org.openecomp.resource.cp.nodes.network.Port
684         relationship: tosca.relationships.network.BindsTo
685         occurrences:
686         - 1
687         - 1
688     capabilities:
689       feature_vdbe_untr_x_subport:
690         type: tosca.capabilities.Node
691         occurrences:
692         - 1
693         - UNBOUNDED