6d4ef6aded4739300b54d64acb7183e4f9e692b5
[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 instance
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     - subinterface_link_vdbe_untr_x_subport_vdbe_untr_1_subports:
237         capability: tosca.capabilities.network.Linkable
238         relationship: tosca.relationships.network.LinksTo
239         occurrences:
240         - 1
241         - 1
242     - dependency_control_int_net:
243         capability: tosca.capabilities.Node
244         node: tosca.nodes.Root
245         relationship: tosca.relationships.DependsOn
246         occurrences:
247         - 0
248         - UNBOUNDED
249     capabilities:
250       disk.latency_vdbe_node_1:
251         type: org.openecomp.capabilities.metric.Ceilometer
252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
253         occurrences:
254         - 1
255         - UNBOUNDED
256       binding_vdbe_node_1:
257         type: tosca.capabilities.network.Bindable
258         occurrences:
259         - 1
260         - UNBOUNDED
261       network.outgoing.bytes.rate_vdbe_untr_1_port:
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       instance_vdbe_node_1:
268         type: org.openecomp.capabilities.metric.Ceilometer
269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
270         occurrences:
271         - 1
272         - UNBOUNDED
273       forwarder_vdbe_untr_1_port:
274         type: org.openecomp.capabilities.Forwarder
275         occurrences:
276         - 1
277         - UNBOUNDED
278       disk.device.read.requests_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.device.usage_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.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.device.write.bytes_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       disk.allocation_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       memory_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       cpu_util_vdbe_node_1:
315         type: org.openecomp.capabilities.metric.Ceilometer
316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
317         occurrences:
318         - 1
319         - UNBOUNDED
320       network.incoming.packets.rate_vdbe_untr_1_port:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.device.read.bytes_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.read.bytes.rate_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.device.allocation_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.write.requests.rate_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.root.size_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.iops_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.device.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       disk.write.requests_vdbe_node_1:
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       network.incoming.bytes.rate_vdbe_untr_1_port:
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       vcpus_vdbe_node_1:
381         type: org.openecomp.capabilities.metric.Ceilometer
382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
383         occurrences:
384         - 1
385         - UNBOUNDED
386       binding_vdbe_untr_1_port:
387         type: tosca.capabilities.network.Bindable
388         valid_source_types:
389         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
390         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
391         occurrences:
392         - 0
393         - UNBOUNDED
394       disk.ephemeral.size_vdbe_node_1:
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       network.outgoing.bytes_vdbe_untr_1_port:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       feature_vdbe_untr_1_subports:
407         type: tosca.capabilities.Node
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.device.latency_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.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       disk.device.capacity_vdbe_node_1:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       link_control_int_net:
430         type: tosca.capabilities.network.Linkable
431         occurrences:
432         - 1
433         - UNBOUNDED
434       network.incoming.bytes_vdbe_untr_1_port:
435         type: org.openecomp.capabilities.metric.Ceilometer
436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
437         occurrences:
438         - 1
439         - UNBOUNDED
440       end_point_control_int_net:
441         type: tosca.capabilities.Endpoint
442         occurrences:
443         - 1
444         - UNBOUNDED
445       disk.usage_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       disk.read.bytes_vdbe_node_1:
452         type: org.openecomp.capabilities.metric.Ceilometer
453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
454         occurrences:
455         - 1
456         - UNBOUNDED
457       feature_vdbe_untr_x_subport_vdbe_untr_1_subports:
458         type: tosca.capabilities.Node
459         occurrences:
460         - 1
461         - UNBOUNDED
462       disk.device.read.requests.rate_vdbe_node_1:
463         type: org.openecomp.capabilities.metric.Ceilometer
464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
465         occurrences:
466         - 1
467         - UNBOUNDED
468       host_vdbe_node_1:
469         type: tosca.capabilities.Container
470         valid_source_types:
471         - tosca.nodes.SoftwareComponent
472         occurrences:
473         - 1
474         - UNBOUNDED
475       feature_control_int_net:
476         type: tosca.capabilities.Node
477         occurrences:
478         - 1
479         - UNBOUNDED
480       cpu.delta_vdbe_node_1:
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       network.incoming.packets_vdbe_untr_1_port:
487         type: org.openecomp.capabilities.metric.Ceilometer
488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
489         occurrences:
490         - 1
491         - UNBOUNDED
492       scalable_vdbe_node_1:
493         type: tosca.capabilities.Scalable
494         occurrences:
495         - 1
496         - UNBOUNDED
497       disk.iops_vdbe_node_1:
498         type: org.openecomp.capabilities.metric.Ceilometer
499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
500         occurrences:
501         - 1
502         - UNBOUNDED
503       feature_vdbe_node_1:
504         type: tosca.capabilities.Node
505         occurrences:
506         - 1
507         - UNBOUNDED
508       memory.resident_vdbe_node_1:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       endpoint_vdbe_node_1:
515         type: tosca.capabilities.Endpoint.Admin
516         occurrences:
517         - 1
518         - UNBOUNDED
519       network.outgoing.packets.rate_vdbe_untr_1_port:
520         type: org.openecomp.capabilities.metric.Ceilometer
521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
522         occurrences:
523         - 1
524         - UNBOUNDED
525       os_vdbe_node_1:
526         type: tosca.capabilities.OperatingSystem
527         occurrences:
528         - 1
529         - UNBOUNDED
530       network.outpoing.packets_vdbe_untr_1_port:
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.read.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       disk.device.write.bytes.rate_vdbe_node_1:
543         type: org.openecomp.capabilities.metric.Ceilometer
544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
545         occurrences:
546         - 1
547         - UNBOUNDED
548       attachment_control_int_net:
549         type: tosca.capabilities.Attachment
550         occurrences:
551         - 1
552         - UNBOUNDED
553       cpu_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.device.write.requests.rate_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.read.requests_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       disk.write.bytes.rate_vdbe_node_1:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577       feature_vdbe_untr_1_port:
578         type: tosca.capabilities.Node
579         occurrences:
580         - 1
581         - UNBOUNDED
582       memory.usage_vdbe_node_1:
583         type: org.openecomp.capabilities.metric.Ceilometer
584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
585         occurrences:
586         - 1
587         - UNBOUNDED
588   org.openecomp.resource.abstract.nodes.heat.subinterface.nested_vlan:
589     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
590     properties:
591       aap_untrusted_ip_prefix:
592         type: string
593         description: ip prefix for primary vDBE VM on the VAN untrusted network
594         required: true
595         status: SUPPORTED
596       aap_sec_untrusted_ip_prefix:
597         type: string
598         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
599         required: true
600         status: SUPPORTED
601       ip_v6_address:
602         type: string
603         description: IPv6 address associated with subinterfaces
604         required: true
605         status: SUPPORTED
606       counter:
607         type: float
608         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
609         required: true
610         status: SUPPORTED
611       subinterfaces_name_prefix:
612         type: string
613         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
614         required: true
615         status: SUPPORTED
616       ip_address:
617         type: string
618         description: IPv4 address associated with subinterfaces
619         required: true
620         status: SUPPORTED
621       aap_address_mode:
622         type: string
623         description: Address mode for the vDBE cluster IP
624         required: true
625         status: SUPPORTED
626       aap_untrusted_v6_ip_prefix:
627         type: string
628         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
629         required: true
630         status: SUPPORTED
631       parent_interface:
632         type: string
633         description: Parent Contrail interface
634         required: true
635         status: SUPPORTED
636       vn_network_list:
637         type: string
638         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
639         required: true
640         status: SUPPORTED
641       mac_address:
642         type: string
643         description: HW MAC address to use for subinterface
644         required: true
645         status: SUPPORTED
646       vlan_tag_list:
647         type: list
648         description: List of VLAN IDs to use for subinterfaces
649         required: true
650         status: SUPPORTED
651         entry_schema:
652           type: string
653       aap_sec_untrusted_ip_prefix_len:
654         type: string
655         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
656         required: true
657         status: SUPPORTED
658       vmac_address:
659         type: string
660         description: virtual MAC address to use for subinterface
661         required: true
662         status: SUPPORTED
663       aap_untrusted_v6_ip_prefix_len:
664         type: string
665         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
666         required: true
667         status: SUPPORTED
668       aap_untrusted_ip_prefix_len:
669         type: string
670         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
671         required: true
672         status: SUPPORTED
673     requirements:
674     - dependency_vdbe_untr_x_subport:
675         capability: tosca.capabilities.Node
676         node: tosca.nodes.Root
677         relationship: tosca.relationships.DependsOn
678         occurrences:
679         - 0
680         - UNBOUNDED
681     - subinterface_link_vdbe_untr_x_subport:
682         capability: tosca.capabilities.network.Linkable
683         relationship: tosca.relationships.network.LinksTo
684         occurrences:
685         - 1
686         - 1
687     - binding_vdbe_untr_x_subport:
688         capability: tosca.capabilities.network.Bindable
689         node: org.openecomp.resource.cp.nodes.network.Port
690         relationship: tosca.relationships.network.BindsTo
691         occurrences:
692         - 1
693         - 1
694     capabilities:
695       feature_vdbe_untr_x_subport:
696         type: tosca.capabilities.Node
697         occurrences:
698         - 1
699         - UNBOUNDED