f302b3f6ac0d3260ad8f3d64d0e5c2b8641b0456
[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.heat.nested:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       cmaui_names:
12         type: list
13         description: CMAUI1, CMAUI2 server names
14         required: true
15         status: SUPPORTED
16         entry_schema:
17           type: string
18       p1:
19         type: string
20         description: UID of OAM network
21         required: true
22         status: SUPPORTED
23       p2:
24         type: string
25         description: UID of OAM network
26         required: true
27         status: SUPPORTED
28       cmaui_image:
29         type: string
30         description: Image for CMAUI server
31         required: true
32         status: SUPPORTED
33       cmaui_flavor:
34         type: string
35         description: Flavor for CMAUI server
36         required: true
37         status: SUPPORTED
38       availability_zone_0:
39         type: string
40         description: availabilityzone name
41         required: true
42         status: SUPPORTED
43       cmaui_oam_ips:
44         type: string
45         required: true
46         status: SUPPORTED
47       net:
48         type: string
49         description: UID of OAM network
50         required: true
51         status: SUPPORTED
52     requirements:
53     - dependency_cmaui_port_2:
54         capability: tosca.capabilities.Node
55         node: tosca.nodes.Root
56         relationship: tosca.relationships.DependsOn
57         occurrences:
58         - 0
59         - UNBOUNDED
60     - link_cmaui_port_2:
61         capability: tosca.capabilities.network.Linkable
62         relationship: tosca.relationships.network.LinksTo
63         occurrences:
64         - 1
65         - 1
66     - dependency_server_cmaui:
67         capability: tosca.capabilities.Node
68         node: tosca.nodes.Root
69         relationship: tosca.relationships.DependsOn
70         occurrences:
71         - 0
72         - UNBOUNDED
73     - local_storage_server_cmaui:
74         capability: tosca.capabilities.Attachment
75         node: tosca.nodes.BlockStorage
76         relationship: tosca.relationships.AttachesTo
77         occurrences:
78         - 0
79         - UNBOUNDED
80     - dependency_cmaui_port_1:
81         capability: tosca.capabilities.Node
82         node: tosca.nodes.Root
83         relationship: tosca.relationships.DependsOn
84         occurrences:
85         - 0
86         - UNBOUNDED
87     - link_cmaui_port_1:
88         capability: tosca.capabilities.network.Linkable
89         relationship: tosca.relationships.network.LinksTo
90         occurrences:
91         - 1
92         - 1
93     capabilities:
94       cpu.delta_server_cmaui:
95         type: org.openecomp.capabilities.metric.Ceilometer
96         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
97         occurrences:
98         - 1
99         - UNBOUNDED
100       disk.device.write.requests.rate_server_cmaui:
101         type: org.openecomp.capabilities.metric.Ceilometer
102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
103         occurrences:
104         - 1
105         - UNBOUNDED
106       disk.device.allocation_server_cmaui:
107         type: org.openecomp.capabilities.metric.Ceilometer
108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
109         occurrences:
110         - 1
111         - UNBOUNDED
112       scalable_server_cmaui:
113         type: tosca.capabilities.Scalable
114         occurrences:
115         - 1
116         - UNBOUNDED
117       disk.read.bytes.rate_server_cmaui:
118         type: org.openecomp.capabilities.metric.Ceilometer
119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
120         occurrences:
121         - 1
122         - UNBOUNDED
123       network.incoming.packets.rate_cmaui_port_1:
124         type: org.openecomp.capabilities.metric.Ceilometer
125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
126         occurrences:
127         - 1
128         - UNBOUNDED
129       network.incoming.packets.rate_cmaui_port_2:
130         type: org.openecomp.capabilities.metric.Ceilometer
131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
132         occurrences:
133         - 1
134         - UNBOUNDED
135       cpu_server_cmaui:
136         type: org.openecomp.capabilities.metric.Ceilometer
137         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
138         occurrences:
139         - 1
140         - UNBOUNDED
141       feature_cmaui_port_1:
142         type: tosca.capabilities.Node
143         occurrences:
144         - 1
145         - UNBOUNDED
146       feature_cmaui_port_2:
147         type: tosca.capabilities.Node
148         occurrences:
149         - 1
150         - UNBOUNDED
151       disk.write.bytes.rate_server_cmaui:
152         type: org.openecomp.capabilities.metric.Ceilometer
153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
154         occurrences:
155         - 1
156         - UNBOUNDED
157       host_server_cmaui:
158         type: tosca.capabilities.Container
159         valid_source_types:
160         - tosca.nodes.SoftwareComponent
161         occurrences:
162         - 1
163         - UNBOUNDED
164       disk.device.read.bytes.rate_server_cmaui:
165         type: org.openecomp.capabilities.metric.Ceilometer
166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
167         occurrences:
168         - 1
169         - UNBOUNDED
170       cpu_util_server_cmaui:
171         type: org.openecomp.capabilities.metric.Ceilometer
172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
173         occurrences:
174         - 1
175         - UNBOUNDED
176       attachment_cmaui_port_2:
177         type: tosca.capabilities.Attachment
178         occurrences:
179         - 1
180         - UNBOUNDED
181       disk.device.latency_server_cmaui:
182         type: org.openecomp.capabilities.metric.Ceilometer
183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
184         occurrences:
185         - 1
186         - UNBOUNDED
187       disk.device.write.requests_server_cmaui:
188         type: org.openecomp.capabilities.metric.Ceilometer
189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
190         occurrences:
191         - 1
192         - UNBOUNDED
193       disk.read.requests_server_cmaui:
194         type: org.openecomp.capabilities.metric.Ceilometer
195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
196         occurrences:
197         - 1
198         - UNBOUNDED
199       network.outgoing.bytes_cmaui_port_2:
200         type: org.openecomp.capabilities.metric.Ceilometer
201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
202         occurrences:
203         - 1
204         - UNBOUNDED
205       disk.device.capacity_server_cmaui:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       network.outgoing.packets.rate_cmaui_port_1:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       network.outgoing.packets.rate_cmaui_port_2:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       disk.usage_server_cmaui:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       network.outgoing.bytes_cmaui_port_1:
230         type: org.openecomp.capabilities.metric.Ceilometer
231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
232         occurrences:
233         - 1
234         - UNBOUNDED
235       disk.device.usage_server_cmaui:
236         type: org.openecomp.capabilities.metric.Ceilometer
237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
238         occurrences:
239         - 1
240         - UNBOUNDED
241       attachment_cmaui_port_1:
242         type: tosca.capabilities.Attachment
243         occurrences:
244         - 1
245         - UNBOUNDED
246       disk.capacity_server_cmaui:
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.write.requests.rate_server_cmaui:
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.device.read.requests_server_cmaui:
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       instance_server_cmaui:
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       disk.device.read.bytes_server_cmaui:
271         type: org.openecomp.capabilities.metric.Ceilometer
272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
273         occurrences:
274         - 1
275         - UNBOUNDED
276       memory_server_cmaui:
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       disk.root.size_server_cmaui:
283         type: org.openecomp.capabilities.metric.Ceilometer
284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
285         occurrences:
286         - 1
287         - UNBOUNDED
288       forwarder_cmaui_port_2:
289         type: org.openecomp.capabilities.Forwarder
290         occurrences:
291         - 1
292         - UNBOUNDED
293       binding_server_cmaui:
294         type: tosca.capabilities.network.Bindable
295         occurrences:
296         - 1
297         - UNBOUNDED
298       forwarder_cmaui_port_1:
299         type: org.openecomp.capabilities.Forwarder
300         occurrences:
301         - 1
302         - UNBOUNDED
303       disk.device.read.requests.rate_server_cmaui:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       network.incoming.packets_cmaui_port_2:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       disk.write.bytes_server_cmaui:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       os_server_cmaui:
322         type: tosca.capabilities.OperatingSystem
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.device.write.bytes.rate_server_cmaui:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       network.incoming.packets_cmaui_port_1:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       memory.resident_server_cmaui:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.latency_server_cmaui:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       feature_server_cmaui:
351         type: tosca.capabilities.Node
352         occurrences:
353         - 1
354         - UNBOUNDED
355       binding_cmaui_port_1:
356         type: tosca.capabilities.network.Bindable
357         valid_source_types:
358         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
359         occurrences:
360         - 0
361         - UNBOUNDED
362       binding_cmaui_port_2:
363         type: tosca.capabilities.network.Bindable
364         valid_source_types:
365         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
366         occurrences:
367         - 0
368         - UNBOUNDED
369       vcpus_server_cmaui:
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.device.write.bytes_server_cmaui:
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.rate_cmaui_port_1:
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.incoming.bytes.rate_cmaui_port_2:
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.allocation_server_cmaui:
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       disk.write.requests_server_cmaui:
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       memory.usage_server_cmaui:
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.ephemeral.size_server_cmaui:
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.outpoing.packets_cmaui_port_1:
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       network.outpoing.packets_cmaui_port_2:
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       network.outgoing.bytes.rate_cmaui_port_2:
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       network.outgoing.bytes.rate_cmaui_port_1:
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       endpoint_server_cmaui:
442         type: tosca.capabilities.Endpoint.Admin
443         occurrences:
444         - 1
445         - UNBOUNDED
446       disk.iops_server_cmaui:
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.iops_server_cmaui:
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       network.incoming.bytes_cmaui_port_2:
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.read.bytes_server_cmaui:
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.incoming.bytes_cmaui_port_1:
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