b0861eae74e8658c93d75adcf0d4efd18aeef00c
[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.FSB1:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_FSB1_Internal_mac_address:
12         type: string
13         required: true
14         status: SUPPORTED
15       port_FSB1_Internal_ip_requirements:
16         type: list
17         required: true
18         status: SUPPORTED
19         entry_schema:
20           type: org.openecomp.datatypes.network.IpRequirements
21       port_FSB1_Internal_subnetpoolid:
22         type: string
23         required: true
24         status: SUPPORTED
25       compute_FSB1_metadata:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: json
31       port_FSB2_Internal_vlan_requirements:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: org.openecomp.datatypes.network.VlanRequirements
37       port_FSB2_Internal_order:
38         type: integer
39         required: true
40         status: SUPPORTED
41       port_FSB2_Internal_ip_requirements:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: org.openecomp.datatypes.network.IpRequirements
47       vm_flavor_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_FSB2_Internal_network_role:
52         type: string
53         required: true
54         status: SUPPORTED
55       port_FSB1_Internal_network_role_tag:
56         type: string
57         required: true
58         status: SUPPORTED
59       port_FSB1_Internal_vlan_requirements:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.VlanRequirements
65       port_FSB2_Internal_subnetpoolid:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_FSB1_Internal_exCP_naming:
70         type: org.openecomp.datatypes.Naming
71         required: true
72         status: SUPPORTED
73       port_FSB1_Internal_network_role:
74         type: string
75         required: true
76         status: SUPPORTED
77       compute_FSB1_availability_zone:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: string
83       port_FSB1_Internal_network:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: string
89       index_value:
90         type: integer
91         description: Index value of this substitution service template runtime instance
92         required: false
93         default: 0
94         status: SUPPORTED
95         constraints:
96         - greater_or_equal: 0
97       port_FSB2_Internal_mac_requirements:
98         type: org.openecomp.datatypes.network.MacRequirements
99         required: true
100         status: SUPPORTED
101       port_FSB2_Internal_mac_address:
102         type: string
103         required: true
104         status: SUPPORTED
105       port_FSB2_Internal_exCP_naming:
106         type: org.openecomp.datatypes.Naming
107         required: true
108         status: SUPPORTED
109       port_FSB1_Internal_order:
110         type: integer
111         required: true
112         status: SUPPORTED
113       port_FSB2_Internal_network:
114         type: list
115         required: true
116         status: SUPPORTED
117         entry_schema:
118           type: string
119       port_FSB1_Internal_mac_requirements:
120         type: org.openecomp.datatypes.network.MacRequirements
121         required: true
122         status: SUPPORTED
123       compute_FSB1_name:
124         type: list
125         required: true
126         status: SUPPORTED
127         entry_schema:
128           type: string
129       port_FSB2_Internal_network_role_tag:
130         type: string
131         required: true
132         status: SUPPORTED
133     attributes:
134       FSB1_FSB2_Internal_tenant_id:
135         type: string
136         status: SUPPORTED
137       FSB1_FSB1_Internal_network_id:
138         type: string
139         status: SUPPORTED
140       FSB1_user_data_format:
141         type: string
142         status: SUPPORTED
143       FSB1_accessIPv6:
144         type: string
145         status: SUPPORTED
146       FSB1_addresses:
147         type: map
148         status: SUPPORTED
149         entry_schema:
150           type: org.openecomp.datatypes.heat.novaServer.network.AddressInfo
151       FSB1_FSB2_Internal_network_id:
152         type: string
153         status: SUPPORTED
154       FSB1_FSB1_Internal_status:
155         type: string
156         status: SUPPORTED
157       FSB1_FSB1_Internal_device_owner:
158         type: string
159         status: SUPPORTED
160     requirements:
161     - dependency_FSB1_FSB1_Internal:
162         capability: tosca.capabilities.Node
163         node: tosca.nodes.Root
164         relationship: tosca.relationships.DependsOn
165         occurrences:
166         - 0
167         - UNBOUNDED
168     - link_FSB1_FSB1_Internal:
169         capability: tosca.capabilities.network.Linkable
170         relationship: tosca.relationships.network.LinksTo
171         occurrences:
172         - 1
173         - 1
174     - dependency_FSB1_FSB2_Internal:
175         capability: tosca.capabilities.Node
176         node: tosca.nodes.Root
177         relationship: tosca.relationships.DependsOn
178         occurrences:
179         - 0
180         - UNBOUNDED
181     - link_FSB1_FSB2_Internal:
182         capability: tosca.capabilities.network.Linkable
183         relationship: tosca.relationships.network.LinksTo
184         occurrences:
185         - 1
186         - 1
187     - dependency_FSB1:
188         capability: tosca.capabilities.Node
189         node: tosca.nodes.Root
190         relationship: tosca.relationships.DependsOn
191         occurrences:
192         - 0
193         - UNBOUNDED
194     - local_storage_FSB1:
195         capability: tosca.capabilities.Attachment
196         node: tosca.nodes.BlockStorage
197         relationship: tosca.relationships.AttachesTo
198         occurrences:
199         - 0
200         - UNBOUNDED
201     capabilities:
202       binding_FSB1_FSB2_Internal:
203         type: tosca.capabilities.network.Bindable
204         valid_source_types:
205         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
206         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
207         occurrences:
208         - 0
209         - UNBOUNDED
210       disk.capacity_FSB1:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       disk.read.bytes.rate_FSB1:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.device.latency_FSB1:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       disk.allocation_FSB1:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       disk.read.bytes_FSB1:
235         type: org.openecomp.capabilities.metric.Ceilometer
236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
237         occurrences:
238         - 1
239         - UNBOUNDED
240       disk.device.capacity_FSB1:
241         type: org.openecomp.capabilities.metric.Ceilometer
242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
243         occurrences:
244         - 1
245         - UNBOUNDED
246       cpu_util_FSB1:
247         type: org.openecomp.capabilities.metric.Ceilometer
248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
249         occurrences:
250         - 1
251         - UNBOUNDED
252       disk.device.write.requests.rate_FSB1:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       disk.root.size_FSB1:
259         type: org.openecomp.capabilities.metric.Ceilometer
260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
261         occurrences:
262         - 1
263         - UNBOUNDED
264       forwarder_FSB1_FSB2_Internal:
265         type: org.openecomp.capabilities.Forwarder
266         occurrences:
267         - 1
268         - UNBOUNDED
269       feature_FSB1:
270         type: tosca.capabilities.Node
271         occurrences:
272         - 1
273         - UNBOUNDED
274       network.incoming.packets.rate_FSB1_FSB1_Internal:
275         type: org.openecomp.capabilities.metric.Ceilometer
276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
277         occurrences:
278         - 1
279         - UNBOUNDED
280       network.outgoing.bytes_FSB1_FSB1_Internal:
281         type: org.openecomp.capabilities.metric.Ceilometer
282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
283         occurrences:
284         - 1
285         - UNBOUNDED
286       feature_FSB1_FSB2_Internal:
287         type: tosca.capabilities.Node
288         occurrences:
289         - 1
290         - UNBOUNDED
291       attachment_FSB1_FSB2_Internal:
292         type: tosca.capabilities.Attachment
293         occurrences:
294         - 1
295         - UNBOUNDED
296       network.incoming.packets_FSB1_FSB2_Internal:
297         type: org.openecomp.capabilities.metric.Ceilometer
298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
299         occurrences:
300         - 1
301         - UNBOUNDED
302       memory.resident_FSB1:
303         type: org.openecomp.capabilities.metric.Ceilometer
304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
305         occurrences:
306         - 1
307         - UNBOUNDED
308       forwarder_FSB1_FSB1_Internal:
309         type: org.openecomp.capabilities.Forwarder
310         occurrences:
311         - 1
312         - UNBOUNDED
313       network.incoming.packets.rate_FSB1_FSB2_Internal:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       cpu_FSB1:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       disk.write.requests.rate_FSB1:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       instance_FSB1:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       disk.device.read.bytes.rate_FSB1:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       cpu.delta_FSB1:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       disk.write.bytes_FSB1:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       binding_FSB1_FSB1_Internal:
356         type: tosca.capabilities.network.Bindable
357         valid_source_types:
358         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
359         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
360         occurrences:
361         - 0
362         - UNBOUNDED
363       disk.device.read.requests.rate_FSB1:
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       feature_FSB1_FSB1_Internal:
370         type: tosca.capabilities.Node
371         occurrences:
372         - 1
373         - UNBOUNDED
374       disk.device.read.requests_FSB1:
375         type: org.openecomp.capabilities.metric.Ceilometer
376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
377         occurrences:
378         - 1
379         - UNBOUNDED
380       disk.ephemeral.size_FSB1:
381         type: org.openecomp.capabilities.metric.Ceilometer
382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
383         occurrences:
384         - 1
385         - UNBOUNDED
386       binding_FSB1:
387         type: tosca.capabilities.network.Bindable
388         occurrences:
389         - 1
390         - UNBOUNDED
391       disk.device.write.bytes_FSB1:
392         type: org.openecomp.capabilities.metric.Ceilometer
393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
394         occurrences:
395         - 1
396         - UNBOUNDED
397       network.incoming.packets_FSB1_FSB1_Internal:
398         type: org.openecomp.capabilities.metric.Ceilometer
399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
400         occurrences:
401         - 1
402         - UNBOUNDED
403       attachment_FSB1_FSB1_Internal:
404         type: tosca.capabilities.Attachment
405         occurrences:
406         - 1
407         - UNBOUNDED
408       memory_FSB1:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       network.outpoing.packets_FSB1_FSB1_Internal:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       network.outgoing.bytes.rate_FSB1_FSB2_Internal:
421         type: org.openecomp.capabilities.metric.Ceilometer
422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
423         occurrences:
424         - 1
425         - UNBOUNDED
426       disk.device.read.bytes_FSB1:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       disk.device.usage_FSB1:
433         type: org.openecomp.capabilities.metric.Ceilometer
434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
435         occurrences:
436         - 1
437         - UNBOUNDED
438       disk.write.bytes.rate_FSB1:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       scalable_FSB1:
445         type: tosca.capabilities.Scalable
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.usage_FSB1:
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       host_FSB1:
456         type: tosca.capabilities.Container
457         valid_source_types:
458         - tosca.nodes.SoftwareComponent
459         occurrences:
460         - 1
461         - UNBOUNDED
462       disk.device.allocation_FSB1:
463         type: org.openecomp.capabilities.metric.Ceilometer
464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
465         occurrences:
466         - 1
467         - UNBOUNDED
468       os_FSB1:
469         type: tosca.capabilities.OperatingSystem
470         occurrences:
471         - 1
472         - UNBOUNDED
473       vcpus_FSB1:
474         type: org.openecomp.capabilities.metric.Ceilometer
475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
476         occurrences:
477         - 1
478         - UNBOUNDED
479       disk.write.requests_FSB1:
480         type: org.openecomp.capabilities.metric.Ceilometer
481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
482         occurrences:
483         - 1
484         - UNBOUNDED
485       network.outgoing.bytes_FSB1_FSB2_Internal:
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       network.incoming.bytes_FSB1_FSB1_Internal:
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.outpoing.packets_FSB1_FSB2_Internal:
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       disk.device.write.bytes.rate_FSB1:
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       network.outgoing.bytes.rate_FSB1_FSB1_Internal:
510         type: org.openecomp.capabilities.metric.Ceilometer
511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
512         occurrences:
513         - 1
514         - UNBOUNDED
515       endpoint_FSB1:
516         type: tosca.capabilities.Endpoint.Admin
517         occurrences:
518         - 1
519         - UNBOUNDED
520       network.outgoing.packets.rate_FSB1_FSB1_Internal:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526       network.incoming.bytes.rate_FSB1_FSB1_Internal:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       disk.latency_FSB1:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538       memory.usage_FSB1:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544       disk.read.requests_FSB1:
545         type: org.openecomp.capabilities.metric.Ceilometer
546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
547         occurrences:
548         - 1
549         - UNBOUNDED
550       disk.device.write.requests_FSB1:
551         type: org.openecomp.capabilities.metric.Ceilometer
552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
553         occurrences:
554         - 1
555         - UNBOUNDED
556       network.incoming.bytes.rate_FSB1_FSB2_Internal:
557         type: org.openecomp.capabilities.metric.Ceilometer
558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
559         occurrences:
560         - 1
561         - UNBOUNDED
562       network.incoming.bytes_FSB1_FSB2_Internal:
563         type: org.openecomp.capabilities.metric.Ceilometer
564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
565         occurrences:
566         - 1
567         - UNBOUNDED
568       disk.iops_FSB1:
569         type: org.openecomp.capabilities.metric.Ceilometer
570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
571         occurrences:
572         - 1
573         - UNBOUNDED
574       network.outgoing.packets.rate_FSB1_FSB2_Internal:
575         type: org.openecomp.capabilities.metric.Ceilometer
576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
577         occurrences:
578         - 1
579         - UNBOUNDED
580       disk.device.iops_FSB1:
581         type: org.openecomp.capabilities.metric.Ceilometer
582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
583         occurrences:
584         - 1
585         - UNBOUNDED