461b81cd2f9a4a011765bb7d1d2ac9ae20e19af0
[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     - 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         occurrences:
440         - 0
441         - UNBOUNDED
442       disk.device.usage_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       disk.device.read.bytes_vdbe:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       disk.latency_vdbe:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       feature_vdbe_0_untr_vmi_0_vdbe_vdbe_untr_vmi_nested:
461         type: tosca.capabilities.Node
462         occurrences:
463         - 1
464         - UNBOUNDED
465       network.outgoing.bytes.rate_vdbe_vdbe_untr_vmi:
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.capacity_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       host_vdbe:
478         type: tosca.capabilities.Container
479         valid_source_types:
480         - tosca.nodes.SoftwareComponent
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.allocation_vdbe:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       disk.read.bytes.rate_vdbe:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       network.outgoing.packets.rate_vdbe_vdbe_untr_vmi:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       network.incoming.bytes_vdbe_vdbe_untr_vmi:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       os_vdbe:
509         type: tosca.capabilities.OperatingSystem
510         occurrences:
511         - 1
512         - UNBOUNDED
513       forwarder_vdbe_vdbe_untr_vmi:
514         type: org.openecomp.capabilities.Forwarder
515         occurrences:
516         - 1
517         - UNBOUNDED
518       disk.device.read.requests_vdbe:
519         type: org.openecomp.capabilities.metric.Ceilometer
520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
521         occurrences:
522         - 1
523         - UNBOUNDED
524       disk.root.size_vdbe:
525         type: org.openecomp.capabilities.metric.Ceilometer
526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
527         occurrences:
528         - 1
529         - UNBOUNDED
530       network.outgoing.bytes_vdbe_vdbe_untr_vmi:
531         type: org.openecomp.capabilities.metric.Ceilometer
532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
533         occurrences:
534         - 1
535         - UNBOUNDED
536       memory_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       binding_vdbe:
543         type: tosca.capabilities.network.Bindable
544         occurrences:
545         - 1
546         - UNBOUNDED
547       disk.device.write.bytes_vdbe:
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       disk.device.read.requests.rate_vdbe:
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       disk.read.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   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
566     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
567     properties:
568       aap_untrusted_ip_prefix:
569         type: string
570         description: ip prefix for primary vDBE VM on the VAN untrusted network
571         required: true
572         status: SUPPORTED
573       aap_sec_untrusted_ip_prefix:
574         type: string
575         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
576         required: true
577         status: SUPPORTED
578       ip_v6_address:
579         type: string
580         description: IPv6 address associated with subinterfaces
581         required: true
582         status: SUPPORTED
583       counter:
584         type: float
585         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
586         required: true
587         status: SUPPORTED
588       subinterfaces_name_prefix:
589         type: string
590         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
591         required: true
592         status: SUPPORTED
593       ip_address:
594         type: string
595         description: IPv4 address associated with subinterfaces
596         required: true
597         status: SUPPORTED
598       aap_address_mode:
599         type: string
600         description: Address mode for the vDBE cluster IP
601         required: true
602         status: SUPPORTED
603       aap_untrusted_v6_ip_prefix:
604         type: string
605         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
606         required: true
607         status: SUPPORTED
608       parent_interface:
609         type: string
610         description: Parent Contrail interface
611         required: true
612         status: SUPPORTED
613       vn_network_list:
614         type: string
615         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
616         required: true
617         status: SUPPORTED
618       mac_address:
619         type: string
620         description: HW MAC address to use for subinterface
621         required: true
622         status: SUPPORTED
623       vlan_tag_list:
624         type: list
625         description: List of VLAN IDs to use for subinterfaces
626         required: true
627         status: SUPPORTED
628         entry_schema:
629           type: string
630       aap_sec_untrusted_ip_prefix_len:
631         type: string
632         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
633         required: true
634         status: SUPPORTED
635       vmac_address:
636         type: string
637         description: virtual MAC address to use for subinterface
638         required: true
639         status: SUPPORTED
640       aap_untrusted_v6_ip_prefix_len:
641         type: string
642         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
643         required: true
644         status: SUPPORTED
645       aap_untrusted_ip_prefix_len:
646         type: string
647         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
648         required: true
649         status: SUPPORTED
650     requirements:
651     - dependency_vdbe_0_untr_vmi_0:
652         capability: tosca.capabilities.Node
653         node: tosca.nodes.Root
654         relationship: tosca.relationships.DependsOn
655         occurrences:
656         - 0
657         - UNBOUNDED
658     - link_vdbe_0_untr_vmi_0:
659         capability: tosca.capabilities.network.Linkable
660         relationship: tosca.relationships.network.LinksTo
661         occurrences:
662         - 1
663         - 1
664     - binding_vdbe_0_untr_vmi_0:
665         capability: tosca.capabilities.network.Bindable
666         node: org.openecomp.resource.cp.nodes.network.Port
667         relationship: tosca.relationships.network.BindsTo
668         occurrences:
669         - 1
670         - 1
671     capabilities:
672       feature_vdbe_0_untr_vmi_0:
673         type: tosca.capabilities.Node
674         occurrences:
675         - 1
676         - UNBOUNDED