related-networks property support as input
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / subinterface / vlantagging / pattern4 / multipleVlanDiffFile / out / GlobalSubstitutionTypesServiceTemplate.yaml
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.vlan1:
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       aap_untrusted_v6_ip_prefix:
47         type: string
48         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
49         required: true
50         status: SUPPORTED
51       parent_interface:
52         type: string
53         description: Parent Contrail interface
54         required: true
55         status: SUPPORTED
56       vn_network_list:
57         type: string
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       mac_address:
62         type: string
63         description: HW MAC address to use for subinterface
64         required: true
65         status: SUPPORTED
66       vlan_tag_list:
67         type: list
68         description: List of VLAN IDs to use for subinterfaces
69         required: true
70         status: SUPPORTED
71         entry_schema:
72           type: string
73       aap_sec_untrusted_ip_prefix_len:
74         type: string
75         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
76         required: true
77         status: SUPPORTED
78       vmac_address:
79         type: string
80         description: virtual MAC address to use for subinterface
81         required: true
82         status: SUPPORTED
83       aap_untrusted_v6_ip_prefix_len:
84         type: string
85         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
86         required: true
87         status: SUPPORTED
88       aap_untrusted_ip_prefix_len:
89         type: string
90         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
91         required: true
92         status: SUPPORTED
93     requirements:
94     - dependency_vdbe_untr_x_subport:
95         capability: tosca.capabilities.Node
96         node: tosca.nodes.Root
97         relationship: tosca.relationships.DependsOn
98         occurrences:
99         - 0
100         - UNBOUNDED
101     - subinterface_link_vdbe_untr_x_subport:
102         capability: tosca.capabilities.network.Linkable
103         relationship: tosca.relationships.network.LinksTo
104         occurrences:
105         - 1
106         - 1
107     - binding_vdbe_untr_x_subport:
108         capability: tosca.capabilities.network.Bindable
109         node: org.openecomp.resource.cp.nodes.network.Port
110         relationship: tosca.relationships.network.BindsTo
111         occurrences:
112         - 1
113         - 1
114     capabilities:
115       feature_vdbe_untr_x_subport:
116         type: tosca.capabilities.Node
117         occurrences:
118         - 1
119         - UNBOUNDED
120   org.openecomp.resource.abstract.nodes.heat.vdbe:
121     derived_from: org.openecomp.resource.abstract.nodes.VFC
122     properties:
123       vf_module_id:
124         type: string
125         description: Unique ID for this VF module inst
126         required: true
127         status: SUPPORTED
128       control_int_net_rpf:
129         type: string
130         description: Reverse Path Filtering enable or disable for the control virtual network
131         required: true
132         status: SUPPORTED
133       control_int_net_forwarding_mode:
134         type: string
135         description: forwarding mode of the control virtual network
136         required: true
137         status: SUPPORTED
138       vnf_name:
139         type: string
140         description: Unique name for this VF instance
141         required: true
142         status: SUPPORTED
143       port_vdbe_untr_1_port_related_networks:
144         type: list
145         required: true
146         status: SUPPORTED
147         entry_schema:
148           type: org.openecomp.datatypes.network.RelatedNetworksAssignments
149       vdbe_untrusted_ip_1:
150         type: string
151         description: IPV4 address of the secondary vDBE VM on the VAN untrusted network
152         required: true
153         status: SUPPORTED
154       vdbe_aap_untrusted_ip_prefix_len:
155         type: string
156         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
157         required: true
158         status: SUPPORTED
159       untrusted_num_vn:
160         type: float
161         description: Number of vDBE subinterface virtual Networks
162         required: true
163         status: SUPPORTED
164         constraints:
165         - in_range:
166           - 1
167           - 77
168       vf_module_name:
169         type: string
170         description: Unique name for this VF Module instance
171         required: true
172         status: SUPPORTED
173       aap_address_mode:
174         type: string
175         description: Address mode for the vDBE cluster IP
176         required: true
177         status: SUPPORTED
178       control_int_net_shared:
179         type: boolean
180         description: control virtual network shared
181         required: true
182         status: SUPPORTED
183       vdbe_untrusted_v6_ip_1:
184         type: string
185         description: IPV6 address of the secondary vDBE VM on the VAN untrusted network
186         required: true
187         status: SUPPORTED
188       vdbe_untrusted_vmac_address:
189         type: string
190         description: Virtual MAC of the primary vDBE VM on the VAN untrusted network
191         required: true
192         status: SUPPORTED
193       control_int_net_flood_unknown_unicast:
194         type: boolean
195         description: forwarding mode of the control virtual network
196         required: true
197         status: SUPPORTED
198       port_vdbe_untr_1_port_network_role:
199         type: string
200         required: true
201         status: SUPPORTED
202       vdbe_aap_sec_untrusted_ip_prefix:
203         type: string
204         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
205         required: true
206         status: SUPPORTED
207       vnf_id:
208         type: string
209         description: Unique ID for this VF inst
210         required: true
211         status: SUPPORTED
212       vdbe_name_1:
213         type: string
214         description: VM Name for this vdbe node 1
215         required: true
216         status: SUPPORTED
217       port_vdbe_untr_1_port_ip_requirements:
218         type: list
219         required: true
220         status: SUPPORTED
221         entry_schema:
222           type: org.openecomp.datatypes.network.IpRequirements
223       availability_zone_1:
224         type: string
225         description: The availability zone of secondary node1 vDBE vm in the local HA pair.
226         required: true
227         status: SUPPORTED
228       untrusted_vn_networks:
229         type: list
230         description: List of subinterface virtual networks
231         required: true
232         status: SUPPORTED
233         entry_schema:
234           type: string
235       vdbe_image_name:
236         type: string
237         description: Image to use for vDBE
238         required: true
239         status: SUPPORTED
240       oam_net_name:
241         type: string
242         description: Name of NSDNet network from which the management IP addresses will be allocated
243         required: true
244         status: SUPPORTED
245       vdbe_aap_sec_untrusted_ip_prefix_len:
246         type: string
247         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
248         required: true
249         status: SUPPORTED
250       port_vdbe_untr_1_port_mac_requirements:
251         type: org.openecomp.datatypes.network.MacRequirements
252         required: true
253         status: SUPPORTED
254       port_vdbe_untr_1_port_order:
255         type: integer
256         required: true
257         status: SUPPORTED
258       vdbe_aap_untrusted_v6_ip_prefix:
259         type: string
260         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
261         required: true
262         status: SUPPORTED
263       vdbe_aap_untrusted_v6_ip_prefix_len:
264         type: string
265         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
266         required: true
267         status: SUPPORTED
268       untrusted_vlan_tags:
269         type: list
270         description: List of subinterface vlan tags
271         required: true
272         status: SUPPORTED
273         entry_schema:
274           type: string
275       vdbe_flavor_name:
276         type: string
277         description: Flavor to use for vDBE
278         required: true
279         status: SUPPORTED
280       port_vdbe_untr_1_port_exCP_naming:
281         type: org.openecomp.datatypes.Naming
282         required: true
283         status: SUPPORTED
284       counter:
285         type: float
286         description: Counter.
287         required: true
288         status: SUPPORTED
289       port_vdbe_untr_1_port_subnetpoolid:
290         type: string
291         required: true
292         status: SUPPORTED
293       vdbe_hw_untr_mac_1:
294         type: string
295         description: Secondary MAC address of the secondary vDBE VM on the VAN untrusted network
296         required: true
297         status: SUPPORTED
298       untrusted_net_name:
299         type: string
300         description: Name of public untrusted network into which this vDBE HA cluster is deployed
301         required: true
302         status: SUPPORTED
303       port_vdbe_untr_1_port_network_role_tag:
304         type: string
305         required: true
306         status: SUPPORTED
307       vdbe_device_name:
308         type: string
309         description: VDBE device Name for this vdbe VNF
310         required: true
311         status: SUPPORTED
312       port_vdbe_untr_1_port_vlan_requirements:
313         type: list
314         required: true
315         status: SUPPORTED
316         entry_schema:
317           type: org.openecomp.datatypes.network.VlanRequirements
318       vdbe_aap_untrusted_ip_prefix:
319         type: string
320         description: ip prefix for primary vDBE VM on the VAN untrusted network
321         required: true
322         status: SUPPORTED
323     requirements:
324     - dependency_vdbe_untr_2_subports:
325         capability: tosca.capabilities.Node
326         node: tosca.nodes.Root
327         relationship: tosca.relationships.DependsOn
328         occurrences:
329         - 0
330         - UNBOUNDED
331     - dependency_vdbe_untr_x_subport_another_vdbe_untr_2_subports:
332         capability: tosca.capabilities.Node
333         node: tosca.nodes.Root
334         relationship: tosca.relationships.DependsOn
335         occurrences:
336         - 0
337         - UNBOUNDED
338     - subinterface_link_vdbe_untr_x_subport_another_vdbe_untr_2_subports:
339         capability: tosca.capabilities.network.Linkable
340         relationship: tosca.relationships.network.LinksTo
341         occurrences:
342         - 1
343         - 1
344     - dependency_vdbe_node_1:
345         capability: tosca.capabilities.Node
346         node: tosca.nodes.Root
347         relationship: tosca.relationships.DependsOn
348         occurrences:
349         - 0
350         - UNBOUNDED
351     - local_storage_vdbe_node_1:
352         capability: tosca.capabilities.Attachment
353         node: tosca.nodes.BlockStorage
354         relationship: tosca.relationships.AttachesTo
355         occurrences:
356         - 0
357         - UNBOUNDED
358     - dependency_vdbe_untr_1_port:
359         capability: tosca.capabilities.Node
360         node: tosca.nodes.Root
361         relationship: tosca.relationships.DependsOn
362         occurrences:
363         - 0
364         - UNBOUNDED
365     - dependency_vdbe_untr_1_subports:
366         capability: tosca.capabilities.Node
367         node: tosca.nodes.Root
368         relationship: tosca.relationships.DependsOn
369         occurrences:
370         - 0
371         - UNBOUNDED
372     - dependency_vdbe_untr_x_subport_vdbe_untr_1_subports:
373         capability: tosca.capabilities.Node
374         node: tosca.nodes.Root
375         relationship: tosca.relationships.DependsOn
376         occurrences:
377         - 0
378         - UNBOUNDED
379     - subinterface_link_vdbe_untr_x_subport_vdbe_untr_1_subports:
380         capability: tosca.capabilities.network.Linkable
381         relationship: tosca.relationships.network.LinksTo
382         occurrences:
383         - 1
384         - 1
385     - dependency_control_int_net:
386         capability: tosca.capabilities.Node
387         node: tosca.nodes.Root
388         relationship: tosca.relationships.DependsOn
389         occurrences:
390         - 0
391         - UNBOUNDED
392     capabilities:
393       disk.latency_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       feature_vdbe_untr_x_subport_another_vdbe_untr_2_subports:
400         type: tosca.capabilities.Node
401         occurrences:
402         - 1
403         - UNBOUNDED
404       binding_vdbe_node_1:
405         type: tosca.capabilities.network.Bindable
406         occurrences:
407         - 1
408         - UNBOUNDED
409       network.outgoing.bytes.rate_vdbe_untr_1_port:
410         type: org.openecomp.capabilities.metric.Ceilometer
411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
412         occurrences:
413         - 1
414         - UNBOUNDED
415       instance_vdbe_node_1:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       forwarder_vdbe_untr_1_port:
422         type: org.openecomp.capabilities.Forwarder
423         occurrences:
424         - 1
425         - UNBOUNDED
426       disk.device.read.requests_vdbe_node_1:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       disk.device.usage_vdbe_node_1:
433         type: org.openecomp.capabilities.metric.Ceilometer
434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
435         occurrences:
436         - 1
437         - UNBOUNDED
438       disk.write.bytes_vdbe_node_1:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.device.write.bytes_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.allocation_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       memory_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       cpu_util_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       network.incoming.packets.rate_vdbe_untr_1_port:
469         type: org.openecomp.capabilities.metric.Ceilometer
470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
471         occurrences:
472         - 1
473         - UNBOUNDED
474       disk.device.read.bytes_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       feature_vdbe_untr_2_subports:
481         type: tosca.capabilities.Node
482         occurrences:
483         - 1
484         - UNBOUNDED
485       disk.device.read.bytes.rate_vdbe_node_1:
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       disk.device.allocation_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       disk.write.requests.rate_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       disk.root.size_vdbe_node_1:
504         type: org.openecomp.capabilities.metric.Ceilometer
505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
506         occurrences:
507         - 1
508         - UNBOUNDED
509       disk.device.iops_vdbe_node_1:
510         type: org.openecomp.capabilities.metric.Ceilometer
511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
512         occurrences:
513         - 1
514         - UNBOUNDED
515       disk.device.write.requests_vdbe_node_1:
516         type: org.openecomp.capabilities.metric.Ceilometer
517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
518         occurrences:
519         - 1
520         - UNBOUNDED
521       disk.write.requests_vdbe_node_1:
522         type: org.openecomp.capabilities.metric.Ceilometer
523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
524         occurrences:
525         - 1
526         - UNBOUNDED
527       network.incoming.bytes.rate_vdbe_untr_1_port:
528         type: org.openecomp.capabilities.metric.Ceilometer
529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
530         occurrences:
531         - 1
532         - UNBOUNDED
533       vcpus_vdbe_node_1:
534         type: org.openecomp.capabilities.metric.Ceilometer
535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
536         occurrences:
537         - 1
538         - UNBOUNDED
539       binding_vdbe_untr_1_port:
540         type: tosca.capabilities.network.Bindable
541         valid_source_types:
542         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
543         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
544         occurrences:
545         - 0
546         - UNBOUNDED
547       disk.ephemeral.size_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       network.outgoing.bytes_vdbe_untr_1_port:
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       feature_vdbe_untr_1_subports:
560         type: tosca.capabilities.Node
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.device.latency_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.capacity_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       disk.device.capacity_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       link_control_int_net:
583         type: tosca.capabilities.network.Linkable
584         occurrences:
585         - 1
586         - UNBOUNDED
587       network.incoming.bytes_vdbe_untr_1_port:
588         type: org.openecomp.capabilities.metric.Ceilometer
589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
590         occurrences:
591         - 1
592         - UNBOUNDED
593       end_point_control_int_net:
594         type: tosca.capabilities.Endpoint
595         occurrences:
596         - 1
597         - UNBOUNDED
598       disk.usage_vdbe_node_1:
599         type: org.openecomp.capabilities.metric.Ceilometer
600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
601         occurrences:
602         - 1
603         - UNBOUNDED
604       disk.read.bytes_vdbe_node_1:
605         type: org.openecomp.capabilities.metric.Ceilometer
606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
607         occurrences:
608         - 1
609         - UNBOUNDED
610       feature_vdbe_untr_x_subport_vdbe_untr_1_subports:
611         type: tosca.capabilities.Node
612         occurrences:
613         - 1
614         - UNBOUNDED
615       disk.device.read.requests.rate_vdbe_node_1:
616         type: org.openecomp.capabilities.metric.Ceilometer
617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
618         occurrences:
619         - 1
620         - UNBOUNDED
621       host_vdbe_node_1:
622         type: tosca.capabilities.Container
623         valid_source_types:
624         - tosca.nodes.SoftwareComponent
625         occurrences:
626         - 1
627         - UNBOUNDED
628       feature_control_int_net:
629         type: tosca.capabilities.Node
630         occurrences:
631         - 1
632         - UNBOUNDED
633       cpu.delta_vdbe_node_1:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       network.incoming.packets_vdbe_untr_1_port:
640         type: org.openecomp.capabilities.metric.Ceilometer
641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
642         occurrences:
643         - 1
644         - UNBOUNDED
645       scalable_vdbe_node_1:
646         type: tosca.capabilities.Scalable
647         occurrences:
648         - 1
649         - UNBOUNDED
650       disk.iops_vdbe_node_1:
651         type: org.openecomp.capabilities.metric.Ceilometer
652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
653         occurrences:
654         - 1
655         - UNBOUNDED
656       feature_vdbe_node_1:
657         type: tosca.capabilities.Node
658         occurrences:
659         - 1
660         - UNBOUNDED
661       memory.resident_vdbe_node_1:
662         type: org.openecomp.capabilities.metric.Ceilometer
663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
664         occurrences:
665         - 1
666         - UNBOUNDED
667       endpoint_vdbe_node_1:
668         type: tosca.capabilities.Endpoint.Admin
669         occurrences:
670         - 1
671         - UNBOUNDED
672       network.outgoing.packets.rate_vdbe_untr_1_port:
673         type: org.openecomp.capabilities.metric.Ceilometer
674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
675         occurrences:
676         - 1
677         - UNBOUNDED
678       os_vdbe_node_1:
679         type: tosca.capabilities.OperatingSystem
680         occurrences:
681         - 1
682         - UNBOUNDED
683       network.outpoing.packets_vdbe_untr_1_port:
684         type: org.openecomp.capabilities.metric.Ceilometer
685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
686         occurrences:
687         - 1
688         - UNBOUNDED
689       disk.read.bytes.rate_vdbe_node_1:
690         type: org.openecomp.capabilities.metric.Ceilometer
691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
692         occurrences:
693         - 1
694         - UNBOUNDED
695       disk.device.write.bytes.rate_vdbe_node_1:
696         type: org.openecomp.capabilities.metric.Ceilometer
697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
698         occurrences:
699         - 1
700         - UNBOUNDED
701       attachment_control_int_net:
702         type: tosca.capabilities.Attachment
703         occurrences:
704         - 1
705         - UNBOUNDED
706       cpu_vdbe_node_1:
707         type: org.openecomp.capabilities.metric.Ceilometer
708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
709         occurrences:
710         - 1
711         - UNBOUNDED
712       disk.device.write.requests.rate_vdbe_node_1:
713         type: org.openecomp.capabilities.metric.Ceilometer
714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
715         occurrences:
716         - 1
717         - UNBOUNDED
718       disk.read.requests_vdbe_node_1:
719         type: org.openecomp.capabilities.metric.Ceilometer
720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
721         occurrences:
722         - 1
723         - UNBOUNDED
724       disk.write.bytes.rate_vdbe_node_1:
725         type: org.openecomp.capabilities.metric.Ceilometer
726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
727         occurrences:
728         - 1
729         - UNBOUNDED
730       feature_vdbe_untr_1_port:
731         type: tosca.capabilities.Node
732         occurrences:
733         - 1
734         - UNBOUNDED
735       memory.usage_vdbe_node_1:
736         type: org.openecomp.capabilities.metric.Ceilometer
737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
738         occurrences:
739         - 1
740         - UNBOUNDED
741   org.openecomp.resource.abstract.nodes.heat.subinterface.vlan2:
742     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
743     properties:
744       aap_untrusted_ip_prefix:
745         type: string
746         description: ip prefix for primary vDBE VM on the VAN untrusted network
747         required: true
748         status: SUPPORTED
749       aap_sec_untrusted_ip_prefix:
750         type: string
751         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
752         required: true
753         status: SUPPORTED
754       ip_v6_address:
755         type: string
756         description: IPv6 address associated with subinterfaces
757         required: true
758         status: SUPPORTED
759       counter:
760         type: float
761         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
762         required: true
763         status: SUPPORTED
764       subinterfaces_name_prefix:
765         type: string
766         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
767         required: true
768         status: SUPPORTED
769       ip_address:
770         type: string
771         description: IPv4 address associated with subinterfaces
772         required: true
773         status: SUPPORTED
774       aap_address_mode:
775         type: string
776         description: Address mode for the vDBE cluster IP
777         required: true
778         status: SUPPORTED
779       aap_untrusted_v6_ip_prefix:
780         type: string
781         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
782         required: true
783         status: SUPPORTED
784       parent_interface:
785         type: string
786         description: Parent Contrail interface
787         required: true
788         status: SUPPORTED
789       vn_network_list:
790         type: string
791         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
792         required: true
793         status: SUPPORTED
794       mac_address:
795         type: string
796         description: HW MAC address to use for subinterface
797         required: true
798         status: SUPPORTED
799       vlan_tag_list:
800         type: list
801         description: List of VLAN IDs to use for subinterfaces
802         required: true
803         status: SUPPORTED
804         entry_schema:
805           type: string
806       aap_sec_untrusted_ip_prefix_len:
807         type: string
808         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
809         required: true
810         status: SUPPORTED
811       vmac_address:
812         type: string
813         description: virtual MAC address to use for subinterface
814         required: true
815         status: SUPPORTED
816       aap_untrusted_v6_ip_prefix_len:
817         type: string
818         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
819         required: true
820         status: SUPPORTED
821       aap_untrusted_ip_prefix_len:
822         type: string
823         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
824         required: true
825         status: SUPPORTED
826     requirements:
827     - dependency_vdbe_untr_x_subport_another:
828         capability: tosca.capabilities.Node
829         node: tosca.nodes.Root
830         relationship: tosca.relationships.DependsOn
831         occurrences:
832         - 0
833         - UNBOUNDED
834     - subinterface_link_vdbe_untr_x_subport_another:
835         capability: tosca.capabilities.network.Linkable
836         relationship: tosca.relationships.network.LinksTo
837         occurrences:
838         - 1
839         - 1
840     - binding_vdbe_untr_x_subport_another:
841         capability: tosca.capabilities.network.Bindable
842         node: org.openecomp.resource.cp.nodes.network.Port
843         relationship: tosca.relationships.network.BindsTo
844         occurrences:
845         - 1
846         - 1
847     capabilities:
848       feature_vdbe_untr_x_subport_another:
849         type: tosca.capabilities.Node
850         occurrences:
851         - 1
852         - UNBOUNDED