0cd031a3f65c0c09f5d78f2526203fbac61b6730
[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     - 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         occurrences:
409         - 0
410         - UNBOUNDED
411       instance_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_port:
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.delta_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.device.read.bytes.rate_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       disk.device.write.bytes.rate_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       memory.resident_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       feature_vdbe_vdbe_untr_port_nested:
448         type: tosca.capabilities.Node
449         occurrences:
450         - 1
451         - UNBOUNDED
452       disk.write.requests.rate_vdbe:
453         type: org.openecomp.capabilities.metric.Ceilometer
454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
455         occurrences:
456         - 1
457         - UNBOUNDED
458       cpu_vdbe:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       disk.write.bytes_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       disk.device.usage_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.device.read.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.latency_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       network.incoming.bytes_vdbe_vdbe_untr_port:
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.capacity_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       host_vdbe:
501         type: tosca.capabilities.Container
502         valid_source_types:
503         - tosca.nodes.SoftwareComponent
504         occurrences:
505         - 1
506         - UNBOUNDED
507       disk.allocation_vdbe:
508         type: org.openecomp.capabilities.metric.Ceilometer
509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
510         occurrences:
511         - 1
512         - UNBOUNDED
513       disk.read.bytes.rate_vdbe:
514         type: org.openecomp.capabilities.metric.Ceilometer
515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
516         occurrences:
517         - 1
518         - UNBOUNDED
519       os_vdbe:
520         type: tosca.capabilities.OperatingSystem
521         occurrences:
522         - 1
523         - UNBOUNDED
524       disk.device.read.requests_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       disk.root.size_vdbe:
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       network.incoming.packets.rate_vdbe_vdbe_untr_port:
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   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
572     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
573     properties:
574       aap_untrusted_ip_prefix:
575         type: string
576         description: ip prefix for primary vDBE VM on the VAN untrusted network
577         required: true
578         status: SUPPORTED
579       aap_sec_untrusted_ip_prefix:
580         type: string
581         description: ip prefix for secondary vDBE VM aap on the VAN untrusted network
582         required: true
583         status: SUPPORTED
584       ip_v6_address:
585         type: string
586         description: IPv6 address associated with subinterfaces
587         required: true
588         status: SUPPORTED
589       counter:
590         type: float
591         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
592         required: true
593         status: SUPPORTED
594       subinterfaces_name_prefix:
595         type: string
596         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
597         required: true
598         status: SUPPORTED
599       ip_address:
600         type: string
601         description: IPv4 address associated with subinterfaces
602         required: true
603         status: SUPPORTED
604       aap_address_mode:
605         type: string
606         description: Address mode for the vDBE cluster IP
607         required: true
608         status: SUPPORTED
609       aap_untrusted_v6_ip_prefix:
610         type: string
611         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
612         required: true
613         status: SUPPORTED
614       parent_interface:
615         type: string
616         description: Parent Contrail interface
617         required: true
618         status: SUPPORTED
619       vn_network_list:
620         type: string
621         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
622         required: true
623         status: SUPPORTED
624       mac_address:
625         type: string
626         description: HW MAC address to use for subinterface
627         required: true
628         status: SUPPORTED
629       vlan_tag_list:
630         type: list
631         description: List of VLAN IDs to use for subinterfaces
632         required: true
633         status: SUPPORTED
634         entry_schema:
635           type: string
636       aap_sec_untrusted_ip_prefix_len:
637         type: string
638         description: ip prefix length for the secondary DBE VM aap on the VAN untrusted network
639         required: true
640         status: SUPPORTED
641       vmac_address:
642         type: string
643         description: virtual MAC address to use for subinterface
644         required: true
645         status: SUPPORTED
646       aap_untrusted_v6_ip_prefix_len:
647         type: string
648         description: ipv6 prefix length for the primary vDBE VM on the VAN untrusted network
649         required: true
650         status: SUPPORTED
651       aap_untrusted_ip_prefix_len:
652         type: string
653         description: ip prefix length for the primary vDBE VM on the VAN untrusted network
654         required: true
655         status: SUPPORTED
656     requirements:
657     - dependency_vdbe_untr_x_int_vmi_subport:
658         capability: tosca.capabilities.Node
659         node: tosca.nodes.Root
660         relationship: tosca.relationships.DependsOn
661         occurrences:
662         - 0
663         - UNBOUNDED
664     - link_vdbe_untr_x_int_vmi_subport:
665         capability: tosca.capabilities.network.Linkable
666         relationship: tosca.relationships.network.LinksTo
667         occurrences:
668         - 1
669         - 1
670     - binding_vdbe_untr_x_int_vmi_subport:
671         capability: tosca.capabilities.network.Bindable
672         node: org.openecomp.resource.cp.nodes.network.Port
673         relationship: tosca.relationships.network.BindsTo
674         occurrences:
675         - 1
676         - 1
677     capabilities:
678       feature_vdbe_untr_x_int_vmi_subport:
679         type: tosca.capabilities.Node
680         occurrences:
681         - 1
682         - UNBOUNDED