30b8f79f0c4b1cc88cf536460fbb85e4faef1164
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pd_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       compute_pd_server_name:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       port_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     requirements:
106     - dependency_pd_server:
107         capability: tosca.capabilities.Node
108         node: tosca.nodes.Root
109         relationship: tosca.relationships.DependsOn
110         occurrences:
111         - 0
112         - UNBOUNDED
113     - local_storage_pd_server:
114         capability: tosca.capabilities.Attachment
115         node: tosca.nodes.BlockStorage
116         relationship: tosca.relationships.AttachesTo
117         occurrences:
118         - 0
119         - UNBOUNDED
120     - dependency_pd_server_pcm_port:
121         capability: tosca.capabilities.Node
122         node: tosca.nodes.Root
123         relationship: tosca.relationships.DependsOn
124         occurrences:
125         - 0
126         - UNBOUNDED
127     - link_pd_server_pcm_port:
128         capability: tosca.capabilities.network.Linkable
129         relationship: tosca.relationships.network.LinksTo
130         occurrences:
131         - 1
132         - 1
133     capabilities:
134       forwarder_pd_server_pcm_port:
135         type: org.openecomp.capabilities.Forwarder
136         occurrences:
137         - 1
138         - UNBOUNDED
139       scalable_pd_server:
140         type: tosca.capabilities.Scalable
141         occurrences:
142         - 1
143         - UNBOUNDED
144       disk.read.bytes.rate_pd_server:
145         type: org.openecomp.capabilities.metric.Ceilometer
146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
147         occurrences:
148         - 1
149         - UNBOUNDED
150       network.incoming.bytes_pd_server_pcm_port:
151         type: org.openecomp.capabilities.metric.Ceilometer
152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
153         occurrences:
154         - 1
155         - UNBOUNDED
156       memory.usage_pd_server:
157         type: org.openecomp.capabilities.metric.Ceilometer
158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
159         occurrences:
160         - 1
161         - UNBOUNDED
162       memory_pd_server:
163         type: org.openecomp.capabilities.metric.Ceilometer
164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
165         occurrences:
166         - 1
167         - UNBOUNDED
168       disk.device.usage_pd_server:
169         type: org.openecomp.capabilities.metric.Ceilometer
170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
171         occurrences:
172         - 1
173         - UNBOUNDED
174       os_pd_server:
175         type: tosca.capabilities.OperatingSystem
176         occurrences:
177         - 1
178         - UNBOUNDED
179       disk.write.bytes.rate_pd_server:
180         type: org.openecomp.capabilities.metric.Ceilometer
181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
182         occurrences:
183         - 1
184         - UNBOUNDED
185       feature_pd_server_pcm_port:
186         type: tosca.capabilities.Node
187         occurrences:
188         - 1
189         - UNBOUNDED
190       binding_pd_server_pcm_port:
191         type: tosca.capabilities.network.Bindable
192         valid_source_types:
193         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
194         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
195         occurrences:
196         - 0
197         - UNBOUNDED
198       cpu_pd_server:
199         type: org.openecomp.capabilities.metric.Ceilometer
200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
201         occurrences:
202         - 1
203         - UNBOUNDED
204       cpu_util_pd_server:
205         type: org.openecomp.capabilities.metric.Ceilometer
206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
207         occurrences:
208         - 1
209         - UNBOUNDED
210       disk.device.write.requests.rate_pd_server:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       disk.read.bytes_pd_server:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.device.read.bytes.rate_pd_server:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       disk.iops_pd_server:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       memory.resident_pd_server:
235         type: org.openecomp.capabilities.metric.Ceilometer
236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
237         occurrences:
238         - 1
239         - UNBOUNDED
240       cpu.delta_pd_server:
241         type: org.openecomp.capabilities.metric.Ceilometer
242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
243         occurrences:
244         - 1
245         - UNBOUNDED
246       network.outgoing.bytes_pd_server_pcm_port:
247         type: org.openecomp.capabilities.metric.Ceilometer
248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
249         occurrences:
250         - 1
251         - UNBOUNDED
252       vcpus_pd_server:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       disk.device.write.bytes.rate_pd_server:
259         type: org.openecomp.capabilities.metric.Ceilometer
260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
261         occurrences:
262         - 1
263         - UNBOUNDED
264       disk.device.write.requests_pd_server:
265         type: org.openecomp.capabilities.metric.Ceilometer
266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
267         occurrences:
268         - 1
269         - UNBOUNDED
270       endpoint_pd_server:
271         type: tosca.capabilities.Endpoint.Admin
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.capacity_pd_server:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       disk.device.allocation_pd_server:
282         type: org.openecomp.capabilities.metric.Ceilometer
283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
284         occurrences:
285         - 1
286         - UNBOUNDED
287       disk.allocation_pd_server:
288         type: org.openecomp.capabilities.metric.Ceilometer
289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
290         occurrences:
291         - 1
292         - UNBOUNDED
293       binding_pd_server:
294         type: tosca.capabilities.network.Bindable
295         occurrences:
296         - 1
297         - UNBOUNDED
298       disk.read.requests_pd_server:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       network.outgoing.packets.rate_pd_server_pcm_port:
305         type: org.openecomp.capabilities.metric.Ceilometer
306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
307         occurrences:
308         - 1
309         - UNBOUNDED
310       feature_pd_server:
311         type: tosca.capabilities.Node
312         occurrences:
313         - 1
314         - UNBOUNDED
315       disk.usage_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       disk.write.bytes_pd_server:
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       network.incoming.bytes.rate_pd_server_pcm_port:
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.read.requests.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.root.size_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       disk.device.read.bytes_pd_server:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       network.outpoing.packets_pd_server_pcm_port:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       disk.device.write.bytes_pd_server:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       network.outgoing.bytes.rate_pd_server_pcm_port:
364         type: org.openecomp.capabilities.metric.Ceilometer
365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.device.read.requests_pd_server:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       network.incoming.packets_pd_server_pcm_port:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       attachment_pd_server_pcm_port:
382         type: tosca.capabilities.Attachment
383         occurrences:
384         - 1
385         - UNBOUNDED
386       instance_pd_server:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       host_pd_server:
393         type: tosca.capabilities.Container
394         valid_source_types:
395         - tosca.nodes.SoftwareComponent
396         occurrences:
397         - 1
398         - UNBOUNDED
399       network.incoming.packets.rate_pd_server_pcm_port:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.write.requests.rate_pd_server:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.ephemeral.size_pd_server:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.write.requests_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.device.latency_pd_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.latency_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.capacity_pd_server:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.device.iops_pd_server:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447   org.openecomp.resource.abstract.nodes.pcm_server:
448     derived_from: org.openecomp.resource.abstract.nodes.VFC
449     properties:
450       index_value:
451         type: integer
452         description: Index value of this substitution service template runtime instance
453         required: false
454         default: 0
455         status: SUPPORTED
456         constraints:
457         - greater_or_equal: 0
458       compute_pcm_server_availability_zone:
459         type: list
460         required: true
461         status: SUPPORTED
462         entry_schema:
463           type: string
464       port_pcm_port_fixed_ips:
465         type: list
466         required: true
467         status: SUPPORTED
468         entry_schema:
469           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
470       port_pcm_port_network_role_tag:
471         type: string
472         required: true
473         status: SUPPORTED
474       vm_flavor_name:
475         type: string
476         required: true
477         status: SUPPORTED
478       port_pcm_port_mac_requirements:
479         type: org.openecomp.datatypes.network.MacRequirements
480         required: true
481         status: SUPPORTED
482       port_pcm_port_order:
483         type: integer
484         required: true
485         status: SUPPORTED
486       compute_pcm_server_name:
487         type: list
488         required: true
489         status: SUPPORTED
490         entry_schema:
491           type: string
492       port_pcm_port_network:
493         type: list
494         required: true
495         status: SUPPORTED
496         entry_schema:
497           type: string
498       port_pcm_port_vlan_requirements:
499         type: list
500         required: true
501         status: SUPPORTED
502         entry_schema:
503           type: org.openecomp.datatypes.network.VlanRequirements
504       port_pcm_port_ip_requirements:
505         type: list
506         required: true
507         status: SUPPORTED
508         entry_schema:
509           type: org.openecomp.datatypes.network.IpRequirements
510       compute_pcm_server_user_data_format:
511         type: list
512         required: true
513         status: SUPPORTED
514         entry_schema:
515           type: string
516       vm_image_name:
517         type: string
518         required: true
519         status: SUPPORTED
520       port_pcm_port_exCP_naming:
521         type: org.openecomp.datatypes.Naming
522         required: true
523         status: SUPPORTED
524       compute_pcm_server_config_drive:
525         type: list
526         required: true
527         status: SUPPORTED
528         entry_schema:
529           type: boolean
530       port_pcm_port_network_role:
531         type: string
532         required: true
533         status: SUPPORTED
534       port_pcm_port_subnetpoolid:
535         type: string
536         required: true
537         status: SUPPORTED
538       port_pcm_port_security_groups:
539         type: list
540         required: true
541         status: SUPPORTED
542         entry_schema:
543           type: json
544     requirements:
545     - dependency_pcm_server:
546         capability: tosca.capabilities.Node
547         node: tosca.nodes.Root
548         relationship: tosca.relationships.DependsOn
549         occurrences:
550         - 0
551         - UNBOUNDED
552     - local_storage_pcm_server:
553         capability: tosca.capabilities.Attachment
554         node: tosca.nodes.BlockStorage
555         relationship: tosca.relationships.AttachesTo
556         occurrences:
557         - 0
558         - UNBOUNDED
559     - dependency_pcm_server_pcm_port:
560         capability: tosca.capabilities.Node
561         node: tosca.nodes.Root
562         relationship: tosca.relationships.DependsOn
563         occurrences:
564         - 0
565         - UNBOUNDED
566     - link_pcm_server_pcm_port:
567         capability: tosca.capabilities.network.Linkable
568         relationship: tosca.relationships.network.LinksTo
569         occurrences:
570         - 1
571         - 1
572     capabilities:
573       disk.device.read.requests_pcm_server:
574         type: org.openecomp.capabilities.metric.Ceilometer
575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
576         occurrences:
577         - 1
578         - UNBOUNDED
579       disk.device.write.requests.rate_pcm_server:
580         type: org.openecomp.capabilities.metric.Ceilometer
581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
582         occurrences:
583         - 1
584         - UNBOUNDED
585       network.outgoing.bytes.rate_pcm_server_pcm_port:
586         type: org.openecomp.capabilities.metric.Ceilometer
587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
588         occurrences:
589         - 1
590         - UNBOUNDED
591       attachment_pcm_server_pcm_port:
592         type: tosca.capabilities.Attachment
593         occurrences:
594         - 1
595         - UNBOUNDED
596       disk.root.size_pcm_server:
597         type: org.openecomp.capabilities.metric.Ceilometer
598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
599         occurrences:
600         - 1
601         - UNBOUNDED
602       disk.device.write.bytes.rate_pcm_server:
603         type: org.openecomp.capabilities.metric.Ceilometer
604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
605         occurrences:
606         - 1
607         - UNBOUNDED
608       vcpus_pcm_server:
609         type: org.openecomp.capabilities.metric.Ceilometer
610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
611         occurrences:
612         - 1
613         - UNBOUNDED
614       memory.usage_pcm_server:
615         type: org.openecomp.capabilities.metric.Ceilometer
616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
617         occurrences:
618         - 1
619         - UNBOUNDED
620       network.outgoing.packets.rate_pcm_server_pcm_port:
621         type: org.openecomp.capabilities.metric.Ceilometer
622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
623         occurrences:
624         - 1
625         - UNBOUNDED
626       disk.device.read.requests.rate_pcm_server:
627         type: org.openecomp.capabilities.metric.Ceilometer
628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
629         occurrences:
630         - 1
631         - UNBOUNDED
632       disk.device.latency_pcm_server:
633         type: org.openecomp.capabilities.metric.Ceilometer
634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
635         occurrences:
636         - 1
637         - UNBOUNDED
638       disk.device.write.requests_pcm_server:
639         type: org.openecomp.capabilities.metric.Ceilometer
640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
641         occurrences:
642         - 1
643         - UNBOUNDED
644       disk.read.requests_pcm_server:
645         type: org.openecomp.capabilities.metric.Ceilometer
646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
647         occurrences:
648         - 1
649         - UNBOUNDED
650       memory.resident_pcm_server:
651         type: org.openecomp.capabilities.metric.Ceilometer
652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
653         occurrences:
654         - 1
655         - UNBOUNDED
656       network.outgoing.bytes_pcm_server_pcm_port:
657         type: org.openecomp.capabilities.metric.Ceilometer
658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
659         occurrences:
660         - 1
661         - UNBOUNDED
662       network.outpoing.packets_pcm_server_pcm_port:
663         type: org.openecomp.capabilities.metric.Ceilometer
664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
665         occurrences:
666         - 1
667         - UNBOUNDED
668       feature_pcm_server_pcm_port:
669         type: tosca.capabilities.Node
670         occurrences:
671         - 1
672         - UNBOUNDED
673       disk.iops_pcm_server:
674         type: org.openecomp.capabilities.metric.Ceilometer
675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
676         occurrences:
677         - 1
678         - UNBOUNDED
679       disk.capacity_pcm_server:
680         type: org.openecomp.capabilities.metric.Ceilometer
681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
682         occurrences:
683         - 1
684         - UNBOUNDED
685       network.incoming.bytes.rate_pcm_server_pcm_port:
686         type: org.openecomp.capabilities.metric.Ceilometer
687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
688         occurrences:
689         - 1
690         - UNBOUNDED
691       disk.read.bytes.rate_pcm_server:
692         type: org.openecomp.capabilities.metric.Ceilometer
693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
694         occurrences:
695         - 1
696         - UNBOUNDED
697       disk.device.capacity_pcm_server:
698         type: org.openecomp.capabilities.metric.Ceilometer
699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
700         occurrences:
701         - 1
702         - UNBOUNDED
703       binding_pcm_server:
704         type: tosca.capabilities.network.Bindable
705         occurrences:
706         - 1
707         - UNBOUNDED
708       cpu_pcm_server:
709         type: org.openecomp.capabilities.metric.Ceilometer
710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
711         occurrences:
712         - 1
713         - UNBOUNDED
714       disk.device.iops_pcm_server:
715         type: org.openecomp.capabilities.metric.Ceilometer
716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
717         occurrences:
718         - 1
719         - UNBOUNDED
720       cpu_util_pcm_server:
721         type: org.openecomp.capabilities.metric.Ceilometer
722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
723         occurrences:
724         - 1
725         - UNBOUNDED
726       disk.allocation_pcm_server:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       network.incoming.packets_pcm_server_pcm_port:
733         type: org.openecomp.capabilities.metric.Ceilometer
734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
735         occurrences:
736         - 1
737         - UNBOUNDED
738       forwarder_pcm_server_pcm_port:
739         type: org.openecomp.capabilities.Forwarder
740         occurrences:
741         - 1
742         - UNBOUNDED
743       disk.device.usage_pcm_server:
744         type: org.openecomp.capabilities.metric.Ceilometer
745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
746         occurrences:
747         - 1
748         - UNBOUNDED
749       disk.device.allocation_pcm_server:
750         type: org.openecomp.capabilities.metric.Ceilometer
751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
752         occurrences:
753         - 1
754         - UNBOUNDED
755       instance_pcm_server:
756         type: org.openecomp.capabilities.metric.Ceilometer
757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
758         occurrences:
759         - 1
760         - UNBOUNDED
761       disk.write.requests_pcm_server:
762         type: org.openecomp.capabilities.metric.Ceilometer
763         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
764         occurrences:
765         - 1
766         - UNBOUNDED
767       memory_pcm_server:
768         type: org.openecomp.capabilities.metric.Ceilometer
769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
770         occurrences:
771         - 1
772         - UNBOUNDED
773       host_pcm_server:
774         type: tosca.capabilities.Container
775         valid_source_types:
776         - tosca.nodes.SoftwareComponent
777         occurrences:
778         - 1
779         - UNBOUNDED
780       cpu.delta_pcm_server:
781         type: org.openecomp.capabilities.metric.Ceilometer
782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
783         occurrences:
784         - 1
785         - UNBOUNDED
786       disk.usage_pcm_server:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       binding_pcm_server_pcm_port:
793         type: tosca.capabilities.network.Bindable
794         valid_source_types:
795         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
796         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
797         occurrences:
798         - 0
799         - UNBOUNDED
800       disk.device.read.bytes_pcm_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.write.bytes_pcm_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       feature_pcm_server:
813         type: tosca.capabilities.Node
814         occurrences:
815         - 1
816         - UNBOUNDED
817       disk.write.bytes.rate_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       os_pcm_server:
824         type: tosca.capabilities.OperatingSystem
825         occurrences:
826         - 1
827         - UNBOUNDED
828       disk.latency_pcm_server:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       disk.read.bytes_pcm_server:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       disk.write.bytes_pcm_server:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       disk.ephemeral.size_pcm_server:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       endpoint_pcm_server:
853         type: tosca.capabilities.Endpoint.Admin
854         occurrences:
855         - 1
856         - UNBOUNDED
857       network.incoming.bytes_pcm_server_pcm_port:
858         type: org.openecomp.capabilities.metric.Ceilometer
859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
860         occurrences:
861         - 1
862         - UNBOUNDED
863       scalable_pcm_server:
864         type: tosca.capabilities.Scalable
865         occurrences:
866         - 1
867         - UNBOUNDED
868       disk.write.requests.rate_pcm_server:
869         type: org.openecomp.capabilities.metric.Ceilometer
870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
871         occurrences:
872         - 1
873         - UNBOUNDED
874       network.incoming.packets.rate_pcm_server_pcm_port:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.device.read.bytes.rate_pcm_server:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1:
887     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
888     properties:
889       pd_flavor_name:
890         type: string
891         description: flavor name of PCRF CM instance
892         required: true
893         status: SUPPORTED
894       availabilityzone_name:
895         type: string
896         description: availabilityzone name
897         required: true
898         status: SUPPORTED
899       oam_net_gw:
900         type: string
901         description: CPS network gateway
902         required: true
903         status: SUPPORTED
904       pcm_image_name:
905         type: string
906         description: PCRF CM image name
907         required: true
908         status: SUPPORTED
909       pd_image_name:
910         type: string
911         description: PCRF CM image name
912         required: true
913         status: SUPPORTED
914       security_group_name:
915         type: string
916         description: the name of security group
917         required: true
918         status: SUPPORTED
919       cps_net_ip:
920         type: string
921         description: CPS network ip
922         required: true
923         status: SUPPORTED
924       pcm_flavor_name:
925         type: string
926         description: flavor name of PCRF CM instance
927         required: true
928         status: SUPPORTED
929       pd_server_name:
930         type: string
931         description: PCRF CM server name
932         required: true
933         status: SUPPORTED
934       pcm_vol:
935         type: string
936         description: CPS Cluman Cinder Volume
937         required: true
938         status: SUPPORTED
939       pcm_server_name:
940         type: string
941         description: PCRF CM server name
942         required: true
943         status: SUPPORTED
944       cps_net_name:
945         type: string
946         description: CPS network name
947         required: true
948         status: SUPPORTED
949       cps_net_mask:
950         type: string
951         description: CPS network mask
952         required: true
953         status: SUPPORTED
954       oam_net_ip:
955         type: string
956         description: OAM network ip
957         required: true
958         status: SUPPORTED
959       oam_net_mask:
960         type: string
961         description: CPS network mask
962         required: true
963         status: SUPPORTED
964       oam_net_name:
965         type: string
966         description: OAM network name
967         required: true
968         status: SUPPORTED
969     attributes:
970       server_pcm_id_2:
971         type: string
972         description: the pcm nova service id
973         status: SUPPORTED
974       server_pcm_id_1:
975         type: string
976         description: the pcm nova service id
977         status: SUPPORTED
978     requirements:
979     - dependency_pcm_port_1:
980         capability: tosca.capabilities.Node
981         node: tosca.nodes.Root
982         relationship: tosca.relationships.DependsOn
983         occurrences:
984         - 0
985         - UNBOUNDED
986     - link_pcm_port_1:
987         capability: tosca.capabilities.network.Linkable
988         relationship: tosca.relationships.network.LinksTo
989         occurrences:
990         - 1
991         - 1
992     - dependency_server_pcm_0:
993         capability: tosca.capabilities.Node
994         node: tosca.nodes.Root
995         relationship: tosca.relationships.DependsOn
996         occurrences:
997         - 0
998         - UNBOUNDED
999     - local_storage_server_pcm_0:
1000         capability: tosca.capabilities.Attachment
1001         node: tosca.nodes.BlockStorage
1002         relationship: tosca.relationships.AttachesTo
1003         occurrences:
1004         - 0
1005         - UNBOUNDED
1006     - dependency_server_pd_0:
1007         capability: tosca.capabilities.Node
1008         node: tosca.nodes.Root
1009         relationship: tosca.relationships.DependsOn
1010         occurrences:
1011         - 0
1012         - UNBOUNDED
1013     - local_storage_server_pd_0:
1014         capability: tosca.capabilities.Attachment
1015         node: tosca.nodes.BlockStorage
1016         relationship: tosca.relationships.AttachesTo
1017         occurrences:
1018         - 0
1019         - UNBOUNDED
1020     - dependency_pcm_port_0:
1021         capability: tosca.capabilities.Node
1022         node: tosca.nodes.Root
1023         relationship: tosca.relationships.DependsOn
1024         occurrences:
1025         - 0
1026         - UNBOUNDED
1027     - link_pcm_port_0:
1028         capability: tosca.capabilities.network.Linkable
1029         relationship: tosca.relationships.network.LinksTo
1030         occurrences:
1031         - 1
1032         - 1
1033     capabilities:
1034       network.incoming.packets.rate_pcm_port_0:
1035         type: org.openecomp.capabilities.metric.Ceilometer
1036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1037         occurrences:
1038         - 1
1039         - UNBOUNDED
1040       disk.iops_server_pd_0:
1041         type: org.openecomp.capabilities.metric.Ceilometer
1042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1043         occurrences:
1044         - 1
1045         - UNBOUNDED
1046       network.incoming.packets.rate_pcm_port_1:
1047         type: org.openecomp.capabilities.metric.Ceilometer
1048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1049         occurrences:
1050         - 1
1051         - UNBOUNDED
1052       network.outpoing.packets_pcm_port_1:
1053         type: org.openecomp.capabilities.metric.Ceilometer
1054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       network.outpoing.packets_pcm_port_0:
1059         type: org.openecomp.capabilities.metric.Ceilometer
1060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1061         occurrences:
1062         - 1
1063         - UNBOUNDED
1064       disk.write.bytes.rate_server_pd_0:
1065         type: org.openecomp.capabilities.metric.Ceilometer
1066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       cpu.delta_server_pd_0:
1071         type: org.openecomp.capabilities.metric.Ceilometer
1072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1073         occurrences:
1074         - 1
1075         - UNBOUNDED
1076       feature_server_pd_0:
1077         type: tosca.capabilities.Node
1078         occurrences:
1079         - 1
1080         - UNBOUNDED
1081       disk.capacity_server_pcm_0:
1082         type: org.openecomp.capabilities.metric.Ceilometer
1083         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1084         occurrences:
1085         - 1
1086         - UNBOUNDED
1087       host_server_pd_0:
1088         type: tosca.capabilities.Container
1089         valid_source_types:
1090         - tosca.nodes.SoftwareComponent
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       memory_server_pd_0:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       network.incoming.bytes_pcm_port_0:
1101         type: org.openecomp.capabilities.metric.Ceilometer
1102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       network.incoming.bytes_pcm_port_1:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       disk.usage_server_pcm_0:
1113         type: org.openecomp.capabilities.metric.Ceilometer
1114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       binding_pcm_port_0:
1119         type: tosca.capabilities.network.Bindable
1120         valid_source_types:
1121         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1122         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1123         occurrences:
1124         - 0
1125         - UNBOUNDED
1126       binding_pcm_port_1:
1127         type: tosca.capabilities.network.Bindable
1128         valid_source_types:
1129         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1130         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1131         occurrences:
1132         - 0
1133         - UNBOUNDED
1134       vcpus_server_pcm_0:
1135         type: org.openecomp.capabilities.metric.Ceilometer
1136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       memory.resident_server_pcm_0:
1141         type: org.openecomp.capabilities.metric.Ceilometer
1142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146       disk.write.requests_server_pd_0:
1147         type: org.openecomp.capabilities.metric.Ceilometer
1148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1149         occurrences:
1150         - 1
1151         - UNBOUNDED
1152       feature_server_pcm_0:
1153         type: tosca.capabilities.Node
1154         occurrences:
1155         - 1
1156         - UNBOUNDED
1157       network.outgoing.packets.rate_pcm_port_0:
1158         type: org.openecomp.capabilities.metric.Ceilometer
1159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1160         occurrences:
1161         - 1
1162         - UNBOUNDED
1163       network.outgoing.packets.rate_pcm_port_1:
1164         type: org.openecomp.capabilities.metric.Ceilometer
1165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1166         occurrences:
1167         - 1
1168         - UNBOUNDED
1169       feature_pcm_port_1:
1170         type: tosca.capabilities.Node
1171         occurrences:
1172         - 1
1173         - UNBOUNDED
1174       disk.ephemeral.size_server_pd_0:
1175         type: org.openecomp.capabilities.metric.Ceilometer
1176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1177         occurrences:
1178         - 1
1179         - UNBOUNDED
1180       network.outgoing.bytes_pcm_port_0:
1181         type: org.openecomp.capabilities.metric.Ceilometer
1182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1183         occurrences:
1184         - 1
1185         - UNBOUNDED
1186       feature_pcm_port_0:
1187         type: tosca.capabilities.Node
1188         occurrences:
1189         - 1
1190         - UNBOUNDED
1191       network.outgoing.bytes_pcm_port_1:
1192         type: org.openecomp.capabilities.metric.Ceilometer
1193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1194         occurrences:
1195         - 1
1196         - UNBOUNDED
1197       cpu_server_pcm_0:
1198         type: org.openecomp.capabilities.metric.Ceilometer
1199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203       attachment_pcm_port_0:
1204         type: tosca.capabilities.Attachment
1205         occurrences:
1206         - 1
1207         - UNBOUNDED
1208       attachment_pcm_port_1:
1209         type: tosca.capabilities.Attachment
1210         occurrences:
1211         - 1
1212         - UNBOUNDED
1213       disk.write.bytes_server_pd_0:
1214         type: org.openecomp.capabilities.metric.Ceilometer
1215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1216         occurrences:
1217         - 1
1218         - UNBOUNDED
1219       disk.read.requests_server_pd_0:
1220         type: org.openecomp.capabilities.metric.Ceilometer
1221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1222         occurrences:
1223         - 1
1224         - UNBOUNDED
1225       disk.device.usage_server_pd_0:
1226         type: org.openecomp.capabilities.metric.Ceilometer
1227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1228         occurrences:
1229         - 1
1230         - UNBOUNDED
1231       disk.device.read.bytes_server_pd_0:
1232         type: org.openecomp.capabilities.metric.Ceilometer
1233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1234         occurrences:
1235         - 1
1236         - UNBOUNDED
1237       endpoint_server_pcm_0:
1238         type: tosca.capabilities.Endpoint.Admin
1239         occurrences:
1240         - 1
1241         - UNBOUNDED
1242       host_server_pcm_0:
1243         type: tosca.capabilities.Container
1244         valid_source_types:
1245         - tosca.nodes.SoftwareComponent
1246         occurrences:
1247         - 1
1248         - UNBOUNDED
1249       disk.write.requests.rate_server_pd_0:
1250         type: org.openecomp.capabilities.metric.Ceilometer
1251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1252         occurrences:
1253         - 1
1254         - UNBOUNDED
1255       disk.device.capacity_server_pcm_0:
1256         type: org.openecomp.capabilities.metric.Ceilometer
1257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1258         occurrences:
1259         - 1
1260         - UNBOUNDED
1261       disk.root.size_server_pd_0:
1262         type: org.openecomp.capabilities.metric.Ceilometer
1263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1264         occurrences:
1265         - 1
1266         - UNBOUNDED
1267       disk.latency_server_pcm_0:
1268         type: org.openecomp.capabilities.metric.Ceilometer
1269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1270         occurrences:
1271         - 1
1272         - UNBOUNDED
1273       disk.device.iops_server_pd_0:
1274         type: org.openecomp.capabilities.metric.Ceilometer
1275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1276         occurrences:
1277         - 1
1278         - UNBOUNDED
1279       disk.write.requests.rate_server_pcm_0:
1280         type: org.openecomp.capabilities.metric.Ceilometer
1281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1282         occurrences:
1283         - 1
1284         - UNBOUNDED
1285       memory_server_pcm_0:
1286         type: org.openecomp.capabilities.metric.Ceilometer
1287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1288         occurrences:
1289         - 1
1290         - UNBOUNDED
1291       disk.device.read.bytes.rate_server_pcm_0:
1292         type: org.openecomp.capabilities.metric.Ceilometer
1293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1294         occurrences:
1295         - 1
1296         - UNBOUNDED
1297       instance_server_pcm_0:
1298         type: org.openecomp.capabilities.metric.Ceilometer
1299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1300         occurrences:
1301         - 1
1302         - UNBOUNDED
1303       disk.device.allocation_server_pcm_0:
1304         type: org.openecomp.capabilities.metric.Ceilometer
1305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1306         occurrences:
1307         - 1
1308         - UNBOUNDED
1309       disk.usage_server_pd_0:
1310         type: org.openecomp.capabilities.metric.Ceilometer
1311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1312         occurrences:
1313         - 1
1314         - UNBOUNDED
1315       disk.write.bytes_server_pcm_0:
1316         type: org.openecomp.capabilities.metric.Ceilometer
1317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1318         occurrences:
1319         - 1
1320         - UNBOUNDED
1321       disk.device.read.requests.rate_server_pcm_0:
1322         type: org.openecomp.capabilities.metric.Ceilometer
1323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1324         occurrences:
1325         - 1
1326         - UNBOUNDED
1327       binding_server_pcm_0:
1328         type: tosca.capabilities.network.Bindable
1329         occurrences:
1330         - 1
1331         - UNBOUNDED
1332       disk.read.bytes.rate_server_pd_0:
1333         type: org.openecomp.capabilities.metric.Ceilometer
1334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1335         occurrences:
1336         - 1
1337         - UNBOUNDED
1338       disk.write.bytes.rate_server_pcm_0:
1339         type: org.openecomp.capabilities.metric.Ceilometer
1340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1341         occurrences:
1342         - 1
1343         - UNBOUNDED
1344       cpu_server_pd_0:
1345         type: org.openecomp.capabilities.metric.Ceilometer
1346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1347         occurrences:
1348         - 1
1349         - UNBOUNDED
1350       disk.root.size_server_pcm_0:
1351         type: org.openecomp.capabilities.metric.Ceilometer
1352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1353         occurrences:
1354         - 1
1355         - UNBOUNDED
1356       vcpus_server_pd_0:
1357         type: org.openecomp.capabilities.metric.Ceilometer
1358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1359         occurrences:
1360         - 1
1361         - UNBOUNDED
1362       disk.iops_server_pcm_0:
1363         type: org.openecomp.capabilities.metric.Ceilometer
1364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1365         occurrences:
1366         - 1
1367         - UNBOUNDED
1368       endpoint_server_pd_0:
1369         type: tosca.capabilities.Endpoint.Admin
1370         occurrences:
1371         - 1
1372         - UNBOUNDED
1373       disk.device.write.bytes.rate_server_pd_0:
1374         type: org.openecomp.capabilities.metric.Ceilometer
1375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1376         occurrences:
1377         - 1
1378         - UNBOUNDED
1379       disk.device.capacity_server_pd_0:
1380         type: org.openecomp.capabilities.metric.Ceilometer
1381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       disk.device.write.bytes.rate_server_pcm_0:
1386         type: org.openecomp.capabilities.metric.Ceilometer
1387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1388         occurrences:
1389         - 1
1390         - UNBOUNDED
1391       disk.write.requests_server_pcm_0:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       disk.read.bytes_server_pcm_0:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       disk.device.latency_server_pd_0:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       cpu_util_server_pcm_0:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       disk.device.read.requests.rate_server_pd_0:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       disk.device.write.bytes_server_pcm_0:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       disk.allocation_server_pcm_0:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       memory.usage_server_pcm_0:
1434         type: org.openecomp.capabilities.metric.Ceilometer
1435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1436         occurrences:
1437         - 1
1438         - UNBOUNDED
1439       instance_server_pd_0:
1440         type: org.openecomp.capabilities.metric.Ceilometer
1441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       disk.allocation_server_pd_0:
1446         type: org.openecomp.capabilities.metric.Ceilometer
1447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       disk.device.read.bytes_server_pcm_0:
1452         type: org.openecomp.capabilities.metric.Ceilometer
1453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       cpu_util_server_pd_0:
1458         type: org.openecomp.capabilities.metric.Ceilometer
1459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1460         occurrences:
1461         - 1
1462         - UNBOUNDED
1463       disk.read.bytes.rate_server_pcm_0:
1464         type: org.openecomp.capabilities.metric.Ceilometer
1465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1466         occurrences:
1467         - 1
1468         - UNBOUNDED
1469       disk.device.iops_server_pcm_0:
1470         type: org.openecomp.capabilities.metric.Ceilometer
1471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1472         occurrences:
1473         - 1
1474         - UNBOUNDED
1475       disk.device.write.bytes_server_pd_0:
1476         type: org.openecomp.capabilities.metric.Ceilometer
1477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1478         occurrences:
1479         - 1
1480         - UNBOUNDED
1481       disk.capacity_server_pd_0:
1482         type: org.openecomp.capabilities.metric.Ceilometer
1483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1484         occurrences:
1485         - 1
1486         - UNBOUNDED
1487       disk.device.read.bytes.rate_server_pd_0:
1488         type: org.openecomp.capabilities.metric.Ceilometer
1489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1490         occurrences:
1491         - 1
1492         - UNBOUNDED
1493       cpu.delta_server_pcm_0:
1494         type: org.openecomp.capabilities.metric.Ceilometer
1495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1496         occurrences:
1497         - 1
1498         - UNBOUNDED
1499       forwarder_pcm_port_0:
1500         type: org.openecomp.capabilities.Forwarder
1501         occurrences:
1502         - 1
1503         - UNBOUNDED
1504       forwarder_pcm_port_1:
1505         type: org.openecomp.capabilities.Forwarder
1506         occurrences:
1507         - 1
1508         - UNBOUNDED
1509       memory.resident_server_pd_0:
1510         type: org.openecomp.capabilities.metric.Ceilometer
1511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       disk.ephemeral.size_server_pcm_0:
1516         type: org.openecomp.capabilities.metric.Ceilometer
1517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1518         occurrences:
1519         - 1
1520         - UNBOUNDED
1521       disk.read.requests_server_pcm_0:
1522         type: org.openecomp.capabilities.metric.Ceilometer
1523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1524         occurrences:
1525         - 1
1526         - UNBOUNDED
1527       disk.device.write.requests.rate_server_pcm_0:
1528         type: org.openecomp.capabilities.metric.Ceilometer
1529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1530         occurrences:
1531         - 1
1532         - UNBOUNDED
1533       disk.device.write.requests_server_pd_0:
1534         type: org.openecomp.capabilities.metric.Ceilometer
1535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1536         occurrences:
1537         - 1
1538         - UNBOUNDED
1539       binding_server_pd_0:
1540         type: tosca.capabilities.network.Bindable
1541         occurrences:
1542         - 1
1543         - UNBOUNDED
1544       scalable_server_pcm_0:
1545         type: tosca.capabilities.Scalable
1546         occurrences:
1547         - 1
1548         - UNBOUNDED
1549       disk.device.allocation_server_pd_0:
1550         type: org.openecomp.capabilities.metric.Ceilometer
1551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1552         occurrences:
1553         - 1
1554         - UNBOUNDED
1555       disk.read.bytes_server_pd_0:
1556         type: org.openecomp.capabilities.metric.Ceilometer
1557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1558         occurrences:
1559         - 1
1560         - UNBOUNDED
1561       disk.device.read.requests_server_pd_0:
1562         type: org.openecomp.capabilities.metric.Ceilometer
1563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1564         occurrences:
1565         - 1
1566         - UNBOUNDED
1567       network.outgoing.bytes.rate_pcm_port_1:
1568         type: org.openecomp.capabilities.metric.Ceilometer
1569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1570         occurrences:
1571         - 1
1572         - UNBOUNDED
1573       network.incoming.packets_pcm_port_0:
1574         type: org.openecomp.capabilities.metric.Ceilometer
1575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1576         occurrences:
1577         - 1
1578         - UNBOUNDED
1579       disk.device.latency_server_pcm_0:
1580         type: org.openecomp.capabilities.metric.Ceilometer
1581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1582         occurrences:
1583         - 1
1584         - UNBOUNDED
1585       disk.device.usage_server_pcm_0:
1586         type: org.openecomp.capabilities.metric.Ceilometer
1587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1588         occurrences:
1589         - 1
1590         - UNBOUNDED
1591       disk.latency_server_pd_0:
1592         type: org.openecomp.capabilities.metric.Ceilometer
1593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1594         occurrences:
1595         - 1
1596         - UNBOUNDED
1597       network.outgoing.bytes.rate_pcm_port_0:
1598         type: org.openecomp.capabilities.metric.Ceilometer
1599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1600         occurrences:
1601         - 1
1602         - UNBOUNDED
1603       memory.usage_server_pd_0:
1604         type: org.openecomp.capabilities.metric.Ceilometer
1605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1606         occurrences:
1607         - 1
1608         - UNBOUNDED
1609       network.incoming.packets_pcm_port_1:
1610         type: org.openecomp.capabilities.metric.Ceilometer
1611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1612         occurrences:
1613         - 1
1614         - UNBOUNDED
1615       disk.device.write.requests_server_pcm_0:
1616         type: org.openecomp.capabilities.metric.Ceilometer
1617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1618         occurrences:
1619         - 1
1620         - UNBOUNDED
1621       disk.device.write.requests.rate_server_pd_0:
1622         type: org.openecomp.capabilities.metric.Ceilometer
1623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1624         occurrences:
1625         - 1
1626         - UNBOUNDED
1627       disk.device.read.requests_server_pcm_0:
1628         type: org.openecomp.capabilities.metric.Ceilometer
1629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1630         occurrences:
1631         - 1
1632         - UNBOUNDED
1633       scalable_server_pd_0:
1634         type: tosca.capabilities.Scalable
1635         occurrences:
1636         - 1
1637         - UNBOUNDED
1638       os_server_pcm_0:
1639         type: tosca.capabilities.OperatingSystem
1640         occurrences:
1641         - 1
1642         - UNBOUNDED
1643       network.incoming.bytes.rate_pcm_port_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       network.incoming.bytes.rate_pcm_port_1:
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       os_server_pd_0:
1656         type: tosca.capabilities.OperatingSystem
1657         occurrences:
1658         - 1
1659         - UNBOUNDED