996cafa0a5517c9db8cbfa1f646076830ba77dff
[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       port_vdbe_untr_port_ip_requirements:
200         type: list
201         required: true
202         status: SUPPORTED
203         entry_schema:
204           type: org.openecomp.datatypes.network.IpRequirements
205     requirements:
206     - dependency_vdbe:
207         capability: tosca.capabilities.Node
208         node: tosca.nodes.Root
209         relationship: tosca.relationships.DependsOn
210         occurrences:
211         - 0
212         - UNBOUNDED
213     - local_storage_vdbe:
214         capability: tosca.capabilities.Attachment
215         node: tosca.nodes.BlockStorage
216         relationship: tosca.relationships.AttachesTo
217         occurrences:
218         - 0
219         - UNBOUNDED
220     - dependency_vdbe_vdbe_untr_port:
221         capability: tosca.capabilities.Node
222         node: tosca.nodes.Root
223         relationship: tosca.relationships.DependsOn
224         occurrences:
225         - 0
226         - UNBOUNDED
227     - link_vdbe_vdbe_untr_port:
228         capability: tosca.capabilities.network.Linkable
229         relationship: tosca.relationships.network.LinksTo
230         occurrences:
231         - 1
232         - 1
233     - dependency_vdbe_vdbe_untr_port_nested:
234         capability: tosca.capabilities.Node
235         node: tosca.nodes.Root
236         relationship: tosca.relationships.DependsOn
237         occurrences:
238         - 0
239         - UNBOUNDED
240     - dependency_vdbe_untr_x_int_vmi_subport_vdbe_vdbe_untr_port_nested:
241         capability: tosca.capabilities.Node
242         node: tosca.nodes.Root
243         relationship: tosca.relationships.DependsOn
244         occurrences:
245         - 0
246         - UNBOUNDED
247     - subinterface_link_vdbe_untr_x_int_vmi_subport_vdbe_vdbe_untr_port_nested:
248         capability: tosca.capabilities.network.Linkable
249         relationship: tosca.relationships.network.LinksTo
250         occurrences:
251         - 1
252         - 1
253     capabilities:
254       network.outgoing.packets.rate_vdbe_vdbe_untr_port:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       network.outgoing.bytes_vdbe_vdbe_untr_port:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       feature_vdbe:
267         type: tosca.capabilities.Node
268         occurrences:
269         - 1
270         - UNBOUNDED
271       feature_vdbe_vdbe_untr_port:
272         type: tosca.capabilities.Node
273         occurrences:
274         - 1
275         - UNBOUNDED
276       disk.device.iops_vdbe:
277         type: org.openecomp.capabilities.metric.Ceilometer
278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
279         occurrences:
280         - 1
281         - UNBOUNDED
282       endpoint_vdbe:
283         type: tosca.capabilities.Endpoint.Admin
284         occurrences:
285         - 1
286         - UNBOUNDED
287       disk.ephemeral.size_vdbe:
288         type: org.openecomp.capabilities.metric.Ceilometer
289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
290         occurrences:
291         - 1
292         - UNBOUNDED
293       feature_vdbe_untr_x_int_vmi_subport_vdbe_vdbe_untr_port_nested:
294         type: tosca.capabilities.Node
295         occurrences:
296         - 1
297         - UNBOUNDED
298       cpu_util_vdbe:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       vcpus_vdbe:
305         type: org.openecomp.capabilities.metric.Ceilometer
306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
307         occurrences:
308         - 1
309         - UNBOUNDED
310       disk.write.requests_vdbe:
311         type: org.openecomp.capabilities.metric.Ceilometer
312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
313         occurrences:
314         - 1
315         - UNBOUNDED
316       disk.device.latency_vdbe:
317         type: org.openecomp.capabilities.metric.Ceilometer
318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
319         occurrences:
320         - 1
321         - UNBOUNDED
322       disk.device.write.requests.rate_vdbe:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       disk.write.bytes.rate_vdbe:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       network.incoming.packets_vdbe_vdbe_untr_port:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       scalable_vdbe:
341         type: tosca.capabilities.Scalable
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.iops_vdbe:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       disk.device.write.requests_vdbe:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       disk.device.capacity_vdbe:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       disk.device.allocation_vdbe:
364         type: org.openecomp.capabilities.metric.Ceilometer
365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.usage_vdbe:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       memory.usage_vdbe:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       network.outpoing.packets_vdbe_vdbe_untr_port:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       network.outgoing.bytes.rate_vdbe_vdbe_untr_port:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       disk.read.requests_vdbe:
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       forwarder_vdbe_vdbe_untr_port:
400         type: org.openecomp.capabilities.Forwarder
401         occurrences:
402         - 1
403         - UNBOUNDED
404       binding_vdbe_vdbe_untr_port:
405         type: tosca.capabilities.network.Bindable
406         valid_source_types:
407         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
408         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
409         occurrences:
410         - 0
411         - UNBOUNDED
412       instance_vdbe:
413         type: org.openecomp.capabilities.metric.Ceilometer
414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
415         occurrences:
416         - 1
417         - UNBOUNDED
418       network.incoming.bytes.rate_vdbe_vdbe_untr_port:
419         type: org.openecomp.capabilities.metric.Ceilometer
420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
421         occurrences:
422         - 1
423         - UNBOUNDED
424       cpu.delta_vdbe:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       disk.device.read.bytes.rate_vdbe:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.device.write.bytes.rate_vdbe:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       memory.resident_vdbe:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       feature_vdbe_vdbe_untr_port_nested:
449         type: tosca.capabilities.Node
450         occurrences:
451         - 1
452         - UNBOUNDED
453       disk.write.requests.rate_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       cpu_vdbe:
460         type: org.openecomp.capabilities.metric.Ceilometer
461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
462         occurrences:
463         - 1
464         - UNBOUNDED
465       disk.write.bytes_vdbe:
466         type: org.openecomp.capabilities.metric.Ceilometer
467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
468         occurrences:
469         - 1
470         - UNBOUNDED
471       disk.device.usage_vdbe:
472         type: org.openecomp.capabilities.metric.Ceilometer
473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
474         occurrences:
475         - 1
476         - UNBOUNDED
477       disk.device.read.bytes_vdbe:
478         type: org.openecomp.capabilities.metric.Ceilometer
479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
480         occurrences:
481         - 1
482         - UNBOUNDED
483       disk.latency_vdbe:
484         type: org.openecomp.capabilities.metric.Ceilometer
485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
486         occurrences:
487         - 1
488         - UNBOUNDED
489       network.incoming.bytes_vdbe_vdbe_untr_port:
490         type: org.openecomp.capabilities.metric.Ceilometer
491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
492         occurrences:
493         - 1
494         - UNBOUNDED
495       disk.capacity_vdbe:
496         type: org.openecomp.capabilities.metric.Ceilometer
497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
498         occurrences:
499         - 1
500         - UNBOUNDED
501       host_vdbe:
502         type: tosca.capabilities.Container
503         valid_source_types:
504         - tosca.nodes.SoftwareComponent
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.allocation_vdbe:
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       disk.read.bytes.rate_vdbe:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       os_vdbe:
521         type: tosca.capabilities.OperatingSystem
522         occurrences:
523         - 1
524         - UNBOUNDED
525       disk.device.read.requests_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       disk.root.size_vdbe:
532         type: org.openecomp.capabilities.metric.Ceilometer
533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
534         occurrences:
535         - 1
536         - UNBOUNDED
537       memory_vdbe:
538         type: org.openecomp.capabilities.metric.Ceilometer
539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
540         occurrences:
541         - 1
542         - UNBOUNDED
543       binding_vdbe:
544         type: tosca.capabilities.network.Bindable
545         occurrences:
546         - 1
547         - UNBOUNDED
548       disk.device.write.bytes_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       disk.device.read.requests.rate_vdbe:
555         type: org.openecomp.capabilities.metric.Ceilometer
556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
557         occurrences:
558         - 1
559         - UNBOUNDED
560       disk.read.bytes_vdbe:
561         type: org.openecomp.capabilities.metric.Ceilometer
562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
563         occurrences:
564         - 1
565         - UNBOUNDED
566       network.incoming.packets.rate_vdbe_vdbe_untr_port:
567         type: org.openecomp.capabilities.metric.Ceilometer
568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
569         occurrences:
570         - 1
571         - UNBOUNDED
572   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
573     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
574     properties:
575       aap_untrusted_ip_prefix:
576         type: string
577         description: ip prefix for primary vDBE VM on the VAN untrusted network
578         required: true
579         status: SUPPORTED
580       aap_sec_untrusted_ip_prefix:
581         type: string
582         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
583         required: true
584         status: SUPPORTED
585       ip_v6_address:
586         type: string
587         description: IPv6 address associated with subinterfaces
588         required: true
589         status: SUPPORTED
590       counter:
591         type: float
592         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
593         required: true
594         status: SUPPORTED
595       subinterfaces_name_prefix:
596         type: string
597         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
598         required: true
599         status: SUPPORTED
600       ip_address:
601         type: string
602         description: IPv4 address associated with subinterfaces
603         required: true
604         status: SUPPORTED
605       aap_address_mode:
606         type: string
607         description: Address mode for the vDBE cluster IP
608         required: true
609         status: SUPPORTED
610       aap_untrusted_v6_ip_prefix:
611         type: string
612         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
613         required: true
614         status: SUPPORTED
615       parent_interface:
616         type: string
617         description: Parent Contrail interface
618         required: true
619         status: SUPPORTED
620       vn_network_list:
621         type: string
622         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
623         required: true
624         status: SUPPORTED
625       mac_address:
626         type: string
627         description: HW MAC address to use for subinterface
628         required: true
629         status: SUPPORTED
630       vlan_tag_list:
631         type: list
632         description: List of VLAN IDs to use for subinterfaces
633         required: true
634         status: SUPPORTED
635         entry_schema:
636           type: string
637       aap_sec_untrusted_ip_prefix_len:
638         type: string
639         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
640         required: true
641         status: SUPPORTED
642       vmac_address:
643         type: string
644         description: virtual MAC address to use for subinterface
645         required: true
646         status: SUPPORTED
647       aap_untrusted_v6_ip_prefix_len:
648         type: string
649         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
650         required: true
651         status: SUPPORTED
652       aap_untrusted_ip_prefix_len:
653         type: string
654         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
655         required: true
656         status: SUPPORTED
657     requirements:
658     - dependency_vdbe_untr_x_int_vmi_subport:
659         capability: tosca.capabilities.Node
660         node: tosca.nodes.Root
661         relationship: tosca.relationships.DependsOn
662         occurrences:
663         - 0
664         - UNBOUNDED
665     - subinterface_link_vdbe_untr_x_int_vmi_subport:
666         capability: tosca.capabilities.network.Linkable
667         relationship: tosca.relationships.network.LinksTo
668         occurrences:
669         - 1
670         - 1
671     - binding_vdbe_untr_x_int_vmi_subport:
672         capability: tosca.capabilities.network.Bindable
673         node: org.openecomp.resource.cp.nodes.network.Port
674         relationship: tosca.relationships.network.BindsTo
675         occurrences:
676         - 1
677         - 1
678     capabilities:
679       feature_vdbe_untr_x_int_vmi_subport:
680         type: tosca.capabilities.Node
681         occurrences:
682         - 1
683         - UNBOUNDED