575f1f3d1e628d64e8a916c4437ae2386b3d624a
[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       vm_flavor_name:
36         type: string
37         required: true
38         status: SUPPORTED
39       port_pd01_port_mac_requirements:
40         type: org.openecomp.datatypes.network.MacRequirements
41         required: true
42         status: SUPPORTED
43       vm_image_name:
44         type: string
45         required: true
46         status: SUPPORTED
47       port_pd01_port_ip_requirements:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: org.openecomp.datatypes.network.IpRequirements
53       port_pd01_port_network:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       port_pd01_port_order:
60         type: integer
61         required: true
62         status: SUPPORTED
63       port_pd01_port_subnetpoolid:
64         type: string
65         required: true
66         status: SUPPORTED
67       port_pd01_port_network_role:
68         type: string
69         required: true
70         status: SUPPORTED
71       port_pd01_port_network_role_tag:
72         type: string
73         required: true
74         status: SUPPORTED
75       port_pd01_port_vlan_requirements:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: org.openecomp.datatypes.network.VlanRequirements
81       compute_pd_server_user_data_format:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: string
87     attributes:
88       pd_server_accessIPv4:
89         type: string
90         status: SUPPORTED
91     requirements:
92     - dependency_pd_server:
93         capability: tosca.capabilities.Node
94         node: tosca.nodes.Root
95         relationship: tosca.relationships.DependsOn
96         occurrences:
97         - 0
98         - UNBOUNDED
99     - local_storage_pd_server:
100         capability: tosca.capabilities.Attachment
101         node: tosca.nodes.BlockStorage
102         relationship: tosca.relationships.AttachesTo
103         occurrences:
104         - 0
105         - UNBOUNDED
106     - dependency_pd_server_pd01_port:
107         capability: tosca.capabilities.Node
108         node: tosca.nodes.Root
109         relationship: tosca.relationships.DependsOn
110         occurrences:
111         - 0
112         - UNBOUNDED
113     - link_pd_server_pd01_port:
114         capability: tosca.capabilities.network.Linkable
115         relationship: tosca.relationships.network.LinksTo
116         occurrences:
117         - 1
118         - 1
119     capabilities:
120       scalable_pd_server:
121         type: tosca.capabilities.Scalable
122         occurrences:
123         - 1
124         - UNBOUNDED
125       disk.read.bytes.rate_pd_server:
126         type: org.openecomp.capabilities.metric.Ceilometer
127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
128         occurrences:
129         - 1
130         - UNBOUNDED
131       memory.usage_pd_server:
132         type: org.openecomp.capabilities.metric.Ceilometer
133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
134         occurrences:
135         - 1
136         - UNBOUNDED
137       memory_pd_server:
138         type: org.openecomp.capabilities.metric.Ceilometer
139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
140         occurrences:
141         - 1
142         - UNBOUNDED
143       disk.device.usage_pd_server:
144         type: org.openecomp.capabilities.metric.Ceilometer
145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
146         occurrences:
147         - 1
148         - UNBOUNDED
149       network.outgoing.packets.rate_pd_server_pd01_port:
150         type: org.openecomp.capabilities.metric.Ceilometer
151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
152         occurrences:
153         - 1
154         - UNBOUNDED
155       os_pd_server:
156         type: tosca.capabilities.OperatingSystem
157         occurrences:
158         - 1
159         - UNBOUNDED
160       disk.write.bytes.rate_pd_server:
161         type: org.openecomp.capabilities.metric.Ceilometer
162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
163         occurrences:
164         - 1
165         - UNBOUNDED
166       network.incoming.bytes_pd_server_pd01_port:
167         type: org.openecomp.capabilities.metric.Ceilometer
168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
169         occurrences:
170         - 1
171         - UNBOUNDED
172       cpu_pd_server:
173         type: org.openecomp.capabilities.metric.Ceilometer
174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
175         occurrences:
176         - 1
177         - UNBOUNDED
178       cpu_util_pd_server:
179         type: org.openecomp.capabilities.metric.Ceilometer
180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
181         occurrences:
182         - 1
183         - UNBOUNDED
184       disk.device.write.requests.rate_pd_server:
185         type: org.openecomp.capabilities.metric.Ceilometer
186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
187         occurrences:
188         - 1
189         - UNBOUNDED
190       disk.read.bytes_pd_server:
191         type: org.openecomp.capabilities.metric.Ceilometer
192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
193         occurrences:
194         - 1
195         - UNBOUNDED
196       disk.device.read.bytes.rate_pd_server:
197         type: org.openecomp.capabilities.metric.Ceilometer
198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
199         occurrences:
200         - 1
201         - UNBOUNDED
202       network.outgoing.bytes_pd_server_pd01_port:
203         type: org.openecomp.capabilities.metric.Ceilometer
204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
205         occurrences:
206         - 1
207         - UNBOUNDED
208       disk.iops_pd_server:
209         type: org.openecomp.capabilities.metric.Ceilometer
210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
211         occurrences:
212         - 1
213         - UNBOUNDED
214       memory.resident_pd_server:
215         type: org.openecomp.capabilities.metric.Ceilometer
216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
217         occurrences:
218         - 1
219         - UNBOUNDED
220       cpu.delta_pd_server:
221         type: org.openecomp.capabilities.metric.Ceilometer
222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
223         occurrences:
224         - 1
225         - UNBOUNDED
226       network.incoming.packets.rate_pd_server_pd01_port:
227         type: org.openecomp.capabilities.metric.Ceilometer
228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
229         occurrences:
230         - 1
231         - UNBOUNDED
232       vcpus_pd_server:
233         type: org.openecomp.capabilities.metric.Ceilometer
234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
235         occurrences:
236         - 1
237         - UNBOUNDED
238       disk.device.write.bytes.rate_pd_server:
239         type: org.openecomp.capabilities.metric.Ceilometer
240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
241         occurrences:
242         - 1
243         - UNBOUNDED
244       disk.device.write.requests_pd_server:
245         type: org.openecomp.capabilities.metric.Ceilometer
246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
247         occurrences:
248         - 1
249         - UNBOUNDED
250       endpoint_pd_server:
251         type: tosca.capabilities.Endpoint.Admin
252         occurrences:
253         - 1
254         - UNBOUNDED
255       attachment_pd_server_pd01_port:
256         type: tosca.capabilities.Attachment
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.capacity_pd_server:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       disk.device.allocation_pd_server:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       disk.allocation_pd_server:
273         type: org.openecomp.capabilities.metric.Ceilometer
274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
275         occurrences:
276         - 1
277         - UNBOUNDED
278       binding_pd_server:
279         type: tosca.capabilities.network.Bindable
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.read.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       feature_pd_server:
290         type: tosca.capabilities.Node
291         occurrences:
292         - 1
293         - UNBOUNDED
294       disk.usage_pd_server:
295         type: org.openecomp.capabilities.metric.Ceilometer
296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
297         occurrences:
298         - 1
299         - UNBOUNDED
300       binding_pd_server_pd01_port:
301         type: tosca.capabilities.network.Bindable
302         valid_source_types:
303         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
304         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
305         occurrences:
306         - 0
307         - UNBOUNDED
308       disk.write.bytes_pd_server:
309         type: org.openecomp.capabilities.metric.Ceilometer
310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
311         occurrences:
312         - 1
313         - UNBOUNDED
314       network.incoming.bytes.rate_pd_server_pd01_port:
315         type: org.openecomp.capabilities.metric.Ceilometer
316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
317         occurrences:
318         - 1
319         - UNBOUNDED
320       network.incoming.packets_pd_server_pd01_port:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.device.read.requests.rate_pd_server:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.root.size_pd_server:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.device.read.bytes_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       disk.device.write.bytes_pd_server:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.device.read.requests_pd_server:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       instance_pd_server:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       host_pd_server:
363         type: tosca.capabilities.Container
364         valid_source_types:
365         - tosca.nodes.SoftwareComponent
366         occurrences:
367         - 1
368         - UNBOUNDED
369       network.outpoing.packets_pd_server_pd01_port:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       forwarder_pd_server_pd01_port:
376         type: org.openecomp.capabilities.Forwarder
377         occurrences:
378         - 1
379         - UNBOUNDED
380       disk.write.requests.rate_pd_server:
381         type: org.openecomp.capabilities.metric.Ceilometer
382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
383         occurrences:
384         - 1
385         - UNBOUNDED
386       disk.ephemeral.size_pd_server:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.write.requests_pd_server:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       feature_pd_server_pd01_port:
399         type: tosca.capabilities.Node
400         occurrences:
401         - 1
402         - UNBOUNDED
403       disk.device.latency_pd_server:
404         type: org.openecomp.capabilities.metric.Ceilometer
405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
406         occurrences:
407         - 1
408         - UNBOUNDED
409       disk.latency_pd_server:
410         type: org.openecomp.capabilities.metric.Ceilometer
411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
412         occurrences:
413         - 1
414         - UNBOUNDED
415       disk.device.capacity_pd_server:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       network.outgoing.bytes.rate_pd_server_pd01_port:
422         type: org.openecomp.capabilities.metric.Ceilometer
423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
424         occurrences:
425         - 1
426         - UNBOUNDED
427       disk.device.iops_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   org.openecomp.resource.abstract.nodes.ps_server:
434     derived_from: org.openecomp.resource.abstract.nodes.VFC
435     properties:
436       compute_ps_server_name:
437         type: list
438         required: true
439         status: SUPPORTED
440         entry_schema:
441           type: string
442       port_ps01_port_subnetpoolid:
443         type: string
444         required: true
445         status: SUPPORTED
446       compute_ps_server_availability_zone:
447         type: list
448         required: true
449         status: SUPPORTED
450         entry_schema:
451           type: string
452       compute_ps_server_user_data_format:
453         type: list
454         required: true
455         status: SUPPORTED
456         entry_schema:
457           type: string
458       index_value:
459         type: integer
460         description: Index value of this substitution service template runtime instance
461         required: false
462         default: 0
463         status: SUPPORTED
464         constraints:
465         - greater_or_equal: 0
466       port_ps01_port_vlan_requirements:
467         type: list
468         required: true
469         status: SUPPORTED
470         entry_schema:
471           type: org.openecomp.datatypes.network.VlanRequirements
472       vm_flavor_name:
473         type: string
474         required: true
475         status: SUPPORTED
476       port_ps01_port_order:
477         type: integer
478         required: true
479         status: SUPPORTED
480       vm_image_name:
481         type: string
482         required: true
483         status: SUPPORTED
484       port_ps01_port_network_role:
485         type: string
486         required: true
487         status: SUPPORTED
488       port_ps01_port_mac_requirements:
489         type: org.openecomp.datatypes.network.MacRequirements
490         required: true
491         status: SUPPORTED
492       port_ps01_port_network:
493         type: list
494         required: true
495         status: SUPPORTED
496         entry_schema:
497           type: string
498       port_ps01_port_ip_requirements:
499         type: list
500         required: true
501         status: SUPPORTED
502         entry_schema:
503           type: org.openecomp.datatypes.network.IpRequirements
504       port_ps01_port_network_role_tag:
505         type: string
506         required: true
507         status: SUPPORTED
508       port_ps01_port_exCP_naming:
509         type: org.openecomp.datatypes.Naming
510         required: true
511         status: SUPPORTED
512     attributes:
513       ps_server_accessIPv4:
514         type: string
515         status: SUPPORTED
516     requirements:
517     - dependency_ps_server:
518         capability: tosca.capabilities.Node
519         node: tosca.nodes.Root
520         relationship: tosca.relationships.DependsOn
521         occurrences:
522         - 0
523         - UNBOUNDED
524     - local_storage_ps_server:
525         capability: tosca.capabilities.Attachment
526         node: tosca.nodes.BlockStorage
527         relationship: tosca.relationships.AttachesTo
528         occurrences:
529         - 0
530         - UNBOUNDED
531     - dependency_ps_server_ps01_port:
532         capability: tosca.capabilities.Node
533         node: tosca.nodes.Root
534         relationship: tosca.relationships.DependsOn
535         occurrences:
536         - 0
537         - UNBOUNDED
538     - link_ps_server_ps01_port:
539         capability: tosca.capabilities.network.Linkable
540         relationship: tosca.relationships.network.LinksTo
541         occurrences:
542         - 1
543         - 1
544     capabilities:
545       network.incoming.packets.rate_ps_server_ps01_port:
546         type: org.openecomp.capabilities.metric.Ceilometer
547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
548         occurrences:
549         - 1
550         - UNBOUNDED
551       instance_ps_server:
552         type: org.openecomp.capabilities.metric.Ceilometer
553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
554         occurrences:
555         - 1
556         - UNBOUNDED
557       network.outpoing.packets_ps_server_ps01_port:
558         type: org.openecomp.capabilities.metric.Ceilometer
559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
560         occurrences:
561         - 1
562         - UNBOUNDED
563       host_ps_server:
564         type: tosca.capabilities.Container
565         valid_source_types:
566         - tosca.nodes.SoftwareComponent
567         occurrences:
568         - 1
569         - UNBOUNDED
570       network.incoming.packets_ps_server_ps01_port:
571         type: org.openecomp.capabilities.metric.Ceilometer
572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
573         occurrences:
574         - 1
575         - UNBOUNDED
576       cpu.delta_ps_server:
577         type: org.openecomp.capabilities.metric.Ceilometer
578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
579         occurrences:
580         - 1
581         - UNBOUNDED
582       disk.write.bytes.rate_ps_server:
583         type: org.openecomp.capabilities.metric.Ceilometer
584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
585         occurrences:
586         - 1
587         - UNBOUNDED
588       feature_ps_server_ps01_port:
589         type: tosca.capabilities.Node
590         occurrences:
591         - 1
592         - UNBOUNDED
593       feature_ps_server:
594         type: tosca.capabilities.Node
595         occurrences:
596         - 1
597         - UNBOUNDED
598       disk.root.size_ps_server:
599         type: org.openecomp.capabilities.metric.Ceilometer
600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
601         occurrences:
602         - 1
603         - UNBOUNDED
604       disk.device.read.requests.rate_ps_server:
605         type: org.openecomp.capabilities.metric.Ceilometer
606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
607         occurrences:
608         - 1
609         - UNBOUNDED
610       cpu_ps_server:
611         type: org.openecomp.capabilities.metric.Ceilometer
612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
613         occurrences:
614         - 1
615         - UNBOUNDED
616       disk.device.write.bytes_ps_server:
617         type: org.openecomp.capabilities.metric.Ceilometer
618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
619         occurrences:
620         - 1
621         - UNBOUNDED
622       disk.device.read.bytes_ps_server:
623         type: org.openecomp.capabilities.metric.Ceilometer
624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
625         occurrences:
626         - 1
627         - UNBOUNDED
628       disk.read.bytes_ps_server:
629         type: org.openecomp.capabilities.metric.Ceilometer
630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
631         occurrences:
632         - 1
633         - UNBOUNDED
634       disk.device.iops_ps_server:
635         type: org.openecomp.capabilities.metric.Ceilometer
636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
637         occurrences:
638         - 1
639         - UNBOUNDED
640       network.outgoing.packets.rate_ps_server_ps01_port:
641         type: org.openecomp.capabilities.metric.Ceilometer
642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
643         occurrences:
644         - 1
645         - UNBOUNDED
646       disk.device.latency_ps_server:
647         type: org.openecomp.capabilities.metric.Ceilometer
648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
649         occurrences:
650         - 1
651         - UNBOUNDED
652       disk.read.bytes.rate_ps_server:
653         type: org.openecomp.capabilities.metric.Ceilometer
654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
655         occurrences:
656         - 1
657         - UNBOUNDED
658       memory_ps_server:
659         type: org.openecomp.capabilities.metric.Ceilometer
660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
661         occurrences:
662         - 1
663         - UNBOUNDED
664       scalable_ps_server:
665         type: tosca.capabilities.Scalable
666         occurrences:
667         - 1
668         - UNBOUNDED
669       disk.write.requests.rate_ps_server:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       disk.write.requests_ps_server:
676         type: org.openecomp.capabilities.metric.Ceilometer
677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
678         occurrences:
679         - 1
680         - UNBOUNDED
681       disk.latency_ps_server:
682         type: org.openecomp.capabilities.metric.Ceilometer
683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
684         occurrences:
685         - 1
686         - UNBOUNDED
687       disk.ephemeral.size_ps_server:
688         type: org.openecomp.capabilities.metric.Ceilometer
689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
690         occurrences:
691         - 1
692         - UNBOUNDED
693       disk.device.capacity_ps_server:
694         type: org.openecomp.capabilities.metric.Ceilometer
695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
696         occurrences:
697         - 1
698         - UNBOUNDED
699       disk.iops_ps_server:
700         type: org.openecomp.capabilities.metric.Ceilometer
701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
702         occurrences:
703         - 1
704         - UNBOUNDED
705       disk.device.read.bytes.rate_ps_server:
706         type: org.openecomp.capabilities.metric.Ceilometer
707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
708         occurrences:
709         - 1
710         - UNBOUNDED
711       cpu_util_ps_server:
712         type: org.openecomp.capabilities.metric.Ceilometer
713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
714         occurrences:
715         - 1
716         - UNBOUNDED
717       memory.resident_ps_server:
718         type: org.openecomp.capabilities.metric.Ceilometer
719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
720         occurrences:
721         - 1
722         - UNBOUNDED
723       network.incoming.bytes_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       disk.device.read.requests_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_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       network.outgoing.bytes.rate_ps_server_ps01_port:
742         type: org.openecomp.capabilities.metric.Ceilometer
743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
744         occurrences:
745         - 1
746         - UNBOUNDED
747       disk.device.write.requests.rate_ps_server:
748         type: org.openecomp.capabilities.metric.Ceilometer
749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
750         occurrences:
751         - 1
752         - UNBOUNDED
753       disk.read.requests_ps_server:
754         type: org.openecomp.capabilities.metric.Ceilometer
755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
756         occurrences:
757         - 1
758         - UNBOUNDED
759       disk.allocation_ps_server:
760         type: org.openecomp.capabilities.metric.Ceilometer
761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
762         occurrences:
763         - 1
764         - UNBOUNDED
765       memory.usage_ps_server:
766         type: org.openecomp.capabilities.metric.Ceilometer
767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
768         occurrences:
769         - 1
770         - UNBOUNDED
771       binding_ps_server:
772         type: tosca.capabilities.network.Bindable
773         occurrences:
774         - 1
775         - UNBOUNDED
776       attachment_ps_server_ps01_port:
777         type: tosca.capabilities.Attachment
778         occurrences:
779         - 1
780         - UNBOUNDED
781       os_ps_server:
782         type: tosca.capabilities.OperatingSystem
783         occurrences:
784         - 1
785         - UNBOUNDED
786       disk.device.usage_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       binding_ps_server_ps01_port:
793         type: tosca.capabilities.network.Bindable
794         valid_source_types:
795         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
796         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
797         occurrences:
798         - 0
799         - UNBOUNDED
800       forwarder_ps_server_ps01_port:
801         type: org.openecomp.capabilities.Forwarder
802         occurrences:
803         - 1
804         - UNBOUNDED
805       disk.device.write.bytes.rate_ps_server:
806         type: org.openecomp.capabilities.metric.Ceilometer
807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
808         occurrences:
809         - 1
810         - UNBOUNDED
811       vcpus_ps_server:
812         type: org.openecomp.capabilities.metric.Ceilometer
813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
814         occurrences:
815         - 1
816         - UNBOUNDED
817       disk.usage_ps_server:
818         type: org.openecomp.capabilities.metric.Ceilometer
819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
820         occurrences:
821         - 1
822         - UNBOUNDED
823       disk.device.write.requests_ps_server:
824         type: org.openecomp.capabilities.metric.Ceilometer
825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
826         occurrences:
827         - 1
828         - UNBOUNDED
829       endpoint_ps_server:
830         type: tosca.capabilities.Endpoint.Admin
831         occurrences:
832         - 1
833         - UNBOUNDED
834       disk.capacity_ps_server:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       network.incoming.bytes.rate_ps_server_ps01_port:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       disk.device.allocation_ps_server:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       network.outgoing.bytes_ps_server_ps01_port:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED