a53c1b2c92a7ee4f1c041f79e62264b1f22274d0
[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_pcm_port_fixed_ips:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
37       port_pcm_port_network_role_tag:
38         type: string
39         required: true
40         status: SUPPORTED
41       vm_flavor_name:
42         type: string
43         required: true
44         status: SUPPORTED
45       port_pcm_port_mac_requirements:
46         type: org.openecomp.datatypes.network.MacRequirements
47         required: true
48         status: SUPPORTED
49       port_pcm_port_order:
50         type: integer
51         required: true
52         status: SUPPORTED
53       port_pcm_port_network:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       port_pcm_port_vlan_requirements:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.VlanRequirements
65       port_pcm_port_ip_requirements:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: org.openecomp.datatypes.network.IpRequirements
71       vm_image_name:
72         type: string
73         required: true
74         status: SUPPORTED
75       port_pcm_port_exCP_naming:
76         type: org.openecomp.datatypes.Naming
77         required: true
78         status: SUPPORTED
79       port_pcm_port_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_pcm_port_subnetpoolid:
84         type: string
85         required: true
86         status: SUPPORTED
87       compute_pd_server_config_drive:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: boolean
93       compute_pd_server_user_data_format:
94         type: list
95         required: true
96         status: SUPPORTED
97         entry_schema:
98           type: string
99       port_pcm_port_security_groups:
100         type: list
101         required: true
102         status: SUPPORTED
103         entry_schema:
104           type: json
105   org.openecomp.resource.abstract.nodes.pd_server:
106     derived_from: org.openecomp.resource.abstract.nodes.VFC
107     properties:
108       index_value:
109         type: integer
110         description: Index value of this substitution service template runtime instance
111         required: false
112         default: 0
113         status: SUPPORTED
114         constraints:
115         - greater_or_equal: 0
116       compute_pd_server_availability_zone:
117         type: list
118         required: true
119         status: SUPPORTED
120         entry_schema:
121           type: string
122       compute_pd_server_name:
123         type: list
124         required: true
125         status: SUPPORTED
126         entry_schema:
127           type: string
128       port_pcm_port_fixed_ips:
129         type: list
130         required: true
131         status: SUPPORTED
132         entry_schema:
133           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
134       port_pcm_port_network_role_tag:
135         type: string
136         required: true
137         status: SUPPORTED
138       vm_flavor_name:
139         type: string
140         required: true
141         status: SUPPORTED
142       port_pcm_port_mac_requirements:
143         type: org.openecomp.datatypes.network.MacRequirements
144         required: true
145         status: SUPPORTED
146       port_pcm_port_order:
147         type: integer
148         required: true
149         status: SUPPORTED
150       port_pcm_port_network:
151         type: list
152         required: true
153         status: SUPPORTED
154         entry_schema:
155           type: string
156       port_pcm_port_vlan_requirements:
157         type: list
158         required: true
159         status: SUPPORTED
160         entry_schema:
161           type: org.openecomp.datatypes.network.VlanRequirements
162       port_pcm_port_ip_requirements:
163         type: list
164         required: true
165         status: SUPPORTED
166         entry_schema:
167           type: org.openecomp.datatypes.network.IpRequirements
168       vm_image_name:
169         type: string
170         required: true
171         status: SUPPORTED
172       port_pcm_port_exCP_naming:
173         type: org.openecomp.datatypes.Naming
174         required: true
175         status: SUPPORTED
176       port_pcm_port_network_role:
177         type: string
178         required: true
179         status: SUPPORTED
180       port_pcm_port_subnetpoolid:
181         type: string
182         required: true
183         status: SUPPORTED
184       compute_pd_server_config_drive:
185         type: list
186         required: true
187         status: SUPPORTED
188         entry_schema:
189           type: boolean
190       compute_pd_server_user_data_format:
191         type: list
192         required: true
193         status: SUPPORTED
194         entry_schema:
195           type: string
196       port_pcm_port_security_groups:
197         type: list
198         required: true
199         status: SUPPORTED
200         entry_schema:
201           type: json
202     requirements:
203     - dependency_pd_server:
204         capability: tosca.capabilities.Node
205         node: tosca.nodes.Root
206         relationship: tosca.relationships.DependsOn
207         occurrences:
208         - 0
209         - UNBOUNDED
210     - local_storage_pd_server:
211         capability: tosca.capabilities.Attachment
212         node: tosca.nodes.BlockStorage
213         relationship: tosca.relationships.AttachesTo
214         occurrences:
215         - 0
216         - UNBOUNDED
217     - dependency_pd_server_pcm_port:
218         capability: tosca.capabilities.Node
219         node: tosca.nodes.Root
220         relationship: tosca.relationships.DependsOn
221         occurrences:
222         - 0
223         - UNBOUNDED
224     - link_pd_server_pcm_port:
225         capability: tosca.capabilities.network.Linkable
226         relationship: tosca.relationships.network.LinksTo
227         occurrences:
228         - 1
229         - 1
230     capabilities:
231       scalable_pd_server:
232         type: tosca.capabilities.Scalable
233         occurrences:
234         - 1
235         - UNBOUNDED
236       disk.read.bytes.rate_pd_server:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       network.incoming.bytes_pd_server_pcm_port:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       memory.usage_pd_server:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       memory_pd_server:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.device.usage_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       os_pd_server:
267         type: tosca.capabilities.OperatingSystem
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.write.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       feature_pd_server_pcm_port:
278         type: tosca.capabilities.Node
279         occurrences:
280         - 1
281         - UNBOUNDED
282       binding_pd_server_pcm_port:
283         type: tosca.capabilities.network.Bindable
284         valid_source_types:
285         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
286         occurrences:
287         - 0
288         - UNBOUNDED
289       cpu_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_util_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       disk.device.write.requests.rate_pd_server:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       disk.read.bytes_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.read.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.iops_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       memory.resident_pd_server:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       cpu.delta_pd_server:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       network.outgoing.bytes_pd_server_pcm_port:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       vcpus_pd_server:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       disk.device.write.bytes.rate_pd_server:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.device.write.requests_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       endpoint_pd_server:
362         type: tosca.capabilities.Endpoint.Admin
363         occurrences:
364         - 1
365         - UNBOUNDED
366       disk.capacity_pd_server:
367         type: org.openecomp.capabilities.metric.Ceilometer
368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
369         occurrences:
370         - 1
371         - UNBOUNDED
372       disk.device.allocation_pd_server:
373         type: org.openecomp.capabilities.metric.Ceilometer
374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
375         occurrences:
376         - 1
377         - UNBOUNDED
378       disk.allocation_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       binding_pd_server:
385         type: tosca.capabilities.network.Bindable
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.read.requests_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       network.outgoing.packets.rate_pd_server_pcm_port:
396         type: org.openecomp.capabilities.metric.Ceilometer
397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
398         occurrences:
399         - 1
400         - UNBOUNDED
401       feature_pd_server:
402         type: tosca.capabilities.Node
403         occurrences:
404         - 1
405         - UNBOUNDED
406       disk.usage_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.write.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       network.incoming.bytes.rate_pd_server_pcm_port:
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.rate_pd_server:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       disk.root.size_pd_server:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.device.read.bytes_pd_server:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       network.outpoing.packets_pd_server_pcm_port:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       disk.device.write.bytes_pd_server:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       network.outgoing.bytes.rate_pd_server_pcm_port:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       disk.device.read.requests_pd_server:
461         type: org.openecomp.capabilities.metric.Ceilometer
462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
463         occurrences:
464         - 1
465         - UNBOUNDED
466       network.incoming.packets_pd_server_pcm_port:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       attachment_pd_server_pcm_port:
473         type: tosca.capabilities.Attachment
474         occurrences:
475         - 1
476         - UNBOUNDED
477       instance_pd_server:
478         type: org.openecomp.capabilities.metric.Ceilometer
479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
480         occurrences:
481         - 1
482         - UNBOUNDED
483       host_pd_server:
484         type: tosca.capabilities.Container
485         valid_source_types:
486         - tosca.nodes.SoftwareComponent
487         occurrences:
488         - 1
489         - UNBOUNDED
490       network.incoming.packets.rate_pd_server_pcm_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.write.requests.rate_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       disk.ephemeral.size_pd_server:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.write.requests_pd_server:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.device.latency_pd_server:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       disk.latency_pd_server:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526       disk.device.capacity_pd_server:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       disk.device.iops_pd_server:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538   org.openecomp.resource.abstract.nodes.pcm_server:
539     derived_from: org.openecomp.resource.abstract.nodes.VFC
540     properties:
541       index_value:
542         type: integer
543         description: Index value of this substitution service template runtime instance
544         required: false
545         default: 0
546         status: SUPPORTED
547         constraints:
548         - greater_or_equal: 0
549       compute_pcm_server_availability_zone:
550         type: list
551         required: true
552         status: SUPPORTED
553         entry_schema:
554           type: string
555       port_pcm_port_fixed_ips:
556         type: list
557         required: true
558         status: SUPPORTED
559         entry_schema:
560           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
561       port_pcm_port_network_role_tag:
562         type: string
563         required: true
564         status: SUPPORTED
565       vm_flavor_name:
566         type: string
567         required: true
568         status: SUPPORTED
569       port_pcm_port_mac_requirements:
570         type: org.openecomp.datatypes.network.MacRequirements
571         required: true
572         status: SUPPORTED
573       port_pcm_port_order:
574         type: integer
575         required: true
576         status: SUPPORTED
577       compute_pcm_server_name:
578         type: list
579         required: true
580         status: SUPPORTED
581         entry_schema:
582           type: string
583       port_pcm_port_network:
584         type: list
585         required: true
586         status: SUPPORTED
587         entry_schema:
588           type: string
589       port_pcm_port_vlan_requirements:
590         type: list
591         required: true
592         status: SUPPORTED
593         entry_schema:
594           type: org.openecomp.datatypes.network.VlanRequirements
595       port_pcm_port_ip_requirements:
596         type: list
597         required: true
598         status: SUPPORTED
599         entry_schema:
600           type: org.openecomp.datatypes.network.IpRequirements
601       compute_pcm_server_user_data_format:
602         type: list
603         required: true
604         status: SUPPORTED
605         entry_schema:
606           type: string
607       vm_image_name:
608         type: string
609         required: true
610         status: SUPPORTED
611       port_pcm_port_exCP_naming:
612         type: org.openecomp.datatypes.Naming
613         required: true
614         status: SUPPORTED
615       compute_pcm_server_config_drive:
616         type: list
617         required: true
618         status: SUPPORTED
619         entry_schema:
620           type: boolean
621       port_pcm_port_network_role:
622         type: string
623         required: true
624         status: SUPPORTED
625       port_pcm_port_subnetpoolid:
626         type: string
627         required: true
628         status: SUPPORTED
629       port_pcm_port_security_groups:
630         type: list
631         required: true
632         status: SUPPORTED
633         entry_schema:
634           type: json
635     requirements:
636     - dependency_pcm_server:
637         capability: tosca.capabilities.Node
638         node: tosca.nodes.Root
639         relationship: tosca.relationships.DependsOn
640         occurrences:
641         - 0
642         - UNBOUNDED
643     - local_storage_pcm_server:
644         capability: tosca.capabilities.Attachment
645         node: tosca.nodes.BlockStorage
646         relationship: tosca.relationships.AttachesTo
647         occurrences:
648         - 0
649         - UNBOUNDED
650     - dependency_pcm_server_pcm_port:
651         capability: tosca.capabilities.Node
652         node: tosca.nodes.Root
653         relationship: tosca.relationships.DependsOn
654         occurrences:
655         - 0
656         - UNBOUNDED
657     - link_pcm_server_pcm_port:
658         capability: tosca.capabilities.network.Linkable
659         relationship: tosca.relationships.network.LinksTo
660         occurrences:
661         - 1
662         - 1
663     capabilities:
664       disk.device.read.requests_pcm_server:
665         type: org.openecomp.capabilities.metric.Ceilometer
666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
667         occurrences:
668         - 1
669         - UNBOUNDED
670       disk.device.write.requests.rate_pcm_server:
671         type: org.openecomp.capabilities.metric.Ceilometer
672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
673         occurrences:
674         - 1
675         - UNBOUNDED
676       network.outgoing.bytes.rate_pcm_server_pcm_port:
677         type: org.openecomp.capabilities.metric.Ceilometer
678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
679         occurrences:
680         - 1
681         - UNBOUNDED
682       attachment_pcm_server_pcm_port:
683         type: tosca.capabilities.Attachment
684         occurrences:
685         - 1
686         - UNBOUNDED
687       disk.root.size_pcm_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.write.bytes.rate_pcm_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       vcpus_pcm_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       memory.usage_pcm_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       network.outgoing.packets.rate_pcm_server_pcm_port:
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       disk.device.read.requests.rate_pcm_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       disk.device.latency_pcm_server:
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.write.requests_pcm_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.read.requests_pcm_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       memory.resident_pcm_server:
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       network.outgoing.bytes_pcm_server_pcm_port:
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       network.outpoing.packets_pcm_server_pcm_port:
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       feature_pcm_server_pcm_port:
760         type: tosca.capabilities.Node
761         occurrences:
762         - 1
763         - UNBOUNDED
764       disk.iops_pcm_server:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       disk.capacity_pcm_server:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       network.incoming.bytes.rate_pcm_server_pcm_port:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       disk.read.bytes.rate_pcm_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.capacity_pcm_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       binding_pcm_server:
795         type: tosca.capabilities.network.Bindable
796         occurrences:
797         - 1
798         - UNBOUNDED
799       cpu_pcm_server:
800         type: org.openecomp.capabilities.metric.Ceilometer
801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
802         occurrences:
803         - 1
804         - UNBOUNDED
805       disk.device.iops_pcm_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       cpu_util_pcm_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.allocation_pcm_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       network.incoming.packets_pcm_server_pcm_port:
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       disk.device.usage_pcm_server:
830         type: org.openecomp.capabilities.metric.Ceilometer
831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
832         occurrences:
833         - 1
834         - UNBOUNDED
835       disk.device.allocation_pcm_server:
836         type: org.openecomp.capabilities.metric.Ceilometer
837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
838         occurrences:
839         - 1
840         - UNBOUNDED
841       instance_pcm_server:
842         type: org.openecomp.capabilities.metric.Ceilometer
843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
844         occurrences:
845         - 1
846         - UNBOUNDED
847       disk.write.requests_pcm_server:
848         type: org.openecomp.capabilities.metric.Ceilometer
849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
850         occurrences:
851         - 1
852         - UNBOUNDED
853       memory_pcm_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       host_pcm_server:
860         type: tosca.capabilities.Container
861         valid_source_types:
862         - tosca.nodes.SoftwareComponent
863         occurrences:
864         - 1
865         - UNBOUNDED
866       cpu.delta_pcm_server:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       disk.usage_pcm_server:
873         type: org.openecomp.capabilities.metric.Ceilometer
874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
875         occurrences:
876         - 1
877         - UNBOUNDED
878       binding_pcm_server_pcm_port:
879         type: tosca.capabilities.network.Bindable
880         valid_source_types:
881         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
882         occurrences:
883         - 0
884         - UNBOUNDED
885       disk.device.read.bytes_pcm_server:
886         type: org.openecomp.capabilities.metric.Ceilometer
887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
888         occurrences:
889         - 1
890         - UNBOUNDED
891       disk.device.write.bytes_pcm_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       feature_pcm_server:
898         type: tosca.capabilities.Node
899         occurrences:
900         - 1
901         - UNBOUNDED
902       disk.write.bytes.rate_pcm_server:
903         type: org.openecomp.capabilities.metric.Ceilometer
904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
905         occurrences:
906         - 1
907         - UNBOUNDED
908       os_pcm_server:
909         type: tosca.capabilities.OperatingSystem
910         occurrences:
911         - 1
912         - UNBOUNDED
913       disk.latency_pcm_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.read.bytes_pcm_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       disk.write.bytes_pcm_server:
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.ephemeral.size_pcm_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       endpoint_pcm_server:
938         type: tosca.capabilities.Endpoint.Admin
939         occurrences:
940         - 1
941         - UNBOUNDED
942       network.incoming.bytes_pcm_server_pcm_port:
943         type: org.openecomp.capabilities.metric.Ceilometer
944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
945         occurrences:
946         - 1
947         - UNBOUNDED
948       scalable_pcm_server:
949         type: tosca.capabilities.Scalable
950         occurrences:
951         - 1
952         - UNBOUNDED
953       disk.write.requests.rate_pcm_server:
954         type: org.openecomp.capabilities.metric.Ceilometer
955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
956         occurrences:
957         - 1
958         - UNBOUNDED
959       network.incoming.packets.rate_pcm_server_pcm_port:
960         type: org.openecomp.capabilities.metric.Ceilometer
961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
962         occurrences:
963         - 1
964         - UNBOUNDED
965       disk.device.read.bytes.rate_pcm_server:
966         type: org.openecomp.capabilities.metric.Ceilometer
967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
968         occurrences:
969         - 1
970         - UNBOUNDED
971   org.openecomp.resource.vfc.nodes.heat.pcm_server:
972     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
973     properties:
974       index_value:
975         type: integer
976         description: Index value of this substitution service template runtime instance
977         required: false
978         default: 0
979         status: SUPPORTED
980         constraints:
981         - greater_or_equal: 0
982       compute_pcm_server_availability_zone:
983         type: list
984         required: true
985         status: SUPPORTED
986         entry_schema:
987           type: string
988       port_pcm_port_fixed_ips:
989         type: list
990         required: true
991         status: SUPPORTED
992         entry_schema:
993           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
994       port_pcm_port_network_role_tag:
995         type: string
996         required: true
997         status: SUPPORTED
998       vm_flavor_name:
999         type: string
1000         required: true
1001         status: SUPPORTED
1002       port_pcm_port_mac_requirements:
1003         type: org.openecomp.datatypes.network.MacRequirements
1004         required: true
1005         status: SUPPORTED
1006       port_pcm_port_order:
1007         type: integer
1008         required: true
1009         status: SUPPORTED
1010       compute_pcm_server_name:
1011         type: list
1012         required: true
1013         status: SUPPORTED
1014         entry_schema:
1015           type: string
1016       port_pcm_port_network:
1017         type: list
1018         required: true
1019         status: SUPPORTED
1020         entry_schema:
1021           type: string
1022       port_pcm_port_vlan_requirements:
1023         type: list
1024         required: true
1025         status: SUPPORTED
1026         entry_schema:
1027           type: org.openecomp.datatypes.network.VlanRequirements
1028       port_pcm_port_ip_requirements:
1029         type: list
1030         required: true
1031         status: SUPPORTED
1032         entry_schema:
1033           type: org.openecomp.datatypes.network.IpRequirements
1034       compute_pcm_server_user_data_format:
1035         type: list
1036         required: true
1037         status: SUPPORTED
1038         entry_schema:
1039           type: string
1040       vm_image_name:
1041         type: string
1042         required: true
1043         status: SUPPORTED
1044       port_pcm_port_exCP_naming:
1045         type: org.openecomp.datatypes.Naming
1046         required: true
1047         status: SUPPORTED
1048       compute_pcm_server_config_drive:
1049         type: list
1050         required: true
1051         status: SUPPORTED
1052         entry_schema:
1053           type: boolean
1054       port_pcm_port_network_role:
1055         type: string
1056         required: true
1057         status: SUPPORTED
1058       port_pcm_port_subnetpoolid:
1059         type: string
1060         required: true
1061         status: SUPPORTED
1062       port_pcm_port_security_groups:
1063         type: list
1064         required: true
1065         status: SUPPORTED
1066         entry_schema:
1067           type: json
1068   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1:
1069     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1070     properties:
1071       pd_flavor_name:
1072         type: string
1073         description: flavor name of PCRF CM instance
1074         required: true
1075         status: SUPPORTED
1076       availabilityzone_name:
1077         type: string
1078         description: availabilityzone name
1079         required: true
1080         status: SUPPORTED
1081       oam_net_gw:
1082         type: string
1083         description: CPS network gateway
1084         required: true
1085         status: SUPPORTED
1086       pcm_image_name:
1087         type: string
1088         description: PCRF CM image name
1089         required: true
1090         status: SUPPORTED
1091       pd_image_name:
1092         type: string
1093         description: PCRF CM image name
1094         required: true
1095         status: SUPPORTED
1096       security_group_name:
1097         type: string
1098         description: the name of security group
1099         required: true
1100         status: SUPPORTED
1101       cps_net_ip:
1102         type: string
1103         description: CPS network ip
1104         required: true
1105         status: SUPPORTED
1106       pcm_flavor_name:
1107         type: string
1108         description: flavor name of PCRF CM instance
1109         required: true
1110         status: SUPPORTED
1111       pd_server_name:
1112         type: string
1113         description: PCRF CM server name
1114         required: true
1115         status: SUPPORTED
1116       pcm_vol:
1117         type: string
1118         description: CPS Cluman Cinder Volume
1119         required: true
1120         status: SUPPORTED
1121       pcm_server_name:
1122         type: string
1123         description: PCRF CM server name
1124         required: true
1125         status: SUPPORTED
1126       cps_net_name:
1127         type: string
1128         description: CPS network name
1129         required: true
1130         status: SUPPORTED
1131       cps_net_mask:
1132         type: string
1133         description: CPS network mask
1134         required: true
1135         status: SUPPORTED
1136       oam_net_ip:
1137         type: string
1138         description: OAM network ip
1139         required: true
1140         status: SUPPORTED
1141       oam_net_mask:
1142         type: string
1143         description: CPS network mask
1144         required: true
1145         status: SUPPORTED
1146       oam_net_name:
1147         type: string
1148         description: OAM network name
1149         required: true
1150         status: SUPPORTED
1151     attributes:
1152       server_pcm_id_2:
1153         type: string
1154         description: the pcm nova service id
1155         status: SUPPORTED
1156       server_pcm_id_1:
1157         type: string
1158         description: the pcm nova service id
1159         status: SUPPORTED
1160     requirements:
1161     - dependency_pcm_port_1:
1162         capability: tosca.capabilities.Node
1163         node: tosca.nodes.Root
1164         relationship: tosca.relationships.DependsOn
1165         occurrences:
1166         - 0
1167         - UNBOUNDED
1168     - link_pcm_port_1:
1169         capability: tosca.capabilities.network.Linkable
1170         relationship: tosca.relationships.network.LinksTo
1171         occurrences:
1172         - 1
1173         - 1
1174     - dependency_server_pcm_0:
1175         capability: tosca.capabilities.Node
1176         node: tosca.nodes.Root
1177         relationship: tosca.relationships.DependsOn
1178         occurrences:
1179         - 0
1180         - UNBOUNDED
1181     - local_storage_server_pcm_0:
1182         capability: tosca.capabilities.Attachment
1183         node: tosca.nodes.BlockStorage
1184         relationship: tosca.relationships.AttachesTo
1185         occurrences:
1186         - 0
1187         - UNBOUNDED
1188     - dependency_server_pd_0:
1189         capability: tosca.capabilities.Node
1190         node: tosca.nodes.Root
1191         relationship: tosca.relationships.DependsOn
1192         occurrences:
1193         - 0
1194         - UNBOUNDED
1195     - local_storage_server_pd_0:
1196         capability: tosca.capabilities.Attachment
1197         node: tosca.nodes.BlockStorage
1198         relationship: tosca.relationships.AttachesTo
1199         occurrences:
1200         - 0
1201         - UNBOUNDED
1202     - dependency_pcm_port_0:
1203         capability: tosca.capabilities.Node
1204         node: tosca.nodes.Root
1205         relationship: tosca.relationships.DependsOn
1206         occurrences:
1207         - 0
1208         - UNBOUNDED
1209     - link_pcm_port_0:
1210         capability: tosca.capabilities.network.Linkable
1211         relationship: tosca.relationships.network.LinksTo
1212         occurrences:
1213         - 1
1214         - 1
1215     capabilities:
1216       network.incoming.packets.rate_pcm_port_0:
1217         type: org.openecomp.capabilities.metric.Ceilometer
1218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1219         occurrences:
1220         - 1
1221         - UNBOUNDED
1222       disk.iops_server_pd_0:
1223         type: org.openecomp.capabilities.metric.Ceilometer
1224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1225         occurrences:
1226         - 1
1227         - UNBOUNDED
1228       network.incoming.packets.rate_pcm_port_1:
1229         type: org.openecomp.capabilities.metric.Ceilometer
1230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1231         occurrences:
1232         - 1
1233         - UNBOUNDED
1234       network.outpoing.packets_pcm_port_1:
1235         type: org.openecomp.capabilities.metric.Ceilometer
1236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1237         occurrences:
1238         - 1
1239         - UNBOUNDED
1240       network.outpoing.packets_pcm_port_0:
1241         type: org.openecomp.capabilities.metric.Ceilometer
1242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1243         occurrences:
1244         - 1
1245         - UNBOUNDED
1246       disk.write.bytes.rate_server_pd_0:
1247         type: org.openecomp.capabilities.metric.Ceilometer
1248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1249         occurrences:
1250         - 1
1251         - UNBOUNDED
1252       cpu.delta_server_pd_0:
1253         type: org.openecomp.capabilities.metric.Ceilometer
1254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1255         occurrences:
1256         - 1
1257         - UNBOUNDED
1258       feature_server_pd_0:
1259         type: tosca.capabilities.Node
1260         occurrences:
1261         - 1
1262         - UNBOUNDED
1263       disk.capacity_server_pcm_0:
1264         type: org.openecomp.capabilities.metric.Ceilometer
1265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1266         occurrences:
1267         - 1
1268         - UNBOUNDED
1269       host_server_pd_0:
1270         type: tosca.capabilities.Container
1271         valid_source_types:
1272         - tosca.nodes.SoftwareComponent
1273         occurrences:
1274         - 1
1275         - UNBOUNDED
1276       memory_server_pd_0:
1277         type: org.openecomp.capabilities.metric.Ceilometer
1278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1279         occurrences:
1280         - 1
1281         - UNBOUNDED
1282       network.incoming.bytes_pcm_port_0:
1283         type: org.openecomp.capabilities.metric.Ceilometer
1284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1285         occurrences:
1286         - 1
1287         - UNBOUNDED
1288       network.incoming.bytes_pcm_port_1:
1289         type: org.openecomp.capabilities.metric.Ceilometer
1290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1291         occurrences:
1292         - 1
1293         - UNBOUNDED
1294       disk.usage_server_pcm_0:
1295         type: org.openecomp.capabilities.metric.Ceilometer
1296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1297         occurrences:
1298         - 1
1299         - UNBOUNDED
1300       binding_pcm_port_0:
1301         type: tosca.capabilities.network.Bindable
1302         valid_source_types:
1303         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1304         occurrences:
1305         - 0
1306         - UNBOUNDED
1307       binding_pcm_port_1:
1308         type: tosca.capabilities.network.Bindable
1309         valid_source_types:
1310         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1311         occurrences:
1312         - 0
1313         - UNBOUNDED
1314       vcpus_server_pcm_0:
1315         type: org.openecomp.capabilities.metric.Ceilometer
1316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1317         occurrences:
1318         - 1
1319         - UNBOUNDED
1320       memory.resident_server_pcm_0:
1321         type: org.openecomp.capabilities.metric.Ceilometer
1322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1323         occurrences:
1324         - 1
1325         - UNBOUNDED
1326       disk.write.requests_server_pd_0:
1327         type: org.openecomp.capabilities.metric.Ceilometer
1328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1329         occurrences:
1330         - 1
1331         - UNBOUNDED
1332       feature_server_pcm_0:
1333         type: tosca.capabilities.Node
1334         occurrences:
1335         - 1
1336         - UNBOUNDED
1337       network.outgoing.packets.rate_pcm_port_0:
1338         type: org.openecomp.capabilities.metric.Ceilometer
1339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1340         occurrences:
1341         - 1
1342         - UNBOUNDED
1343       network.outgoing.packets.rate_pcm_port_1:
1344         type: org.openecomp.capabilities.metric.Ceilometer
1345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1346         occurrences:
1347         - 1
1348         - UNBOUNDED
1349       feature_pcm_port_1:
1350         type: tosca.capabilities.Node
1351         occurrences:
1352         - 1
1353         - UNBOUNDED
1354       disk.ephemeral.size_server_pd_0:
1355         type: org.openecomp.capabilities.metric.Ceilometer
1356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1357         occurrences:
1358         - 1
1359         - UNBOUNDED
1360       network.outgoing.bytes_pcm_port_0:
1361         type: org.openecomp.capabilities.metric.Ceilometer
1362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1363         occurrences:
1364         - 1
1365         - UNBOUNDED
1366       feature_pcm_port_0:
1367         type: tosca.capabilities.Node
1368         occurrences:
1369         - 1
1370         - UNBOUNDED
1371       network.outgoing.bytes_pcm_port_1:
1372         type: org.openecomp.capabilities.metric.Ceilometer
1373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1374         occurrences:
1375         - 1
1376         - UNBOUNDED
1377       cpu_server_pcm_0:
1378         type: org.openecomp.capabilities.metric.Ceilometer
1379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1380         occurrences:
1381         - 1
1382         - UNBOUNDED
1383       attachment_pcm_port_0:
1384         type: tosca.capabilities.Attachment
1385         occurrences:
1386         - 1
1387         - UNBOUNDED
1388       attachment_pcm_port_1:
1389         type: tosca.capabilities.Attachment
1390         occurrences:
1391         - 1
1392         - UNBOUNDED
1393       disk.write.bytes_server_pd_0:
1394         type: org.openecomp.capabilities.metric.Ceilometer
1395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       disk.read.requests_server_pd_0:
1400         type: org.openecomp.capabilities.metric.Ceilometer
1401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1402         occurrences:
1403         - 1
1404         - UNBOUNDED
1405       disk.device.usage_server_pd_0:
1406         type: org.openecomp.capabilities.metric.Ceilometer
1407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411       disk.device.read.bytes_server_pd_0:
1412         type: org.openecomp.capabilities.metric.Ceilometer
1413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1414         occurrences:
1415         - 1
1416         - UNBOUNDED
1417       endpoint_server_pcm_0:
1418         type: tosca.capabilities.Endpoint.Admin
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       host_server_pcm_0:
1423         type: tosca.capabilities.Container
1424         valid_source_types:
1425         - tosca.nodes.SoftwareComponent
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       disk.write.requests.rate_server_pd_0:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       disk.device.capacity_server_pcm_0:
1436         type: org.openecomp.capabilities.metric.Ceilometer
1437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       disk.root.size_server_pd_0:
1442         type: org.openecomp.capabilities.metric.Ceilometer
1443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1444         occurrences:
1445         - 1
1446         - UNBOUNDED
1447       disk.latency_server_pcm_0:
1448         type: org.openecomp.capabilities.metric.Ceilometer
1449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1450         occurrences:
1451         - 1
1452         - UNBOUNDED
1453       disk.device.iops_server_pd_0:
1454         type: org.openecomp.capabilities.metric.Ceilometer
1455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1456         occurrences:
1457         - 1
1458         - UNBOUNDED
1459       disk.write.requests.rate_server_pcm_0:
1460         type: org.openecomp.capabilities.metric.Ceilometer
1461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1462         occurrences:
1463         - 1
1464         - UNBOUNDED
1465       memory_server_pcm_0:
1466         type: org.openecomp.capabilities.metric.Ceilometer
1467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1468         occurrences:
1469         - 1
1470         - UNBOUNDED
1471       disk.device.read.bytes.rate_server_pcm_0:
1472         type: org.openecomp.capabilities.metric.Ceilometer
1473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1474         occurrences:
1475         - 1
1476         - UNBOUNDED
1477       instance_server_pcm_0:
1478         type: org.openecomp.capabilities.metric.Ceilometer
1479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1480         occurrences:
1481         - 1
1482         - UNBOUNDED
1483       disk.device.allocation_server_pcm_0:
1484         type: org.openecomp.capabilities.metric.Ceilometer
1485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1486         occurrences:
1487         - 1
1488         - UNBOUNDED
1489       disk.usage_server_pd_0:
1490         type: org.openecomp.capabilities.metric.Ceilometer
1491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1492         occurrences:
1493         - 1
1494         - UNBOUNDED
1495       disk.write.bytes_server_pcm_0:
1496         type: org.openecomp.capabilities.metric.Ceilometer
1497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1498         occurrences:
1499         - 1
1500         - UNBOUNDED
1501       disk.device.read.requests.rate_server_pcm_0:
1502         type: org.openecomp.capabilities.metric.Ceilometer
1503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1504         occurrences:
1505         - 1
1506         - UNBOUNDED
1507       binding_server_pcm_0:
1508         type: tosca.capabilities.network.Bindable
1509         occurrences:
1510         - 1
1511         - UNBOUNDED
1512       disk.read.bytes.rate_server_pd_0:
1513         type: org.openecomp.capabilities.metric.Ceilometer
1514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1515         occurrences:
1516         - 1
1517         - UNBOUNDED
1518       disk.write.bytes.rate_server_pcm_0:
1519         type: org.openecomp.capabilities.metric.Ceilometer
1520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1521         occurrences:
1522         - 1
1523         - UNBOUNDED
1524       cpu_server_pd_0:
1525         type: org.openecomp.capabilities.metric.Ceilometer
1526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1527         occurrences:
1528         - 1
1529         - UNBOUNDED
1530       disk.root.size_server_pcm_0:
1531         type: org.openecomp.capabilities.metric.Ceilometer
1532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1533         occurrences:
1534         - 1
1535         - UNBOUNDED
1536       vcpus_server_pd_0:
1537         type: org.openecomp.capabilities.metric.Ceilometer
1538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1539         occurrences:
1540         - 1
1541         - UNBOUNDED
1542       disk.iops_server_pcm_0:
1543         type: org.openecomp.capabilities.metric.Ceilometer
1544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1545         occurrences:
1546         - 1
1547         - UNBOUNDED
1548       endpoint_server_pd_0:
1549         type: tosca.capabilities.Endpoint.Admin
1550         occurrences:
1551         - 1
1552         - UNBOUNDED
1553       disk.device.write.bytes.rate_server_pd_0:
1554         type: org.openecomp.capabilities.metric.Ceilometer
1555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1556         occurrences:
1557         - 1
1558         - UNBOUNDED
1559       disk.device.capacity_server_pd_0:
1560         type: org.openecomp.capabilities.metric.Ceilometer
1561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1562         occurrences:
1563         - 1
1564         - UNBOUNDED
1565       disk.device.write.bytes.rate_server_pcm_0:
1566         type: org.openecomp.capabilities.metric.Ceilometer
1567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       disk.write.requests_server_pcm_0:
1572         type: org.openecomp.capabilities.metric.Ceilometer
1573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1574         occurrences:
1575         - 1
1576         - UNBOUNDED
1577       disk.read.bytes_server_pcm_0:
1578         type: org.openecomp.capabilities.metric.Ceilometer
1579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1580         occurrences:
1581         - 1
1582         - UNBOUNDED
1583       disk.device.latency_server_pd_0:
1584         type: org.openecomp.capabilities.metric.Ceilometer
1585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1586         occurrences:
1587         - 1
1588         - UNBOUNDED
1589       cpu_util_server_pcm_0:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       disk.device.read.requests.rate_server_pd_0:
1596         type: org.openecomp.capabilities.metric.Ceilometer
1597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1598         occurrences:
1599         - 1
1600         - UNBOUNDED
1601       disk.device.write.bytes_server_pcm_0:
1602         type: org.openecomp.capabilities.metric.Ceilometer
1603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1604         occurrences:
1605         - 1
1606         - UNBOUNDED
1607       disk.allocation_server_pcm_0:
1608         type: org.openecomp.capabilities.metric.Ceilometer
1609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1610         occurrences:
1611         - 1
1612         - UNBOUNDED
1613       memory.usage_server_pcm_0:
1614         type: org.openecomp.capabilities.metric.Ceilometer
1615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1616         occurrences:
1617         - 1
1618         - UNBOUNDED
1619       instance_server_pd_0:
1620         type: org.openecomp.capabilities.metric.Ceilometer
1621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1622         occurrences:
1623         - 1
1624         - UNBOUNDED
1625       disk.allocation_server_pd_0:
1626         type: org.openecomp.capabilities.metric.Ceilometer
1627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1628         occurrences:
1629         - 1
1630         - UNBOUNDED
1631       disk.device.read.bytes_server_pcm_0:
1632         type: org.openecomp.capabilities.metric.Ceilometer
1633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1634         occurrences:
1635         - 1
1636         - UNBOUNDED
1637       cpu_util_server_pd_0:
1638         type: org.openecomp.capabilities.metric.Ceilometer
1639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1640         occurrences:
1641         - 1
1642         - UNBOUNDED
1643       disk.read.bytes.rate_server_pcm_0:
1644         type: org.openecomp.capabilities.metric.Ceilometer
1645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1646         occurrences:
1647         - 1
1648         - UNBOUNDED
1649       disk.device.iops_server_pcm_0:
1650         type: org.openecomp.capabilities.metric.Ceilometer
1651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1652         occurrences:
1653         - 1
1654         - UNBOUNDED
1655       disk.device.write.bytes_server_pd_0:
1656         type: org.openecomp.capabilities.metric.Ceilometer
1657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1658         occurrences:
1659         - 1
1660         - UNBOUNDED
1661       disk.capacity_server_pd_0:
1662         type: org.openecomp.capabilities.metric.Ceilometer
1663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1664         occurrences:
1665         - 1
1666         - UNBOUNDED
1667       disk.device.read.bytes.rate_server_pd_0:
1668         type: org.openecomp.capabilities.metric.Ceilometer
1669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1670         occurrences:
1671         - 1
1672         - UNBOUNDED
1673       cpu.delta_server_pcm_0:
1674         type: org.openecomp.capabilities.metric.Ceilometer
1675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1676         occurrences:
1677         - 1
1678         - UNBOUNDED
1679       memory.resident_server_pd_0:
1680         type: org.openecomp.capabilities.metric.Ceilometer
1681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1682         occurrences:
1683         - 1
1684         - UNBOUNDED
1685       disk.ephemeral.size_server_pcm_0:
1686         type: org.openecomp.capabilities.metric.Ceilometer
1687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1688         occurrences:
1689         - 1
1690         - UNBOUNDED
1691       disk.read.requests_server_pcm_0:
1692         type: org.openecomp.capabilities.metric.Ceilometer
1693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1694         occurrences:
1695         - 1
1696         - UNBOUNDED
1697       disk.device.write.requests.rate_server_pcm_0:
1698         type: org.openecomp.capabilities.metric.Ceilometer
1699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       disk.device.write.requests_server_pd_0:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       binding_server_pd_0:
1710         type: tosca.capabilities.network.Bindable
1711         occurrences:
1712         - 1
1713         - UNBOUNDED
1714       scalable_server_pcm_0:
1715         type: tosca.capabilities.Scalable
1716         occurrences:
1717         - 1
1718         - UNBOUNDED
1719       disk.device.allocation_server_pd_0:
1720         type: org.openecomp.capabilities.metric.Ceilometer
1721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1722         occurrences:
1723         - 1
1724         - UNBOUNDED
1725       disk.read.bytes_server_pd_0:
1726         type: org.openecomp.capabilities.metric.Ceilometer
1727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1728         occurrences:
1729         - 1
1730         - UNBOUNDED
1731       disk.device.read.requests_server_pd_0:
1732         type: org.openecomp.capabilities.metric.Ceilometer
1733         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1734         occurrences:
1735         - 1
1736         - UNBOUNDED
1737       network.outgoing.bytes.rate_pcm_port_1:
1738         type: org.openecomp.capabilities.metric.Ceilometer
1739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1740         occurrences:
1741         - 1
1742         - UNBOUNDED
1743       network.incoming.packets_pcm_port_0:
1744         type: org.openecomp.capabilities.metric.Ceilometer
1745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1746         occurrences:
1747         - 1
1748         - UNBOUNDED
1749       disk.device.latency_server_pcm_0:
1750         type: org.openecomp.capabilities.metric.Ceilometer
1751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1752         occurrences:
1753         - 1
1754         - UNBOUNDED
1755       disk.device.usage_server_pcm_0:
1756         type: org.openecomp.capabilities.metric.Ceilometer
1757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1758         occurrences:
1759         - 1
1760         - UNBOUNDED
1761       disk.latency_server_pd_0:
1762         type: org.openecomp.capabilities.metric.Ceilometer
1763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1764         occurrences:
1765         - 1
1766         - UNBOUNDED
1767       network.outgoing.bytes.rate_pcm_port_0:
1768         type: org.openecomp.capabilities.metric.Ceilometer
1769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1770         occurrences:
1771         - 1
1772         - UNBOUNDED
1773       memory.usage_server_pd_0:
1774         type: org.openecomp.capabilities.metric.Ceilometer
1775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1776         occurrences:
1777         - 1
1778         - UNBOUNDED
1779       network.incoming.packets_pcm_port_1:
1780         type: org.openecomp.capabilities.metric.Ceilometer
1781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1782         occurrences:
1783         - 1
1784         - UNBOUNDED
1785       disk.device.write.requests_server_pcm_0:
1786         type: org.openecomp.capabilities.metric.Ceilometer
1787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1788         occurrences:
1789         - 1
1790         - UNBOUNDED
1791       disk.device.write.requests.rate_server_pd_0:
1792         type: org.openecomp.capabilities.metric.Ceilometer
1793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1794         occurrences:
1795         - 1
1796         - UNBOUNDED
1797       disk.device.read.requests_server_pcm_0:
1798         type: org.openecomp.capabilities.metric.Ceilometer
1799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1800         occurrences:
1801         - 1
1802         - UNBOUNDED
1803       scalable_server_pd_0:
1804         type: tosca.capabilities.Scalable
1805         occurrences:
1806         - 1
1807         - UNBOUNDED
1808       os_server_pcm_0:
1809         type: tosca.capabilities.OperatingSystem
1810         occurrences:
1811         - 1
1812         - UNBOUNDED
1813       network.incoming.bytes.rate_pcm_port_0:
1814         type: org.openecomp.capabilities.metric.Ceilometer
1815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1816         occurrences:
1817         - 1
1818         - UNBOUNDED
1819       network.incoming.bytes.rate_pcm_port_1:
1820         type: org.openecomp.capabilities.metric.Ceilometer
1821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1822         occurrences:
1823         - 1
1824         - UNBOUNDED
1825       os_server_pd_0:
1826         type: tosca.capabilities.OperatingSystem
1827         occurrences:
1828         - 1
1829         - UNBOUNDED