b112901caa7b37d94cb32e7d2e644eaf85a5efc4
[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.vfc.nodes.heat.pd_server:
9     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
10     properties:
11       compute_pd_server_key_name:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: string
17       index_value:
18         type: integer
19         description: Index value of this substitution service template runtime instance
20         required: false
21         default: 0
22         status: SUPPORTED
23         constraints:
24         - greater_or_equal: 0
25       compute_pd_server_availability_zone:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       compute_pd_server_name:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: string
37       port_pd01_port_exCP_naming:
38         type: org.openecomp.datatypes.Naming
39         required: true
40         status: SUPPORTED
41       compute_pd_server_personality:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: json
47       compute_pd_server_image_update_policy:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       vm_flavor_name:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd01_port_mac_requirements:
58         type: org.openecomp.datatypes.network.MacRequirements
59         required: true
60         status: SUPPORTED
61       vm_image_name:
62         type: string
63         required: true
64         status: SUPPORTED
65       port_pd01_port_ip_requirements:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: org.openecomp.datatypes.network.IpRequirements
71       port_pd01_port_network:
72         type: list
73         required: true
74         status: SUPPORTED
75         entry_schema:
76           type: string
77       port_pd01_port_order:
78         type: integer
79         required: true
80         status: SUPPORTED
81       port_pd01_port_subnetpoolid:
82         type: string
83         required: true
84         status: SUPPORTED
85       port_pd01_port_network_role:
86         type: string
87         required: true
88         status: SUPPORTED
89       port_pd01_port_network_role_tag:
90         type: string
91         required: true
92         status: SUPPORTED
93       port_pd01_port_vlan_requirements:
94         type: list
95         required: true
96         status: SUPPORTED
97         entry_schema:
98           type: org.openecomp.datatypes.network.VlanRequirements
99       compute_pd_server_user_data_format:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: string
105   org.openecomp.resource.abstract.nodes.pd_server:
106     derived_from: org.openecomp.resource.abstract.nodes.VFC
107     properties:
108       compute_pd_server_key_name:
109         type: list
110         required: true
111         status: SUPPORTED
112         entry_schema:
113           type: string
114       index_value:
115         type: integer
116         description: Index value of this substitution service template runtime instance
117         required: false
118         default: 0
119         status: SUPPORTED
120         constraints:
121         - greater_or_equal: 0
122       compute_pd_server_availability_zone:
123         type: list
124         required: true
125         status: SUPPORTED
126         entry_schema:
127           type: string
128       compute_pd_server_name:
129         type: list
130         required: true
131         status: SUPPORTED
132         entry_schema:
133           type: string
134       port_pd01_port_exCP_naming:
135         type: org.openecomp.datatypes.Naming
136         required: true
137         status: SUPPORTED
138       compute_pd_server_personality:
139         type: list
140         required: true
141         status: SUPPORTED
142         entry_schema:
143           type: json
144       compute_pd_server_image_update_policy:
145         type: list
146         required: true
147         status: SUPPORTED
148         entry_schema:
149           type: string
150       vm_flavor_name:
151         type: string
152         required: true
153         status: SUPPORTED
154       port_pd01_port_mac_requirements:
155         type: org.openecomp.datatypes.network.MacRequirements
156         required: true
157         status: SUPPORTED
158       vm_image_name:
159         type: string
160         required: true
161         status: SUPPORTED
162       port_pd01_port_ip_requirements:
163         type: list
164         required: true
165         status: SUPPORTED
166         entry_schema:
167           type: org.openecomp.datatypes.network.IpRequirements
168       port_pd01_port_network:
169         type: list
170         required: true
171         status: SUPPORTED
172         entry_schema:
173           type: string
174       port_pd01_port_order:
175         type: integer
176         required: true
177         status: SUPPORTED
178       port_pd01_port_subnetpoolid:
179         type: string
180         required: true
181         status: SUPPORTED
182       port_pd01_port_network_role:
183         type: string
184         required: true
185         status: SUPPORTED
186       port_pd01_port_network_role_tag:
187         type: string
188         required: true
189         status: SUPPORTED
190       port_pd01_port_vlan_requirements:
191         type: list
192         required: true
193         status: SUPPORTED
194         entry_schema:
195           type: org.openecomp.datatypes.network.VlanRequirements
196       compute_pd_server_user_data_format:
197         type: list
198         required: true
199         status: SUPPORTED
200         entry_schema:
201           type: string
202     requirements:
203     - dependency_pd_server:
204         capability: tosca.capabilities.Node
205         node: tosca.nodes.Root
206         relationship: tosca.relationships.DependsOn
207         occurrences:
208         - 0
209         - UNBOUNDED
210     - local_storage_pd_server:
211         capability: tosca.capabilities.Attachment
212         node: tosca.nodes.BlockStorage
213         relationship: tosca.relationships.AttachesTo
214         occurrences:
215         - 0
216         - UNBOUNDED
217     - dependency_pd_server_pd01_port:
218         capability: tosca.capabilities.Node
219         node: tosca.nodes.Root
220         relationship: tosca.relationships.DependsOn
221         occurrences:
222         - 0
223         - UNBOUNDED
224     - link_pd_server_pd01_port:
225         capability: tosca.capabilities.network.Linkable
226         relationship: tosca.relationships.network.LinksTo
227         occurrences:
228         - 1
229         - 1
230     capabilities:
231       scalable_pd_server:
232         type: tosca.capabilities.Scalable
233         occurrences:
234         - 1
235         - UNBOUNDED
236       disk.read.bytes.rate_pd_server:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       memory.usage_pd_server:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       memory_pd_server:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       disk.device.usage_pd_server:
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.packets.rate_pd_server_pd01_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       os_pd_server:
267         type: tosca.capabilities.OperatingSystem
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.write.bytes.rate_pd_server:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       network.incoming.bytes_pd_server_pd01_port:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       cpu_pd_server:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       cpu_util_pd_server:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       disk.device.write.requests.rate_pd_server:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.read.bytes_pd_server:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       disk.device.read.bytes.rate_pd_server:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       network.outgoing.bytes_pd_server_pd01_port:
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       disk.iops_pd_server:
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       memory.resident_pd_server:
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       cpu.delta_pd_server:
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       network.incoming.packets.rate_pd_server_pd01_port:
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       vcpus_pd_server:
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.device.write.bytes.rate_pd_server:
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       disk.device.write.requests_pd_server:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       endpoint_pd_server:
362         type: tosca.capabilities.Endpoint.Admin
363         occurrences:
364         - 1
365         - UNBOUNDED
366       attachment_pd_server_pd01_port:
367         type: tosca.capabilities.Attachment
368         occurrences:
369         - 1
370         - UNBOUNDED
371       disk.capacity_pd_server:
372         type: org.openecomp.capabilities.metric.Ceilometer
373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
374         occurrences:
375         - 1
376         - UNBOUNDED
377       disk.device.allocation_pd_server:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.allocation_pd_server:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       binding_pd_server:
390         type: tosca.capabilities.network.Bindable
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.read.requests_pd_server:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       feature_pd_server:
401         type: tosca.capabilities.Node
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.usage_pd_server:
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       binding_pd_server_pd01_port:
412         type: tosca.capabilities.network.Bindable
413         valid_source_types:
414         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
415         occurrences:
416         - 0
417         - UNBOUNDED
418       disk.write.bytes_pd_server:
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       network.incoming.bytes.rate_pd_server_pd01_port:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       network.incoming.packets_pd_server_pd01_port:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.device.read.requests.rate_pd_server:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       disk.root.size_pd_server:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       disk.device.read.bytes_pd_server:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       disk.device.write.bytes_pd_server:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       disk.device.read.requests_pd_server:
461         type: org.openecomp.capabilities.metric.Ceilometer
462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
463         occurrences:
464         - 1
465         - UNBOUNDED
466       instance_pd_server:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       host_pd_server:
473         type: tosca.capabilities.Container
474         valid_source_types:
475         - tosca.nodes.SoftwareComponent
476         occurrences:
477         - 1
478         - UNBOUNDED
479       network.outpoing.packets_pd_server_pd01_port:
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       disk.write.requests.rate_pd_server:
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       disk.ephemeral.size_pd_server:
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       disk.write.requests_pd_server:
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       feature_pd_server_pd01_port:
504         type: tosca.capabilities.Node
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.device.latency_pd_server:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.latency_pd_server:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       disk.device.capacity_pd_server:
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.outgoing.bytes.rate_pd_server_pd01_port:
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.device.iops_pd_server:
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