7aedccc595d1f6e9afbb3e081b5b48e24d9b8cfc
[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     attributes:
94       pd_server_accessIPv4:
95         type: string
96         status: SUPPORTED
97   org.openecomp.resource.abstract.nodes.pd_server:
98     derived_from: org.openecomp.resource.abstract.nodes.VFC
99     properties:
100       index_value:
101         type: integer
102         description: Index value of this substitution service template runtime instance
103         required: false
104         default: 0
105         status: SUPPORTED
106         constraints:
107         - greater_or_equal: 0
108       compute_pd_server_availability_zone:
109         type: list
110         required: true
111         status: SUPPORTED
112         entry_schema:
113           type: string
114       compute_pd_server_name:
115         type: list
116         required: true
117         status: SUPPORTED
118         entry_schema:
119           type: string
120       port_pd01_port_replacement_policy:
121         type: list
122         required: true
123         status: SUPPORTED
124         entry_schema:
125           type: string
126       port_pd01_port_exCP_naming:
127         type: org.openecomp.datatypes.Naming
128         required: true
129         status: SUPPORTED
130       vm_flavor_name:
131         type: string
132         required: true
133         status: SUPPORTED
134       port_pd01_port_mac_requirements:
135         type: org.openecomp.datatypes.network.MacRequirements
136         required: true
137         status: SUPPORTED
138       vm_image_name:
139         type: string
140         required: true
141         status: SUPPORTED
142       port_pd01_port_ip_requirements:
143         type: list
144         required: true
145         status: SUPPORTED
146         entry_schema:
147           type: org.openecomp.datatypes.network.IpRequirements
148       port_pd01_port_network:
149         type: list
150         required: true
151         status: SUPPORTED
152         entry_schema:
153           type: string
154       port_pd01_port_order:
155         type: integer
156         required: true
157         status: SUPPORTED
158       port_pd01_port_subnetpoolid:
159         type: string
160         required: true
161         status: SUPPORTED
162       port_pd01_port_network_role:
163         type: string
164         required: true
165         status: SUPPORTED
166       port_pd01_port_network_role_tag:
167         type: string
168         required: true
169         status: SUPPORTED
170       port_pd01_port_vlan_requirements:
171         type: list
172         required: true
173         status: SUPPORTED
174         entry_schema:
175           type: org.openecomp.datatypes.network.VlanRequirements
176       compute_pd_server_user_data_format:
177         type: list
178         required: true
179         status: SUPPORTED
180         entry_schema:
181           type: string
182     attributes:
183       pd_server_accessIPv4:
184         type: string
185         status: SUPPORTED
186     requirements:
187     - dependency_pd_server:
188         capability: tosca.capabilities.Node
189         node: tosca.nodes.Root
190         relationship: tosca.relationships.DependsOn
191         occurrences:
192         - 0
193         - UNBOUNDED
194     - local_storage_pd_server:
195         capability: tosca.capabilities.Attachment
196         node: tosca.nodes.BlockStorage
197         relationship: tosca.relationships.AttachesTo
198         occurrences:
199         - 0
200         - UNBOUNDED
201     - dependency_pd_server_pd01_port:
202         capability: tosca.capabilities.Node
203         node: tosca.nodes.Root
204         relationship: tosca.relationships.DependsOn
205         occurrences:
206         - 0
207         - UNBOUNDED
208     - link_pd_server_pd01_port:
209         capability: tosca.capabilities.network.Linkable
210         relationship: tosca.relationships.network.LinksTo
211         occurrences:
212         - 1
213         - 1
214     capabilities:
215       scalable_pd_server:
216         type: tosca.capabilities.Scalable
217         occurrences:
218         - 1
219         - UNBOUNDED
220       disk.read.bytes.rate_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       memory.usage_pd_server:
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       memory_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.usage_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       network.outgoing.packets.rate_pd_server_pd01_port:
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       os_pd_server:
251         type: tosca.capabilities.OperatingSystem
252         occurrences:
253         - 1
254         - UNBOUNDED
255       disk.write.bytes.rate_pd_server:
256         type: org.openecomp.capabilities.metric.Ceilometer
257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
258         occurrences:
259         - 1
260         - UNBOUNDED
261       network.incoming.bytes_pd_server_pd01_port:
262         type: org.openecomp.capabilities.metric.Ceilometer
263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
264         occurrences:
265         - 1
266         - UNBOUNDED
267       cpu_pd_server:
268         type: org.openecomp.capabilities.metric.Ceilometer
269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
270         occurrences:
271         - 1
272         - UNBOUNDED
273       cpu_util_pd_server:
274         type: org.openecomp.capabilities.metric.Ceilometer
275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
276         occurrences:
277         - 1
278         - UNBOUNDED
279       disk.device.write.requests.rate_pd_server:
280         type: org.openecomp.capabilities.metric.Ceilometer
281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
282         occurrences:
283         - 1
284         - UNBOUNDED
285       disk.read.bytes_pd_server:
286         type: org.openecomp.capabilities.metric.Ceilometer
287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
288         occurrences:
289         - 1
290         - UNBOUNDED
291       disk.device.read.bytes.rate_pd_server:
292         type: org.openecomp.capabilities.metric.Ceilometer
293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
294         occurrences:
295         - 1
296         - UNBOUNDED
297       network.outgoing.bytes_pd_server_pd01_port:
298         type: org.openecomp.capabilities.metric.Ceilometer
299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
300         occurrences:
301         - 1
302         - UNBOUNDED
303       disk.iops_pd_server:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       memory.resident_pd_server:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       cpu.delta_pd_server:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       network.incoming.packets.rate_pd_server_pd01_port:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       vcpus_pd_server:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       disk.device.write.bytes.rate_pd_server:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.device.write.requests_pd_server:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       endpoint_pd_server:
346         type: tosca.capabilities.Endpoint.Admin
347         occurrences:
348         - 1
349         - UNBOUNDED
350       attachment_pd_server_pd01_port:
351         type: tosca.capabilities.Attachment
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.capacity_pd_server:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       disk.device.allocation_pd_server:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       disk.allocation_pd_server:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       binding_pd_server:
374         type: tosca.capabilities.network.Bindable
375         occurrences:
376         - 1
377         - UNBOUNDED
378       disk.read.requests_pd_server:
379         type: org.openecomp.capabilities.metric.Ceilometer
380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
381         occurrences:
382         - 1
383         - UNBOUNDED
384       feature_pd_server:
385         type: tosca.capabilities.Node
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.usage_pd_server:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       binding_pd_server_pd01_port:
396         type: tosca.capabilities.network.Bindable
397         valid_source_types:
398         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
399         occurrences:
400         - 0
401         - UNBOUNDED
402       disk.write.bytes_pd_server:
403         type: org.openecomp.capabilities.metric.Ceilometer
404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
405         occurrences:
406         - 1
407         - UNBOUNDED
408       network.incoming.bytes.rate_pd_server_pd01_port:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       network.incoming.packets_pd_server_pd01_port:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       disk.device.read.requests.rate_pd_server:
421         type: org.openecomp.capabilities.metric.Ceilometer
422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
423         occurrences:
424         - 1
425         - UNBOUNDED
426       disk.root.size_pd_server:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       disk.device.read.bytes_pd_server:
433         type: org.openecomp.capabilities.metric.Ceilometer
434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
435         occurrences:
436         - 1
437         - UNBOUNDED
438       disk.device.write.bytes_pd_server:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.device.read.requests_pd_server:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       instance_pd_server:
451         type: org.openecomp.capabilities.metric.Ceilometer
452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
453         occurrences:
454         - 1
455         - UNBOUNDED
456       host_pd_server:
457         type: tosca.capabilities.Container
458         valid_source_types:
459         - tosca.nodes.SoftwareComponent
460         occurrences:
461         - 1
462         - UNBOUNDED
463       network.outpoing.packets_pd_server_pd01_port:
464         type: org.openecomp.capabilities.metric.Ceilometer
465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
466         occurrences:
467         - 1
468         - UNBOUNDED
469       disk.write.requests.rate_pd_server:
470         type: org.openecomp.capabilities.metric.Ceilometer
471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
472         occurrences:
473         - 1
474         - UNBOUNDED
475       disk.ephemeral.size_pd_server:
476         type: org.openecomp.capabilities.metric.Ceilometer
477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
478         occurrences:
479         - 1
480         - UNBOUNDED
481       disk.write.requests_pd_server:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       feature_pd_server_pd01_port:
488         type: tosca.capabilities.Node
489         occurrences:
490         - 1
491         - UNBOUNDED
492       disk.device.latency_pd_server:
493         type: org.openecomp.capabilities.metric.Ceilometer
494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
495         occurrences:
496         - 1
497         - UNBOUNDED
498       disk.latency_pd_server:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       disk.device.capacity_pd_server:
505         type: org.openecomp.capabilities.metric.Ceilometer
506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
507         occurrences:
508         - 1
509         - UNBOUNDED
510       network.outgoing.bytes.rate_pd_server_pd01_port:
511         type: org.openecomp.capabilities.metric.Ceilometer
512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
513         occurrences:
514         - 1
515         - UNBOUNDED
516       disk.device.iops_pd_server:
517         type: org.openecomp.capabilities.metric.Ceilometer
518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
519         occurrences:
520         - 1
521         - UNBOUNDED
522   org.openecomp.resource.vfc.nodes.heat.ps_server:
523     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
524     properties:
525       compute_ps_server_name:
526         type: list
527         required: true
528         status: SUPPORTED
529         entry_schema:
530           type: string
531       port_ps01_port_subnetpoolid:
532         type: string
533         required: true
534         status: SUPPORTED
535       compute_ps_server_availability_zone:
536         type: list
537         required: true
538         status: SUPPORTED
539         entry_schema:
540           type: string
541       compute_ps_server_user_data_format:
542         type: list
543         required: true
544         status: SUPPORTED
545         entry_schema:
546           type: string
547       index_value:
548         type: integer
549         description: Index value of this substitution service template runtime instance
550         required: false
551         default: 0
552         status: SUPPORTED
553         constraints:
554         - greater_or_equal: 0
555       port_ps01_port_vlan_requirements:
556         type: list
557         required: true
558         status: SUPPORTED
559         entry_schema:
560           type: org.openecomp.datatypes.network.VlanRequirements
561       vm_flavor_name:
562         type: string
563         required: true
564         status: SUPPORTED
565       port_ps01_port_order:
566         type: integer
567         required: true
568         status: SUPPORTED
569       vm_image_name:
570         type: string
571         required: true
572         status: SUPPORTED
573       port_ps01_port_network_role:
574         type: string
575         required: true
576         status: SUPPORTED
577       port_ps01_port_replacement_policy:
578         type: list
579         required: true
580         status: SUPPORTED
581         entry_schema:
582           type: string
583       port_ps01_port_mac_requirements:
584         type: org.openecomp.datatypes.network.MacRequirements
585         required: true
586         status: SUPPORTED
587       port_ps01_port_network:
588         type: list
589         required: true
590         status: SUPPORTED
591         entry_schema:
592           type: string
593       port_ps01_port_ip_requirements:
594         type: list
595         required: true
596         status: SUPPORTED
597         entry_schema:
598           type: org.openecomp.datatypes.network.IpRequirements
599       port_ps01_port_network_role_tag:
600         type: string
601         required: true
602         status: SUPPORTED
603       port_ps01_port_exCP_naming:
604         type: org.openecomp.datatypes.Naming
605         required: true
606         status: SUPPORTED
607     attributes:
608       ps_server_accessIPv4:
609         type: string
610         status: SUPPORTED
611   org.openecomp.resource.abstract.nodes.ps_server:
612     derived_from: org.openecomp.resource.abstract.nodes.VFC
613     properties:
614       compute_ps_server_name:
615         type: list
616         required: true
617         status: SUPPORTED
618         entry_schema:
619           type: string
620       port_ps01_port_subnetpoolid:
621         type: string
622         required: true
623         status: SUPPORTED
624       compute_ps_server_availability_zone:
625         type: list
626         required: true
627         status: SUPPORTED
628         entry_schema:
629           type: string
630       compute_ps_server_user_data_format:
631         type: list
632         required: true
633         status: SUPPORTED
634         entry_schema:
635           type: string
636       index_value:
637         type: integer
638         description: Index value of this substitution service template runtime instance
639         required: false
640         default: 0
641         status: SUPPORTED
642         constraints:
643         - greater_or_equal: 0
644       port_ps01_port_vlan_requirements:
645         type: list
646         required: true
647         status: SUPPORTED
648         entry_schema:
649           type: org.openecomp.datatypes.network.VlanRequirements
650       vm_flavor_name:
651         type: string
652         required: true
653         status: SUPPORTED
654       port_ps01_port_order:
655         type: integer
656         required: true
657         status: SUPPORTED
658       vm_image_name:
659         type: string
660         required: true
661         status: SUPPORTED
662       port_ps01_port_network_role:
663         type: string
664         required: true
665         status: SUPPORTED
666       port_ps01_port_replacement_policy:
667         type: list
668         required: true
669         status: SUPPORTED
670         entry_schema:
671           type: string
672       port_ps01_port_mac_requirements:
673         type: org.openecomp.datatypes.network.MacRequirements
674         required: true
675         status: SUPPORTED
676       port_ps01_port_network:
677         type: list
678         required: true
679         status: SUPPORTED
680         entry_schema:
681           type: string
682       port_ps01_port_ip_requirements:
683         type: list
684         required: true
685         status: SUPPORTED
686         entry_schema:
687           type: org.openecomp.datatypes.network.IpRequirements
688       port_ps01_port_network_role_tag:
689         type: string
690         required: true
691         status: SUPPORTED
692       port_ps01_port_exCP_naming:
693         type: org.openecomp.datatypes.Naming
694         required: true
695         status: SUPPORTED
696     attributes:
697       ps_server_accessIPv4:
698         type: string
699         status: SUPPORTED
700     requirements:
701     - dependency_ps_server:
702         capability: tosca.capabilities.Node
703         node: tosca.nodes.Root
704         relationship: tosca.relationships.DependsOn
705         occurrences:
706         - 0
707         - UNBOUNDED
708     - local_storage_ps_server:
709         capability: tosca.capabilities.Attachment
710         node: tosca.nodes.BlockStorage
711         relationship: tosca.relationships.AttachesTo
712         occurrences:
713         - 0
714         - UNBOUNDED
715     - dependency_ps_server_ps01_port:
716         capability: tosca.capabilities.Node
717         node: tosca.nodes.Root
718         relationship: tosca.relationships.DependsOn
719         occurrences:
720         - 0
721         - UNBOUNDED
722     - link_ps_server_ps01_port:
723         capability: tosca.capabilities.network.Linkable
724         relationship: tosca.relationships.network.LinksTo
725         occurrences:
726         - 1
727         - 1
728     capabilities:
729       network.incoming.packets.rate_ps_server_ps01_port:
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       instance_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.outpoing.packets_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       host_ps_server:
748         type: tosca.capabilities.Container
749         valid_source_types:
750         - tosca.nodes.SoftwareComponent
751         occurrences:
752         - 1
753         - UNBOUNDED
754       network.incoming.packets_ps_server_ps01_port:
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       cpu.delta_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.write.bytes.rate_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       feature_ps_server_ps01_port:
773         type: tosca.capabilities.Node
774         occurrences:
775         - 1
776         - UNBOUNDED
777       feature_ps_server:
778         type: tosca.capabilities.Node
779         occurrences:
780         - 1
781         - UNBOUNDED
782       disk.root.size_ps_server:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       disk.device.read.requests.rate_ps_server:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       cpu_ps_server:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       disk.device.write.bytes_ps_server:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       disk.device.read.bytes_ps_server:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.read.bytes_ps_server:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.device.iops_ps_server:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       network.outgoing.packets.rate_ps_server_ps01_port:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.device.latency_ps_server:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       disk.read.bytes.rate_ps_server:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       memory_ps_server:
843         type: org.openecomp.capabilities.metric.Ceilometer
844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
845         occurrences:
846         - 1
847         - UNBOUNDED
848       scalable_ps_server:
849         type: tosca.capabilities.Scalable
850         occurrences:
851         - 1
852         - UNBOUNDED
853       disk.write.requests.rate_ps_server:
854         type: org.openecomp.capabilities.metric.Ceilometer
855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
856         occurrences:
857         - 1
858         - UNBOUNDED
859       disk.write.requests_ps_server:
860         type: org.openecomp.capabilities.metric.Ceilometer
861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
862         occurrences:
863         - 1
864         - UNBOUNDED
865       disk.latency_ps_server:
866         type: org.openecomp.capabilities.metric.Ceilometer
867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
868         occurrences:
869         - 1
870         - UNBOUNDED
871       disk.ephemeral.size_ps_server:
872         type: org.openecomp.capabilities.metric.Ceilometer
873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
874         occurrences:
875         - 1
876         - UNBOUNDED
877       disk.device.capacity_ps_server:
878         type: org.openecomp.capabilities.metric.Ceilometer
879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
880         occurrences:
881         - 1
882         - UNBOUNDED
883       disk.iops_ps_server:
884         type: org.openecomp.capabilities.metric.Ceilometer
885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
886         occurrences:
887         - 1
888         - UNBOUNDED
889       disk.device.read.bytes.rate_ps_server:
890         type: org.openecomp.capabilities.metric.Ceilometer
891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
892         occurrences:
893         - 1
894         - UNBOUNDED
895       cpu_util_ps_server:
896         type: org.openecomp.capabilities.metric.Ceilometer
897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
898         occurrences:
899         - 1
900         - UNBOUNDED
901       memory.resident_ps_server:
902         type: org.openecomp.capabilities.metric.Ceilometer
903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
904         occurrences:
905         - 1
906         - UNBOUNDED
907       network.incoming.bytes_ps_server_ps01_port:
908         type: org.openecomp.capabilities.metric.Ceilometer
909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
910         occurrences:
911         - 1
912         - UNBOUNDED
913       disk.device.read.requests_ps_server:
914         type: org.openecomp.capabilities.metric.Ceilometer
915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
916         occurrences:
917         - 1
918         - UNBOUNDED
919       disk.write.bytes_ps_server:
920         type: org.openecomp.capabilities.metric.Ceilometer
921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
922         occurrences:
923         - 1
924         - UNBOUNDED
925       network.outgoing.bytes.rate_ps_server_ps01_port:
926         type: org.openecomp.capabilities.metric.Ceilometer
927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
928         occurrences:
929         - 1
930         - UNBOUNDED
931       disk.device.write.requests.rate_ps_server:
932         type: org.openecomp.capabilities.metric.Ceilometer
933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
934         occurrences:
935         - 1
936         - UNBOUNDED
937       disk.read.requests_ps_server:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       disk.allocation_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       memory.usage_ps_server:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       binding_ps_server:
956         type: tosca.capabilities.network.Bindable
957         occurrences:
958         - 1
959         - UNBOUNDED
960       attachment_ps_server_ps01_port:
961         type: tosca.capabilities.Attachment
962         occurrences:
963         - 1
964         - UNBOUNDED
965       os_ps_server:
966         type: tosca.capabilities.OperatingSystem
967         occurrences:
968         - 1
969         - UNBOUNDED
970       disk.device.usage_ps_server:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       binding_ps_server_ps01_port:
977         type: tosca.capabilities.network.Bindable
978         valid_source_types:
979         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
980         occurrences:
981         - 0
982         - UNBOUNDED
983       disk.device.write.bytes.rate_ps_server:
984         type: org.openecomp.capabilities.metric.Ceilometer
985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
986         occurrences:
987         - 1
988         - UNBOUNDED
989       vcpus_ps_server:
990         type: org.openecomp.capabilities.metric.Ceilometer
991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
992         occurrences:
993         - 1
994         - UNBOUNDED
995       disk.usage_ps_server:
996         type: org.openecomp.capabilities.metric.Ceilometer
997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
998         occurrences:
999         - 1
1000         - UNBOUNDED
1001       disk.device.write.requests_ps_server:
1002         type: org.openecomp.capabilities.metric.Ceilometer
1003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1004         occurrences:
1005         - 1
1006         - UNBOUNDED
1007       endpoint_ps_server:
1008         type: tosca.capabilities.Endpoint.Admin
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       disk.capacity_ps_server:
1013         type: org.openecomp.capabilities.metric.Ceilometer
1014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       network.incoming.bytes.rate_ps_server_ps01_port:
1019         type: org.openecomp.capabilities.metric.Ceilometer
1020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1021         occurrences:
1022         - 1
1023         - UNBOUNDED
1024       disk.device.allocation_ps_server:
1025         type: org.openecomp.capabilities.metric.Ceilometer
1026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1027         occurrences:
1028         - 1
1029         - UNBOUNDED
1030       network.outgoing.bytes_ps_server_ps01_port:
1031         type: org.openecomp.capabilities.metric.Ceilometer
1032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1033         occurrences:
1034         - 1
1035         - UNBOUNDED