2355f5d3ab4c320db842bd155aa7f9c3ad4665c0
[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       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_replacement_policy:
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       vm_flavor_name:
42         type: string
43         required: true
44         status: SUPPORTED
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_pd01_port_ip_requirements:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: org.openecomp.datatypes.network.IpRequirements
59       port_pd01_port_network:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: string
65       port_pd01_port_order:
66         type: integer
67         required: true
68         status: SUPPORTED
69       port_pd01_port_subnetpoolid:
70         type: string
71         required: true
72         status: SUPPORTED
73       port_pd01_port_network_role:
74         type: string
75         required: true
76         status: SUPPORTED
77       port_pd01_port_network_role_tag:
78         type: string
79         required: true
80         status: SUPPORTED
81       port_pd01_port_vlan_requirements:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: org.openecomp.datatypes.network.VlanRequirements
87       compute_pd_server_user_data_format:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: string
93   org.openecomp.resource.abstract.nodes.pd_server:
94     derived_from: org.openecomp.resource.abstract.nodes.VFC
95     properties:
96       index_value:
97         type: integer
98         description: Index value of this substitution service template runtime instance
99         required: false
100         default: 0
101         status: SUPPORTED
102         constraints:
103         - greater_or_equal: 0
104       compute_pd_server_availability_zone:
105         type: list
106         required: true
107         status: SUPPORTED
108         entry_schema:
109           type: string
110       compute_pd_server_name:
111         type: list
112         required: true
113         status: SUPPORTED
114         entry_schema:
115           type: string
116       port_pd01_port_replacement_policy:
117         type: list
118         required: true
119         status: SUPPORTED
120         entry_schema:
121           type: string
122       port_pd01_port_exCP_naming:
123         type: org.openecomp.datatypes.Naming
124         required: true
125         status: SUPPORTED
126       vm_flavor_name:
127         type: string
128         required: true
129         status: SUPPORTED
130       port_pd01_port_mac_requirements:
131         type: org.openecomp.datatypes.network.MacRequirements
132         required: true
133         status: SUPPORTED
134       vm_image_name:
135         type: string
136         required: true
137         status: SUPPORTED
138       port_pd01_port_ip_requirements:
139         type: list
140         required: true
141         status: SUPPORTED
142         entry_schema:
143           type: org.openecomp.datatypes.network.IpRequirements
144       port_pd01_port_network:
145         type: list
146         required: true
147         status: SUPPORTED
148         entry_schema:
149           type: string
150       port_pd01_port_order:
151         type: integer
152         required: true
153         status: SUPPORTED
154       port_pd01_port_subnetpoolid:
155         type: string
156         required: true
157         status: SUPPORTED
158       port_pd01_port_network_role:
159         type: string
160         required: true
161         status: SUPPORTED
162       port_pd01_port_network_role_tag:
163         type: string
164         required: true
165         status: SUPPORTED
166       port_pd01_port_vlan_requirements:
167         type: list
168         required: true
169         status: SUPPORTED
170         entry_schema:
171           type: org.openecomp.datatypes.network.VlanRequirements
172       compute_pd_server_user_data_format:
173         type: list
174         required: true
175         status: SUPPORTED
176         entry_schema:
177           type: string
178     requirements:
179     - dependency_pd_server:
180         capability: tosca.capabilities.Node
181         node: tosca.nodes.Root
182         relationship: tosca.relationships.DependsOn
183         occurrences:
184         - 0
185         - UNBOUNDED
186     - local_storage_pd_server:
187         capability: tosca.capabilities.Attachment
188         node: tosca.nodes.BlockStorage
189         relationship: tosca.relationships.AttachesTo
190         occurrences:
191         - 0
192         - UNBOUNDED
193     - dependency_pd_server_pd01_port:
194         capability: tosca.capabilities.Node
195         node: tosca.nodes.Root
196         relationship: tosca.relationships.DependsOn
197         occurrences:
198         - 0
199         - UNBOUNDED
200     - link_pd_server_pd01_port:
201         capability: tosca.capabilities.network.Linkable
202         relationship: tosca.relationships.network.LinksTo
203         occurrences:
204         - 1
205         - 1
206     capabilities:
207       scalable_pd_server:
208         type: tosca.capabilities.Scalable
209         occurrences:
210         - 1
211         - UNBOUNDED
212       disk.read.bytes.rate_pd_server:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       memory.usage_pd_server:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       memory_pd_server:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       disk.device.usage_pd_server:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       network.outgoing.packets.rate_pd_server_pd01_port:
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       os_pd_server:
243         type: tosca.capabilities.OperatingSystem
244         occurrences:
245         - 1
246         - UNBOUNDED
247       disk.write.bytes.rate_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       network.incoming.bytes_pd_server_pd01_port:
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_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       cpu_util_pd_server:
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       disk.device.write.requests.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       disk.read.bytes_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.read.bytes.rate_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       network.outgoing.bytes_pd_server_pd01_port:
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.iops_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       memory.resident_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       cpu.delta_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.incoming.packets.rate_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       vcpus_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       disk.device.write.bytes.rate_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       disk.device.write.requests_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       endpoint_pd_server:
338         type: tosca.capabilities.Endpoint.Admin
339         occurrences:
340         - 1
341         - UNBOUNDED
342       attachment_pd_server_pd01_port:
343         type: tosca.capabilities.Attachment
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.capacity_pd_server:
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       disk.device.allocation_pd_server:
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       disk.allocation_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       binding_pd_server:
366         type: tosca.capabilities.network.Bindable
367         occurrences:
368         - 1
369         - UNBOUNDED
370       disk.read.requests_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       feature_pd_server:
377         type: tosca.capabilities.Node
378         occurrences:
379         - 1
380         - UNBOUNDED
381       disk.usage_pd_server:
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       binding_pd_server_pd01_port:
388         type: tosca.capabilities.network.Bindable
389         valid_source_types:
390         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
391         occurrences:
392         - 0
393         - UNBOUNDED
394       disk.write.bytes_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       network.incoming.bytes.rate_pd_server_pd01_port:
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       network.incoming.packets_pd_server_pd01_port:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       disk.device.read.requests.rate_pd_server:
413         type: org.openecomp.capabilities.metric.Ceilometer
414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
415         occurrences:
416         - 1
417         - UNBOUNDED
418       disk.root.size_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       disk.device.read.bytes_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.device.write.bytes_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.device.read.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       instance_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       host_pd_server:
449         type: tosca.capabilities.Container
450         valid_source_types:
451         - tosca.nodes.SoftwareComponent
452         occurrences:
453         - 1
454         - UNBOUNDED
455       network.outpoing.packets_pd_server_pd01_port:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       disk.write.requests.rate_pd_server:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       disk.ephemeral.size_pd_server:
468         type: org.openecomp.capabilities.metric.Ceilometer
469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
470         occurrences:
471         - 1
472         - UNBOUNDED
473       disk.write.requests_pd_server:
474         type: org.openecomp.capabilities.metric.Ceilometer
475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
476         occurrences:
477         - 1
478         - UNBOUNDED
479       feature_pd_server_pd01_port:
480         type: tosca.capabilities.Node
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.device.latency_pd_server:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       disk.latency_pd_server:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.device.capacity_pd_server:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       network.outgoing.bytes.rate_pd_server_pd01_port:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.device.iops_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   org.openecomp.resource.vfc.nodes.heat.ps_server:
515     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
516     properties:
517       compute_ps_server_name:
518         type: list
519         required: true
520         status: SUPPORTED
521         entry_schema:
522           type: string
523       port_ps01_port_subnetpoolid:
524         type: string
525         required: true
526         status: SUPPORTED
527       compute_ps_server_availability_zone:
528         type: list
529         required: true
530         status: SUPPORTED
531         entry_schema:
532           type: string
533       compute_ps_server_user_data_format:
534         type: list
535         required: true
536         status: SUPPORTED
537         entry_schema:
538           type: string
539       index_value:
540         type: integer
541         description: Index value of this substitution service template runtime instance
542         required: false
543         default: 0
544         status: SUPPORTED
545         constraints:
546         - greater_or_equal: 0
547       port_ps01_port_vlan_requirements:
548         type: list
549         required: true
550         status: SUPPORTED
551         entry_schema:
552           type: org.openecomp.datatypes.network.VlanRequirements
553       vm_flavor_name:
554         type: string
555         required: true
556         status: SUPPORTED
557       port_ps01_port_order:
558         type: integer
559         required: true
560         status: SUPPORTED
561       vm_image_name:
562         type: string
563         required: true
564         status: SUPPORTED
565       port_ps01_port_network_role:
566         type: string
567         required: true
568         status: SUPPORTED
569       port_ps01_port_replacement_policy:
570         type: list
571         required: true
572         status: SUPPORTED
573         entry_schema:
574           type: string
575       port_ps01_port_mac_requirements:
576         type: org.openecomp.datatypes.network.MacRequirements
577         required: true
578         status: SUPPORTED
579       port_ps01_port_network:
580         type: list
581         required: true
582         status: SUPPORTED
583         entry_schema:
584           type: string
585       port_ps01_port_ip_requirements:
586         type: list
587         required: true
588         status: SUPPORTED
589         entry_schema:
590           type: org.openecomp.datatypes.network.IpRequirements
591       port_ps01_port_network_role_tag:
592         type: string
593         required: true
594         status: SUPPORTED
595       port_ps01_port_exCP_naming:
596         type: org.openecomp.datatypes.Naming
597         required: true
598         status: SUPPORTED
599   org.openecomp.resource.abstract.nodes.ps_server:
600     derived_from: org.openecomp.resource.abstract.nodes.VFC
601     properties:
602       compute_ps_server_name:
603         type: list
604         required: true
605         status: SUPPORTED
606         entry_schema:
607           type: string
608       port_ps01_port_subnetpoolid:
609         type: string
610         required: true
611         status: SUPPORTED
612       compute_ps_server_availability_zone:
613         type: list
614         required: true
615         status: SUPPORTED
616         entry_schema:
617           type: string
618       compute_ps_server_user_data_format:
619         type: list
620         required: true
621         status: SUPPORTED
622         entry_schema:
623           type: string
624       index_value:
625         type: integer
626         description: Index value of this substitution service template runtime instance
627         required: false
628         default: 0
629         status: SUPPORTED
630         constraints:
631         - greater_or_equal: 0
632       port_ps01_port_vlan_requirements:
633         type: list
634         required: true
635         status: SUPPORTED
636         entry_schema:
637           type: org.openecomp.datatypes.network.VlanRequirements
638       vm_flavor_name:
639         type: string
640         required: true
641         status: SUPPORTED
642       port_ps01_port_order:
643         type: integer
644         required: true
645         status: SUPPORTED
646       vm_image_name:
647         type: string
648         required: true
649         status: SUPPORTED
650       port_ps01_port_network_role:
651         type: string
652         required: true
653         status: SUPPORTED
654       port_ps01_port_replacement_policy:
655         type: list
656         required: true
657         status: SUPPORTED
658         entry_schema:
659           type: string
660       port_ps01_port_mac_requirements:
661         type: org.openecomp.datatypes.network.MacRequirements
662         required: true
663         status: SUPPORTED
664       port_ps01_port_network:
665         type: list
666         required: true
667         status: SUPPORTED
668         entry_schema:
669           type: string
670       port_ps01_port_ip_requirements:
671         type: list
672         required: true
673         status: SUPPORTED
674         entry_schema:
675           type: org.openecomp.datatypes.network.IpRequirements
676       port_ps01_port_network_role_tag:
677         type: string
678         required: true
679         status: SUPPORTED
680       port_ps01_port_exCP_naming:
681         type: org.openecomp.datatypes.Naming
682         required: true
683         status: SUPPORTED
684     requirements:
685     - dependency_ps_server:
686         capability: tosca.capabilities.Node
687         node: tosca.nodes.Root
688         relationship: tosca.relationships.DependsOn
689         occurrences:
690         - 0
691         - UNBOUNDED
692     - local_storage_ps_server:
693         capability: tosca.capabilities.Attachment
694         node: tosca.nodes.BlockStorage
695         relationship: tosca.relationships.AttachesTo
696         occurrences:
697         - 0
698         - UNBOUNDED
699     - dependency_ps_server_ps01_port:
700         capability: tosca.capabilities.Node
701         node: tosca.nodes.Root
702         relationship: tosca.relationships.DependsOn
703         occurrences:
704         - 0
705         - UNBOUNDED
706     - link_ps_server_ps01_port:
707         capability: tosca.capabilities.network.Linkable
708         relationship: tosca.relationships.network.LinksTo
709         occurrences:
710         - 1
711         - 1
712     capabilities:
713       network.incoming.packets.rate_ps_server_ps01_port:
714         type: org.openecomp.capabilities.metric.Ceilometer
715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
716         occurrences:
717         - 1
718         - UNBOUNDED
719       instance_ps_server:
720         type: org.openecomp.capabilities.metric.Ceilometer
721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
722         occurrences:
723         - 1
724         - UNBOUNDED
725       network.outpoing.packets_ps_server_ps01_port:
726         type: org.openecomp.capabilities.metric.Ceilometer
727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
728         occurrences:
729         - 1
730         - UNBOUNDED
731       host_ps_server:
732         type: tosca.capabilities.Container
733         valid_source_types:
734         - tosca.nodes.SoftwareComponent
735         occurrences:
736         - 1
737         - UNBOUNDED
738       network.incoming.packets_ps_server_ps01_port:
739         type: org.openecomp.capabilities.metric.Ceilometer
740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
741         occurrences:
742         - 1
743         - UNBOUNDED
744       cpu.delta_ps_server:
745         type: org.openecomp.capabilities.metric.Ceilometer
746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
747         occurrences:
748         - 1
749         - UNBOUNDED
750       disk.write.bytes.rate_ps_server:
751         type: org.openecomp.capabilities.metric.Ceilometer
752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
753         occurrences:
754         - 1
755         - UNBOUNDED
756       feature_ps_server_ps01_port:
757         type: tosca.capabilities.Node
758         occurrences:
759         - 1
760         - UNBOUNDED
761       feature_ps_server:
762         type: tosca.capabilities.Node
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.root.size_ps_server:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       disk.device.read.requests.rate_ps_server:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       cpu_ps_server:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       disk.device.write.bytes_ps_server:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       disk.device.read.bytes_ps_server:
791         type: org.openecomp.capabilities.metric.Ceilometer
792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
793         occurrences:
794         - 1
795         - UNBOUNDED
796       disk.read.bytes_ps_server:
797         type: org.openecomp.capabilities.metric.Ceilometer
798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
799         occurrences:
800         - 1
801         - UNBOUNDED
802       disk.device.iops_ps_server:
803         type: org.openecomp.capabilities.metric.Ceilometer
804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
805         occurrences:
806         - 1
807         - UNBOUNDED
808       network.outgoing.packets.rate_ps_server_ps01_port:
809         type: org.openecomp.capabilities.metric.Ceilometer
810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
811         occurrences:
812         - 1
813         - UNBOUNDED
814       disk.device.latency_ps_server:
815         type: org.openecomp.capabilities.metric.Ceilometer
816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
817         occurrences:
818         - 1
819         - UNBOUNDED
820       disk.read.bytes.rate_ps_server:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       memory_ps_server:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       scalable_ps_server:
833         type: tosca.capabilities.Scalable
834         occurrences:
835         - 1
836         - UNBOUNDED
837       disk.write.requests.rate_ps_server:
838         type: org.openecomp.capabilities.metric.Ceilometer
839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
840         occurrences:
841         - 1
842         - UNBOUNDED
843       disk.write.requests_ps_server:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       disk.latency_ps_server:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       disk.ephemeral.size_ps_server:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       disk.device.capacity_ps_server:
862         type: org.openecomp.capabilities.metric.Ceilometer
863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
864         occurrences:
865         - 1
866         - UNBOUNDED
867       disk.iops_ps_server:
868         type: org.openecomp.capabilities.metric.Ceilometer
869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
870         occurrences:
871         - 1
872         - UNBOUNDED
873       disk.device.read.bytes.rate_ps_server:
874         type: org.openecomp.capabilities.metric.Ceilometer
875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
876         occurrences:
877         - 1
878         - UNBOUNDED
879       cpu_util_ps_server:
880         type: org.openecomp.capabilities.metric.Ceilometer
881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
882         occurrences:
883         - 1
884         - UNBOUNDED
885       memory.resident_ps_server:
886         type: org.openecomp.capabilities.metric.Ceilometer
887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
888         occurrences:
889         - 1
890         - UNBOUNDED
891       network.incoming.bytes_ps_server_ps01_port:
892         type: org.openecomp.capabilities.metric.Ceilometer
893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
894         occurrences:
895         - 1
896         - UNBOUNDED
897       disk.device.read.requests_ps_server:
898         type: org.openecomp.capabilities.metric.Ceilometer
899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
900         occurrences:
901         - 1
902         - UNBOUNDED
903       disk.write.bytes_ps_server:
904         type: org.openecomp.capabilities.metric.Ceilometer
905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
906         occurrences:
907         - 1
908         - UNBOUNDED
909       network.outgoing.bytes.rate_ps_server_ps01_port:
910         type: org.openecomp.capabilities.metric.Ceilometer
911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
912         occurrences:
913         - 1
914         - UNBOUNDED
915       disk.device.write.requests.rate_ps_server:
916         type: org.openecomp.capabilities.metric.Ceilometer
917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
918         occurrences:
919         - 1
920         - UNBOUNDED
921       disk.read.requests_ps_server:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       disk.allocation_ps_server:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       memory.usage_ps_server:
934         type: org.openecomp.capabilities.metric.Ceilometer
935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
936         occurrences:
937         - 1
938         - UNBOUNDED
939       binding_ps_server:
940         type: tosca.capabilities.network.Bindable
941         occurrences:
942         - 1
943         - UNBOUNDED
944       attachment_ps_server_ps01_port:
945         type: tosca.capabilities.Attachment
946         occurrences:
947         - 1
948         - UNBOUNDED
949       os_ps_server:
950         type: tosca.capabilities.OperatingSystem
951         occurrences:
952         - 1
953         - UNBOUNDED
954       disk.device.usage_ps_server:
955         type: org.openecomp.capabilities.metric.Ceilometer
956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
957         occurrences:
958         - 1
959         - UNBOUNDED
960       binding_ps_server_ps01_port:
961         type: tosca.capabilities.network.Bindable
962         valid_source_types:
963         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
964         occurrences:
965         - 0
966         - UNBOUNDED
967       disk.device.write.bytes.rate_ps_server:
968         type: org.openecomp.capabilities.metric.Ceilometer
969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
970         occurrences:
971         - 1
972         - UNBOUNDED
973       vcpus_ps_server:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       disk.usage_ps_server:
980         type: org.openecomp.capabilities.metric.Ceilometer
981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
982         occurrences:
983         - 1
984         - UNBOUNDED
985       disk.device.write.requests_ps_server:
986         type: org.openecomp.capabilities.metric.Ceilometer
987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
988         occurrences:
989         - 1
990         - UNBOUNDED
991       endpoint_ps_server:
992         type: tosca.capabilities.Endpoint.Admin
993         occurrences:
994         - 1
995         - UNBOUNDED
996       disk.capacity_ps_server:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       network.incoming.bytes.rate_ps_server_ps01_port:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.device.allocation_ps_server:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       network.outgoing.bytes_ps_server_ps01_port:
1015         type: org.openecomp.capabilities.metric.Ceilometer
1016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1017         occurrences:
1018         - 1
1019         - UNBOUNDED