b173806b0fb835bdb69d0ac9d97278c2e7dd64b9
[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_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   org.openecomp.resource.abstract.nodes.pd_server:
88     derived_from: org.openecomp.resource.abstract.nodes.VFC
89     properties:
90       index_value:
91         type: integer
92         description: Index value of this substitution service template runtime instance
93         required: false
94         default: 0
95         status: SUPPORTED
96         constraints:
97         - greater_or_equal: 0
98       compute_pd_server_availability_zone:
99         type: list
100         required: true
101         status: SUPPORTED
102         entry_schema:
103           type: string
104       compute_pd_server_name:
105         type: list
106         required: true
107         status: SUPPORTED
108         entry_schema:
109           type: string
110       port_pd01_port_exCP_naming:
111         type: org.openecomp.datatypes.Naming
112         required: true
113         status: SUPPORTED
114       vm_flavor_name:
115         type: string
116         required: true
117         status: SUPPORTED
118       port_pd01_port_mac_requirements:
119         type: org.openecomp.datatypes.network.MacRequirements
120         required: true
121         status: SUPPORTED
122       vm_image_name:
123         type: string
124         required: true
125         status: SUPPORTED
126       port_pd01_port_ip_requirements:
127         type: list
128         required: true
129         status: SUPPORTED
130         entry_schema:
131           type: org.openecomp.datatypes.network.IpRequirements
132       port_pd01_port_network:
133         type: list
134         required: true
135         status: SUPPORTED
136         entry_schema:
137           type: string
138       port_pd01_port_order:
139         type: integer
140         required: true
141         status: SUPPORTED
142       port_pd01_port_subnetpoolid:
143         type: string
144         required: true
145         status: SUPPORTED
146       port_pd01_port_network_role:
147         type: string
148         required: true
149         status: SUPPORTED
150       port_pd01_port_network_role_tag:
151         type: string
152         required: true
153         status: SUPPORTED
154       port_pd01_port_vlan_requirements:
155         type: list
156         required: true
157         status: SUPPORTED
158         entry_schema:
159           type: org.openecomp.datatypes.network.VlanRequirements
160       compute_pd_server_user_data_format:
161         type: list
162         required: true
163         status: SUPPORTED
164         entry_schema:
165           type: string
166     requirements:
167     - dependency_pd_server:
168         capability: tosca.capabilities.Node
169         node: tosca.nodes.Root
170         relationship: tosca.relationships.DependsOn
171         occurrences:
172         - 0
173         - UNBOUNDED
174     - local_storage_pd_server:
175         capability: tosca.capabilities.Attachment
176         node: tosca.nodes.BlockStorage
177         relationship: tosca.relationships.AttachesTo
178         occurrences:
179         - 0
180         - UNBOUNDED
181     - dependency_pd_server_pd01_port:
182         capability: tosca.capabilities.Node
183         node: tosca.nodes.Root
184         relationship: tosca.relationships.DependsOn
185         occurrences:
186         - 0
187         - UNBOUNDED
188     - link_pd_server_pd01_port:
189         capability: tosca.capabilities.network.Linkable
190         relationship: tosca.relationships.network.LinksTo
191         occurrences:
192         - 1
193         - 1
194     capabilities:
195       scalable_pd_server:
196         type: tosca.capabilities.Scalable
197         occurrences:
198         - 1
199         - UNBOUNDED
200       disk.read.bytes.rate_pd_server:
201         type: org.openecomp.capabilities.metric.Ceilometer
202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
203         occurrences:
204         - 1
205         - UNBOUNDED
206       memory.usage_pd_server:
207         type: org.openecomp.capabilities.metric.Ceilometer
208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
209         occurrences:
210         - 1
211         - UNBOUNDED
212       memory_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       disk.device.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       network.outgoing.packets.rate_pd_server_pd01_port:
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       os_pd_server:
231         type: tosca.capabilities.OperatingSystem
232         occurrences:
233         - 1
234         - UNBOUNDED
235       disk.write.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.incoming.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       cpu_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       cpu_util_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       disk.device.write.requests.rate_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       disk.read.bytes_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.read.bytes.rate_pd_server:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       network.outgoing.bytes_pd_server_pd01_port:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.iops_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       memory.resident_pd_server:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       cpu.delta_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       network.incoming.packets.rate_pd_server_pd01_port:
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       vcpus_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       disk.device.write.bytes.rate_pd_server:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       disk.device.write.requests_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       endpoint_pd_server:
326         type: tosca.capabilities.Endpoint.Admin
327         occurrences:
328         - 1
329         - UNBOUNDED
330       attachment_pd_server_pd01_port:
331         type: tosca.capabilities.Attachment
332         occurrences:
333         - 1
334         - UNBOUNDED
335       disk.capacity_pd_server:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       disk.device.allocation_pd_server:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.allocation_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       binding_pd_server:
354         type: tosca.capabilities.network.Bindable
355         occurrences:
356         - 1
357         - UNBOUNDED
358       disk.read.requests_pd_server:
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       feature_pd_server:
365         type: tosca.capabilities.Node
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.usage_pd_server:
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       binding_pd_server_pd01_port:
376         type: tosca.capabilities.network.Bindable
377         valid_source_types:
378         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
379         occurrences:
380         - 0
381         - UNBOUNDED
382       disk.write.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       network.incoming.bytes.rate_pd_server_pd01_port:
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       network.incoming.packets_pd_server_pd01_port:
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       disk.device.read.requests.rate_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       disk.root.size_pd_server:
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.bytes_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.device.write.bytes_pd_server:
419         type: org.openecomp.capabilities.metric.Ceilometer
420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
421         occurrences:
422         - 1
423         - UNBOUNDED
424       disk.device.read.requests_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       instance_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       host_pd_server:
437         type: tosca.capabilities.Container
438         valid_source_types:
439         - tosca.nodes.SoftwareComponent
440         occurrences:
441         - 1
442         - UNBOUNDED
443       network.outpoing.packets_pd_server_pd01_port:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.write.requests.rate_pd_server:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       disk.ephemeral.size_pd_server:
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_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       feature_pd_server_pd01_port:
468         type: tosca.capabilities.Node
469         occurrences:
470         - 1
471         - UNBOUNDED
472       disk.device.latency_pd_server:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       disk.latency_pd_server:
479         type: org.openecomp.capabilities.metric.Ceilometer
480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.device.capacity_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       network.outgoing.bytes.rate_pd_server_pd01_port:
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.iops_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   org.openecomp.resource.vfc.nodes.heat.ps_server:
503     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
504     properties:
505       compute_ps_server_name:
506         type: list
507         required: true
508         status: SUPPORTED
509         entry_schema:
510           type: string
511       port_ps01_port_subnetpoolid:
512         type: string
513         required: true
514         status: SUPPORTED
515       compute_ps_server_availability_zone:
516         type: list
517         required: true
518         status: SUPPORTED
519         entry_schema:
520           type: string
521       compute_ps_server_user_data_format:
522         type: list
523         required: true
524         status: SUPPORTED
525         entry_schema:
526           type: string
527       index_value:
528         type: integer
529         description: Index value of this substitution service template runtime instance
530         required: false
531         default: 0
532         status: SUPPORTED
533         constraints:
534         - greater_or_equal: 0
535       port_ps01_port_vlan_requirements:
536         type: list
537         required: true
538         status: SUPPORTED
539         entry_schema:
540           type: org.openecomp.datatypes.network.VlanRequirements
541       vm_flavor_name:
542         type: string
543         required: true
544         status: SUPPORTED
545       port_ps01_port_order:
546         type: integer
547         required: true
548         status: SUPPORTED
549       vm_image_name:
550         type: string
551         required: true
552         status: SUPPORTED
553       port_ps01_port_network_role:
554         type: string
555         required: true
556         status: SUPPORTED
557       port_ps01_port_mac_requirements:
558         type: org.openecomp.datatypes.network.MacRequirements
559         required: true
560         status: SUPPORTED
561       port_ps01_port_network:
562         type: list
563         required: true
564         status: SUPPORTED
565         entry_schema:
566           type: string
567       port_ps01_port_ip_requirements:
568         type: list
569         required: true
570         status: SUPPORTED
571         entry_schema:
572           type: org.openecomp.datatypes.network.IpRequirements
573       port_ps01_port_network_role_tag:
574         type: string
575         required: true
576         status: SUPPORTED
577       port_ps01_port_exCP_naming:
578         type: org.openecomp.datatypes.Naming
579         required: true
580         status: SUPPORTED
581   org.openecomp.resource.abstract.nodes.ps_server:
582     derived_from: org.openecomp.resource.abstract.nodes.VFC
583     properties:
584       compute_ps_server_name:
585         type: list
586         required: true
587         status: SUPPORTED
588         entry_schema:
589           type: string
590       port_ps01_port_subnetpoolid:
591         type: string
592         required: true
593         status: SUPPORTED
594       compute_ps_server_availability_zone:
595         type: list
596         required: true
597         status: SUPPORTED
598         entry_schema:
599           type: string
600       compute_ps_server_user_data_format:
601         type: list
602         required: true
603         status: SUPPORTED
604         entry_schema:
605           type: string
606       index_value:
607         type: integer
608         description: Index value of this substitution service template runtime instance
609         required: false
610         default: 0
611         status: SUPPORTED
612         constraints:
613         - greater_or_equal: 0
614       port_ps01_port_vlan_requirements:
615         type: list
616         required: true
617         status: SUPPORTED
618         entry_schema:
619           type: org.openecomp.datatypes.network.VlanRequirements
620       vm_flavor_name:
621         type: string
622         required: true
623         status: SUPPORTED
624       port_ps01_port_order:
625         type: integer
626         required: true
627         status: SUPPORTED
628       vm_image_name:
629         type: string
630         required: true
631         status: SUPPORTED
632       port_ps01_port_network_role:
633         type: string
634         required: true
635         status: SUPPORTED
636       port_ps01_port_mac_requirements:
637         type: org.openecomp.datatypes.network.MacRequirements
638         required: true
639         status: SUPPORTED
640       port_ps01_port_network:
641         type: list
642         required: true
643         status: SUPPORTED
644         entry_schema:
645           type: string
646       port_ps01_port_ip_requirements:
647         type: list
648         required: true
649         status: SUPPORTED
650         entry_schema:
651           type: org.openecomp.datatypes.network.IpRequirements
652       port_ps01_port_network_role_tag:
653         type: string
654         required: true
655         status: SUPPORTED
656       port_ps01_port_exCP_naming:
657         type: org.openecomp.datatypes.Naming
658         required: true
659         status: SUPPORTED
660     requirements:
661     - dependency_ps_server:
662         capability: tosca.capabilities.Node
663         node: tosca.nodes.Root
664         relationship: tosca.relationships.DependsOn
665         occurrences:
666         - 0
667         - UNBOUNDED
668     - local_storage_ps_server:
669         capability: tosca.capabilities.Attachment
670         node: tosca.nodes.BlockStorage
671         relationship: tosca.relationships.AttachesTo
672         occurrences:
673         - 0
674         - UNBOUNDED
675     - dependency_ps_server_ps01_port:
676         capability: tosca.capabilities.Node
677         node: tosca.nodes.Root
678         relationship: tosca.relationships.DependsOn
679         occurrences:
680         - 0
681         - UNBOUNDED
682     - link_ps_server_ps01_port:
683         capability: tosca.capabilities.network.Linkable
684         relationship: tosca.relationships.network.LinksTo
685         occurrences:
686         - 1
687         - 1
688     capabilities:
689       network.incoming.packets.rate_ps_server_ps01_port:
690         type: org.openecomp.capabilities.metric.Ceilometer
691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
692         occurrences:
693         - 1
694         - UNBOUNDED
695       instance_ps_server:
696         type: org.openecomp.capabilities.metric.Ceilometer
697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
698         occurrences:
699         - 1
700         - UNBOUNDED
701       network.outpoing.packets_ps_server_ps01_port:
702         type: org.openecomp.capabilities.metric.Ceilometer
703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
704         occurrences:
705         - 1
706         - UNBOUNDED
707       host_ps_server:
708         type: tosca.capabilities.Container
709         valid_source_types:
710         - tosca.nodes.SoftwareComponent
711         occurrences:
712         - 1
713         - UNBOUNDED
714       network.incoming.packets_ps_server_ps01_port:
715         type: org.openecomp.capabilities.metric.Ceilometer
716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
717         occurrences:
718         - 1
719         - UNBOUNDED
720       cpu.delta_ps_server:
721         type: org.openecomp.capabilities.metric.Ceilometer
722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
723         occurrences:
724         - 1
725         - UNBOUNDED
726       disk.write.bytes.rate_ps_server:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       feature_ps_server_ps01_port:
733         type: tosca.capabilities.Node
734         occurrences:
735         - 1
736         - UNBOUNDED
737       feature_ps_server:
738         type: tosca.capabilities.Node
739         occurrences:
740         - 1
741         - UNBOUNDED
742       disk.root.size_ps_server:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       disk.device.read.requests.rate_ps_server:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       cpu_ps_server:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       disk.device.write.bytes_ps_server:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.device.read.bytes_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.read.bytes_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       disk.device.iops_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       network.outgoing.packets.rate_ps_server_ps01_port:
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.latency_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.rate_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       memory_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       scalable_ps_server:
809         type: tosca.capabilities.Scalable
810         occurrences:
811         - 1
812         - UNBOUNDED
813       disk.write.requests.rate_ps_server:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       disk.write.requests_ps_server:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       disk.latency_ps_server:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       disk.ephemeral.size_ps_server:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       disk.device.capacity_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.iops_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.device.read.bytes.rate_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       cpu_util_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       memory.resident_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       network.incoming.bytes_ps_server_ps01_port:
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.requests_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       disk.write.bytes_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       network.outgoing.bytes.rate_ps_server_ps01_port:
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       disk.device.write.requests.rate_ps_server:
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.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.allocation_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       memory.usage_ps_server:
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       binding_ps_server:
916         type: tosca.capabilities.network.Bindable
917         occurrences:
918         - 1
919         - UNBOUNDED
920       attachment_ps_server_ps01_port:
921         type: tosca.capabilities.Attachment
922         occurrences:
923         - 1
924         - UNBOUNDED
925       os_ps_server:
926         type: tosca.capabilities.OperatingSystem
927         occurrences:
928         - 1
929         - UNBOUNDED
930       disk.device.usage_ps_server:
931         type: org.openecomp.capabilities.metric.Ceilometer
932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
933         occurrences:
934         - 1
935         - UNBOUNDED
936       binding_ps_server_ps01_port:
937         type: tosca.capabilities.network.Bindable
938         valid_source_types:
939         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
940         occurrences:
941         - 0
942         - UNBOUNDED
943       disk.device.write.bytes.rate_ps_server:
944         type: org.openecomp.capabilities.metric.Ceilometer
945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
946         occurrences:
947         - 1
948         - UNBOUNDED
949       vcpus_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       disk.usage_ps_server:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       disk.device.write.requests_ps_server:
962         type: org.openecomp.capabilities.metric.Ceilometer
963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
964         occurrences:
965         - 1
966         - UNBOUNDED
967       endpoint_ps_server:
968         type: tosca.capabilities.Endpoint.Admin
969         occurrences:
970         - 1
971         - UNBOUNDED
972       disk.capacity_ps_server:
973         type: org.openecomp.capabilities.metric.Ceilometer
974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
975         occurrences:
976         - 1
977         - UNBOUNDED
978       network.incoming.bytes.rate_ps_server_ps01_port:
979         type: org.openecomp.capabilities.metric.Ceilometer
980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
981         occurrences:
982         - 1
983         - UNBOUNDED
984       disk.device.allocation_ps_server:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       network.outgoing.bytes_ps_server_ps01_port:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED