6d9770bd5323907c2d52d20005980b5c12326af0
[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.vdbe:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_vdbe_untr_port_network_role_tag:
12         type: string
13         required: true
14         status: SUPPORTED
15       subinterface_nested_parent_interface:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: string
21       subinterface_nested_aap_address_mode:
22         type: list
23         required: true
24         status: SUPPORTED
25         entry_schema:
26           type: string
27       subinterface_nested_vlan_tag_list:
28         type: list
29         required: true
30         status: SUPPORTED
31         entry_schema:
32           type: json
33       port_vdbe_untr_port_subnetpoolid:
34         type: string
35         required: true
36         status: SUPPORTED
37       compute_vdbe_availability_zone:
38         type: list
39         required: true
40         status: SUPPORTED
41         entry_schema:
42           type: string
43       subinterface_nested_service_template_filter_count:
44         type: list
45         required: true
46         status: SUPPORTED
47         entry_schema:
48           type: float
49       subinterface_nested_aap_untrusted_v6_ip_prefix_len:
50         type: list
51         required: true
52         status: SUPPORTED
53         entry_schema:
54           type: string
55       vm_flavor_name:
56         type: string
57         required: true
58         status: SUPPORTED
59       port_vdbe_untr_port_order:
60         type: integer
61         required: true
62         status: SUPPORTED
63       subinterface_nested_aap_untrusted_ip_prefix:
64         type: list
65         required: true
66         status: SUPPORTED
67         entry_schema:
68           type: string
69       vm_image_name:
70         type: string
71         required: true
72         status: SUPPORTED
73       port_vdbe_untr_port_exCP_naming:
74         type: org.openecomp.datatypes.Naming
75         required: true
76         status: SUPPORTED
77       subinterface_nested_aap_sec_untrusted_ip_prefix_len:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: string
83       subinterface_nested_aap_sec_untrusted_ip_prefix:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: string
89       subinterface_nested_aap_untrusted_v6_ip_prefix:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: string
95       compute_vdbe_metadata:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: json
101       subinterface_nested_mac_address:
102         type: list
103         required: true
104         status: SUPPORTED
105         entry_schema:
106           type: string
107       port_vdbe_untr_port_virtual_machine_interface_allowed_address_pairs:
108         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
109         required: true
110         status: SUPPORTED
111       subinterface_nested_ip_address:
112         type: list
113         required: true
114         status: SUPPORTED
115         entry_schema:
116           type: string
117       port_vdbe_untr_port_virtual_network_refs:
118         type: list
119         required: true
120         status: SUPPORTED
121         entry_schema:
122           type: json
123       subinterface_nested_ip_v6_address:
124         type: list
125         required: true
126         status: SUPPORTED
127         entry_schema:
128           type: string
129       port_vdbe_untr_port_mac_requirements:
130         type: org.openecomp.datatypes.network.MacRequirements
131         required: true
132         status: SUPPORTED
133       index_value:
134         type: integer
135         description: Index value of this substitution service template runtime instance
136         required: false
137         default: 0
138         status: SUPPORTED
139         constraints:
140         - greater_or_equal: 0
141       subinterface_nested_vmac_address:
142         type: list
143         required: true
144         status: SUPPORTED
145         entry_schema:
146           type: string
147       subinterface_nested_vn_network_list:
148         type: list
149         required: true
150         status: SUPPORTED
151         entry_schema:
152           type: string
153       port_vdbe_untr_port_name:
154         type: list
155         required: true
156         status: SUPPORTED
157         entry_schema:
158           type: string
159       port_vdbe_untr_port_vlan_requirements:
160         type: list
161         required: true
162         status: SUPPORTED
163         entry_schema:
164           type: org.openecomp.datatypes.network.VlanRequirements
165       port_vdbe_untr_port_network_role:
166         type: string
167         required: true
168         status: SUPPORTED
169       port_vdbe_untr_port_virtual_machine_interface_mac_addresses:
170         type: list
171         required: true
172         status: SUPPORTED
173         entry_schema:
174           type: json
175       subinterface_nested_aap_untrusted_ip_prefix_len:
176         type: list
177         required: true
178         status: SUPPORTED
179         entry_schema:
180           type: string
181       subinterface_nested_counter:
182         type: list
183         required: true
184         status: SUPPORTED
185         entry_schema:
186           type: float
187       subinterface_nested_subinterfaces_name_prefix:
188         type: list
189         required: true
190         status: SUPPORTED
191         entry_schema:
192           type: string
193       compute_vdbe_name:
194         type: list
195         required: true
196         status: SUPPORTED
197         entry_schema:
198           type: string
199       subinterface_nested_optional_property_1:
200         type: list
201         required: true
202         status: SUPPORTED
203         entry_schema:
204           type: string
205       subinterface_nested_optional_property_2:
206         type: list
207         required: true
208         status: SUPPORTED
209         entry_schema:
210           type: string
211       port_vdbe_untr_port_ip_requirements:
212         type: list
213         required: true
214         status: SUPPORTED
215         entry_schema:
216           type: org.openecomp.datatypes.network.IpRequirements
217     requirements:
218     - dependency_vdbe:
219         capability: tosca.capabilities.Node
220         node: tosca.nodes.Root
221         relationship: tosca.relationships.DependsOn
222         occurrences:
223         - 0
224         - UNBOUNDED
225     - local_storage_vdbe:
226         capability: tosca.capabilities.Attachment
227         node: tosca.nodes.BlockStorage
228         relationship: tosca.relationships.AttachesTo
229         occurrences:
230         - 0
231         - UNBOUNDED
232     - dependency_vdbe_vdbe_untr_port:
233         capability: tosca.capabilities.Node
234         node: tosca.nodes.Root
235         relationship: tosca.relationships.DependsOn
236         occurrences:
237         - 0
238         - UNBOUNDED
239     - link_vdbe_vdbe_untr_port:
240         capability: tosca.capabilities.network.Linkable
241         relationship: tosca.relationships.network.LinksTo
242         occurrences:
243         - 1
244         - 1
245     - dependency_vdbe_vdbe_untr_port_nested:
246         capability: tosca.capabilities.Node
247         node: tosca.nodes.Root
248         relationship: tosca.relationships.DependsOn
249         occurrences:
250         - 0
251         - UNBOUNDED
252     - dependency_vdbe_untr_x_vlan1-Network-Role_vmi_subport_vdbe_vdbe_untr_port_nested:
253         capability: tosca.capabilities.Node
254         node: tosca.nodes.Root
255         relationship: tosca.relationships.DependsOn
256         occurrences:
257         - 0
258         - UNBOUNDED
259     - link_vdbe_untr_x_vlan1-Network-Role_vmi_subport_vdbe_vdbe_untr_port_nested:
260         capability: tosca.capabilities.network.Linkable
261         relationship: tosca.relationships.network.LinksTo
262         occurrences:
263         - 1
264         - 1
265     capabilities:
266       network.outgoing.packets.rate_vdbe_vdbe_untr_port:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       network.outgoing.bytes_vdbe_vdbe_untr_port:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       feature_vdbe:
279         type: tosca.capabilities.Node
280         occurrences:
281         - 1
282         - UNBOUNDED
283       feature_vdbe_vdbe_untr_port:
284         type: tosca.capabilities.Node
285         occurrences:
286         - 1
287         - UNBOUNDED
288       disk.device.iops_vdbe:
289         type: org.openecomp.capabilities.metric.Ceilometer
290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
291         occurrences:
292         - 1
293         - UNBOUNDED
294       endpoint_vdbe:
295         type: tosca.capabilities.Endpoint.Admin
296         occurrences:
297         - 1
298         - UNBOUNDED
299       disk.ephemeral.size_vdbe:
300         type: org.openecomp.capabilities.metric.Ceilometer
301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
302         occurrences:
303         - 1
304         - UNBOUNDED
305       cpu_util_vdbe:
306         type: org.openecomp.capabilities.metric.Ceilometer
307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
308         occurrences:
309         - 1
310         - UNBOUNDED
311       vcpus_vdbe:
312         type: org.openecomp.capabilities.metric.Ceilometer
313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
314         occurrences:
315         - 1
316         - UNBOUNDED
317       disk.write.requests_vdbe:
318         type: org.openecomp.capabilities.metric.Ceilometer
319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
320         occurrences:
321         - 1
322         - UNBOUNDED
323       disk.device.latency_vdbe:
324         type: org.openecomp.capabilities.metric.Ceilometer
325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
326         occurrences:
327         - 1
328         - UNBOUNDED
329       disk.device.write.requests.rate_vdbe:
330         type: org.openecomp.capabilities.metric.Ceilometer
331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
332         occurrences:
333         - 1
334         - UNBOUNDED
335       disk.write.bytes.rate_vdbe:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       network.incoming.packets_vdbe_vdbe_untr_port:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       scalable_vdbe:
348         type: tosca.capabilities.Scalable
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.iops_vdbe:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       disk.device.write.requests_vdbe:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       disk.device.capacity_vdbe:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       disk.device.allocation_vdbe:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       disk.usage_vdbe:
377         type: org.openecomp.capabilities.metric.Ceilometer
378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
379         occurrences:
380         - 1
381         - UNBOUNDED
382       memory.usage_vdbe:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       network.outpoing.packets_vdbe_vdbe_untr_port:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       network.outgoing.bytes.rate_vdbe_vdbe_untr_port:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       disk.read.requests_vdbe:
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       forwarder_vdbe_vdbe_untr_port:
407         type: org.openecomp.capabilities.Forwarder
408         occurrences:
409         - 1
410         - UNBOUNDED
411       feature_vdbe_untr_x_vlan1-Network-Role_vmi_subport_vdbe_vdbe_untr_port_nested:
412         type: tosca.capabilities.Node
413         occurrences:
414         - 1
415         - UNBOUNDED
416       binding_vdbe_vdbe_untr_port:
417         type: tosca.capabilities.network.Bindable
418         valid_source_types:
419         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
420         occurrences:
421         - 0
422         - UNBOUNDED
423       instance_vdbe:
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       network.incoming.bytes.rate_vdbe_vdbe_untr_port:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       cpu.delta_vdbe:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.device.read.bytes.rate_vdbe:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.write.bytes.rate_vdbe:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       memory.resident_vdbe:
454         type: org.openecomp.capabilities.metric.Ceilometer
455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
456         occurrences:
457         - 1
458         - UNBOUNDED
459       feature_vdbe_vdbe_untr_port_nested:
460         type: tosca.capabilities.Node
461         occurrences:
462         - 1
463         - UNBOUNDED
464       disk.write.requests.rate_vdbe:
465         type: org.openecomp.capabilities.metric.Ceilometer
466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
467         occurrences:
468         - 1
469         - UNBOUNDED
470       cpu_vdbe:
471         type: org.openecomp.capabilities.metric.Ceilometer
472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
473         occurrences:
474         - 1
475         - UNBOUNDED
476       disk.write.bytes_vdbe:
477         type: org.openecomp.capabilities.metric.Ceilometer
478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
479         occurrences:
480         - 1
481         - UNBOUNDED
482       disk.device.usage_vdbe:
483         type: org.openecomp.capabilities.metric.Ceilometer
484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
485         occurrences:
486         - 1
487         - UNBOUNDED
488       disk.device.read.bytes_vdbe:
489         type: org.openecomp.capabilities.metric.Ceilometer
490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
491         occurrences:
492         - 1
493         - UNBOUNDED
494       disk.latency_vdbe:
495         type: org.openecomp.capabilities.metric.Ceilometer
496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
497         occurrences:
498         - 1
499         - UNBOUNDED
500       network.incoming.bytes_vdbe_vdbe_untr_port:
501         type: org.openecomp.capabilities.metric.Ceilometer
502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
503         occurrences:
504         - 1
505         - UNBOUNDED
506       disk.capacity_vdbe:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       host_vdbe:
513         type: tosca.capabilities.Container
514         valid_source_types:
515         - tosca.nodes.SoftwareComponent
516         occurrences:
517         - 1
518         - UNBOUNDED
519       disk.allocation_vdbe:
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       disk.read.bytes.rate_vdbe:
526         type: org.openecomp.capabilities.metric.Ceilometer
527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
528         occurrences:
529         - 1
530         - UNBOUNDED
531       os_vdbe:
532         type: tosca.capabilities.OperatingSystem
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.read.requests_vdbe:
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.root.size_vdbe:
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       memory_vdbe:
549         type: org.openecomp.capabilities.metric.Ceilometer
550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
551         occurrences:
552         - 1
553         - UNBOUNDED
554       binding_vdbe:
555         type: tosca.capabilities.network.Bindable
556         occurrences:
557         - 1
558         - UNBOUNDED
559       disk.device.write.bytes_vdbe:
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.device.read.requests.rate_vdbe:
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.read.bytes_vdbe:
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       network.incoming.packets.rate_vdbe_vdbe_untr_port:
578         type: org.openecomp.capabilities.metric.Ceilometer
579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
580         occurrences:
581         - 1
582         - UNBOUNDED
583   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
584     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
585     properties:
586       aap_untrusted_ip_prefix:
587         type: string
588         description: ip prefix for primary vDBE VM on the VAN untrusted network
589         required: true
590         status: SUPPORTED
591       aap_sec_untrusted_ip_prefix:
592         type: string
593         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
594         required: true
595         status: SUPPORTED
596       ip_v6_address:
597         type: string
598         description: IPv6 address associated with subinterfaces
599         required: true
600         status: SUPPORTED
601       counter:
602         type: float
603         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
604         required: true
605         status: SUPPORTED
606       subinterfaces_name_prefix:
607         type: string
608         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
609         required: true
610         status: SUPPORTED
611       ip_address:
612         type: string
613         description: IPv4 address associated with subinterfaces
614         required: true
615         status: SUPPORTED
616       aap_address_mode:
617         type: string
618         description: Address mode for the vDBE cluster IP
619         required: true
620         status: SUPPORTED
621       aap_untrusted_v6_ip_prefix:
622         type: string
623         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
624         required: true
625         status: SUPPORTED
626       parent_interface:
627         type: string
628         description: Parent Contrail interface
629         required: true
630         status: SUPPORTED
631       vn_network_list:
632         type: string
633         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
634         required: true
635         status: SUPPORTED
636       optional_property_1:
637         type: string
638         description: Optional property
639         required: true
640         status: SUPPORTED
641       optional_property_2:
642         type: string
643         description: Optional property
644         required: true
645         status: SUPPORTED
646       mac_address:
647         type: string
648         description: HW MAC address to use for subinterface
649         required: true
650         status: SUPPORTED
651       vlan_tag_list:
652         type: list
653         description: List of VLAN IDs to use for subinterfaces
654         required: true
655         status: SUPPORTED
656         entry_schema:
657           type: string
658       aap_sec_untrusted_ip_prefix_len:
659         type: string
660         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
661         required: true
662         status: SUPPORTED
663       vmac_address:
664         type: string
665         description: virtual MAC address to use for subinterface
666         required: true
667         status: SUPPORTED
668       aap_untrusted_v6_ip_prefix_len:
669         type: string
670         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
671         required: true
672         status: SUPPORTED
673       aap_untrusted_ip_prefix_len:
674         type: string
675         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
676         required: true
677         status: SUPPORTED
678     requirements:
679     - dependency_vdbe_untr_x_vlan1-Network-Role_vmi_subport:
680         capability: tosca.capabilities.Node
681         node: tosca.nodes.Root
682         relationship: tosca.relationships.DependsOn
683         occurrences:
684         - 0
685         - UNBOUNDED
686     - link_vdbe_untr_x_vlan1-Network-Role_vmi_subport:
687         capability: tosca.capabilities.network.Linkable
688         relationship: tosca.relationships.network.LinksTo
689         occurrences:
690         - 1
691         - 1
692     - binding_vdbe_untr_x_vlan1-Network-Role_vmi_subport:
693         capability: tosca.capabilities.network.Bindable
694         node: org.openecomp.resource.cp.nodes.network.Port
695         relationship: tosca.relationships.network.BindsTo
696         occurrences:
697         - 1
698         - 1
699     capabilities:
700       feature_vdbe_untr_x_vlan1-Network-Role_vmi_subport:
701         type: tosca.capabilities.Node
702         occurrences:
703         - 1
704         - UNBOUNDED