b481f2805a0ee400e924ad16a0eddff35d635db5
[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       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pd_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       compute_pd_server_name:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       port_pd01_port_exCP_naming:
32         type: org.openecomp.datatypes.Naming
33         required: true
34         status: SUPPORTED
35       subinterface_nested_service_template_filter_count:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: float
41       vm_flavor_name:
42         type: string
43         required: true
44         status: SUPPORTED
45       subinterface_nested_p1:
46         type: list
47         required: true
48         status: SUPPORTED
49         entry_schema:
50           type: string
51       port_pd01_port_mac_requirements:
52         type: org.openecomp.datatypes.network.MacRequirements
53         required: true
54         status: SUPPORTED
55       vm_image_name:
56         type: string
57         required: true
58         status: SUPPORTED
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_pd01_port_network:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: string
71       port_pd01_port_order:
72         type: integer
73         required: true
74         status: SUPPORTED
75       port_pd01_port_subnetpoolid:
76         type: string
77         required: true
78         status: SUPPORTED
79       subinterface_nested_net1:
80         type: list
81         required: true
82         status: SUPPORTED
83         entry_schema:
84           type: string
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     requirements:
106     - dependency_pd_server_pd01_port_nested:
107         capability: tosca.capabilities.Node
108         node: tosca.nodes.Root
109         relationship: tosca.relationships.DependsOn
110         occurrences:
111         - 0
112         - UNBOUNDED
113     - dependency_template_Vlan_1_pd_server_pd01_port_nested:
114         capability: tosca.capabilities.Node
115         node: tosca.nodes.Root
116         relationship: tosca.relationships.DependsOn
117         occurrences:
118         - 0
119         - UNBOUNDED
120     - subinterface_link_template_Vlan_1_pd_server_pd01_port_nested:
121         capability: tosca.capabilities.network.Linkable
122         relationship: tosca.relationships.network.LinksTo
123         occurrences:
124         - 1
125         - 1
126     - dependency_pd_server:
127         capability: tosca.capabilities.Node
128         node: tosca.nodes.Root
129         relationship: tosca.relationships.DependsOn
130         occurrences:
131         - 0
132         - UNBOUNDED
133     - local_storage_pd_server:
134         capability: tosca.capabilities.Attachment
135         node: tosca.nodes.BlockStorage
136         relationship: tosca.relationships.AttachesTo
137         occurrences:
138         - 0
139         - UNBOUNDED
140     - dependency_pd_server_pd01_port:
141         capability: tosca.capabilities.Node
142         node: tosca.nodes.Root
143         relationship: tosca.relationships.DependsOn
144         occurrences:
145         - 0
146         - UNBOUNDED
147     - link_pd_server_pd01_port:
148         capability: tosca.capabilities.network.Linkable
149         relationship: tosca.relationships.network.LinksTo
150         occurrences:
151         - 1
152         - 1
153     capabilities:
154       scalable_pd_server:
155         type: tosca.capabilities.Scalable
156         occurrences:
157         - 1
158         - UNBOUNDED
159       disk.read.bytes.rate_pd_server:
160         type: org.openecomp.capabilities.metric.Ceilometer
161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
162         occurrences:
163         - 1
164         - UNBOUNDED
165       feature_template_Vlan_1_pd_server_pd01_port_nested:
166         type: tosca.capabilities.Node
167         occurrences:
168         - 1
169         - UNBOUNDED
170       memory.usage_pd_server:
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       memory_pd_server:
177         type: org.openecomp.capabilities.metric.Ceilometer
178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
179         occurrences:
180         - 1
181         - UNBOUNDED
182       disk.device.usage_pd_server:
183         type: org.openecomp.capabilities.metric.Ceilometer
184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
185         occurrences:
186         - 1
187         - UNBOUNDED
188       network.outgoing.packets.rate_pd_server_pd01_port:
189         type: org.openecomp.capabilities.metric.Ceilometer
190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
191         occurrences:
192         - 1
193         - UNBOUNDED
194       os_pd_server:
195         type: tosca.capabilities.OperatingSystem
196         occurrences:
197         - 1
198         - UNBOUNDED
199       disk.write.bytes.rate_pd_server:
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       network.incoming.bytes_pd_server_pd01_port:
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       cpu_pd_server:
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       cpu_util_pd_server:
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.device.write.requests.rate_pd_server:
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       disk.read.bytes_pd_server:
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.read.bytes.rate_pd_server:
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       network.outgoing.bytes_pd_server_pd01_port:
242         type: org.openecomp.capabilities.metric.Ceilometer
243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
244         occurrences:
245         - 1
246         - UNBOUNDED
247       disk.iops_pd_server:
248         type: org.openecomp.capabilities.metric.Ceilometer
249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
250         occurrences:
251         - 1
252         - UNBOUNDED
253       memory.resident_pd_server:
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       cpu.delta_pd_server:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       network.incoming.packets.rate_pd_server_pd01_port:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       vcpus_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       disk.device.write.bytes.rate_pd_server:
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       disk.device.write.requests_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       endpoint_pd_server:
290         type: tosca.capabilities.Endpoint.Admin
291         occurrences:
292         - 1
293         - UNBOUNDED
294       attachment_pd_server_pd01_port:
295         type: tosca.capabilities.Attachment
296         occurrences:
297         - 1
298         - UNBOUNDED
299       disk.capacity_pd_server:
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       disk.device.allocation_pd_server:
306         type: org.openecomp.capabilities.metric.Ceilometer
307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
308         occurrences:
309         - 1
310         - UNBOUNDED
311       disk.allocation_pd_server:
312         type: org.openecomp.capabilities.metric.Ceilometer
313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
314         occurrences:
315         - 1
316         - UNBOUNDED
317       binding_pd_server:
318         type: tosca.capabilities.network.Bindable
319         occurrences:
320         - 1
321         - UNBOUNDED
322       disk.read.requests_pd_server:
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       feature_pd_server_pd01_port_nested:
329         type: tosca.capabilities.Node
330         occurrences:
331         - 1
332         - UNBOUNDED
333       feature_pd_server:
334         type: tosca.capabilities.Node
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.usage_pd_server:
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       binding_pd_server_pd01_port:
345         type: tosca.capabilities.network.Bindable
346         valid_source_types:
347         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
348         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
349         occurrences:
350         - 0
351         - UNBOUNDED
352       disk.write.bytes_pd_server:
353         type: org.openecomp.capabilities.metric.Ceilometer
354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
355         occurrences:
356         - 1
357         - UNBOUNDED
358       network.incoming.bytes.rate_pd_server_pd01_port:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       network.incoming.packets_pd_server_pd01_port:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       disk.device.read.requests.rate_pd_server:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       disk.root.size_pd_server:
377         type: org.openecomp.capabilities.metric.Ceilometer
378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
379         occurrences:
380         - 1
381         - UNBOUNDED
382       disk.device.read.bytes_pd_server:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       disk.device.write.bytes_pd_server:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.device.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       instance_pd_server:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       host_pd_server:
407         type: tosca.capabilities.Container
408         valid_source_types:
409         - tosca.nodes.SoftwareComponent
410         occurrences:
411         - 1
412         - UNBOUNDED
413       network.outpoing.packets_pd_server_pd01_port:
414         type: org.openecomp.capabilities.metric.Ceilometer
415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
416         occurrences:
417         - 1
418         - UNBOUNDED
419       forwarder_pd_server_pd01_port:
420         type: org.openecomp.capabilities.Forwarder
421         occurrences:
422         - 1
423         - UNBOUNDED
424       disk.write.requests.rate_pd_server:
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       disk.ephemeral.size_pd_server:
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.write.requests_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       feature_pd_server_pd01_port:
443         type: tosca.capabilities.Node
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.latency_pd_server:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       disk.latency_pd_server:
454         type: org.openecomp.capabilities.metric.Ceilometer
455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
456         occurrences:
457         - 1
458         - UNBOUNDED
459       disk.device.capacity_pd_server:
460         type: org.openecomp.capabilities.metric.Ceilometer
461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
462         occurrences:
463         - 1
464         - UNBOUNDED
465       network.outgoing.bytes.rate_pd_server_pd01_port:
466         type: org.openecomp.capabilities.metric.Ceilometer
467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
468         occurrences:
469         - 1
470         - UNBOUNDED
471       disk.device.iops_pd_server:
472         type: org.openecomp.capabilities.metric.Ceilometer
473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
474         occurrences:
475         - 1
476         - UNBOUNDED
477   org.openecomp.resource.abstract.nodes.heat.subinterface.nested:
478     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
479     properties:
480       vlan_ids:
481         type: string
482         required: true
483         status: SUPPORTED
484       p1:
485         type: string
486         required: true
487         status: SUPPORTED
488       p2:
489         type: string
490         required: true
491         status: SUPPORTED
492       virtual_ipv6_address:
493         type: string
494         required: true
495         status: SUPPORTED
496       virtual_ip_address:
497         type: string
498         required: true
499         status: SUPPORTED
500       net2:
501         type: string
502         required: true
503         status: SUPPORTED
504       lb_st_vlan_type_oam:
505         type: string
506         description: dummy
507         required: true
508         status: SUPPORTED
509       mac_address:
510         type: string
511         required: true
512         status: SUPPORTED
513       net1:
514         type: string
515         required: true
516         status: SUPPORTED
517       subinterface_name_prefix:
518         type: string
519         required: true
520         status: SUPPORTED
521       subinterface_instance_index:
522         type: float
523         required: true
524         status: SUPPORTED
525     requirements:
526     - dependency_template_Vlan_1:
527         capability: tosca.capabilities.Node
528         node: tosca.nodes.Root
529         relationship: tosca.relationships.DependsOn
530         occurrences:
531         - 0
532         - UNBOUNDED
533     - subinterface_link_template_Vlan_1:
534         capability: tosca.capabilities.network.Linkable
535         relationship: tosca.relationships.network.LinksTo
536         occurrences:
537         - 1
538         - 1
539     - binding_template_Vlan_1:
540         capability: tosca.capabilities.network.Bindable
541         node: org.openecomp.resource.cp.nodes.network.Port
542         relationship: tosca.relationships.network.BindsTo
543         occurrences:
544         - 1
545         - 1
546     capabilities:
547       feature_template_Vlan_1:
548         type: tosca.capabilities.Node
549         occurrences:
550         - 1
551         - UNBOUNDED
552   org.openecomp.resource.abstract.nodes.ps_server:
553     derived_from: org.openecomp.resource.abstract.nodes.VFC
554     properties:
555       compute_ps_server_name:
556         type: list
557         required: true
558         status: SUPPORTED
559         entry_schema:
560           type: string
561       port_ps01_port_subnetpoolid:
562         type: string
563         required: true
564         status: SUPPORTED
565       compute_ps_server_availability_zone:
566         type: list
567         required: true
568         status: SUPPORTED
569         entry_schema:
570           type: string
571       compute_ps_server_user_data_format:
572         type: list
573         required: true
574         status: SUPPORTED
575         entry_schema:
576           type: string
577       index_value:
578         type: integer
579         description: Index value of this substitution service template runtime instance
580         required: false
581         default: 0
582         status: SUPPORTED
583         constraints:
584         - greater_or_equal: 0
585       port_ps01_port_vlan_requirements:
586         type: list
587         required: true
588         status: SUPPORTED
589         entry_schema:
590           type: org.openecomp.datatypes.network.VlanRequirements
591       subinterface_nested_service_template_filter_count:
592         type: list
593         required: true
594         status: SUPPORTED
595         entry_schema:
596           type: float
597       vm_flavor_name:
598         type: string
599         required: true
600         status: SUPPORTED
601       subinterface_nested_p1:
602         type: list
603         required: true
604         status: SUPPORTED
605         entry_schema:
606           type: string
607       port_ps01_port_order:
608         type: integer
609         required: true
610         status: SUPPORTED
611       vm_image_name:
612         type: string
613         required: true
614         status: SUPPORTED
615       port_ps01_port_network_role:
616         type: string
617         required: true
618         status: SUPPORTED
619       port_ps01_port_mac_requirements:
620         type: org.openecomp.datatypes.network.MacRequirements
621         required: true
622         status: SUPPORTED
623       port_ps01_port_network:
624         type: list
625         required: true
626         status: SUPPORTED
627         entry_schema:
628           type: string
629       subinterface_nested_net1:
630         type: list
631         required: true
632         status: SUPPORTED
633         entry_schema:
634           type: string
635       port_ps01_port_ip_requirements:
636         type: list
637         required: true
638         status: SUPPORTED
639         entry_schema:
640           type: org.openecomp.datatypes.network.IpRequirements
641       port_ps01_port_network_role_tag:
642         type: string
643         required: true
644         status: SUPPORTED
645       port_ps01_port_exCP_naming:
646         type: org.openecomp.datatypes.Naming
647         required: true
648         status: SUPPORTED
649     requirements:
650     - dependency_ps_server_ps01_port_nested:
651         capability: tosca.capabilities.Node
652         node: tosca.nodes.Root
653         relationship: tosca.relationships.DependsOn
654         occurrences:
655         - 0
656         - UNBOUNDED
657     - dependency_template_Vlan_1_ps_server_ps01_port_nested:
658         capability: tosca.capabilities.Node
659         node: tosca.nodes.Root
660         relationship: tosca.relationships.DependsOn
661         occurrences:
662         - 0
663         - UNBOUNDED
664     - subinterface_link_template_Vlan_1_ps_server_ps01_port_nested:
665         capability: tosca.capabilities.network.Linkable
666         relationship: tosca.relationships.network.LinksTo
667         occurrences:
668         - 1
669         - 1
670     - dependency_ps_server:
671         capability: tosca.capabilities.Node
672         node: tosca.nodes.Root
673         relationship: tosca.relationships.DependsOn
674         occurrences:
675         - 0
676         - UNBOUNDED
677     - local_storage_ps_server:
678         capability: tosca.capabilities.Attachment
679         node: tosca.nodes.BlockStorage
680         relationship: tosca.relationships.AttachesTo
681         occurrences:
682         - 0
683         - UNBOUNDED
684     - dependency_ps_server_ps01_port:
685         capability: tosca.capabilities.Node
686         node: tosca.nodes.Root
687         relationship: tosca.relationships.DependsOn
688         occurrences:
689         - 0
690         - UNBOUNDED
691     - link_ps_server_ps01_port:
692         capability: tosca.capabilities.network.Linkable
693         relationship: tosca.relationships.network.LinksTo
694         occurrences:
695         - 1
696         - 1
697     capabilities:
698       network.incoming.packets.rate_ps_server_ps01_port:
699         type: org.openecomp.capabilities.metric.Ceilometer
700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
701         occurrences:
702         - 1
703         - UNBOUNDED
704       instance_ps_server:
705         type: org.openecomp.capabilities.metric.Ceilometer
706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
707         occurrences:
708         - 1
709         - UNBOUNDED
710       network.outpoing.packets_ps_server_ps01_port:
711         type: org.openecomp.capabilities.metric.Ceilometer
712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
713         occurrences:
714         - 1
715         - UNBOUNDED
716       host_ps_server:
717         type: tosca.capabilities.Container
718         valid_source_types:
719         - tosca.nodes.SoftwareComponent
720         occurrences:
721         - 1
722         - UNBOUNDED
723       network.incoming.packets_ps_server_ps01_port:
724         type: org.openecomp.capabilities.metric.Ceilometer
725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
726         occurrences:
727         - 1
728         - UNBOUNDED
729       cpu.delta_ps_server:
730         type: org.openecomp.capabilities.metric.Ceilometer
731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
732         occurrences:
733         - 1
734         - UNBOUNDED
735       disk.write.bytes.rate_ps_server:
736         type: org.openecomp.capabilities.metric.Ceilometer
737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
738         occurrences:
739         - 1
740         - UNBOUNDED
741       feature_ps_server_ps01_port_nested:
742         type: tosca.capabilities.Node
743         occurrences:
744         - 1
745         - UNBOUNDED
746       feature_ps_server_ps01_port:
747         type: tosca.capabilities.Node
748         occurrences:
749         - 1
750         - UNBOUNDED
751       feature_ps_server:
752         type: tosca.capabilities.Node
753         occurrences:
754         - 1
755         - UNBOUNDED
756       disk.root.size_ps_server:
757         type: org.openecomp.capabilities.metric.Ceilometer
758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
759         occurrences:
760         - 1
761         - UNBOUNDED
762       disk.device.read.requests.rate_ps_server:
763         type: org.openecomp.capabilities.metric.Ceilometer
764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
765         occurrences:
766         - 1
767         - UNBOUNDED
768       cpu_ps_server:
769         type: org.openecomp.capabilities.metric.Ceilometer
770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
771         occurrences:
772         - 1
773         - UNBOUNDED
774       disk.device.write.bytes_ps_server:
775         type: org.openecomp.capabilities.metric.Ceilometer
776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
777         occurrences:
778         - 1
779         - UNBOUNDED
780       disk.device.read.bytes_ps_server:
781         type: org.openecomp.capabilities.metric.Ceilometer
782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
783         occurrences:
784         - 1
785         - UNBOUNDED
786       disk.read.bytes_ps_server:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       disk.device.iops_ps_server:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       network.outgoing.packets.rate_ps_server_ps01_port:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       disk.device.latency_ps_server:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       disk.read.bytes.rate_ps_server:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       memory_ps_server:
817         type: org.openecomp.capabilities.metric.Ceilometer
818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
819         occurrences:
820         - 1
821         - UNBOUNDED
822       scalable_ps_server:
823         type: tosca.capabilities.Scalable
824         occurrences:
825         - 1
826         - UNBOUNDED
827       disk.write.requests.rate_ps_server:
828         type: org.openecomp.capabilities.metric.Ceilometer
829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
830         occurrences:
831         - 1
832         - UNBOUNDED
833       disk.write.requests_ps_server:
834         type: org.openecomp.capabilities.metric.Ceilometer
835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
836         occurrences:
837         - 1
838         - UNBOUNDED
839       disk.latency_ps_server:
840         type: org.openecomp.capabilities.metric.Ceilometer
841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
842         occurrences:
843         - 1
844         - UNBOUNDED
845       disk.ephemeral.size_ps_server:
846         type: org.openecomp.capabilities.metric.Ceilometer
847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
848         occurrences:
849         - 1
850         - UNBOUNDED
851       disk.device.capacity_ps_server:
852         type: org.openecomp.capabilities.metric.Ceilometer
853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
854         occurrences:
855         - 1
856         - UNBOUNDED
857       disk.iops_ps_server:
858         type: org.openecomp.capabilities.metric.Ceilometer
859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
860         occurrences:
861         - 1
862         - UNBOUNDED
863       disk.device.read.bytes.rate_ps_server:
864         type: org.openecomp.capabilities.metric.Ceilometer
865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
866         occurrences:
867         - 1
868         - UNBOUNDED
869       cpu_util_ps_server:
870         type: org.openecomp.capabilities.metric.Ceilometer
871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
872         occurrences:
873         - 1
874         - UNBOUNDED
875       memory.resident_ps_server:
876         type: org.openecomp.capabilities.metric.Ceilometer
877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
878         occurrences:
879         - 1
880         - UNBOUNDED
881       network.incoming.bytes_ps_server_ps01_port:
882         type: org.openecomp.capabilities.metric.Ceilometer
883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
884         occurrences:
885         - 1
886         - UNBOUNDED
887       disk.device.read.requests_ps_server:
888         type: org.openecomp.capabilities.metric.Ceilometer
889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
890         occurrences:
891         - 1
892         - UNBOUNDED
893       disk.write.bytes_ps_server:
894         type: org.openecomp.capabilities.metric.Ceilometer
895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
896         occurrences:
897         - 1
898         - UNBOUNDED
899       feature_template_Vlan_1_ps_server_ps01_port_nested:
900         type: tosca.capabilities.Node
901         occurrences:
902         - 1
903         - UNBOUNDED
904       network.outgoing.bytes.rate_ps_server_ps01_port:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       disk.device.write.requests.rate_ps_server:
911         type: org.openecomp.capabilities.metric.Ceilometer
912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
913         occurrences:
914         - 1
915         - UNBOUNDED
916       disk.read.requests_ps_server:
917         type: org.openecomp.capabilities.metric.Ceilometer
918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
919         occurrences:
920         - 1
921         - UNBOUNDED
922       disk.allocation_ps_server:
923         type: org.openecomp.capabilities.metric.Ceilometer
924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
925         occurrences:
926         - 1
927         - UNBOUNDED
928       memory.usage_ps_server:
929         type: org.openecomp.capabilities.metric.Ceilometer
930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
931         occurrences:
932         - 1
933         - UNBOUNDED
934       binding_ps_server:
935         type: tosca.capabilities.network.Bindable
936         occurrences:
937         - 1
938         - UNBOUNDED
939       attachment_ps_server_ps01_port:
940         type: tosca.capabilities.Attachment
941         occurrences:
942         - 1
943         - UNBOUNDED
944       os_ps_server:
945         type: tosca.capabilities.OperatingSystem
946         occurrences:
947         - 1
948         - UNBOUNDED
949       disk.device.usage_ps_server:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       binding_ps_server_ps01_port:
956         type: tosca.capabilities.network.Bindable
957         valid_source_types:
958         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
959         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
960         occurrences:
961         - 0
962         - UNBOUNDED
963       forwarder_ps_server_ps01_port:
964         type: org.openecomp.capabilities.Forwarder
965         occurrences:
966         - 1
967         - UNBOUNDED
968       disk.device.write.bytes.rate_ps_server:
969         type: org.openecomp.capabilities.metric.Ceilometer
970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
971         occurrences:
972         - 1
973         - UNBOUNDED
974       vcpus_ps_server:
975         type: org.openecomp.capabilities.metric.Ceilometer
976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
977         occurrences:
978         - 1
979         - UNBOUNDED
980       disk.usage_ps_server:
981         type: org.openecomp.capabilities.metric.Ceilometer
982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
983         occurrences:
984         - 1
985         - UNBOUNDED
986       disk.device.write.requests_ps_server:
987         type: org.openecomp.capabilities.metric.Ceilometer
988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
989         occurrences:
990         - 1
991         - UNBOUNDED
992       endpoint_ps_server:
993         type: tosca.capabilities.Endpoint.Admin
994         occurrences:
995         - 1
996         - UNBOUNDED
997       disk.capacity_ps_server:
998         type: org.openecomp.capabilities.metric.Ceilometer
999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1000         occurrences:
1001         - 1
1002         - UNBOUNDED
1003       network.incoming.bytes.rate_ps_server_ps01_port:
1004         type: org.openecomp.capabilities.metric.Ceilometer
1005         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1006         occurrences:
1007         - 1
1008         - UNBOUNDED
1009       disk.device.allocation_ps_server:
1010         type: org.openecomp.capabilities.metric.Ceilometer
1011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1012         occurrences:
1013         - 1
1014         - UNBOUNDED
1015       network.outgoing.bytes_ps_server_ps01_port:
1016         type: org.openecomp.capabilities.metric.Ceilometer
1017         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1018         occurrences:
1019         - 1
1020         - UNBOUNDED