f902040da669cd775b3c474691aeff63c0dc2b94
[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.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pcm_port_11_network_role_tag:
12         type: string
13         required: true
14         status: SUPPORTED
15       availabilityzone_name:
16         type: string
17         description: availabilityzone name
18         required: true
19         status: SUPPORTED
20       port_pcm_port_11_ip_requirements:
21         type: list
22         required: true
23         status: SUPPORTED
24         entry_schema:
25           type: org.openecomp.datatypes.network.IpRequirements
26       pcm_image_name:
27         type: string
28         description: PCRF CM image name
29         required: true
30         status: SUPPORTED
31       port_pcm_port_01_ip_requirements:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: org.openecomp.datatypes.network.IpRequirements
37       port_pcm_port_01_vlan_requirements:
38         type: list
39         required: true
40         status: SUPPORTED
41         entry_schema:
42           type: org.openecomp.datatypes.network.VlanRequirements
43       port_pcm_port_11_mac_requirements:
44         type: org.openecomp.datatypes.network.MacRequirements
45         required: true
46         status: SUPPORTED
47       port_pcm_port_01_network_role:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pcm_port_01_subnetpoolid:
52         type: string
53         required: true
54         status: SUPPORTED
55       pcm_server_name:
56         type: string
57         description: PCRF CM server name
58         required: true
59         status: SUPPORTED
60       cps_net_mask:
61         type: string
62         description: CPS network mask
63         required: true
64         status: SUPPORTED
65       oam_net_name:
66         type: string
67         description: OAM network name
68         required: true
69         status: SUPPORTED
70       port_pcm_port_01_network_role_tag:
71         type: string
72         required: true
73         status: SUPPORTED
74       oam_net_gw:
75         type: string
76         description: CPS network gateway
77         required: true
78         status: SUPPORTED
79       port_pcm_port_11_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       security_group_name:
84         type: string
85         description: the name of security group
86         required: true
87         status: SUPPORTED
88       port_pcm_port_11_vlan_requirements:
89         type: list
90         required: true
91         status: SUPPORTED
92         entry_schema:
93           type: org.openecomp.datatypes.network.VlanRequirements
94       cps_net_ip:
95         type: string
96         description: CPS network ip
97         required: true
98         status: SUPPORTED
99       port_pcm_port_11_order:
100         type: integer
101         required: true
102         status: SUPPORTED
103       port_pcm_port_01_order:
104         type: integer
105         required: true
106         status: SUPPORTED
107       pcm_flavor_name:
108         type: string
109         description: flavor name of PCRF CM instance
110         required: true
111         status: SUPPORTED
112       port_pcm_port_01_mac_requirements:
113         type: org.openecomp.datatypes.network.MacRequirements
114         required: true
115         status: SUPPORTED
116       pcm_vol:
117         type: string
118         description: CPS Cluman Cinder Volume
119         required: true
120         status: SUPPORTED
121       port_pcm_port_11_exCP_naming:
122         type: org.openecomp.datatypes.Naming
123         required: true
124         status: SUPPORTED
125       cps_net_name:
126         type: string
127         description: CPS network name
128         required: true
129         status: SUPPORTED
130       oam_net_ip:
131         type: string
132         description: OAM network ip
133         required: true
134         status: SUPPORTED
135       oam_net_mask:
136         type: string
137         description: CPS network mask
138         required: true
139         status: SUPPORTED
140       port_pcm_port_01_exCP_naming:
141         type: org.openecomp.datatypes.Naming
142         required: true
143         status: SUPPORTED
144       port_pcm_port_11_subnetpoolid:
145         type: string
146         required: true
147         status: SUPPORTED
148     attributes:
149       server_pcm_id:
150         type: string
151         description: the pcm nova service id
152         status: SUPPORTED
153     requirements:
154     - dependency_pcm_port_11:
155         capability: tosca.capabilities.Node
156         node: tosca.nodes.Root
157         relationship: tosca.relationships.DependsOn
158         occurrences:
159         - 0
160         - UNBOUNDED
161     - link_pcm_port_11:
162         capability: tosca.capabilities.network.Linkable
163         relationship: tosca.relationships.network.LinksTo
164         occurrences:
165         - 1
166         - 1
167     - dependency_pcm_port_01:
168         capability: tosca.capabilities.Node
169         node: tosca.nodes.Root
170         relationship: tosca.relationships.DependsOn
171         occurrences:
172         - 0
173         - UNBOUNDED
174     - link_pcm_port_01:
175         capability: tosca.capabilities.network.Linkable
176         relationship: tosca.relationships.network.LinksTo
177         occurrences:
178         - 1
179         - 1
180     - dependency_server_pcm_1:
181         capability: tosca.capabilities.Node
182         node: tosca.nodes.Root
183         relationship: tosca.relationships.DependsOn
184         occurrences:
185         - 0
186         - UNBOUNDED
187     - local_storage_server_pcm_1:
188         capability: tosca.capabilities.Attachment
189         node: tosca.nodes.BlockStorage
190         relationship: tosca.relationships.AttachesTo
191         occurrences:
192         - 0
193         - UNBOUNDED
194     capabilities:
195       disk.root.size_server_pcm_1:
196         type: org.openecomp.capabilities.metric.Ceilometer
197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
198         occurrences:
199         - 1
200         - UNBOUNDED
201       network.outgoing.bytes_pcm_port_11:
202         type: org.openecomp.capabilities.metric.Ceilometer
203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
204         occurrences:
205         - 1
206         - UNBOUNDED
207       network.incoming.packets_pcm_port_01:
208         type: org.openecomp.capabilities.metric.Ceilometer
209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
210         occurrences:
211         - 1
212         - UNBOUNDED
213       feature_pcm_port_01:
214         type: tosca.capabilities.Node
215         occurrences:
216         - 1
217         - UNBOUNDED
218       disk.iops_server_pcm_1:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       disk.device.write.bytes.rate_server_pcm_1:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       network.incoming.bytes_pcm_port_01:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       disk.capacity_server_pcm_1:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.write.requests_server_pcm_1:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.incoming.bytes.rate_pcm_port_11:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       disk.read.bytes_server_pcm_1:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       attachment_pcm_port_01:
261         type: tosca.capabilities.Attachment
262         occurrences:
263         - 1
264         - UNBOUNDED
265       feature_pcm_port_11:
266         type: tosca.capabilities.Node
267         occurrences:
268         - 1
269         - UNBOUNDED
270       network.outgoing.packets.rate_pcm_port_01:
271         type: org.openecomp.capabilities.metric.Ceilometer
272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
273         occurrences:
274         - 1
275         - UNBOUNDED
276       disk.usage_server_pcm_1:
277         type: org.openecomp.capabilities.metric.Ceilometer
278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
279         occurrences:
280         - 1
281         - UNBOUNDED
282       cpu_util_server_pcm_1:
283         type: org.openecomp.capabilities.metric.Ceilometer
284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
285         occurrences:
286         - 1
287         - UNBOUNDED
288       vcpus_server_pcm_1:
289         type: org.openecomp.capabilities.metric.Ceilometer
290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
291         occurrences:
292         - 1
293         - UNBOUNDED
294       memory.resident_server_pcm_1:
295         type: org.openecomp.capabilities.metric.Ceilometer
296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
297         occurrences:
298         - 1
299         - UNBOUNDED
300       network.outgoing.bytes_pcm_port_01:
301         type: org.openecomp.capabilities.metric.Ceilometer
302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
303         occurrences:
304         - 1
305         - UNBOUNDED
306       network.outgoing.packets.rate_pcm_port_11:
307         type: org.openecomp.capabilities.metric.Ceilometer
308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
309         occurrences:
310         - 1
311         - UNBOUNDED
312       feature_server_pcm_1:
313         type: tosca.capabilities.Node
314         occurrences:
315         - 1
316         - UNBOUNDED
317       disk.allocation_server_pcm_1:
318         type: org.openecomp.capabilities.metric.Ceilometer
319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
320         occurrences:
321         - 1
322         - UNBOUNDED
323       disk.device.write.bytes_server_pcm_1:
324         type: org.openecomp.capabilities.metric.Ceilometer
325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
326         occurrences:
327         - 1
328         - UNBOUNDED
329       memory.usage_server_pcm_1:
330         type: org.openecomp.capabilities.metric.Ceilometer
331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
332         occurrences:
333         - 1
334         - UNBOUNDED
335       cpu_server_pcm_1:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       network.incoming.packets.rate_pcm_port_11:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       binding_pcm_port_11:
348         type: tosca.capabilities.network.Bindable
349         valid_source_types:
350         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
351         occurrences:
352         - 0
353         - UNBOUNDED
354       disk.device.read.bytes_server_pcm_1:
355         type: org.openecomp.capabilities.metric.Ceilometer
356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
357         occurrences:
358         - 1
359         - UNBOUNDED
360       network.incoming.bytes.rate_pcm_port_01:
361         type: org.openecomp.capabilities.metric.Ceilometer
362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
363         occurrences:
364         - 1
365         - UNBOUNDED
366       network.outgoing.bytes.rate_pcm_port_11:
367         type: org.openecomp.capabilities.metric.Ceilometer
368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
369         occurrences:
370         - 1
371         - UNBOUNDED
372       attachment_pcm_port_11:
373         type: tosca.capabilities.Attachment
374         occurrences:
375         - 1
376         - UNBOUNDED
377       endpoint_server_pcm_1:
378         type: tosca.capabilities.Endpoint.Admin
379         occurrences:
380         - 1
381         - UNBOUNDED
382       disk.read.bytes.rate_server_pcm_1:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       disk.device.iops_server_pcm_1:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       cpu.delta_server_pcm_1:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       host_server_pcm_1:
401         type: tosca.capabilities.Container
402         valid_source_types:
403         - tosca.nodes.SoftwareComponent
404         occurrences:
405         - 1
406         - UNBOUNDED
407       disk.device.capacity_server_pcm_1:
408         type: org.openecomp.capabilities.metric.Ceilometer
409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
410         occurrences:
411         - 1
412         - UNBOUNDED
413       forwarder_pcm_port_11:
414         type: org.openecomp.capabilities.Forwarder
415         occurrences:
416         - 1
417         - UNBOUNDED
418       disk.read.requests_server_pcm_1:
419         type: org.openecomp.capabilities.metric.Ceilometer
420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
421         occurrences:
422         - 1
423         - UNBOUNDED
424       disk.device.write.requests.rate_server_pcm_1:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       disk.ephemeral.size_server_pcm_1:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.latency_server_pcm_1:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       network.outpoing.packets_pcm_port_11:
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       network.outgoing.bytes.rate_pcm_port_01:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       network.incoming.packets.rate_pcm_port_01:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       binding_pcm_port_01:
461         type: tosca.capabilities.network.Bindable
462         valid_source_types:
463         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
464         occurrences:
465         - 0
466         - UNBOUNDED
467       scalable_server_pcm_1:
468         type: tosca.capabilities.Scalable
469         occurrences:
470         - 1
471         - UNBOUNDED
472       disk.write.requests.rate_server_pcm_1:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       memory_server_pcm_1:
479         type: org.openecomp.capabilities.metric.Ceilometer
480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.device.latency_server_pcm_1:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       disk.device.read.bytes.rate_server_pcm_1:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       network.incoming.packets_pcm_port_11:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       disk.device.usage_server_pcm_1:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.device.write.requests_server_pcm_1:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       forwarder_pcm_port_01:
515         type: org.openecomp.capabilities.Forwarder
516         occurrences:
517         - 1
518         - UNBOUNDED
519       disk.write.bytes_server_pcm_1:
520         type: org.openecomp.capabilities.metric.Ceilometer
521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
522         occurrences:
523         - 1
524         - UNBOUNDED
525       disk.device.read.requests_server_pcm_1:
526         type: org.openecomp.capabilities.metric.Ceilometer
527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
528         occurrences:
529         - 1
530         - UNBOUNDED
531       instance_server_pcm_1:
532         type: org.openecomp.capabilities.metric.Ceilometer
533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
534         occurrences:
535         - 1
536         - UNBOUNDED
537       disk.device.read.requests.rate_server_pcm_1:
538         type: org.openecomp.capabilities.metric.Ceilometer
539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
540         occurrences:
541         - 1
542         - UNBOUNDED
543       network.incoming.bytes_pcm_port_11:
544         type: org.openecomp.capabilities.metric.Ceilometer
545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
546         occurrences:
547         - 1
548         - UNBOUNDED
549       os_server_pcm_1:
550         type: tosca.capabilities.OperatingSystem
551         occurrences:
552         - 1
553         - UNBOUNDED
554       binding_server_pcm_1:
555         type: tosca.capabilities.network.Bindable
556         occurrences:
557         - 1
558         - UNBOUNDED
559       network.outpoing.packets_pcm_port_01:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       disk.write.bytes.rate_server_pcm_1:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       disk.device.allocation_server_pcm_1:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577   org.openecomp.resource.abstract.nodes.heat.pcm_server_2:
578     derived_from: org.openecomp.resource.abstract.nodes.VFC
579     properties:
580       port_pcm_port_0_network_role:
581         type: string
582         required: true
583         status: SUPPORTED
584       port_pcm_port_1_network_role_tag:
585         type: string
586         required: true
587         status: SUPPORTED
588       availabilityzone_name:
589         type: string
590         description: availabilityzone name
591         required: true
592         status: SUPPORTED
593       port_pcm_port_0_vlan_requirements:
594         type: list
595         required: true
596         status: SUPPORTED
597         entry_schema:
598           type: org.openecomp.datatypes.network.VlanRequirements
599       pcm_image_name:
600         type: string
601         description: PCRF CM image name
602         required: true
603         status: SUPPORTED
604       port_pcm_port_0_order:
605         type: integer
606         required: true
607         status: SUPPORTED
608       port_pcm_port_0_subnetpoolid:
609         type: string
610         required: true
611         status: SUPPORTED
612       port_pcm_port_1_subnetpoolid:
613         type: string
614         required: true
615         status: SUPPORTED
616       port_pcm_port_0_network_role_tag:
617         type: string
618         required: true
619         status: SUPPORTED
620       pcm_server_name:
621         type: string
622         description: PCRF CM server name
623         required: true
624         status: SUPPORTED
625       cps_net_mask:
626         type: string
627         description: CPS network mask
628         required: true
629         status: SUPPORTED
630       port_pcm_port_1_exCP_naming:
631         type: org.openecomp.datatypes.Naming
632         required: true
633         status: SUPPORTED
634       port_pcm_port_0_exCP_naming:
635         type: org.openecomp.datatypes.Naming
636         required: true
637         status: SUPPORTED
638       oam_net_name:
639         type: string
640         description: OAM network name
641         required: true
642         status: SUPPORTED
643       port_pcm_port_1_network_role:
644         type: string
645         required: true
646         status: SUPPORTED
647       port_pcm_port_0_ip_requirements:
648         type: list
649         required: true
650         status: SUPPORTED
651         entry_schema:
652           type: org.openecomp.datatypes.network.IpRequirements
653       oam_net_gw:
654         type: string
655         description: CPS network gateway
656         required: true
657         status: SUPPORTED
658       security_group_name:
659         type: string
660         description: the name of security group
661         required: true
662         status: SUPPORTED
663       cps_net_ip:
664         type: string
665         description: CPS network ip
666         required: true
667         status: SUPPORTED
668       port_pcm_port_1_mac_requirements:
669         type: org.openecomp.datatypes.network.MacRequirements
670         required: true
671         status: SUPPORTED
672       port_pcm_port_1_vlan_requirements:
673         type: list
674         required: true
675         status: SUPPORTED
676         entry_schema:
677           type: org.openecomp.datatypes.network.VlanRequirements
678       pcm_flavor_name:
679         type: string
680         description: flavor name of PCRF CM instance
681         required: true
682         status: SUPPORTED
683       pcm_vol:
684         type: string
685         description: CPS Cluman Cinder Volume
686         required: true
687         status: SUPPORTED
688       port_pcm_port_1_ip_requirements:
689         type: list
690         required: true
691         status: SUPPORTED
692         entry_schema:
693           type: org.openecomp.datatypes.network.IpRequirements
694       port_pcm_port_0_mac_requirements:
695         type: org.openecomp.datatypes.network.MacRequirements
696         required: true
697         status: SUPPORTED
698       cps_net_name:
699         type: string
700         description: CPS network name
701         required: true
702         status: SUPPORTED
703       oam_net_ip:
704         type: string
705         description: OAM network ip
706         required: true
707         status: SUPPORTED
708       oam_net_mask:
709         type: string
710         description: CPS network mask
711         required: true
712         status: SUPPORTED
713       port_pcm_port_1_order:
714         type: integer
715         required: true
716         status: SUPPORTED
717     attributes:
718       server_pcm_id:
719         type: string
720         description: the pcm nova service id
721         status: SUPPORTED
722     requirements:
723     - dependency_pcm_port_1:
724         capability: tosca.capabilities.Node
725         node: tosca.nodes.Root
726         relationship: tosca.relationships.DependsOn
727         occurrences:
728         - 0
729         - UNBOUNDED
730     - link_pcm_port_1:
731         capability: tosca.capabilities.network.Linkable
732         relationship: tosca.relationships.network.LinksTo
733         occurrences:
734         - 1
735         - 1
736     - dependency_server_pcm:
737         capability: tosca.capabilities.Node
738         node: tosca.nodes.Root
739         relationship: tosca.relationships.DependsOn
740         occurrences:
741         - 0
742         - UNBOUNDED
743     - local_storage_server_pcm:
744         capability: tosca.capabilities.Attachment
745         node: tosca.nodes.BlockStorage
746         relationship: tosca.relationships.AttachesTo
747         occurrences:
748         - 0
749         - UNBOUNDED
750     - dependency_pcm_port_0:
751         capability: tosca.capabilities.Node
752         node: tosca.nodes.Root
753         relationship: tosca.relationships.DependsOn
754         occurrences:
755         - 0
756         - UNBOUNDED
757     - link_pcm_port_0:
758         capability: tosca.capabilities.network.Linkable
759         relationship: tosca.relationships.network.LinksTo
760         occurrences:
761         - 1
762         - 1
763     capabilities:
764       network.incoming.packets.rate_pcm_port_0:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       cpu_server_pcm:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       network.incoming.packets.rate_pcm_port_1:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       network.outpoing.packets_pcm_port_1:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       memory_server_pcm:
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.write.requests_server_pcm:
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.outpoing.packets_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.device.iops_server_pcm:
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       memory.resident_server_pcm:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.device.write.requests_server_pcm:
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       disk.device.usage_server_pcm:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.allocation_server_pcm:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       disk.usage_server_pcm:
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       disk.device.write.bytes_server_pcm:
843         type: org.openecomp.capabilities.metric.Ceilometer
844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
845         occurrences:
846         - 1
847         - UNBOUNDED
848       disk.root.size_server_pcm:
849         type: org.openecomp.capabilities.metric.Ceilometer
850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
851         occurrences:
852         - 1
853         - UNBOUNDED
854       disk.ephemeral.size_server_pcm:
855         type: org.openecomp.capabilities.metric.Ceilometer
856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
857         occurrences:
858         - 1
859         - UNBOUNDED
860       disk.device.latency_server_pcm:
861         type: org.openecomp.capabilities.metric.Ceilometer
862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
863         occurrences:
864         - 1
865         - UNBOUNDED
866       network.incoming.bytes_pcm_port_0:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       network.incoming.bytes_pcm_port_1:
873         type: org.openecomp.capabilities.metric.Ceilometer
874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
875         occurrences:
876         - 1
877         - UNBOUNDED
878       binding_pcm_port_0:
879         type: tosca.capabilities.network.Bindable
880         valid_source_types:
881         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
882         occurrences:
883         - 0
884         - UNBOUNDED
885       binding_pcm_port_1:
886         type: tosca.capabilities.network.Bindable
887         valid_source_types:
888         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
889         occurrences:
890         - 0
891         - UNBOUNDED
892       memory.usage_server_pcm:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       disk.read.requests_server_pcm:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       disk.capacity_server_pcm:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       os_server_pcm:
911         type: tosca.capabilities.OperatingSystem
912         occurrences:
913         - 1
914         - UNBOUNDED
915       disk.read.bytes_server_pcm:
916         type: org.openecomp.capabilities.metric.Ceilometer
917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
918         occurrences:
919         - 1
920         - UNBOUNDED
921       network.outgoing.packets.rate_pcm_port_0:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       network.outgoing.packets.rate_pcm_port_1:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       feature_pcm_port_1:
934         type: tosca.capabilities.Node
935         occurrences:
936         - 1
937         - UNBOUNDED
938       network.outgoing.bytes_pcm_port_0:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       disk.device.read.bytes_server_pcm:
945         type: org.openecomp.capabilities.metric.Ceilometer
946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
947         occurrences:
948         - 1
949         - UNBOUNDED
950       feature_pcm_port_0:
951         type: tosca.capabilities.Node
952         occurrences:
953         - 1
954         - UNBOUNDED
955       network.outgoing.bytes_pcm_port_1:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       attachment_pcm_port_0:
962         type: tosca.capabilities.Attachment
963         occurrences:
964         - 1
965         - UNBOUNDED
966       attachment_pcm_port_1:
967         type: tosca.capabilities.Attachment
968         occurrences:
969         - 1
970         - UNBOUNDED
971       endpoint_server_pcm:
972         type: tosca.capabilities.Endpoint.Admin
973         occurrences:
974         - 1
975         - UNBOUNDED
976       disk.device.read.requests.rate_server_pcm:
977         type: org.openecomp.capabilities.metric.Ceilometer
978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
979         occurrences:
980         - 1
981         - UNBOUNDED
982       vcpus_server_pcm:
983         type: org.openecomp.capabilities.metric.Ceilometer
984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
985         occurrences:
986         - 1
987         - UNBOUNDED
988       disk.write.bytes_server_pcm:
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.iops_server_pcm:
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       forwarder_pcm_port_0:
1001         type: org.openecomp.capabilities.Forwarder
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       forwarder_pcm_port_1:
1006         type: org.openecomp.capabilities.Forwarder
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       disk.read.bytes.rate_server_pcm:
1011         type: org.openecomp.capabilities.metric.Ceilometer
1012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1013         occurrences:
1014         - 1
1015         - UNBOUNDED
1016       disk.device.allocation_server_pcm:
1017         type: org.openecomp.capabilities.metric.Ceilometer
1018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1019         occurrences:
1020         - 1
1021         - UNBOUNDED
1022       scalable_server_pcm:
1023         type: tosca.capabilities.Scalable
1024         occurrences:
1025         - 1
1026         - UNBOUNDED
1027       disk.device.read.bytes.rate_server_pcm:
1028         type: org.openecomp.capabilities.metric.Ceilometer
1029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1030         occurrences:
1031         - 1
1032         - UNBOUNDED
1033       cpu_util_server_pcm:
1034         type: org.openecomp.capabilities.metric.Ceilometer
1035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1036         occurrences:
1037         - 1
1038         - UNBOUNDED
1039       disk.write.requests.rate_server_pcm:
1040         type: org.openecomp.capabilities.metric.Ceilometer
1041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1042         occurrences:
1043         - 1
1044         - UNBOUNDED
1045       disk.device.write.bytes.rate_server_pcm:
1046         type: org.openecomp.capabilities.metric.Ceilometer
1047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1048         occurrences:
1049         - 1
1050         - UNBOUNDED
1051       host_server_pcm:
1052         type: tosca.capabilities.Container
1053         valid_source_types:
1054         - tosca.nodes.SoftwareComponent
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       cpu.delta_server_pcm:
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       network.outgoing.bytes.rate_pcm_port_1:
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       network.incoming.packets_pcm_port_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       binding_server_pcm:
1077         type: tosca.capabilities.network.Bindable
1078         occurrences:
1079         - 1
1080         - UNBOUNDED
1081       network.outgoing.bytes.rate_pcm_port_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       disk.device.capacity_server_pcm:
1088         type: org.openecomp.capabilities.metric.Ceilometer
1089         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1090         occurrences:
1091         - 1
1092         - UNBOUNDED
1093       network.incoming.packets_pcm_port_1:
1094         type: org.openecomp.capabilities.metric.Ceilometer
1095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       instance_server_pcm:
1100         type: org.openecomp.capabilities.metric.Ceilometer
1101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1102         occurrences:
1103         - 1
1104         - UNBOUNDED
1105       disk.device.write.requests.rate_server_pcm:
1106         type: org.openecomp.capabilities.metric.Ceilometer
1107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1108         occurrences:
1109         - 1
1110         - UNBOUNDED
1111       disk.latency_server_pcm:
1112         type: org.openecomp.capabilities.metric.Ceilometer
1113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1114         occurrences:
1115         - 1
1116         - UNBOUNDED
1117       disk.device.read.requests_server_pcm:
1118         type: org.openecomp.capabilities.metric.Ceilometer
1119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       feature_server_pcm:
1124         type: tosca.capabilities.Node
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       network.incoming.bytes.rate_pcm_port_0:
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       disk.write.bytes.rate_server_pcm:
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       network.incoming.bytes.rate_pcm_port_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   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1147     derived_from: org.openecomp.resource.abstract.nodes.VFC
1148     properties:
1149       port_pcm_port_11_network_role_tag:
1150         type: string
1151         required: true
1152         status: SUPPORTED
1153       availabilityzone_name:
1154         type: string
1155         description: availabilityzone name
1156         required: true
1157         status: SUPPORTED
1158       port_pcm_port_11_ip_requirements:
1159         type: list
1160         required: true
1161         status: SUPPORTED
1162         entry_schema:
1163           type: org.openecomp.datatypes.network.IpRequirements
1164       pcm_image_name:
1165         type: string
1166         description: PCRF CM image name
1167         required: true
1168         status: SUPPORTED
1169       port_pcm_port_01_ip_requirements:
1170         type: list
1171         required: true
1172         status: SUPPORTED
1173         entry_schema:
1174           type: org.openecomp.datatypes.network.IpRequirements
1175       port_pcm_port_01_vlan_requirements:
1176         type: list
1177         required: true
1178         status: SUPPORTED
1179         entry_schema:
1180           type: org.openecomp.datatypes.network.VlanRequirements
1181       port_pcm_port_11_mac_requirements:
1182         type: org.openecomp.datatypes.network.MacRequirements
1183         required: true
1184         status: SUPPORTED
1185       port_pcm_port_01_network_role:
1186         type: string
1187         required: true
1188         status: SUPPORTED
1189       port_pcm_port_01_subnetpoolid:
1190         type: string
1191         required: true
1192         status: SUPPORTED
1193       pcm_server_name:
1194         type: string
1195         description: PCRF CM server name
1196         required: true
1197         status: SUPPORTED
1198       cps_net_mask:
1199         type: string
1200         description: CPS network mask
1201         required: true
1202         status: SUPPORTED
1203       oam_net_name:
1204         type: string
1205         description: OAM network name
1206         required: true
1207         status: SUPPORTED
1208       port_pcm_port_01_network_role_tag:
1209         type: string
1210         required: true
1211         status: SUPPORTED
1212       oam_net_gw:
1213         type: string
1214         description: CPS network gateway
1215         required: true
1216         status: SUPPORTED
1217       port_pcm_port_11_network_role:
1218         type: string
1219         required: true
1220         status: SUPPORTED
1221       security_group_name:
1222         type: string
1223         description: the name of security group
1224         required: true
1225         status: SUPPORTED
1226       port_pcm_port_11_vlan_requirements:
1227         type: list
1228         required: true
1229         status: SUPPORTED
1230         entry_schema:
1231           type: org.openecomp.datatypes.network.VlanRequirements
1232       cps_net_ip:
1233         type: string
1234         description: CPS network ip
1235         required: true
1236         status: SUPPORTED
1237       port_pcm_port_11_order:
1238         type: integer
1239         required: true
1240         status: SUPPORTED
1241       port_pcm_port_01_order:
1242         type: integer
1243         required: true
1244         status: SUPPORTED
1245       pcm_flavor_name:
1246         type: string
1247         description: flavor name of PCRF CM instance
1248         required: true
1249         status: SUPPORTED
1250       port_pcm_port_01_mac_requirements:
1251         type: org.openecomp.datatypes.network.MacRequirements
1252         required: true
1253         status: SUPPORTED
1254       pcm_vol:
1255         type: string
1256         description: CPS Cluman Cinder Volume
1257         required: true
1258         status: SUPPORTED
1259       port_pcm_port_11_exCP_naming:
1260         type: org.openecomp.datatypes.Naming
1261         required: true
1262         status: SUPPORTED
1263       cps_net_name:
1264         type: string
1265         description: CPS network name
1266         required: true
1267         status: SUPPORTED
1268       oam_net_ip:
1269         type: string
1270         description: OAM network ip
1271         required: true
1272         status: SUPPORTED
1273       oam_net_mask:
1274         type: string
1275         description: CPS network mask
1276         required: true
1277         status: SUPPORTED
1278       port_pcm_port_01_exCP_naming:
1279         type: org.openecomp.datatypes.Naming
1280         required: true
1281         status: SUPPORTED
1282       port_pcm_port_11_subnetpoolid:
1283         type: string
1284         required: true
1285         status: SUPPORTED
1286     attributes:
1287       server_pcm_id:
1288         type: string
1289         description: the pcm nova service id
1290         status: SUPPORTED
1291     requirements:
1292     - dependency_pcm_port_11:
1293         capability: tosca.capabilities.Node
1294         node: tosca.nodes.Root
1295         relationship: tosca.relationships.DependsOn
1296         occurrences:
1297         - 0
1298         - UNBOUNDED
1299     - link_pcm_port_11:
1300         capability: tosca.capabilities.network.Linkable
1301         relationship: tosca.relationships.network.LinksTo
1302         occurrences:
1303         - 1
1304         - 1
1305     - dependency_pcm_port_01:
1306         capability: tosca.capabilities.Node
1307         node: tosca.nodes.Root
1308         relationship: tosca.relationships.DependsOn
1309         occurrences:
1310         - 0
1311         - UNBOUNDED
1312     - link_pcm_port_01:
1313         capability: tosca.capabilities.network.Linkable
1314         relationship: tosca.relationships.network.LinksTo
1315         occurrences:
1316         - 1
1317         - 1
1318     - dependency_server_pcm_1:
1319         capability: tosca.capabilities.Node
1320         node: tosca.nodes.Root
1321         relationship: tosca.relationships.DependsOn
1322         occurrences:
1323         - 0
1324         - UNBOUNDED
1325     - local_storage_server_pcm_1:
1326         capability: tosca.capabilities.Attachment
1327         node: tosca.nodes.BlockStorage
1328         relationship: tosca.relationships.AttachesTo
1329         occurrences:
1330         - 0
1331         - UNBOUNDED
1332     capabilities:
1333       disk.root.size_server_pcm_1:
1334         type: org.openecomp.capabilities.metric.Ceilometer
1335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1336         occurrences:
1337         - 1
1338         - UNBOUNDED
1339       network.outgoing.bytes_pcm_port_11:
1340         type: org.openecomp.capabilities.metric.Ceilometer
1341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       network.incoming.packets_pcm_port_01:
1346         type: org.openecomp.capabilities.metric.Ceilometer
1347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1348         occurrences:
1349         - 1
1350         - UNBOUNDED
1351       feature_pcm_port_01:
1352         type: tosca.capabilities.Node
1353         occurrences:
1354         - 1
1355         - UNBOUNDED
1356       disk.iops_server_pcm_1:
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.device.write.bytes.rate_server_pcm_1:
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       network.incoming.bytes_pcm_port_01:
1369         type: org.openecomp.capabilities.metric.Ceilometer
1370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       disk.capacity_server_pcm_1:
1375         type: org.openecomp.capabilities.metric.Ceilometer
1376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1377         occurrences:
1378         - 1
1379         - UNBOUNDED
1380       disk.write.requests_server_pcm_1:
1381         type: org.openecomp.capabilities.metric.Ceilometer
1382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1383         occurrences:
1384         - 1
1385         - UNBOUNDED
1386       network.incoming.bytes.rate_pcm_port_11:
1387         type: org.openecomp.capabilities.metric.Ceilometer
1388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1389         occurrences:
1390         - 1
1391         - UNBOUNDED
1392       disk.read.bytes_server_pcm_1:
1393         type: org.openecomp.capabilities.metric.Ceilometer
1394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1395         occurrences:
1396         - 1
1397         - UNBOUNDED
1398       attachment_pcm_port_01:
1399         type: tosca.capabilities.Attachment
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       feature_pcm_port_11:
1404         type: tosca.capabilities.Node
1405         occurrences:
1406         - 1
1407         - UNBOUNDED
1408       network.outgoing.packets.rate_pcm_port_01:
1409         type: org.openecomp.capabilities.metric.Ceilometer
1410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1411         occurrences:
1412         - 1
1413         - UNBOUNDED
1414       disk.usage_server_pcm_1:
1415         type: org.openecomp.capabilities.metric.Ceilometer
1416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1417         occurrences:
1418         - 1
1419         - UNBOUNDED
1420       cpu_util_server_pcm_1:
1421         type: org.openecomp.capabilities.metric.Ceilometer
1422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1423         occurrences:
1424         - 1
1425         - UNBOUNDED
1426       vcpus_server_pcm_1:
1427         type: org.openecomp.capabilities.metric.Ceilometer
1428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1429         occurrences:
1430         - 1
1431         - UNBOUNDED
1432       memory.resident_server_pcm_1:
1433         type: org.openecomp.capabilities.metric.Ceilometer
1434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1435         occurrences:
1436         - 1
1437         - UNBOUNDED
1438       network.outgoing.bytes_pcm_port_01:
1439         type: org.openecomp.capabilities.metric.Ceilometer
1440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1441         occurrences:
1442         - 1
1443         - UNBOUNDED
1444       network.outgoing.packets.rate_pcm_port_11:
1445         type: org.openecomp.capabilities.metric.Ceilometer
1446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1447         occurrences:
1448         - 1
1449         - UNBOUNDED
1450       feature_server_pcm_1:
1451         type: tosca.capabilities.Node
1452         occurrences:
1453         - 1
1454         - UNBOUNDED
1455       disk.allocation_server_pcm_1:
1456         type: org.openecomp.capabilities.metric.Ceilometer
1457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1458         occurrences:
1459         - 1
1460         - UNBOUNDED
1461       disk.device.write.bytes_server_pcm_1:
1462         type: org.openecomp.capabilities.metric.Ceilometer
1463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       memory.usage_server_pcm_1:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       cpu_server_pcm_1:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       network.incoming.packets.rate_pcm_port_11:
1480         type: org.openecomp.capabilities.metric.Ceilometer
1481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1482         occurrences:
1483         - 1
1484         - UNBOUNDED
1485       binding_pcm_port_11:
1486         type: tosca.capabilities.network.Bindable
1487         valid_source_types:
1488         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1489         occurrences:
1490         - 0
1491         - UNBOUNDED
1492       disk.device.read.bytes_server_pcm_1:
1493         type: org.openecomp.capabilities.metric.Ceilometer
1494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1495         occurrences:
1496         - 1
1497         - UNBOUNDED
1498       network.incoming.bytes.rate_pcm_port_01:
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.outgoing.bytes.rate_pcm_port_11:
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       attachment_pcm_port_11:
1511         type: tosca.capabilities.Attachment
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       endpoint_server_pcm_1:
1516         type: tosca.capabilities.Endpoint.Admin
1517         occurrences:
1518         - 1
1519         - UNBOUNDED
1520       disk.read.bytes.rate_server_pcm_1:
1521         type: org.openecomp.capabilities.metric.Ceilometer
1522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1523         occurrences:
1524         - 1
1525         - UNBOUNDED
1526       disk.device.iops_server_pcm_1:
1527         type: org.openecomp.capabilities.metric.Ceilometer
1528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1529         occurrences:
1530         - 1
1531         - UNBOUNDED
1532       cpu.delta_server_pcm_1:
1533         type: org.openecomp.capabilities.metric.Ceilometer
1534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1535         occurrences:
1536         - 1
1537         - UNBOUNDED
1538       host_server_pcm_1:
1539         type: tosca.capabilities.Container
1540         valid_source_types:
1541         - tosca.nodes.SoftwareComponent
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545       disk.device.capacity_server_pcm_1:
1546         type: org.openecomp.capabilities.metric.Ceilometer
1547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1548         occurrences:
1549         - 1
1550         - UNBOUNDED
1551       forwarder_pcm_port_11:
1552         type: org.openecomp.capabilities.Forwarder
1553         occurrences:
1554         - 1
1555         - UNBOUNDED
1556       disk.read.requests_server_pcm_1:
1557         type: org.openecomp.capabilities.metric.Ceilometer
1558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1559         occurrences:
1560         - 1
1561         - UNBOUNDED
1562       disk.device.write.requests.rate_server_pcm_1:
1563         type: org.openecomp.capabilities.metric.Ceilometer
1564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1565         occurrences:
1566         - 1
1567         - UNBOUNDED
1568       disk.ephemeral.size_server_pcm_1:
1569         type: org.openecomp.capabilities.metric.Ceilometer
1570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1571         occurrences:
1572         - 1
1573         - UNBOUNDED
1574       disk.latency_server_pcm_1:
1575         type: org.openecomp.capabilities.metric.Ceilometer
1576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1577         occurrences:
1578         - 1
1579         - UNBOUNDED
1580       network.outpoing.packets_pcm_port_11:
1581         type: org.openecomp.capabilities.metric.Ceilometer
1582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1583         occurrences:
1584         - 1
1585         - UNBOUNDED
1586       network.outgoing.bytes.rate_pcm_port_01:
1587         type: org.openecomp.capabilities.metric.Ceilometer
1588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592       network.incoming.packets.rate_pcm_port_01:
1593         type: org.openecomp.capabilities.metric.Ceilometer
1594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1595         occurrences:
1596         - 1
1597         - UNBOUNDED
1598       binding_pcm_port_01:
1599         type: tosca.capabilities.network.Bindable
1600         valid_source_types:
1601         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1602         occurrences:
1603         - 0
1604         - UNBOUNDED
1605       scalable_server_pcm_1:
1606         type: tosca.capabilities.Scalable
1607         occurrences:
1608         - 1
1609         - UNBOUNDED
1610       disk.write.requests.rate_server_pcm_1:
1611         type: org.openecomp.capabilities.metric.Ceilometer
1612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1613         occurrences:
1614         - 1
1615         - UNBOUNDED
1616       memory_server_pcm_1:
1617         type: org.openecomp.capabilities.metric.Ceilometer
1618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1619         occurrences:
1620         - 1
1621         - UNBOUNDED
1622       disk.device.latency_server_pcm_1:
1623         type: org.openecomp.capabilities.metric.Ceilometer
1624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1625         occurrences:
1626         - 1
1627         - UNBOUNDED
1628       disk.device.read.bytes.rate_server_pcm_1:
1629         type: org.openecomp.capabilities.metric.Ceilometer
1630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1631         occurrences:
1632         - 1
1633         - UNBOUNDED
1634       network.incoming.packets_pcm_port_11:
1635         type: org.openecomp.capabilities.metric.Ceilometer
1636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1637         occurrences:
1638         - 1
1639         - UNBOUNDED
1640       disk.device.usage_server_pcm_1:
1641         type: org.openecomp.capabilities.metric.Ceilometer
1642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1643         occurrences:
1644         - 1
1645         - UNBOUNDED
1646       disk.device.write.requests_server_pcm_1:
1647         type: org.openecomp.capabilities.metric.Ceilometer
1648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1649         occurrences:
1650         - 1
1651         - UNBOUNDED
1652       forwarder_pcm_port_01:
1653         type: org.openecomp.capabilities.Forwarder
1654         occurrences:
1655         - 1
1656         - UNBOUNDED
1657       disk.write.bytes_server_pcm_1:
1658         type: org.openecomp.capabilities.metric.Ceilometer
1659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1660         occurrences:
1661         - 1
1662         - UNBOUNDED
1663       disk.device.read.requests_server_pcm_1:
1664         type: org.openecomp.capabilities.metric.Ceilometer
1665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1666         occurrences:
1667         - 1
1668         - UNBOUNDED
1669       instance_server_pcm_1:
1670         type: org.openecomp.capabilities.metric.Ceilometer
1671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1672         occurrences:
1673         - 1
1674         - UNBOUNDED
1675       disk.device.read.requests.rate_server_pcm_1:
1676         type: org.openecomp.capabilities.metric.Ceilometer
1677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1678         occurrences:
1679         - 1
1680         - UNBOUNDED
1681       network.incoming.bytes_pcm_port_11:
1682         type: org.openecomp.capabilities.metric.Ceilometer
1683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1684         occurrences:
1685         - 1
1686         - UNBOUNDED
1687       os_server_pcm_1:
1688         type: tosca.capabilities.OperatingSystem
1689         occurrences:
1690         - 1
1691         - UNBOUNDED
1692       binding_server_pcm_1:
1693         type: tosca.capabilities.network.Bindable
1694         occurrences:
1695         - 1
1696         - UNBOUNDED
1697       network.outpoing.packets_pcm_port_01:
1698         type: org.openecomp.capabilities.metric.Ceilometer
1699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       disk.write.bytes.rate_server_pcm_1:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.device.allocation_server_pcm_1:
1710         type: org.openecomp.capabilities.metric.Ceilometer
1711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1712         occurrences:
1713         - 1
1714         - UNBOUNDED