5424d559864f99865d4289c025b11937828ead6f
[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_vmi_virtual_machine_interface_allowed_address_pairs:
12         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
13         required: true
14         status: SUPPORTED
15       port_vdbe_untr_vmi_network_role_tag:
16         type: string
17         required: true
18         status: SUPPORTED
19       subinterface_nested_parent_interface:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       subinterface_nested_aap_address_mode:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       subinterface_nested_vlan_tag_list:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: json
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_vmi_virtual_machine_interface_mac_addresses:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: json
65       subinterface_nested_aap_untrusted_ip_prefix:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: string
71       vm_image_name:
72         type: string
73         required: true
74         status: SUPPORTED
75       subinterface_nested_aap_sec_untrusted_ip_prefix_len:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: string
81       subinterface_nested_aap_sec_untrusted_ip_prefix:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: string
87       subinterface_nested_aap_untrusted_v6_ip_prefix:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: string
93       compute_vdbe_metadata:
94         type: list
95         required: true
96         status: SUPPORTED
97         entry_schema:
98           type: json
99       subinterface_nested_mac_address:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: string
105       port_vdbe_untr_vmi_virtual_network_refs:
106         type: list
107         required: true
108         status: SUPPORTED
109         entry_schema:
110           type: json
111       port_vdbe_untr_vmi_mac_requirements:
112         type: org.openecomp.datatypes.network.MacRequirements
113         required: true
114         status: SUPPORTED
115       subinterface_nested_ip_address:
116         type: list
117         required: true
118         status: SUPPORTED
119         entry_schema:
120           type: string
121       port_vdbe_untr_vmi_ip_requirements:
122         type: list
123         required: true
124         status: SUPPORTED
125         entry_schema:
126           type: org.openecomp.datatypes.network.IpRequirements
127       subinterface_nested_ip_v6_address:
128         type: list
129         required: true
130         status: SUPPORTED
131         entry_schema:
132           type: string
133       port_vdbe_untr_vmi_order:
134         type: integer
135         required: true
136         status: SUPPORTED
137       index_value:
138         type: integer
139         description: Index value of this substitution service template runtime instance
140         required: false
141         default: 0
142         status: SUPPORTED
143         constraints:
144         - greater_or_equal: 0
145       subinterface_nested_vmac_address:
146         type: list
147         required: true
148         status: SUPPORTED
149         entry_schema:
150           type: string
151       subinterface_nested_vn_network_list:
152         type: list
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: string
157       port_vdbe_untr_vmi_network_role:
158         type: string
159         required: true
160         status: SUPPORTED
161       port_vdbe_untr_vmi_exCP_naming:
162         type: org.openecomp.datatypes.Naming
163         required: true
164         status: SUPPORTED
165       subinterface_nested_aap_untrusted_ip_prefix_len:
166         type: list
167         required: true
168         status: SUPPORTED
169         entry_schema:
170           type: string
171       port_vdbe_untr_vmi_name:
172         type: list
173         required: true
174         status: SUPPORTED
175         entry_schema:
176           type: string
177       subinterface_nested_subinterfaces_name_prefix:
178         type: list
179         required: true
180         status: SUPPORTED
181         entry_schema:
182           type: string
183       compute_vdbe_name:
184         type: list
185         required: true
186         status: SUPPORTED
187         entry_schema:
188           type: string
189       port_vdbe_untr_vmi_subnetpoolid:
190         type: string
191         required: true
192         status: SUPPORTED
193       port_vdbe_untr_vmi_vlan_requirements:
194         type: list
195         required: true
196         status: SUPPORTED
197         entry_schema:
198           type: org.openecomp.datatypes.network.VlanRequirements
199     requirements:
200     - dependency_vdbe:
201         capability: tosca.capabilities.Node
202         node: tosca.nodes.Root
203         relationship: tosca.relationships.DependsOn
204         occurrences:
205         - 0
206         - UNBOUNDED
207     - local_storage_vdbe:
208         capability: tosca.capabilities.Attachment
209         node: tosca.nodes.BlockStorage
210         relationship: tosca.relationships.AttachesTo
211         occurrences:
212         - 0
213         - UNBOUNDED
214     - dependency_vdbe_vdbe_untr_vmi:
215         capability: tosca.capabilities.Node
216         node: tosca.nodes.Root
217         relationship: tosca.relationships.DependsOn
218         occurrences:
219         - 0
220         - UNBOUNDED
221     - link_vdbe_vdbe_untr_vmi:
222         capability: tosca.capabilities.network.Linkable
223         relationship: tosca.relationships.network.LinksTo
224         occurrences:
225         - 1
226         - 1
227     - dependency_vdbe_vdbe_untr_vmi_nested:
228         capability: tosca.capabilities.Node
229         node: tosca.nodes.Root
230         relationship: tosca.relationships.DependsOn
231         occurrences:
232         - 0
233         - UNBOUNDED
234     - dependency_vdbe_0_untr_vmi_0_vdbe_vdbe_untr_vmi_nested:
235         capability: tosca.capabilities.Node
236         node: tosca.nodes.Root
237         relationship: tosca.relationships.DependsOn
238         occurrences:
239         - 0
240         - UNBOUNDED
241     - subinterface_link_vdbe_0_untr_vmi_0_vdbe_vdbe_untr_vmi_nested:
242         capability: tosca.capabilities.network.Linkable
243         relationship: tosca.relationships.network.LinksTo
244         occurrences:
245         - 1
246         - 1
247     capabilities:
248       feature_vdbe_vdbe_untr_vmi_nested:
249         type: tosca.capabilities.Node
250         occurrences:
251         - 1
252         - UNBOUNDED
253       network.incoming.packets.rate_vdbe_vdbe_untr_vmi:
254         type: org.openecomp.capabilities.metric.Ceilometer
255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
256         occurrences:
257         - 1
258         - UNBOUNDED
259       feature_vdbe:
260         type: tosca.capabilities.Node
261         occurrences:
262         - 1
263         - UNBOUNDED
264       disk.device.iops_vdbe:
265         type: org.openecomp.capabilities.metric.Ceilometer
266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
267         occurrences:
268         - 1
269         - UNBOUNDED
270       endpoint_vdbe:
271         type: tosca.capabilities.Endpoint.Admin
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.ephemeral.size_vdbe:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       cpu_util_vdbe:
282         type: org.openecomp.capabilities.metric.Ceilometer
283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
284         occurrences:
285         - 1
286         - UNBOUNDED
287       vcpus_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       disk.write.requests_vdbe:
294         type: org.openecomp.capabilities.metric.Ceilometer
295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
296         occurrences:
297         - 1
298         - UNBOUNDED
299       feature_vdbe_vdbe_untr_vmi:
300         type: tosca.capabilities.Node
301         occurrences:
302         - 1
303         - UNBOUNDED
304       disk.device.latency_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.device.write.requests.rate_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.write.bytes.rate_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       scalable_vdbe:
323         type: tosca.capabilities.Scalable
324         occurrences:
325         - 1
326         - UNBOUNDED
327       disk.iops_vdbe:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       disk.device.write.requests_vdbe:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.device.capacity_vdbe:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.device.allocation_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.usage_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       memory.usage_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.read.requests_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       instance_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       network.outpoing.packets_vdbe_vdbe_untr_vmi:
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       cpu.delta_vdbe:
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       disk.device.read.bytes.rate_vdbe:
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.device.write.bytes.rate_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       memory.resident_vdbe:
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       network.incoming.packets_vdbe_vdbe_untr_vmi:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.write.requests.rate_vdbe:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       network.incoming.bytes.rate_vdbe_vdbe_untr_vmi:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       cpu_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       disk.write.bytes_vdbe:
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       binding_vdbe_vdbe_untr_vmi:
436         type: tosca.capabilities.network.Bindable
437         valid_source_types:
438         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
439         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
440         occurrences:
441         - 0
442         - UNBOUNDED
443       disk.device.usage_vdbe:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.device.read.bytes_vdbe:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       disk.latency_vdbe:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       feature_vdbe_0_untr_vmi_0_vdbe_vdbe_untr_vmi_nested:
462         type: tosca.capabilities.Node
463         occurrences:
464         - 1
465         - UNBOUNDED
466       network.outgoing.bytes.rate_vdbe_vdbe_untr_vmi:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       disk.capacity_vdbe:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       host_vdbe:
479         type: tosca.capabilities.Container
480         valid_source_types:
481         - tosca.nodes.SoftwareComponent
482         occurrences:
483         - 1
484         - UNBOUNDED
485       disk.allocation_vdbe:
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.read.bytes.rate_vdbe:
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       network.outgoing.packets.rate_vdbe_vdbe_untr_vmi:
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       network.incoming.bytes_vdbe_vdbe_untr_vmi:
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       os_vdbe:
510         type: tosca.capabilities.OperatingSystem
511         occurrences:
512         - 1
513         - UNBOUNDED
514       forwarder_vdbe_vdbe_untr_vmi:
515         type: org.openecomp.capabilities.Forwarder
516         occurrences:
517         - 1
518         - UNBOUNDED
519       disk.device.read.requests_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.root.size_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       network.outgoing.bytes_vdbe_vdbe_untr_vmi:
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   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
567     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
568     properties:
569       aap_untrusted_ip_prefix:
570         type: string
571         description: ip prefix for primary vDBE VM on the VAN untrusted network
572         required: true
573         status: SUPPORTED
574       aap_sec_untrusted_ip_prefix:
575         type: string
576         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
577         required: true
578         status: SUPPORTED
579       ip_v6_address:
580         type: string
581         description: IPv6 address associated with subinterfaces
582         required: true
583         status: SUPPORTED
584       counter:
585         type: float
586         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
587         required: true
588         status: SUPPORTED
589       subinterfaces_name_prefix:
590         type: string
591         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
592         required: true
593         status: SUPPORTED
594       ip_address:
595         type: string
596         description: IPv4 address associated with subinterfaces
597         required: true
598         status: SUPPORTED
599       aap_address_mode:
600         type: string
601         description: Address mode for the vDBE cluster IP
602         required: true
603         status: SUPPORTED
604       aap_untrusted_v6_ip_prefix:
605         type: string
606         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
607         required: true
608         status: SUPPORTED
609       parent_interface:
610         type: string
611         description: Parent Contrail interface
612         required: true
613         status: SUPPORTED
614       vn_network_list:
615         type: string
616         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
617         required: true
618         status: SUPPORTED
619       mac_address:
620         type: string
621         description: HW MAC address to use for subinterface
622         required: true
623         status: SUPPORTED
624       vlan_tag_list:
625         type: list
626         description: List of VLAN IDs to use for subinterfaces
627         required: true
628         status: SUPPORTED
629         entry_schema:
630           type: string
631       aap_sec_untrusted_ip_prefix_len:
632         type: string
633         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
634         required: true
635         status: SUPPORTED
636       vmac_address:
637         type: string
638         description: virtual MAC address to use for subinterface
639         required: true
640         status: SUPPORTED
641       aap_untrusted_v6_ip_prefix_len:
642         type: string
643         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
644         required: true
645         status: SUPPORTED
646       aap_untrusted_ip_prefix_len:
647         type: string
648         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
649         required: true
650         status: SUPPORTED
651     requirements:
652     - dependency_vdbe_0_untr_vmi_0:
653         capability: tosca.capabilities.Node
654         node: tosca.nodes.Root
655         relationship: tosca.relationships.DependsOn
656         occurrences:
657         - 0
658         - UNBOUNDED
659     - subinterface_link_vdbe_0_untr_vmi_0:
660         capability: tosca.capabilities.network.Linkable
661         relationship: tosca.relationships.network.LinksTo
662         occurrences:
663         - 1
664         - 1
665     - binding_vdbe_0_untr_vmi_0:
666         capability: tosca.capabilities.network.Bindable
667         node: org.openecomp.resource.cp.nodes.network.Port
668         relationship: tosca.relationships.network.BindsTo
669         occurrences:
670         - 1
671         - 1
672     capabilities:
673       feature_vdbe_0_untr_vmi_0:
674         type: tosca.capabilities.Node
675         occurrences:
676         - 1
677         - UNBOUNDED