94a9c4a79c5363d096feb4b3d3153905a8d8f01c
[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       subinterface_nested_parent_interface:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: string
17       subinterface_nested_aap_address_mode:
18         type: list
19         required: true
20         status: SUPPORTED
21         entry_schema:
22           type: string
23       subinterface_nested_vlan_tag_list:
24         type: list
25         required: true
26         status: SUPPORTED
27         entry_schema:
28           type: json
29       compute_vdbe_availability_zone:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: string
35       subinterface_nested_service_template_filter_count:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: float
41       subinterface_nested_aap_untrusted_v6_ip_prefix_len:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       vm_flavor_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       subinterface_nested_aap_untrusted_ip_prefix:
52         type: list
53         required: true
54         status: SUPPORTED
55         entry_schema:
56           type: string
57       vm_image_name:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_vdbe_untr_1_port_network_role:
62         type: string
63         required: true
64         status: SUPPORTED
65       subinterface_nested_vdbe_subport_network:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: string
71       subinterface_nested_aap_sec_untrusted_ip_prefix_len:
72         type: list
73         required: true
74         status: SUPPORTED
75         entry_schema:
76           type: string
77       subinterface_nested_aap_sec_untrusted_ip_prefix:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: string
83       subinterface_nested_aap_untrusted_v6_ip_prefix:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: string
89       compute_vdbe_metadata:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: json
95       subinterface_nested_mac_address:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: string
101       port_vdbe_untr_1_port_virtual_network_refs:
102         type: list
103         required: true
104         status: SUPPORTED
105         entry_schema:
106           type: json
107       port_vdbe_untr_1_port_ip_requirements:
108         type: list
109         required: true
110         status: SUPPORTED
111         entry_schema:
112           type: org.openecomp.datatypes.network.IpRequirements
113       subinterface_nested_ip_address:
114         type: list
115         required: true
116         status: SUPPORTED
117         entry_schema:
118           type: string
119       subinterface_nested_ip_v6_address:
120         type: list
121         required: true
122         status: SUPPORTED
123         entry_schema:
124           type: string
125       port_vdbe_untr_1_port_mac_requirements:
126         type: org.openecomp.datatypes.network.MacRequirements
127         required: true
128         status: SUPPORTED
129       port_vdbe_untr_1_port_order:
130         type: integer
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       port_vdbe_untr_1_port_exCP_naming:
148         type: org.openecomp.datatypes.Naming
149         required: true
150         status: SUPPORTED
151       port_vdbe_untr_1_port_subnetpoolid:
152         type: string
153         required: true
154         status: SUPPORTED
155       port_vdbe_untr_1_port_name:
156         type: list
157         required: true
158         status: SUPPORTED
159         entry_schema:
160           type: string
161       port_vdbe_untr_1_port_virtual_machine_interface_allowed_address_pairs:
162         type: org.openecomp.datatypes.heat.contrailV2.virtual.machine.subInterface.AddressPairs
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       subinterface_nested_subinterfaces_name_prefix:
172         type: list
173         required: true
174         status: SUPPORTED
175         entry_schema:
176           type: string
177       compute_vdbe_name:
178         type: list
179         required: true
180         status: SUPPORTED
181         entry_schema:
182           type: string
183       port_vdbe_untr_1_port_network_role_tag:
184         type: string
185         required: true
186         status: SUPPORTED
187       port_vdbe_untr_1_port_vlan_requirements:
188         type: list
189         required: true
190         status: SUPPORTED
191         entry_schema:
192           type: org.openecomp.datatypes.network.VlanRequirements
193       port_vdbe_untr_1_port_virtual_machine_interface_mac_addresses:
194         type: list
195         required: true
196         status: SUPPORTED
197         entry_schema:
198           type: json
199     requirements:
200     - dependency_vdbe_vdbe_untr_1_port_nested:
201         capability: tosca.capabilities.Node
202         node: tosca.nodes.Root
203         relationship: tosca.relationships.DependsOn
204         occurrences:
205         - 0
206         - UNBOUNDED
207     - dependency_vdbe_untr_x_subport_vdbe_vdbe_untr_1_port_nested:
208         capability: tosca.capabilities.Node
209         node: tosca.nodes.Root
210         relationship: tosca.relationships.DependsOn
211         occurrences:
212         - 0
213         - UNBOUNDED
214     - link_vdbe_untr_x_subport_vdbe_vdbe_untr_1_port_nested:
215         capability: tosca.capabilities.network.Linkable
216         relationship: tosca.relationships.network.LinksTo
217         occurrences:
218         - 1
219         - 1
220     - dependency_vdbe:
221         capability: tosca.capabilities.Node
222         node: tosca.nodes.Root
223         relationship: tosca.relationships.DependsOn
224         occurrences:
225         - 0
226         - UNBOUNDED
227     - local_storage_vdbe:
228         capability: tosca.capabilities.Attachment
229         node: tosca.nodes.BlockStorage
230         relationship: tosca.relationships.AttachesTo
231         occurrences:
232         - 0
233         - UNBOUNDED
234     - dependency_vdbe_vdbe_untr_1_port:
235         capability: tosca.capabilities.Node
236         node: tosca.nodes.Root
237         relationship: tosca.relationships.DependsOn
238         occurrences:
239         - 0
240         - UNBOUNDED
241     - link_vdbe_vdbe_untr_1_port:
242         capability: tosca.capabilities.network.Linkable
243         relationship: tosca.relationships.network.LinksTo
244         occurrences:
245         - 1
246         - 1
247     capabilities:
248       feature_vdbe:
249         type: tosca.capabilities.Node
250         occurrences:
251         - 1
252         - UNBOUNDED
253       disk.device.iops_vdbe:
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       endpoint_vdbe:
260         type: tosca.capabilities.Endpoint.Admin
261         occurrences:
262         - 1
263         - UNBOUNDED
264       disk.ephemeral.size_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       feature_vdbe_untr_x_subport_vdbe_vdbe_untr_1_port_nested:
271         type: tosca.capabilities.Node
272         occurrences:
273         - 1
274         - UNBOUNDED
275       cpu_util_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       vcpus_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       disk.write.requests_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.device.latency_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       disk.device.write.requests.rate_vdbe:
300         type: org.openecomp.capabilities.metric.Ceilometer
301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
302         occurrences:
303         - 1
304         - UNBOUNDED
305       feature_vdbe_vdbe_untr_1_port:
306         type: tosca.capabilities.Node
307         occurrences:
308         - 1
309         - UNBOUNDED
310       disk.write.bytes.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       network.incoming.bytes.rate_vdbe_vdbe_untr_1_port:
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       network.incoming.packets.rate_vdbe_vdbe_untr_1_port:
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       scalable_vdbe:
329         type: tosca.capabilities.Scalable
330         occurrences:
331         - 1
332         - UNBOUNDED
333       disk.iops_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.write.requests_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.capacity_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       network.outgoing.bytes_vdbe_vdbe_untr_1_port:
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.allocation_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.usage_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       memory.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       disk.read.requests_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.incoming.bytes_vdbe_vdbe_untr_1_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       instance_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       cpu.delta_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       binding_vdbe_vdbe_untr_1_port:
400         type: tosca.capabilities.network.Bindable
401         valid_source_types:
402         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
403         occurrences:
404         - 0
405         - UNBOUNDED
406       disk.device.read.bytes.rate_vdbe:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       disk.device.write.bytes.rate_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       memory.resident_vdbe:
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       forwarder_vdbe_vdbe_untr_1_port:
425         type: org.openecomp.capabilities.Forwarder
426         occurrences:
427         - 1
428         - UNBOUNDED
429       feature_vdbe_vdbe_untr_1_port_nested:
430         type: tosca.capabilities.Node
431         occurrences:
432         - 1
433         - UNBOUNDED
434       disk.write.requests.rate_vdbe:
435         type: org.openecomp.capabilities.metric.Ceilometer
436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
437         occurrences:
438         - 1
439         - UNBOUNDED
440       cpu_vdbe:
441         type: org.openecomp.capabilities.metric.Ceilometer
442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
443         occurrences:
444         - 1
445         - UNBOUNDED
446       disk.write.bytes_vdbe:
447         type: org.openecomp.capabilities.metric.Ceilometer
448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
449         occurrences:
450         - 1
451         - UNBOUNDED
452       disk.device.usage_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       disk.device.read.bytes_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.latency_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       network.outgoing.packets.rate_vdbe_vdbe_untr_1_port:
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.capacity_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       host_vdbe:
483         type: tosca.capabilities.Container
484         valid_source_types:
485         - tosca.nodes.SoftwareComponent
486         occurrences:
487         - 1
488         - UNBOUNDED
489       disk.allocation_vdbe:
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       network.outpoing.packets_vdbe_vdbe_untr_1_port:
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       network.incoming.packets_vdbe_vdbe_untr_1_port:
502         type: org.openecomp.capabilities.metric.Ceilometer
503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
504         occurrences:
505         - 1
506         - UNBOUNDED
507       disk.read.bytes.rate_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       os_vdbe:
514         type: tosca.capabilities.OperatingSystem
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       memory_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       binding_vdbe:
537         type: tosca.capabilities.network.Bindable
538         occurrences:
539         - 1
540         - UNBOUNDED
541       disk.device.write.bytes_vdbe:
542         type: org.openecomp.capabilities.metric.Ceilometer
543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
544         occurrences:
545         - 1
546         - UNBOUNDED
547       network.outgoing.bytes.rate_vdbe_vdbe_untr_1_port:
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       vdbe_subport_network:
579         type: string
580         description: List of Contrail VLAN networks to use for the subinterfaces.   The order and number of these must match the VLAN ID list
581         required: true
582         status: SUPPORTED
583       ip_v6_address:
584         type: string
585         description: IPv6 address associated with subinterfaces
586         required: true
587         status: SUPPORTED
588       counter:
589         type: float
590         description: Index of instance among multiple instances.  Use to retrieve correct parameter for this instance when passed all parameters for all instances.
591         required: true
592         status: SUPPORTED
593       subinterfaces_name_prefix:
594         type: string
595         description: Combined with subinterface_instance_index, this is used as the name of the subinterface resource
596         required: true
597         status: SUPPORTED
598       ip_address:
599         type: string
600         description: IPv4 address associated with subinterfaces
601         required: true
602         status: SUPPORTED
603       aap_address_mode:
604         type: string
605         description: Address mode for the vDBE cluster IP
606         required: true
607         status: SUPPORTED
608       aap_untrusted_v6_ip_prefix:
609         type: string
610         description: ipv6 prefix for the primary vDBE VM on the VAN untrusted network
611         required: true
612         status: SUPPORTED
613       parent_interface:
614         type: string
615         description: Parent Contrail interface
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_untr_x_subport:
652         capability: tosca.capabilities.Node
653         node: tosca.nodes.Root
654         relationship: tosca.relationships.DependsOn
655         occurrences:
656         - 0
657         - UNBOUNDED
658     - link_vdbe_untr_x_subport:
659         capability: tosca.capabilities.network.Linkable
660         relationship: tosca.relationships.network.LinksTo
661         occurrences:
662         - 1
663         - 1
664     - binding_vdbe_untr_x_subport:
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_untr_x_subport:
673         type: tosca.capabilities.Node
674         occurrences:
675         - 1
676         - UNBOUNDED