e945040f2df2f97699e9591cded944c785fb8f04
[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.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       compute_pd_server_availability_zone:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: string
17       compute_pd_server_name:
18         type: list
19         required: true
20         status: SUPPORTED
21         entry_schema:
22           type: string
23       port_pd01_port_replacement_policy:
24         type: list
25         required: true
26         status: SUPPORTED
27         entry_schema:
28           type: string
29       vm_flavor_name:
30         type: string
31         required: true
32         status: SUPPORTED
33       port_pd01_port_security_groups:
34         type: list
35         required: true
36         status: SUPPORTED
37         entry_schema:
38           type: json
39       port_pd02_port_network_role_tag:
40         type: list
41         required: true
42         status: SUPPORTED
43         entry_schema:
44           type: string
45       port_pd01_port_mac_requirements:
46         type: org.openecomp.datatypes.network.MacRequirements
47         required: true
48         status: SUPPORTED
49       vm_image_name:
50         type: string
51         required: true
52         status: SUPPORTED
53       port_pd02_port_replacement_policy:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       port_pd01_port_ip_requirements:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.IpRequirements
65       port_pd02_port_network_role:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: string
71       port_pd01_port_vlan_requirements:
72         type: list
73         required: true
74         status: SUPPORTED
75         entry_schema:
76           type: org.openecomp.datatypes.network.VlanRequirements
77       compute_pd_server_user_data_format:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: string
83       index_value:
84         type: integer
85         description: Index value of this substitution service template runtime instance
86         required: false
87         default: 0
88         status: SUPPORTED
89         constraints:
90         - greater_or_equal: 0
91       port_pd02_port_mac_requirements:
92         type: org.openecomp.datatypes.network.MacRequirements
93         required: true
94         status: SUPPORTED
95       port_pd01_port_exCP_naming:
96         type: org.openecomp.datatypes.Naming
97         required: true
98         status: SUPPORTED
99       port_pd02_port_order:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: integer
105       port_pd02_port_subnetpoolid:
106         type: list
107         required: true
108         status: SUPPORTED
109         entry_schema:
110           type: string
111       port_pd02_port_vlan_requirements:
112         type: list
113         required: true
114         status: SUPPORTED
115         entry_schema:
116           type: org.openecomp.datatypes.network.VlanRequirements
117       port_pd02_port_security_groups:
118         type: list
119         required: true
120         status: SUPPORTED
121         entry_schema:
122           type: json
123       port_pd01_port_network:
124         type: list
125         required: true
126         status: SUPPORTED
127         entry_schema:
128           type: string
129       port_pd01_port_order:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: integer
135       port_pd01_port_subnetpoolid:
136         type: list
137         required: true
138         status: SUPPORTED
139         entry_schema:
140           type: string
141       port_pd02_port_exCP_naming:
142         type: org.openecomp.datatypes.Naming
143         required: true
144         status: SUPPORTED
145       port_pd01_port_network_role:
146         type: list
147         required: true
148         status: SUPPORTED
149         entry_schema:
150           type: string
151       port_pd02_port_ip_requirements:
152         type: list
153         required: true
154         status: SUPPORTED
155         entry_schema:
156           type: org.openecomp.datatypes.network.IpRequirements
157       port_pd01_port_network_role_tag:
158         type: list
159         required: true
160         status: SUPPORTED
161         entry_schema:
162           type: string
163       port_pd02_port_network:
164         type: list
165         required: true
166         status: SUPPORTED
167         entry_schema:
168           type: string
169     requirements:
170     - dependency_pd_server:
171         capability: tosca.capabilities.Node
172         node: tosca.nodes.Root
173         relationship: tosca.relationships.DependsOn
174         occurrences:
175         - 0
176         - UNBOUNDED
177     - local_storage_pd_server:
178         capability: tosca.capabilities.Attachment
179         node: tosca.nodes.BlockStorage
180         relationship: tosca.relationships.AttachesTo
181         occurrences:
182         - 0
183         - UNBOUNDED
184     - dependency_pd_server_pd01_port:
185         capability: tosca.capabilities.Node
186         node: tosca.nodes.Root
187         relationship: tosca.relationships.DependsOn
188         occurrences:
189         - 0
190         - UNBOUNDED
191     - link_pd_server_pd01_port:
192         capability: tosca.capabilities.network.Linkable
193         relationship: tosca.relationships.network.LinksTo
194         occurrences:
195         - 1
196         - 1
197     - dependency_pd_server_pd02_port:
198         capability: tosca.capabilities.Node
199         node: tosca.nodes.Root
200         relationship: tosca.relationships.DependsOn
201         occurrences:
202         - 0
203         - UNBOUNDED
204     - link_pd_server_pd02_port:
205         capability: tosca.capabilities.network.Linkable
206         relationship: tosca.relationships.network.LinksTo
207         occurrences:
208         - 1
209         - 1
210     capabilities:
211       scalable_pd_server:
212         type: tosca.capabilities.Scalable
213         occurrences:
214         - 1
215         - UNBOUNDED
216       disk.read.bytes.rate_pd_server:
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       memory.usage_pd_server:
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       memory_pd_server:
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.device.usage_pd_server:
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       network.outgoing.packets.rate_pd_server_pd01_port:
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       os_pd_server:
247         type: tosca.capabilities.OperatingSystem
248         occurrences:
249         - 1
250         - UNBOUNDED
251       disk.write.bytes.rate_pd_server:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       network.incoming.bytes_pd_server_pd01_port:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       cpu_pd_server:
264         type: org.openecomp.capabilities.metric.Ceilometer
265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
266         occurrences:
267         - 1
268         - UNBOUNDED
269       cpu_util_pd_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.device.write.requests.rate_pd_server:
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       disk.read.bytes_pd_server:
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.device.read.bytes.rate_pd_server:
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       binding_pd_server_pd02_port:
294         type: tosca.capabilities.network.Bindable
295         valid_source_types:
296         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
297         occurrences:
298         - 0
299         - UNBOUNDED
300       network.outgoing.bytes_pd_server_pd01_port:
301         type: org.openecomp.capabilities.metric.Ceilometer
302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
303         occurrences:
304         - 1
305         - UNBOUNDED
306       network.outgoing.packets.rate_pd_server_pd02_port:
307         type: org.openecomp.capabilities.metric.Ceilometer
308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
309         occurrences:
310         - 1
311         - UNBOUNDED
312       disk.iops_pd_server:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       memory.resident_pd_server:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       cpu.delta_pd_server:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       network.incoming.packets.rate_pd_server_pd01_port:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       network.outgoing.bytes_pd_server_pd02_port:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       feature_pd_server_pd02_port:
343         type: tosca.capabilities.Node
344         occurrences:
345         - 1
346         - UNBOUNDED
347       network.incoming.bytes.rate_pd_server_pd02_port:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       network.outgoing.bytes.rate_pd_server_pd02_port:
354         type: org.openecomp.capabilities.metric.Ceilometer
355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
356         occurrences:
357         - 1
358         - UNBOUNDED
359       vcpus_pd_server:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       disk.device.write.bytes.rate_pd_server:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       disk.device.write.requests_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       endpoint_pd_server:
378         type: tosca.capabilities.Endpoint.Admin
379         occurrences:
380         - 1
381         - UNBOUNDED
382       attachment_pd_server_pd01_port:
383         type: tosca.capabilities.Attachment
384         occurrences:
385         - 1
386         - UNBOUNDED
387       disk.capacity_pd_server:
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.device.allocation_pd_server:
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.allocation_pd_server:
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       network.incoming.packets_pd_server_pd02_port:
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:
412         type: tosca.capabilities.network.Bindable
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.read.requests_pd_server:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422       feature_pd_server:
423         type: tosca.capabilities.Node
424         occurrences:
425         - 1
426         - UNBOUNDED
427       disk.usage_pd_server:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       network.outpoing.packets_pd_server_pd02_port:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439       binding_pd_server_pd01_port:
440         type: tosca.capabilities.network.Bindable
441         valid_source_types:
442         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
443         occurrences:
444         - 0
445         - UNBOUNDED
446       disk.write.bytes_pd_server:
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       network.incoming.bytes.rate_pd_server_pd01_port:
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.packets_pd_server_pd01_port:
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.device.read.requests.rate_pd_server:
465         type: org.openecomp.capabilities.metric.Ceilometer
466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
467         occurrences:
468         - 1
469         - UNBOUNDED
470       disk.root.size_pd_server:
471         type: org.openecomp.capabilities.metric.Ceilometer
472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
473         occurrences:
474         - 1
475         - UNBOUNDED
476       disk.device.read.bytes_pd_server:
477         type: org.openecomp.capabilities.metric.Ceilometer
478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
479         occurrences:
480         - 1
481         - UNBOUNDED
482       disk.device.write.bytes_pd_server:
483         type: org.openecomp.capabilities.metric.Ceilometer
484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
485         occurrences:
486         - 1
487         - UNBOUNDED
488       disk.device.read.requests_pd_server:
489         type: org.openecomp.capabilities.metric.Ceilometer
490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
491         occurrences:
492         - 1
493         - UNBOUNDED
494       instance_pd_server:
495         type: org.openecomp.capabilities.metric.Ceilometer
496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
497         occurrences:
498         - 1
499         - UNBOUNDED
500       host_pd_server:
501         type: tosca.capabilities.Container
502         valid_source_types:
503         - tosca.nodes.SoftwareComponent
504         occurrences:
505         - 1
506         - UNBOUNDED
507       network.outpoing.packets_pd_server_pd01_port:
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       attachment_pd_server_pd02_port:
514         type: tosca.capabilities.Attachment
515         occurrences:
516         - 1
517         - UNBOUNDED
518       disk.write.requests.rate_pd_server:
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.ephemeral.size_pd_server:
525         type: org.openecomp.capabilities.metric.Ceilometer
526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
527         occurrences:
528         - 1
529         - UNBOUNDED
530       disk.write.requests_pd_server:
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       feature_pd_server_pd01_port:
537         type: tosca.capabilities.Node
538         occurrences:
539         - 1
540         - UNBOUNDED
541       disk.device.latency_pd_server:
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.incoming.packets.rate_pd_server_pd02_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.latency_pd_server:
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.device.capacity_pd_server:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       network.outgoing.bytes.rate_pd_server_pd01_port:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       disk.device.iops_pd_server:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577       network.incoming.bytes_pd_server_pd02_port:
578         type: org.openecomp.capabilities.metric.Ceilometer
579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
580         occurrences:
581         - 1
582         - UNBOUNDED