06202fdceba7f76a6a199d5d3f758aec42740a41
[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     - 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         occurrences:
391         - 0
392         - UNBOUNDED
393       disk.ephemeral.size_vdbe_node_1:
394         type: org.openecomp.capabilities.metric.Ceilometer
395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
396         occurrences:
397         - 1
398         - UNBOUNDED
399       network.outgoing.bytes_vdbe_untr_1_port:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       feature_vdbe_untr_1_subports:
406         type: tosca.capabilities.Node
407         occurrences:
408         - 1
409         - UNBOUNDED
410       disk.device.latency_vdbe_node_1:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.capacity_vdbe_node_1:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       disk.device.capacity_vdbe_node_1:
423         type: org.openecomp.capabilities.metric.Ceilometer
424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
425         occurrences:
426         - 1
427         - UNBOUNDED
428       link_control_int_net:
429         type: tosca.capabilities.network.Linkable
430         occurrences:
431         - 1
432         - UNBOUNDED
433       network.incoming.bytes_vdbe_untr_1_port:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439       end_point_control_int_net:
440         type: tosca.capabilities.Endpoint
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.usage_vdbe_node_1:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       disk.read.bytes_vdbe_node_1:
451         type: org.openecomp.capabilities.metric.Ceilometer
452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
453         occurrences:
454         - 1
455         - UNBOUNDED
456       feature_vdbe_untr_x_subport_vdbe_untr_1_subports:
457         type: tosca.capabilities.Node
458         occurrences:
459         - 1
460         - UNBOUNDED
461       disk.device.read.requests.rate_vdbe_node_1:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       host_vdbe_node_1:
468         type: tosca.capabilities.Container
469         valid_source_types:
470         - tosca.nodes.SoftwareComponent
471         occurrences:
472         - 1
473         - UNBOUNDED
474       feature_control_int_net:
475         type: tosca.capabilities.Node
476         occurrences:
477         - 1
478         - UNBOUNDED
479       cpu.delta_vdbe_node_1:
480         type: org.openecomp.capabilities.metric.Ceilometer
481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
482         occurrences:
483         - 1
484         - UNBOUNDED
485       network.incoming.packets_vdbe_untr_1_port:
486         type: org.openecomp.capabilities.metric.Ceilometer
487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
488         occurrences:
489         - 1
490         - UNBOUNDED
491       scalable_vdbe_node_1:
492         type: tosca.capabilities.Scalable
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.iops_vdbe_node_1:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       feature_vdbe_node_1:
503         type: tosca.capabilities.Node
504         occurrences:
505         - 1
506         - UNBOUNDED
507       memory.resident_vdbe_node_1:
508         type: org.openecomp.capabilities.metric.Ceilometer
509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
510         occurrences:
511         - 1
512         - UNBOUNDED
513       endpoint_vdbe_node_1:
514         type: tosca.capabilities.Endpoint.Admin
515         occurrences:
516         - 1
517         - UNBOUNDED
518       network.outgoing.packets.rate_vdbe_untr_1_port:
519         type: org.openecomp.capabilities.metric.Ceilometer
520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
521         occurrences:
522         - 1
523         - UNBOUNDED
524       os_vdbe_node_1:
525         type: tosca.capabilities.OperatingSystem
526         occurrences:
527         - 1
528         - UNBOUNDED
529       network.outpoing.packets_vdbe_untr_1_port:
530         type: org.openecomp.capabilities.metric.Ceilometer
531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
532         occurrences:
533         - 1
534         - UNBOUNDED
535       disk.read.bytes.rate_vdbe_node_1:
536         type: org.openecomp.capabilities.metric.Ceilometer
537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
538         occurrences:
539         - 1
540         - UNBOUNDED
541       disk.device.write.bytes.rate_vdbe_node_1:
542         type: org.openecomp.capabilities.metric.Ceilometer
543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
544         occurrences:
545         - 1
546         - UNBOUNDED
547       attachment_control_int_net:
548         type: tosca.capabilities.Attachment
549         occurrences:
550         - 1
551         - UNBOUNDED
552       cpu_vdbe_node_1:
553         type: org.openecomp.capabilities.metric.Ceilometer
554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
555         occurrences:
556         - 1
557         - UNBOUNDED
558       disk.device.write.requests.rate_vdbe_node_1:
559         type: org.openecomp.capabilities.metric.Ceilometer
560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.read.requests_vdbe_node_1:
565         type: org.openecomp.capabilities.metric.Ceilometer
566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
567         occurrences:
568         - 1
569         - UNBOUNDED
570       disk.write.bytes.rate_vdbe_node_1:
571         type: org.openecomp.capabilities.metric.Ceilometer
572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
573         occurrences:
574         - 1
575         - UNBOUNDED
576       feature_vdbe_untr_1_port:
577         type: tosca.capabilities.Node
578         occurrences:
579         - 1
580         - UNBOUNDED
581       memory.usage_vdbe_node_1:
582         type: org.openecomp.capabilities.metric.Ceilometer
583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
584         occurrences:
585         - 1
586         - UNBOUNDED
587   org.openecomp.resource.abstract.nodes.heat.subinterface.nested_vlan:
588     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
589     properties:
590       aap_untrusted_ip_prefix:
591         type: string
592         description: ip prefix for primary vDBE VM on the VAN untrusted network
593         required: true
594         status: SUPPORTED
595       aap_sec_untrusted_ip_prefix:
596         type: string
597         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
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       vn_network_list:
636         type: string
637         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
638         required: true
639         status: SUPPORTED
640       mac_address:
641         type: string
642         description: HW MAC address to use for subinterface
643         required: true
644         status: SUPPORTED
645       vlan_tag_list:
646         type: list
647         description: List of VLAN IDs to use for subinterfaces
648         required: true
649         status: SUPPORTED
650         entry_schema:
651           type: string
652       aap_sec_untrusted_ip_prefix_len:
653         type: string
654         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
655         required: true
656         status: SUPPORTED
657       vmac_address:
658         type: string
659         description: virtual MAC address to use for subinterface
660         required: true
661         status: SUPPORTED
662       aap_untrusted_v6_ip_prefix_len:
663         type: string
664         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
665         required: true
666         status: SUPPORTED
667       aap_untrusted_ip_prefix_len:
668         type: string
669         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
670         required: true
671         status: SUPPORTED
672     requirements:
673     - dependency_vdbe_untr_x_subport:
674         capability: tosca.capabilities.Node
675         node: tosca.nodes.Root
676         relationship: tosca.relationships.DependsOn
677         occurrences:
678         - 0
679         - UNBOUNDED
680     - link_vdbe_untr_x_subport:
681         capability: tosca.capabilities.network.Linkable
682         relationship: tosca.relationships.network.LinksTo
683         occurrences:
684         - 1
685         - 1
686     - binding_vdbe_untr_x_subport:
687         capability: tosca.capabilities.network.Bindable
688         node: org.openecomp.resource.cp.nodes.network.Port
689         relationship: tosca.relationships.network.BindsTo
690         occurrences:
691         - 1
692         - 1
693     capabilities:
694       feature_vdbe_untr_x_subport:
695         type: tosca.capabilities.Node
696         occurrences:
697         - 1
698         - UNBOUNDED