6fd0ed7829cd49721ef960e53287690975216dc9
[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.heat.nested-pcm_v0.1_2:
9     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
10     properties:
11       pcm_flavor_name:
12         type: string
13         description: flavor name of PCRF CM instance
14         required: true
15         status: SUPPORTED
16       availabilityzone_name:
17         type: string
18         description: availabilityzone name
19         required: true
20         status: SUPPORTED
21       pcm_image_name:
22         type: string
23         description: PCRF CM image name
24         required: true
25         status: SUPPORTED
26       pcm_vol:
27         type: string
28         description: CPS Cluman Cinder Volume
29         required: true
30         status: SUPPORTED
31       security_group_name:
32         type: string
33         description: the name of security group
34         required: true
35         status: SUPPORTED
36       cps_net_ip:
37         type: string
38         description: CPS network ip
39         required: true
40         status: SUPPORTED
41       pcm_server_name:
42         type: string
43         description: PCRF CM server name
44         required: true
45         status: SUPPORTED
46       cps_net_name:
47         type: string
48         description: CPS network name
49         required: true
50         status: SUPPORTED
51       cps_net_mask:
52         type: string
53         description: CPS network mask
54         required: true
55         status: SUPPORTED
56       oam_net_ip:
57         type: string
58         required: true
59         status: SUPPORTED
60       oam_net_name:
61         type: string
62         description: OAM network name
63         required: true
64         status: SUPPORTED
65     attributes:
66       server_pcm_id:
67         type: string
68         description: the pcm nova service id
69         status: SUPPORTED
70     requirements:
71     - dependency_pcm_port_00:
72         capability: tosca.capabilities.Node
73         node: tosca.nodes.Root
74         relationship: tosca.relationships.DependsOn
75         occurrences:
76         - 0
77         - UNBOUNDED
78     - link_pcm_port_00:
79         capability: tosca.capabilities.network.Linkable
80         relationship: tosca.relationships.network.LinksTo
81         occurrences:
82         - 1
83         - 1
84     - dependency_server_pcm:
85         capability: tosca.capabilities.Node
86         node: tosca.nodes.Root
87         relationship: tosca.relationships.DependsOn
88         occurrences:
89         - 0
90         - UNBOUNDED
91     - local_storage_server_pcm:
92         capability: tosca.capabilities.Attachment
93         node: tosca.nodes.BlockStorage
94         relationship: tosca.relationships.AttachesTo
95         occurrences:
96         - 0
97         - UNBOUNDED
98     - dependency_network_2:
99         capability: tosca.capabilities.Node
100         node: tosca.nodes.Root
101         relationship: tosca.relationships.DependsOn
102         occurrences:
103         - 0
104         - UNBOUNDED
105     - dependency_pcm_port_01:
106         capability: tosca.capabilities.Node
107         node: tosca.nodes.Root
108         relationship: tosca.relationships.DependsOn
109         occurrences:
110         - 0
111         - UNBOUNDED
112     - link_pcm_port_01:
113         capability: tosca.capabilities.network.Linkable
114         relationship: tosca.relationships.network.LinksTo
115         occurrences:
116         - 1
117         - 1
118     capabilities:
119       cpu_server_pcm:
120         type: org.openecomp.capabilities.metric.Ceilometer
121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
122         occurrences:
123         - 1
124         - UNBOUNDED
125       feature_pcm_port_00:
126         type: tosca.capabilities.Node
127         occurrences:
128         - 1
129         - UNBOUNDED
130       memory_server_pcm:
131         type: org.openecomp.capabilities.metric.Ceilometer
132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
133         occurrences:
134         - 1
135         - UNBOUNDED
136       network.incoming.packets_pcm_port_01:
137         type: org.openecomp.capabilities.metric.Ceilometer
138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
139         occurrences:
140         - 1
141         - UNBOUNDED
142       disk.write.requests_server_pcm:
143         type: org.openecomp.capabilities.metric.Ceilometer
144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
145         occurrences:
146         - 1
147         - UNBOUNDED
148       feature_pcm_port_01:
149         type: tosca.capabilities.Node
150         occurrences:
151         - 1
152         - UNBOUNDED
153       network.incoming.packets_pcm_port_00:
154         type: org.openecomp.capabilities.metric.Ceilometer
155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
156         occurrences:
157         - 1
158         - UNBOUNDED
159       disk.device.iops_server_pcm:
160         type: org.openecomp.capabilities.metric.Ceilometer
161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
162         occurrences:
163         - 1
164         - UNBOUNDED
165       memory.resident_server_pcm:
166         type: org.openecomp.capabilities.metric.Ceilometer
167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
168         occurrences:
169         - 1
170         - UNBOUNDED
171       attachment_network_2:
172         type: tosca.capabilities.Attachment
173         occurrences:
174         - 1
175         - UNBOUNDED
176       disk.device.write.requests_server_pcm:
177         type: org.openecomp.capabilities.metric.Ceilometer
178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
179         occurrences:
180         - 1
181         - UNBOUNDED
182       feature_network_2:
183         type: tosca.capabilities.Node
184         occurrences:
185         - 1
186         - UNBOUNDED
187       network.outgoing.packets.rate_pcm_port_00:
188         type: org.openecomp.capabilities.metric.Ceilometer
189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
190         occurrences:
191         - 1
192         - UNBOUNDED
193       network.incoming.bytes_pcm_port_00:
194         type: org.openecomp.capabilities.metric.Ceilometer
195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
196         occurrences:
197         - 1
198         - UNBOUNDED
199       network.incoming.bytes_pcm_port_01:
200         type: org.openecomp.capabilities.metric.Ceilometer
201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
202         occurrences:
203         - 1
204         - UNBOUNDED
205       disk.device.usage_server_pcm:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       disk.allocation_server_pcm:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       attachment_pcm_port_00:
218         type: tosca.capabilities.Attachment
219         occurrences:
220         - 1
221         - UNBOUNDED
222       attachment_pcm_port_01:
223         type: tosca.capabilities.Attachment
224         occurrences:
225         - 1
226         - UNBOUNDED
227       disk.usage_server_pcm:
228         type: org.openecomp.capabilities.metric.Ceilometer
229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
230         occurrences:
231         - 1
232         - UNBOUNDED
233       disk.device.write.bytes_server_pcm:
234         type: org.openecomp.capabilities.metric.Ceilometer
235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
236         occurrences:
237         - 1
238         - UNBOUNDED
239       network.outgoing.bytes_pcm_port_00:
240         type: org.openecomp.capabilities.metric.Ceilometer
241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
242         occurrences:
243         - 1
244         - UNBOUNDED
245       disk.root.size_server_pcm:
246         type: org.openecomp.capabilities.metric.Ceilometer
247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
248         occurrences:
249         - 1
250         - UNBOUNDED
251       disk.ephemeral.size_server_pcm:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       disk.device.latency_server_pcm:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       network.outgoing.packets.rate_pcm_port_01:
264         type: org.openecomp.capabilities.metric.Ceilometer
265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
266         occurrences:
267         - 1
268         - UNBOUNDED
269       memory.usage_server_pcm:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       network.outgoing.bytes_pcm_port_01:
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.read.requests_server_pcm:
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.capacity_server_pcm:
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       os_server_pcm:
294         type: tosca.capabilities.OperatingSystem
295         occurrences:
296         - 1
297         - UNBOUNDED
298       disk.read.bytes_server_pcm:
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       link_network_2:
305         type: tosca.capabilities.network.Linkable
306         occurrences:
307         - 1
308         - UNBOUNDED
309       disk.device.read.bytes_server_pcm:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       network.incoming.bytes.rate_pcm_port_00:
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       endpoint_server_pcm:
322         type: tosca.capabilities.Endpoint.Admin
323         occurrences:
324         - 1
325         - UNBOUNDED
326       network.incoming.bytes.rate_pcm_port_01:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.device.read.requests.rate_server_pcm:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       vcpus_server_pcm:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.write.bytes_server_pcm:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.iops_server_pcm:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.read.bytes.rate_server_pcm:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       disk.device.allocation_server_pcm:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       scalable_server_pcm:
369         type: tosca.capabilities.Scalable
370         occurrences:
371         - 1
372         - UNBOUNDED
373       disk.device.read.bytes.rate_server_pcm:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       cpu_util_server_pcm:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       network.outgoing.bytes.rate_pcm_port_01:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       network.incoming.packets.rate_pcm_port_01:
392         type: org.openecomp.capabilities.metric.Ceilometer
393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
394         occurrences:
395         - 1
396         - UNBOUNDED
397       network.incoming.packets.rate_pcm_port_00:
398         type: org.openecomp.capabilities.metric.Ceilometer
399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
400         occurrences:
401         - 1
402         - UNBOUNDED
403       binding_pcm_port_01:
404         type: tosca.capabilities.network.Bindable
405         valid_source_types:
406         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
407         occurrences:
408         - 0
409         - UNBOUNDED
410       disk.write.requests.rate_server_pcm:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       binding_pcm_port_00:
417         type: tosca.capabilities.network.Bindable
418         valid_source_types:
419         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
420         occurrences:
421         - 0
422         - UNBOUNDED
423       disk.device.write.bytes.rate_server_pcm:
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       host_server_pcm:
430         type: tosca.capabilities.Container
431         valid_source_types:
432         - tosca.nodes.SoftwareComponent
433         occurrences:
434         - 1
435         - UNBOUNDED
436       network.outgoing.bytes.rate_pcm_port_00:
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       cpu.delta_server_pcm:
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       binding_server_pcm:
449         type: tosca.capabilities.network.Bindable
450         occurrences:
451         - 1
452         - UNBOUNDED
453       disk.device.capacity_server_pcm:
454         type: org.openecomp.capabilities.metric.Ceilometer
455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
456         occurrences:
457         - 1
458         - UNBOUNDED
459       forwarder_pcm_port_00:
460         type: org.openecomp.capabilities.Forwarder
461         occurrences:
462         - 1
463         - UNBOUNDED
464       forwarder_pcm_port_01:
465         type: org.openecomp.capabilities.Forwarder
466         occurrences:
467         - 1
468         - UNBOUNDED
469       instance_server_pcm:
470         type: org.openecomp.capabilities.metric.Ceilometer
471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
472         occurrences:
473         - 1
474         - UNBOUNDED
475       disk.device.write.requests.rate_server_pcm:
476         type: org.openecomp.capabilities.metric.Ceilometer
477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
478         occurrences:
479         - 1
480         - UNBOUNDED
481       disk.latency_server_pcm:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       disk.device.read.requests_server_pcm:
488         type: org.openecomp.capabilities.metric.Ceilometer
489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
490         occurrences:
491         - 1
492         - UNBOUNDED
493       feature_server_pcm:
494         type: tosca.capabilities.Node
495         occurrences:
496         - 1
497         - UNBOUNDED
498       network.outpoing.packets_pcm_port_00:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       disk.write.bytes.rate_server_pcm:
505         type: org.openecomp.capabilities.metric.Ceilometer
506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
507         occurrences:
508         - 1
509         - UNBOUNDED
510       end_point_network_2:
511         type: tosca.capabilities.Endpoint
512         occurrences:
513         - 1
514         - UNBOUNDED
515       network.outpoing.packets_pcm_port_01:
516         type: org.openecomp.capabilities.metric.Ceilometer
517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
518         occurrences:
519         - 1
520         - UNBOUNDED
521   org.openecomp.resource.abstract.nodes.heat.nested-pcm_v0.1:
522     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
523     properties:
524       availabilityzone_name:
525         type: string
526         description: availabilityzone name
527         required: true
528         status: SUPPORTED
529       oam_net_gw:
530         type: string
531         description: CPS network gateway
532         required: true
533         status: SUPPORTED
534       pcm_image_name:
535         type: string
536         description: PCRF CM image name
537         required: true
538         status: SUPPORTED
539       cps_net_ips:
540         type: string
541         description: CPS network ip
542         required: true
543         status: SUPPORTED
544       security_group_name:
545         type: string
546         description: the name of security group
547         required: true
548         status: SUPPORTED
549       cps_net_ip:
550         type: string
551         description: CPS network ip
552         required: true
553         status: SUPPORTED
554       pcm_volumes:
555         type: string
556         description: CPS Cluman Cinder Volume
557         required: true
558         status: SUPPORTED
559       pcm_flavor_name:
560         type: string
561         description: flavor name of PCRF CM instance
562         required: true
563         status: SUPPORTED
564       pcm_vol:
565         type: string
566         description: CPS Cluman Cinder Volume
567         required: true
568         status: SUPPORTED
569       pcm_server_name:
570         type: string
571         description: PCRF CM server name
572         required: true
573         status: SUPPORTED
574       cps_net_name:
575         type: string
576         description: CPS network name
577         required: true
578         status: SUPPORTED
579       cps_net_mask:
580         type: string
581         description: CPS network mask
582         required: true
583         status: SUPPORTED
584       oam_net_ip:
585         type: string
586         description: OAM network ip
587         required: true
588         status: SUPPORTED
589       oam_net_mask:
590         type: string
591         description: CPS network mask
592         required: true
593         status: SUPPORTED
594       oam_net_name:
595         type: string
596         description: OAM network name
597         required: true
598         status: SUPPORTED
599     attributes:
600       server_pcm_id:
601         type: string
602         description: the pcm nova service id
603         status: SUPPORTED
604     requirements:
605     - dependency_pcm_port_1:
606         capability: tosca.capabilities.Node
607         node: tosca.nodes.Root
608         relationship: tosca.relationships.DependsOn
609         occurrences:
610         - 0
611         - UNBOUNDED
612     - link_pcm_port_1:
613         capability: tosca.capabilities.network.Linkable
614         relationship: tosca.relationships.network.LinksTo
615         occurrences:
616         - 1
617         - 1
618     - dependency_network_1:
619         capability: tosca.capabilities.Node
620         node: tosca.nodes.Root
621         relationship: tosca.relationships.DependsOn
622         occurrences:
623         - 0
624         - UNBOUNDED
625     - dependency_server_pcm_005:
626         capability: tosca.capabilities.Node
627         node: tosca.nodes.Root
628         relationship: tosca.relationships.DependsOn
629         occurrences:
630         - 0
631         - UNBOUNDED
632     - dependency_pcm_port_00_server_pcm_005:
633         capability: tosca.capabilities.Node
634         node: tosca.nodes.Root
635         relationship: tosca.relationships.DependsOn
636         occurrences:
637         - 0
638         - UNBOUNDED
639     - link_pcm_port_00_server_pcm_005:
640         capability: tosca.capabilities.network.Linkable
641         relationship: tosca.relationships.network.LinksTo
642         occurrences:
643         - 1
644         - 1
645     - dependency_server_pcm_server_pcm_005:
646         capability: tosca.capabilities.Node
647         node: tosca.nodes.Root
648         relationship: tosca.relationships.DependsOn
649         occurrences:
650         - 0
651         - UNBOUNDED
652     - local_storage_server_pcm_server_pcm_005:
653         capability: tosca.capabilities.Attachment
654         node: tosca.nodes.BlockStorage
655         relationship: tosca.relationships.AttachesTo
656         occurrences:
657         - 0
658         - UNBOUNDED
659     - dependency_network_2_server_pcm_005:
660         capability: tosca.capabilities.Node
661         node: tosca.nodes.Root
662         relationship: tosca.relationships.DependsOn
663         occurrences:
664         - 0
665         - UNBOUNDED
666     - dependency_pcm_port_01_server_pcm_005:
667         capability: tosca.capabilities.Node
668         node: tosca.nodes.Root
669         relationship: tosca.relationships.DependsOn
670         occurrences:
671         - 0
672         - UNBOUNDED
673     - link_pcm_port_01_server_pcm_005:
674         capability: tosca.capabilities.network.Linkable
675         relationship: tosca.relationships.network.LinksTo
676         occurrences:
677         - 1
678         - 1
679     - dependency_server_pcm_1:
680         capability: tosca.capabilities.Node
681         node: tosca.nodes.Root
682         relationship: tosca.relationships.DependsOn
683         occurrences:
684         - 0
685         - UNBOUNDED
686     - local_storage_server_pcm_1:
687         capability: tosca.capabilities.Attachment
688         node: tosca.nodes.BlockStorage
689         relationship: tosca.relationships.AttachesTo
690         occurrences:
691         - 0
692         - UNBOUNDED
693     - dependency_pcm_port_0:
694         capability: tosca.capabilities.Node
695         node: tosca.nodes.Root
696         relationship: tosca.relationships.DependsOn
697         occurrences:
698         - 0
699         - UNBOUNDED
700     - link_pcm_port_0:
701         capability: tosca.capabilities.network.Linkable
702         relationship: tosca.relationships.network.LinksTo
703         occurrences:
704         - 1
705         - 1
706     capabilities:
707       network.incoming.bytes.rate_pcm_port_01_server_pcm_005:
708         type: org.openecomp.capabilities.metric.Ceilometer
709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
710         occurrences:
711         - 1
712         - UNBOUNDED
713       network.incoming.packets.rate_pcm_port_0:
714         type: org.openecomp.capabilities.metric.Ceilometer
715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
716         occurrences:
717         - 1
718         - UNBOUNDED
719       scalable_server_pcm_server_pcm_005:
720         type: tosca.capabilities.Scalable
721         occurrences:
722         - 1
723         - UNBOUNDED
724       network.incoming.packets.rate_pcm_port_1:
725         type: org.openecomp.capabilities.metric.Ceilometer
726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
727         occurrences:
728         - 1
729         - UNBOUNDED
730       network.outpoing.packets_pcm_port_1:
731         type: org.openecomp.capabilities.metric.Ceilometer
732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
733         occurrences:
734         - 1
735         - UNBOUNDED
736       network.outpoing.packets_pcm_port_0:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       network.outgoing.bytes_pcm_port_01_server_pcm_005:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       disk.device.write.bytes_server_pcm_server_pcm_005:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       memory_server_pcm_server_pcm_005:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       disk.capacity_server_pcm_1:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       network.incoming.packets.rate_pcm_port_00_server_pcm_005:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       feature_network_1:
773         type: tosca.capabilities.Node
774         occurrences:
775         - 1
776         - UNBOUNDED
777       disk.device.read.requests.rate_server_pcm_server_pcm_005:
778         type: org.openecomp.capabilities.metric.Ceilometer
779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
780         occurrences:
781         - 1
782         - UNBOUNDED
783       os_server_pcm_server_pcm_005:
784         type: tosca.capabilities.OperatingSystem
785         occurrences:
786         - 1
787         - UNBOUNDED
788       disk.read.bytes_server_pcm_server_pcm_005:
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       disk.device.write.bytes.rate_server_pcm_server_pcm_005:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       network.incoming.bytes_pcm_port_0:
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.write.requests_server_pcm_server_pcm_005:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.usage_server_pcm_1:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       vcpus_server_pcm_1:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       memory.resident_server_pcm_1:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       network.incoming.bytes_pcm_port_1:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       instance_server_pcm_server_pcm_005:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       binding_pcm_port_0:
843         type: tosca.capabilities.network.Bindable
844         valid_source_types:
845         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
846         occurrences:
847         - 0
848         - UNBOUNDED
849       binding_pcm_port_1:
850         type: tosca.capabilities.network.Bindable
851         valid_source_types:
852         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
853         occurrences:
854         - 0
855         - UNBOUNDED
856       disk.iops_server_pcm_server_pcm_005:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       disk.device.read.bytes.rate_server_pcm_server_pcm_005:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       binding_pcm_port_00_server_pcm_005:
869         type: tosca.capabilities.network.Bindable
870         valid_source_types:
871         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
872         occurrences:
873         - 0
874         - UNBOUNDED
875       link_network_1:
876         type: tosca.capabilities.network.Linkable
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.device.latency_server_pcm_server_pcm_005:
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       feature_server_pcm_1:
887         type: tosca.capabilities.Node
888         occurrences:
889         - 1
890         - UNBOUNDED
891       network.outgoing.packets.rate_pcm_port_0:
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       network.outgoing.packets.rate_pcm_port_1:
898         type: org.openecomp.capabilities.metric.Ceilometer
899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
900         occurrences:
901         - 1
902         - UNBOUNDED
903       link_network_2_server_pcm_005:
904         type: tosca.capabilities.network.Linkable
905         occurrences:
906         - 1
907         - UNBOUNDED
908       feature_pcm_port_1:
909         type: tosca.capabilities.Node
910         occurrences:
911         - 1
912         - UNBOUNDED
913       network.outgoing.bytes_pcm_port_0:
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       feature_pcm_port_0:
920         type: tosca.capabilities.Node
921         occurrences:
922         - 1
923         - UNBOUNDED
924       disk.device.read.requests_server_pcm_server_pcm_005:
925         type: org.openecomp.capabilities.metric.Ceilometer
926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
927         occurrences:
928         - 1
929         - UNBOUNDED
930       cpu_server_pcm_1:
931         type: org.openecomp.capabilities.metric.Ceilometer
932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
933         occurrences:
934         - 1
935         - UNBOUNDED
936       network.outgoing.bytes_pcm_port_1:
937         type: org.openecomp.capabilities.metric.Ceilometer
938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
939         occurrences:
940         - 1
941         - UNBOUNDED
942       attachment_pcm_port_0:
943         type: tosca.capabilities.Attachment
944         occurrences:
945         - 1
946         - UNBOUNDED
947       attachment_pcm_port_1:
948         type: tosca.capabilities.Attachment
949         occurrences:
950         - 1
951         - UNBOUNDED
952       disk.device.usage_server_pcm_server_pcm_005:
953         type: org.openecomp.capabilities.metric.Ceilometer
954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
955         occurrences:
956         - 1
957         - UNBOUNDED
958       network.outgoing.bytes_pcm_port_00_server_pcm_005:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.read.requests_server_pcm_server_pcm_005:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       endpoint_server_pcm_1:
971         type: tosca.capabilities.Endpoint.Admin
972         occurrences:
973         - 1
974         - UNBOUNDED
975       network.incoming.packets.rate_pcm_port_01_server_pcm_005:
976         type: org.openecomp.capabilities.metric.Ceilometer
977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
978         occurrences:
979         - 1
980         - UNBOUNDED
981       host_server_pcm_1:
982         type: tosca.capabilities.Container
983         valid_source_types:
984         - tosca.nodes.SoftwareComponent
985         occurrences:
986         - 1
987         - UNBOUNDED
988       disk.device.capacity_server_pcm_1:
989         type: org.openecomp.capabilities.metric.Ceilometer
990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
991         occurrences:
992         - 1
993         - UNBOUNDED
994       disk.write.bytes.rate_server_pcm_server_pcm_005:
995         type: org.openecomp.capabilities.metric.Ceilometer
996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       disk.allocation_server_pcm_server_pcm_005:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       network.outgoing.bytes.rate_pcm_port_00_server_pcm_005:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       disk.latency_server_pcm_1:
1013         type: org.openecomp.capabilities.metric.Ceilometer
1014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       vcpus_server_pcm_server_pcm_005:
1019         type: org.openecomp.capabilities.metric.Ceilometer
1020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1021         occurrences:
1022         - 1
1023         - UNBOUNDED
1024       disk.write.requests.rate_server_pcm_1:
1025         type: org.openecomp.capabilities.metric.Ceilometer
1026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1027         occurrences:
1028         - 1
1029         - UNBOUNDED
1030       attachment_pcm_port_01_server_pcm_005:
1031         type: tosca.capabilities.Attachment
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       memory_server_pcm_1:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       network.incoming.packets_pcm_port_00_server_pcm_005:
1042         type: org.openecomp.capabilities.metric.Ceilometer
1043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1044         occurrences:
1045         - 1
1046         - UNBOUNDED
1047       network.incoming.bytes_pcm_port_00_server_pcm_005:
1048         type: org.openecomp.capabilities.metric.Ceilometer
1049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       network.outpoing.packets_pcm_port_00_server_pcm_005:
1054         type: org.openecomp.capabilities.metric.Ceilometer
1055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       disk.device.read.bytes.rate_server_pcm_1:
1060         type: org.openecomp.capabilities.metric.Ceilometer
1061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1062         occurrences:
1063         - 1
1064         - UNBOUNDED
1065       forwarder_pcm_port_00_server_pcm_005:
1066         type: org.openecomp.capabilities.Forwarder
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       disk.write.bytes_server_pcm_server_pcm_005:
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       disk.usage_server_pcm_server_pcm_005:
1077         type: org.openecomp.capabilities.metric.Ceilometer
1078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       disk.write.bytes_server_pcm_1:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       network.outgoing.packets.rate_pcm_port_01_server_pcm_005:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       instance_server_pcm_1:
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       disk.device.read.requests.rate_server_pcm_1:
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       cpu_util_server_pcm_server_pcm_005:
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.ephemeral.size_server_pcm_server_pcm_005:
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       end_point_network_1:
1119         type: tosca.capabilities.Endpoint
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       binding_server_pcm_1:
1124         type: tosca.capabilities.network.Bindable
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       disk.write.bytes.rate_server_pcm_1:
1129         type: org.openecomp.capabilities.metric.Ceilometer
1130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1131         occurrences:
1132         - 1
1133         - UNBOUNDED
1134       memory.resident_server_pcm_server_pcm_005:
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       disk.device.allocation_server_pcm_1:
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.capacity_server_pcm_server_pcm_005:
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       disk.root.size_server_pcm_1:
1153         type: org.openecomp.capabilities.metric.Ceilometer
1154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1155         occurrences:
1156         - 1
1157         - UNBOUNDED
1158       disk.latency_server_pcm_server_pcm_005:
1159         type: org.openecomp.capabilities.metric.Ceilometer
1160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1161         occurrences:
1162         - 1
1163         - UNBOUNDED
1164       disk.write.requests.rate_server_pcm_server_pcm_005:
1165         type: org.openecomp.capabilities.metric.Ceilometer
1166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1167         occurrences:
1168         - 1
1169         - UNBOUNDED
1170       host_server_pcm_server_pcm_005:
1171         type: tosca.capabilities.Container
1172         valid_source_types:
1173         - tosca.nodes.SoftwareComponent
1174         occurrences:
1175         - 1
1176         - UNBOUNDED
1177       attachment_network_2_server_pcm_005:
1178         type: tosca.capabilities.Attachment
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       feature_pcm_port_01_server_pcm_005:
1183         type: tosca.capabilities.Node
1184         occurrences:
1185         - 1
1186         - UNBOUNDED
1187       disk.read.bytes.rate_server_pcm_server_pcm_005:
1188         type: org.openecomp.capabilities.metric.Ceilometer
1189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1190         occurrences:
1191         - 1
1192         - UNBOUNDED
1193       binding_server_pcm_server_pcm_005:
1194         type: tosca.capabilities.network.Bindable
1195         occurrences:
1196         - 1
1197         - UNBOUNDED
1198       endpoint_server_pcm_server_pcm_005:
1199         type: tosca.capabilities.Endpoint.Admin
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203       cpu_server_pcm_server_pcm_005:
1204         type: org.openecomp.capabilities.metric.Ceilometer
1205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1206         occurrences:
1207         - 1
1208         - UNBOUNDED
1209       binding_pcm_port_01_server_pcm_005:
1210         type: tosca.capabilities.network.Bindable
1211         valid_source_types:
1212         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1213         occurrences:
1214         - 0
1215         - UNBOUNDED
1216       disk.iops_server_pcm_1:
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       feature_network_2_server_pcm_005:
1223         type: tosca.capabilities.Node
1224         occurrences:
1225         - 1
1226         - UNBOUNDED
1227       disk.device.read.bytes_server_pcm_server_pcm_005:
1228         type: org.openecomp.capabilities.metric.Ceilometer
1229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1230         occurrences:
1231         - 1
1232         - UNBOUNDED
1233       disk.device.write.bytes.rate_server_pcm_1:
1234         type: org.openecomp.capabilities.metric.Ceilometer
1235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1236         occurrences:
1237         - 1
1238         - UNBOUNDED
1239       attachment_network_1:
1240         type: tosca.capabilities.Attachment
1241         occurrences:
1242         - 1
1243         - UNBOUNDED
1244       attachment_pcm_port_00_server_pcm_005:
1245         type: tosca.capabilities.Attachment
1246         occurrences:
1247         - 1
1248         - UNBOUNDED
1249       end_point_network_2_server_pcm_005:
1250         type: tosca.capabilities.Endpoint
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       feature_server_pcm_005:
1255         type: tosca.capabilities.Node
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       disk.write.requests_server_pcm_1:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       disk.read.bytes_server_pcm_1:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       cpu_util_server_pcm_1:
1272         type: org.openecomp.capabilities.metric.Ceilometer
1273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       disk.allocation_server_pcm_1:
1278         type: org.openecomp.capabilities.metric.Ceilometer
1279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283       disk.device.write.bytes_server_pcm_1:
1284         type: org.openecomp.capabilities.metric.Ceilometer
1285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1286         occurrences:
1287         - 1
1288         - UNBOUNDED
1289       memory.usage_server_pcm_1:
1290         type: org.openecomp.capabilities.metric.Ceilometer
1291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1292         occurrences:
1293         - 1
1294         - UNBOUNDED
1295       memory.usage_server_pcm_server_pcm_005:
1296         type: org.openecomp.capabilities.metric.Ceilometer
1297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1298         occurrences:
1299         - 1
1300         - UNBOUNDED
1301       disk.device.read.bytes_server_pcm_1:
1302         type: org.openecomp.capabilities.metric.Ceilometer
1303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1304         occurrences:
1305         - 1
1306         - UNBOUNDED
1307       disk.device.write.requests_server_pcm_server_pcm_005:
1308         type: org.openecomp.capabilities.metric.Ceilometer
1309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1310         occurrences:
1311         - 1
1312         - UNBOUNDED
1313       disk.read.bytes.rate_server_pcm_1:
1314         type: org.openecomp.capabilities.metric.Ceilometer
1315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1316         occurrences:
1317         - 1
1318         - UNBOUNDED
1319       disk.device.iops_server_pcm_1:
1320         type: org.openecomp.capabilities.metric.Ceilometer
1321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1322         occurrences:
1323         - 1
1324         - UNBOUNDED
1325       disk.device.iops_server_pcm_server_pcm_005:
1326         type: org.openecomp.capabilities.metric.Ceilometer
1327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1328         occurrences:
1329         - 1
1330         - UNBOUNDED
1331       disk.device.capacity_server_pcm_server_pcm_005:
1332         type: org.openecomp.capabilities.metric.Ceilometer
1333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1334         occurrences:
1335         - 1
1336         - UNBOUNDED
1337       cpu.delta_server_pcm_1:
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       forwarder_pcm_port_0:
1344         type: org.openecomp.capabilities.Forwarder
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       forwarder_pcm_port_1:
1349         type: org.openecomp.capabilities.Forwarder
1350         occurrences:
1351         - 1
1352         - UNBOUNDED
1353       network.outpoing.packets_pcm_port_01_server_pcm_005:
1354         type: org.openecomp.capabilities.metric.Ceilometer
1355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1356         occurrences:
1357         - 1
1358         - UNBOUNDED
1359       network.incoming.bytes.rate_pcm_port_00_server_pcm_005:
1360         type: org.openecomp.capabilities.metric.Ceilometer
1361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1362         occurrences:
1363         - 1
1364         - UNBOUNDED
1365       disk.read.requests_server_pcm_1:
1366         type: org.openecomp.capabilities.metric.Ceilometer
1367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1368         occurrences:
1369         - 1
1370         - UNBOUNDED
1371       disk.device.write.requests.rate_server_pcm_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       feature_pcm_port_00_server_pcm_005:
1378         type: tosca.capabilities.Node
1379         occurrences:
1380         - 1
1381         - UNBOUNDED
1382       disk.ephemeral.size_server_pcm_1:
1383         type: org.openecomp.capabilities.metric.Ceilometer
1384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1385         occurrences:
1386         - 1
1387         - UNBOUNDED
1388       feature_server_pcm_server_pcm_005:
1389         type: tosca.capabilities.Node
1390         occurrences:
1391         - 1
1392         - UNBOUNDED
1393       disk.device.write.requests.rate_server_pcm_server_pcm_005:
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       scalable_server_pcm_1:
1400         type: tosca.capabilities.Scalable
1401         occurrences:
1402         - 1
1403         - UNBOUNDED
1404       network.outgoing.bytes.rate_pcm_port_01_server_pcm_005:
1405         type: org.openecomp.capabilities.metric.Ceilometer
1406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1407         occurrences:
1408         - 1
1409         - UNBOUNDED
1410       network.outgoing.packets.rate_pcm_port_00_server_pcm_005:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       disk.device.allocation_server_pcm_server_pcm_005:
1417         type: org.openecomp.capabilities.metric.Ceilometer
1418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       disk.device.latency_server_pcm_1:
1423         type: org.openecomp.capabilities.metric.Ceilometer
1424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1425         occurrences:
1426         - 1
1427         - UNBOUNDED
1428       forwarder_pcm_port_01_server_pcm_005:
1429         type: org.openecomp.capabilities.Forwarder
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       network.outgoing.bytes.rate_pcm_port_1:
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       network.incoming.packets_pcm_port_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.device.usage_server_pcm_1:
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       network.outgoing.bytes.rate_pcm_port_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       disk.device.write.requests_server_pcm_1:
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       network.incoming.packets_pcm_port_1:
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.root.size_server_pcm_server_pcm_005:
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       network.incoming.bytes_pcm_port_01_server_pcm_005:
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       network.incoming.packets_pcm_port_01_server_pcm_005:
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.requests_server_pcm_1:
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       os_server_pcm_1:
1494         type: tosca.capabilities.OperatingSystem
1495         occurrences:
1496         - 1
1497         - UNBOUNDED
1498       cpu.delta_server_pcm_server_pcm_005:
1499         type: org.openecomp.capabilities.metric.Ceilometer
1500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1501         occurrences:
1502         - 1
1503         - UNBOUNDED
1504       network.incoming.bytes.rate_pcm_port_0:
1505         type: org.openecomp.capabilities.metric.Ceilometer
1506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1507         occurrences:
1508         - 1
1509         - UNBOUNDED
1510       network.incoming.bytes.rate_pcm_port_1:
1511         type: org.openecomp.capabilities.metric.Ceilometer
1512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1513         occurrences:
1514         - 1
1515         - UNBOUNDED