bc682ab7b583532fbb575890848250091e34fd0c
[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         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
352         occurrences:
353         - 0
354         - UNBOUNDED
355       disk.device.read.bytes_server_pcm_1:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       network.incoming.bytes.rate_pcm_port_01:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       network.outgoing.bytes.rate_pcm_port_11:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       attachment_pcm_port_11:
374         type: tosca.capabilities.Attachment
375         occurrences:
376         - 1
377         - UNBOUNDED
378       endpoint_server_pcm_1:
379         type: tosca.capabilities.Endpoint.Admin
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.read.bytes.rate_server_pcm_1:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.device.iops_server_pcm_1:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       cpu.delta_server_pcm_1:
396         type: org.openecomp.capabilities.metric.Ceilometer
397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
398         occurrences:
399         - 1
400         - UNBOUNDED
401       host_server_pcm_1:
402         type: tosca.capabilities.Container
403         valid_source_types:
404         - tosca.nodes.SoftwareComponent
405         occurrences:
406         - 1
407         - UNBOUNDED
408       disk.device.capacity_server_pcm_1:
409         type: org.openecomp.capabilities.metric.Ceilometer
410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
411         occurrences:
412         - 1
413         - UNBOUNDED
414       forwarder_pcm_port_11:
415         type: org.openecomp.capabilities.Forwarder
416         occurrences:
417         - 1
418         - UNBOUNDED
419       disk.read.requests_server_pcm_1:
420         type: org.openecomp.capabilities.metric.Ceilometer
421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
422         occurrences:
423         - 1
424         - UNBOUNDED
425       disk.device.write.requests.rate_server_pcm_1:
426         type: org.openecomp.capabilities.metric.Ceilometer
427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
428         occurrences:
429         - 1
430         - UNBOUNDED
431       disk.ephemeral.size_server_pcm_1:
432         type: org.openecomp.capabilities.metric.Ceilometer
433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
434         occurrences:
435         - 1
436         - UNBOUNDED
437       disk.latency_server_pcm_1:
438         type: org.openecomp.capabilities.metric.Ceilometer
439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
440         occurrences:
441         - 1
442         - UNBOUNDED
443       network.outpoing.packets_pcm_port_11:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       network.outgoing.bytes.rate_pcm_port_01:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       network.incoming.packets.rate_pcm_port_01:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       binding_pcm_port_01:
462         type: tosca.capabilities.network.Bindable
463         valid_source_types:
464         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
465         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
466         occurrences:
467         - 0
468         - UNBOUNDED
469       scalable_server_pcm_1:
470         type: tosca.capabilities.Scalable
471         occurrences:
472         - 1
473         - UNBOUNDED
474       disk.write.requests.rate_server_pcm_1:
475         type: org.openecomp.capabilities.metric.Ceilometer
476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
477         occurrences:
478         - 1
479         - UNBOUNDED
480       memory_server_pcm_1:
481         type: org.openecomp.capabilities.metric.Ceilometer
482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
483         occurrences:
484         - 1
485         - UNBOUNDED
486       disk.device.latency_server_pcm_1:
487         type: org.openecomp.capabilities.metric.Ceilometer
488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
489         occurrences:
490         - 1
491         - UNBOUNDED
492       disk.device.read.bytes.rate_server_pcm_1:
493         type: org.openecomp.capabilities.metric.Ceilometer
494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
495         occurrences:
496         - 1
497         - UNBOUNDED
498       network.incoming.packets_pcm_port_11:
499         type: org.openecomp.capabilities.metric.Ceilometer
500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
501         occurrences:
502         - 1
503         - UNBOUNDED
504       disk.device.usage_server_pcm_1:
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       disk.device.write.requests_server_pcm_1:
511         type: org.openecomp.capabilities.metric.Ceilometer
512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
513         occurrences:
514         - 1
515         - UNBOUNDED
516       forwarder_pcm_port_01:
517         type: org.openecomp.capabilities.Forwarder
518         occurrences:
519         - 1
520         - UNBOUNDED
521       disk.write.bytes_server_pcm_1:
522         type: org.openecomp.capabilities.metric.Ceilometer
523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
524         occurrences:
525         - 1
526         - UNBOUNDED
527       disk.device.read.requests_server_pcm_1:
528         type: org.openecomp.capabilities.metric.Ceilometer
529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
530         occurrences:
531         - 1
532         - UNBOUNDED
533       instance_server_pcm_1:
534         type: org.openecomp.capabilities.metric.Ceilometer
535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
536         occurrences:
537         - 1
538         - UNBOUNDED
539       disk.device.read.requests.rate_server_pcm_1:
540         type: org.openecomp.capabilities.metric.Ceilometer
541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
542         occurrences:
543         - 1
544         - UNBOUNDED
545       network.incoming.bytes_pcm_port_11:
546         type: org.openecomp.capabilities.metric.Ceilometer
547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
548         occurrences:
549         - 1
550         - UNBOUNDED
551       os_server_pcm_1:
552         type: tosca.capabilities.OperatingSystem
553         occurrences:
554         - 1
555         - UNBOUNDED
556       binding_server_pcm_1:
557         type: tosca.capabilities.network.Bindable
558         occurrences:
559         - 1
560         - UNBOUNDED
561       network.outpoing.packets_pcm_port_01:
562         type: org.openecomp.capabilities.metric.Ceilometer
563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
564         occurrences:
565         - 1
566         - UNBOUNDED
567       disk.write.bytes.rate_server_pcm_1:
568         type: org.openecomp.capabilities.metric.Ceilometer
569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
570         occurrences:
571         - 1
572         - UNBOUNDED
573       disk.device.allocation_server_pcm_1:
574         type: org.openecomp.capabilities.metric.Ceilometer
575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
576         occurrences:
577         - 1
578         - UNBOUNDED
579   org.openecomp.resource.abstract.nodes.heat.pcm_server_2:
580     derived_from: org.openecomp.resource.abstract.nodes.VFC
581     properties:
582       port_pcm_port_02_order:
583         type: integer
584         required: true
585         status: SUPPORTED
586       port_pcm_port_12_vlan_requirements:
587         type: list
588         required: true
589         status: SUPPORTED
590         entry_schema:
591           type: org.openecomp.datatypes.network.VlanRequirements
592       port_pcm_port_02_vlan_requirements:
593         type: list
594         required: true
595         status: SUPPORTED
596         entry_schema:
597           type: org.openecomp.datatypes.network.VlanRequirements
598       availabilityzone_name:
599         type: string
600         description: availabilityzone name
601         required: true
602         status: SUPPORTED
603       port_pcm_port_12_order:
604         type: integer
605         required: true
606         status: SUPPORTED
607       port_pcm_port_02_network_role:
608         type: string
609         required: true
610         status: SUPPORTED
611       pcm_image_name:
612         type: string
613         description: PCRF CM image name
614         required: true
615         status: SUPPORTED
616       port_pcm_port_02_network_role_tag:
617         type: string
618         required: true
619         status: SUPPORTED
620       port_pcm_port_12_mac_requirements:
621         type: org.openecomp.datatypes.network.MacRequirements
622         required: true
623         status: SUPPORTED
624       port_pcm_port_02_subnetpoolid:
625         type: string
626         required: true
627         status: SUPPORTED
628       pcm_server_name:
629         type: string
630         description: PCRF CM server name
631         required: true
632         status: SUPPORTED
633       cps_net_mask:
634         type: string
635         description: CPS network mask
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_12_network_role:
644         type: string
645         required: true
646         status: SUPPORTED
647       port_pcm_port_02_mac_requirements:
648         type: org.openecomp.datatypes.network.MacRequirements
649         required: true
650         status: SUPPORTED
651       oam_net_gw:
652         type: string
653         description: CPS network gateway
654         required: true
655         status: SUPPORTED
656       security_group_name:
657         type: string
658         description: the name of security group
659         required: true
660         status: SUPPORTED
661       cps_net_ip:
662         type: string
663         description: CPS network ip
664         required: true
665         status: SUPPORTED
666       port_pcm_port_12_ip_requirements:
667         type: list
668         required: true
669         status: SUPPORTED
670         entry_schema:
671           type: org.openecomp.datatypes.network.IpRequirements
672       pcm_flavor_name:
673         type: string
674         description: flavor name of PCRF CM instance
675         required: true
676         status: SUPPORTED
677       port_pcm_port_12_subnetpoolid:
678         type: string
679         required: true
680         status: SUPPORTED
681       pcm_vol:
682         type: string
683         description: CPS Cluman Cinder Volume
684         required: true
685         status: SUPPORTED
686       port_pcm_port_02_exCP_naming:
687         type: org.openecomp.datatypes.Naming
688         required: true
689         status: SUPPORTED
690       cps_net_name:
691         type: string
692         description: CPS network name
693         required: true
694         status: SUPPORTED
695       oam_net_ip:
696         type: string
697         description: OAM network ip
698         required: true
699         status: SUPPORTED
700       oam_net_mask:
701         type: string
702         description: CPS network mask
703         required: true
704         status: SUPPORTED
705       port_pcm_port_12_network_role_tag:
706         type: string
707         required: true
708         status: SUPPORTED
709       port_pcm_port_12_exCP_naming:
710         type: org.openecomp.datatypes.Naming
711         required: true
712         status: SUPPORTED
713       port_pcm_port_02_ip_requirements:
714         type: list
715         required: true
716         status: SUPPORTED
717         entry_schema:
718           type: org.openecomp.datatypes.network.IpRequirements
719     attributes:
720       server_pcm_id:
721         type: string
722         description: the pcm nova service id
723         status: SUPPORTED
724     requirements:
725     - dependency_pcm_port_12:
726         capability: tosca.capabilities.Node
727         node: tosca.nodes.Root
728         relationship: tosca.relationships.DependsOn
729         occurrences:
730         - 0
731         - UNBOUNDED
732     - link_pcm_port_12:
733         capability: tosca.capabilities.network.Linkable
734         relationship: tosca.relationships.network.LinksTo
735         occurrences:
736         - 1
737         - 1
738     - dependency_pcm_port_02:
739         capability: tosca.capabilities.Node
740         node: tosca.nodes.Root
741         relationship: tosca.relationships.DependsOn
742         occurrences:
743         - 0
744         - UNBOUNDED
745     - link_pcm_port_02:
746         capability: tosca.capabilities.network.Linkable
747         relationship: tosca.relationships.network.LinksTo
748         occurrences:
749         - 1
750         - 1
751     - dependency_server_pcm_2:
752         capability: tosca.capabilities.Node
753         node: tosca.nodes.Root
754         relationship: tosca.relationships.DependsOn
755         occurrences:
756         - 0
757         - UNBOUNDED
758     - local_storage_server_pcm_2:
759         capability: tosca.capabilities.Attachment
760         node: tosca.nodes.BlockStorage
761         relationship: tosca.relationships.AttachesTo
762         occurrences:
763         - 0
764         - UNBOUNDED
765     capabilities:
766       disk.root.size_server_pcm_2:
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       disk.iops_server_pcm_2:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       network.incoming.packets_pcm_port_02:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       feature_pcm_port_02:
785         type: tosca.capabilities.Node
786         occurrences:
787         - 1
788         - UNBOUNDED
789       network.outgoing.bytes_pcm_port_12:
790         type: org.openecomp.capabilities.metric.Ceilometer
791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
792         occurrences:
793         - 1
794         - UNBOUNDED
795       disk.device.write.bytes.rate_server_pcm_2:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       disk.usage_server_pcm_2:
802         type: org.openecomp.capabilities.metric.Ceilometer
803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
804         occurrences:
805         - 1
806         - UNBOUNDED
807       network.incoming.bytes_pcm_port_02:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       disk.capacity_server_pcm_2:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       disk.write.requests_server_pcm_2:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       network.incoming.bytes.rate_pcm_port_12:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       disk.read.bytes_server_pcm_2:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       attachment_pcm_port_02:
838         type: tosca.capabilities.Attachment
839         occurrences:
840         - 1
841         - UNBOUNDED
842       feature_pcm_port_12:
843         type: tosca.capabilities.Node
844         occurrences:
845         - 1
846         - UNBOUNDED
847       network.outgoing.packets.rate_pcm_port_02:
848         type: org.openecomp.capabilities.metric.Ceilometer
849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
850         occurrences:
851         - 1
852         - UNBOUNDED
853       cpu_util_server_pcm_2:
854         type: org.openecomp.capabilities.metric.Ceilometer
855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
856         occurrences:
857         - 1
858         - UNBOUNDED
859       vcpus_server_pcm_2:
860         type: org.openecomp.capabilities.metric.Ceilometer
861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
862         occurrences:
863         - 1
864         - UNBOUNDED
865       memory.resident_server_pcm_2:
866         type: org.openecomp.capabilities.metric.Ceilometer
867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
868         occurrences:
869         - 1
870         - UNBOUNDED
871       network.outgoing.bytes_pcm_port_02:
872         type: org.openecomp.capabilities.metric.Ceilometer
873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
874         occurrences:
875         - 1
876         - UNBOUNDED
877       cpu_server_pcm_2:
878         type: org.openecomp.capabilities.metric.Ceilometer
879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
880         occurrences:
881         - 1
882         - UNBOUNDED
883       feature_server_pcm_2:
884         type: tosca.capabilities.Node
885         occurrences:
886         - 1
887         - UNBOUNDED
888       disk.device.write.bytes_server_pcm_2:
889         type: org.openecomp.capabilities.metric.Ceilometer
890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
891         occurrences:
892         - 1
893         - UNBOUNDED
894       disk.device.iops_server_pcm_2:
895         type: org.openecomp.capabilities.metric.Ceilometer
896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
897         occurrences:
898         - 1
899         - UNBOUNDED
900       disk.allocation_server_pcm_2:
901         type: org.openecomp.capabilities.metric.Ceilometer
902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
903         occurrences:
904         - 1
905         - UNBOUNDED
906       network.outgoing.bytes.rate_pcm_port_12:
907         type: org.openecomp.capabilities.metric.Ceilometer
908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
909         occurrences:
910         - 1
911         - UNBOUNDED
912       network.incoming.packets.rate_pcm_port_12:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918       binding_pcm_port_12:
919         type: tosca.capabilities.network.Bindable
920         valid_source_types:
921         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
922         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
923         occurrences:
924         - 0
925         - UNBOUNDED
926       memory.usage_server_pcm_2:
927         type: org.openecomp.capabilities.metric.Ceilometer
928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
929         occurrences:
930         - 1
931         - UNBOUNDED
932       disk.device.read.bytes_server_pcm_2:
933         type: org.openecomp.capabilities.metric.Ceilometer
934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
935         occurrences:
936         - 1
937         - UNBOUNDED
938       network.incoming.bytes.rate_pcm_port_02:
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       host_server_pcm_2:
945         type: tosca.capabilities.Container
946         valid_source_types:
947         - tosca.nodes.SoftwareComponent
948         occurrences:
949         - 1
950         - UNBOUNDED
951       endpoint_server_pcm_2:
952         type: tosca.capabilities.Endpoint.Admin
953         occurrences:
954         - 1
955         - UNBOUNDED
956       disk.read.bytes.rate_server_pcm_2:
957         type: org.openecomp.capabilities.metric.Ceilometer
958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
959         occurrences:
960         - 1
961         - UNBOUNDED
962       attachment_pcm_port_12:
963         type: tosca.capabilities.Attachment
964         occurrences:
965         - 1
966         - UNBOUNDED
967       network.outgoing.packets.rate_pcm_port_12:
968         type: org.openecomp.capabilities.metric.Ceilometer
969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
970         occurrences:
971         - 1
972         - UNBOUNDED
973       disk.device.capacity_server_pcm_2:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       cpu.delta_server_pcm_2:
980         type: org.openecomp.capabilities.metric.Ceilometer
981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
982         occurrences:
983         - 1
984         - UNBOUNDED
985       forwarder_pcm_port_12:
986         type: org.openecomp.capabilities.Forwarder
987         occurrences:
988         - 1
989         - UNBOUNDED
990       disk.device.write.requests.rate_server_pcm_2:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       disk.read.requests_server_pcm_2:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       disk.ephemeral.size_server_pcm_2:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.latency_server_pcm_2:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       network.outgoing.bytes.rate_pcm_port_02:
1015         type: org.openecomp.capabilities.metric.Ceilometer
1016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1017         occurrences:
1018         - 1
1019         - UNBOUNDED
1020       network.outpoing.packets_pcm_port_12:
1021         type: org.openecomp.capabilities.metric.Ceilometer
1022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1023         occurrences:
1024         - 1
1025         - UNBOUNDED
1026       network.incoming.packets.rate_pcm_port_02:
1027         type: org.openecomp.capabilities.metric.Ceilometer
1028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       disk.write.requests.rate_server_pcm_2:
1033         type: org.openecomp.capabilities.metric.Ceilometer
1034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       scalable_server_pcm_2:
1039         type: tosca.capabilities.Scalable
1040         occurrences:
1041         - 1
1042         - UNBOUNDED
1043       binding_pcm_port_02:
1044         type: tosca.capabilities.network.Bindable
1045         valid_source_types:
1046         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1047         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1048         occurrences:
1049         - 0
1050         - UNBOUNDED
1051       memory_server_pcm_2:
1052         type: org.openecomp.capabilities.metric.Ceilometer
1053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1054         occurrences:
1055         - 1
1056         - UNBOUNDED
1057       disk.device.read.bytes.rate_server_pcm_2:
1058         type: org.openecomp.capabilities.metric.Ceilometer
1059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       disk.device.latency_server_pcm_2:
1064         type: org.openecomp.capabilities.metric.Ceilometer
1065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1066         occurrences:
1067         - 1
1068         - UNBOUNDED
1069       network.incoming.packets_pcm_port_12:
1070         type: org.openecomp.capabilities.metric.Ceilometer
1071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1072         occurrences:
1073         - 1
1074         - UNBOUNDED
1075       disk.device.usage_server_pcm_2:
1076         type: org.openecomp.capabilities.metric.Ceilometer
1077         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1078         occurrences:
1079         - 1
1080         - UNBOUNDED
1081       forwarder_pcm_port_02:
1082         type: org.openecomp.capabilities.Forwarder
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       disk.device.write.requests_server_pcm_2:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       disk.write.bytes_server_pcm_2:
1093         type: org.openecomp.capabilities.metric.Ceilometer
1094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1095         occurrences:
1096         - 1
1097         - UNBOUNDED
1098       os_server_pcm_2:
1099         type: tosca.capabilities.OperatingSystem
1100         occurrences:
1101         - 1
1102         - UNBOUNDED
1103       instance_server_pcm_2:
1104         type: org.openecomp.capabilities.metric.Ceilometer
1105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1106         occurrences:
1107         - 1
1108         - UNBOUNDED
1109       disk.device.read.requests_server_pcm_2:
1110         type: org.openecomp.capabilities.metric.Ceilometer
1111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1112         occurrences:
1113         - 1
1114         - UNBOUNDED
1115       disk.device.read.requests.rate_server_pcm_2:
1116         type: org.openecomp.capabilities.metric.Ceilometer
1117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1118         occurrences:
1119         - 1
1120         - UNBOUNDED
1121       network.incoming.bytes_pcm_port_12:
1122         type: org.openecomp.capabilities.metric.Ceilometer
1123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1124         occurrences:
1125         - 1
1126         - UNBOUNDED
1127       network.outpoing.packets_pcm_port_02:
1128         type: org.openecomp.capabilities.metric.Ceilometer
1129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1130         occurrences:
1131         - 1
1132         - UNBOUNDED
1133       disk.write.bytes.rate_server_pcm_2:
1134         type: org.openecomp.capabilities.metric.Ceilometer
1135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1136         occurrences:
1137         - 1
1138         - UNBOUNDED
1139       binding_server_pcm_2:
1140         type: tosca.capabilities.network.Bindable
1141         occurrences:
1142         - 1
1143         - UNBOUNDED
1144       disk.device.allocation_server_pcm_2:
1145         type: org.openecomp.capabilities.metric.Ceilometer
1146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1147         occurrences:
1148         - 1
1149         - UNBOUNDED
1150   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1151     derived_from: org.openecomp.resource.abstract.nodes.VFC
1152     properties:
1153       port_pcm_port_0_network_role:
1154         type: string
1155         required: true
1156         status: SUPPORTED
1157       port_pcm_port_1_network_role_tag:
1158         type: string
1159         required: true
1160         status: SUPPORTED
1161       availabilityzone_name:
1162         type: string
1163         description: availabilityzone name
1164         required: true
1165         status: SUPPORTED
1166       port_pcm_port_0_vlan_requirements:
1167         type: list
1168         required: true
1169         status: SUPPORTED
1170         entry_schema:
1171           type: org.openecomp.datatypes.network.VlanRequirements
1172       pcm_image_name:
1173         type: string
1174         description: PCRF CM image name
1175         required: true
1176         status: SUPPORTED
1177       port_pcm_port_0_order:
1178         type: integer
1179         required: true
1180         status: SUPPORTED
1181       port_pcm_port_0_subnetpoolid:
1182         type: string
1183         required: true
1184         status: SUPPORTED
1185       port_pcm_port_1_subnetpoolid:
1186         type: string
1187         required: true
1188         status: SUPPORTED
1189       port_pcm_port_0_network_role_tag:
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       port_pcm_port_1_exCP_naming:
1204         type: org.openecomp.datatypes.Naming
1205         required: true
1206         status: SUPPORTED
1207       port_pcm_port_0_exCP_naming:
1208         type: org.openecomp.datatypes.Naming
1209         required: true
1210         status: SUPPORTED
1211       oam_net_name:
1212         type: string
1213         description: OAM network name
1214         required: true
1215         status: SUPPORTED
1216       port_pcm_port_1_network_role:
1217         type: string
1218         required: true
1219         status: SUPPORTED
1220       port_pcm_port_0_ip_requirements:
1221         type: list
1222         required: true
1223         status: SUPPORTED
1224         entry_schema:
1225           type: org.openecomp.datatypes.network.IpRequirements
1226       oam_net_gw:
1227         type: string
1228         description: CPS network gateway
1229         required: true
1230         status: SUPPORTED
1231       security_group_name:
1232         type: string
1233         description: the name of security group
1234         required: true
1235         status: SUPPORTED
1236       cps_net_ip:
1237         type: string
1238         description: CPS network ip
1239         required: true
1240         status: SUPPORTED
1241       port_pcm_port_1_mac_requirements:
1242         type: org.openecomp.datatypes.network.MacRequirements
1243         required: true
1244         status: SUPPORTED
1245       port_pcm_port_1_vlan_requirements:
1246         type: list
1247         required: true
1248         status: SUPPORTED
1249         entry_schema:
1250           type: org.openecomp.datatypes.network.VlanRequirements
1251       pcm_flavor_name:
1252         type: string
1253         description: flavor name of PCRF CM instance
1254         required: true
1255         status: SUPPORTED
1256       pcm_vol:
1257         type: string
1258         description: CPS Cluman Cinder Volume
1259         required: true
1260         status: SUPPORTED
1261       port_pcm_port_1_ip_requirements:
1262         type: list
1263         required: true
1264         status: SUPPORTED
1265         entry_schema:
1266           type: org.openecomp.datatypes.network.IpRequirements
1267       port_pcm_port_0_mac_requirements:
1268         type: org.openecomp.datatypes.network.MacRequirements
1269         required: true
1270         status: SUPPORTED
1271       cps_net_name:
1272         type: string
1273         description: CPS network name
1274         required: true
1275         status: SUPPORTED
1276       oam_net_ip:
1277         type: string
1278         description: OAM network ip
1279         required: true
1280         status: SUPPORTED
1281       oam_net_mask:
1282         type: string
1283         description: CPS network mask
1284         required: true
1285         status: SUPPORTED
1286       port_pcm_port_1_order:
1287         type: integer
1288         required: true
1289         status: SUPPORTED
1290     attributes:
1291       server_pcm_id:
1292         type: string
1293         description: the pcm nova service id
1294         status: SUPPORTED
1295     requirements:
1296     - dependency_pcm_port_1:
1297         capability: tosca.capabilities.Node
1298         node: tosca.nodes.Root
1299         relationship: tosca.relationships.DependsOn
1300         occurrences:
1301         - 0
1302         - UNBOUNDED
1303     - link_pcm_port_1:
1304         capability: tosca.capabilities.network.Linkable
1305         relationship: tosca.relationships.network.LinksTo
1306         occurrences:
1307         - 1
1308         - 1
1309     - dependency_server_pcm:
1310         capability: tosca.capabilities.Node
1311         node: tosca.nodes.Root
1312         relationship: tosca.relationships.DependsOn
1313         occurrences:
1314         - 0
1315         - UNBOUNDED
1316     - local_storage_server_pcm:
1317         capability: tosca.capabilities.Attachment
1318         node: tosca.nodes.BlockStorage
1319         relationship: tosca.relationships.AttachesTo
1320         occurrences:
1321         - 0
1322         - UNBOUNDED
1323     - dependency_pcm_port_0:
1324         capability: tosca.capabilities.Node
1325         node: tosca.nodes.Root
1326         relationship: tosca.relationships.DependsOn
1327         occurrences:
1328         - 0
1329         - UNBOUNDED
1330     - link_pcm_port_0:
1331         capability: tosca.capabilities.network.Linkable
1332         relationship: tosca.relationships.network.LinksTo
1333         occurrences:
1334         - 1
1335         - 1
1336     capabilities:
1337       network.incoming.packets.rate_pcm_port_0:
1338         type: org.openecomp.capabilities.metric.Ceilometer
1339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1340         occurrences:
1341         - 1
1342         - UNBOUNDED
1343       cpu_server_pcm:
1344         type: org.openecomp.capabilities.metric.Ceilometer
1345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1346         occurrences:
1347         - 1
1348         - UNBOUNDED
1349       network.incoming.packets.rate_pcm_port_1:
1350         type: org.openecomp.capabilities.metric.Ceilometer
1351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1352         occurrences:
1353         - 1
1354         - UNBOUNDED
1355       network.outpoing.packets_pcm_port_1:
1356         type: org.openecomp.capabilities.metric.Ceilometer
1357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1358         occurrences:
1359         - 1
1360         - UNBOUNDED
1361       memory_server_pcm:
1362         type: org.openecomp.capabilities.metric.Ceilometer
1363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1364         occurrences:
1365         - 1
1366         - UNBOUNDED
1367       disk.write.requests_server_pcm:
1368         type: org.openecomp.capabilities.metric.Ceilometer
1369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1370         occurrences:
1371         - 1
1372         - UNBOUNDED
1373       network.outpoing.packets_pcm_port_0:
1374         type: org.openecomp.capabilities.metric.Ceilometer
1375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1376         occurrences:
1377         - 1
1378         - UNBOUNDED
1379       disk.device.iops_server_pcm:
1380         type: org.openecomp.capabilities.metric.Ceilometer
1381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       memory.resident_server_pcm:
1386         type: org.openecomp.capabilities.metric.Ceilometer
1387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1388         occurrences:
1389         - 1
1390         - UNBOUNDED
1391       disk.device.write.requests_server_pcm:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       disk.device.usage_server_pcm:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       disk.allocation_server_pcm:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       disk.usage_server_pcm:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       disk.device.write.bytes_server_pcm:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       disk.root.size_server_pcm:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       disk.ephemeral.size_server_pcm:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       disk.device.latency_server_pcm:
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.bytes_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       network.incoming.bytes_pcm_port_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       binding_pcm_port_0:
1452         type: tosca.capabilities.network.Bindable
1453         valid_source_types:
1454         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1455         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1456         occurrences:
1457         - 0
1458         - UNBOUNDED
1459       binding_pcm_port_1:
1460         type: tosca.capabilities.network.Bindable
1461         valid_source_types:
1462         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1463         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1464         occurrences:
1465         - 0
1466         - UNBOUNDED
1467       memory.usage_server_pcm:
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       disk.read.requests_server_pcm:
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       disk.capacity_server_pcm:
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       os_server_pcm:
1486         type: tosca.capabilities.OperatingSystem
1487         occurrences:
1488         - 1
1489         - UNBOUNDED
1490       disk.read.bytes_server_pcm:
1491         type: org.openecomp.capabilities.metric.Ceilometer
1492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1493         occurrences:
1494         - 1
1495         - UNBOUNDED
1496       network.outgoing.packets.rate_pcm_port_0:
1497         type: org.openecomp.capabilities.metric.Ceilometer
1498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1499         occurrences:
1500         - 1
1501         - UNBOUNDED
1502       network.outgoing.packets.rate_pcm_port_1:
1503         type: org.openecomp.capabilities.metric.Ceilometer
1504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1505         occurrences:
1506         - 1
1507         - UNBOUNDED
1508       feature_pcm_port_1:
1509         type: tosca.capabilities.Node
1510         occurrences:
1511         - 1
1512         - UNBOUNDED
1513       network.outgoing.bytes_pcm_port_0:
1514         type: org.openecomp.capabilities.metric.Ceilometer
1515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1516         occurrences:
1517         - 1
1518         - UNBOUNDED
1519       disk.device.read.bytes_server_pcm:
1520         type: org.openecomp.capabilities.metric.Ceilometer
1521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1522         occurrences:
1523         - 1
1524         - UNBOUNDED
1525       feature_pcm_port_0:
1526         type: tosca.capabilities.Node
1527         occurrences:
1528         - 1
1529         - UNBOUNDED
1530       network.outgoing.bytes_pcm_port_1:
1531         type: org.openecomp.capabilities.metric.Ceilometer
1532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1533         occurrences:
1534         - 1
1535         - UNBOUNDED
1536       attachment_pcm_port_0:
1537         type: tosca.capabilities.Attachment
1538         occurrences:
1539         - 1
1540         - UNBOUNDED
1541       attachment_pcm_port_1:
1542         type: tosca.capabilities.Attachment
1543         occurrences:
1544         - 1
1545         - UNBOUNDED
1546       endpoint_server_pcm:
1547         type: tosca.capabilities.Endpoint.Admin
1548         occurrences:
1549         - 1
1550         - UNBOUNDED
1551       disk.device.read.requests.rate_server_pcm:
1552         type: org.openecomp.capabilities.metric.Ceilometer
1553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1554         occurrences:
1555         - 1
1556         - UNBOUNDED
1557       vcpus_server_pcm:
1558         type: org.openecomp.capabilities.metric.Ceilometer
1559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1560         occurrences:
1561         - 1
1562         - UNBOUNDED
1563       disk.write.bytes_server_pcm:
1564         type: org.openecomp.capabilities.metric.Ceilometer
1565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1566         occurrences:
1567         - 1
1568         - UNBOUNDED
1569       disk.iops_server_pcm:
1570         type: org.openecomp.capabilities.metric.Ceilometer
1571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1572         occurrences:
1573         - 1
1574         - UNBOUNDED
1575       forwarder_pcm_port_0:
1576         type: org.openecomp.capabilities.Forwarder
1577         occurrences:
1578         - 1
1579         - UNBOUNDED
1580       forwarder_pcm_port_1:
1581         type: org.openecomp.capabilities.Forwarder
1582         occurrences:
1583         - 1
1584         - UNBOUNDED
1585       disk.read.bytes.rate_server_pcm:
1586         type: org.openecomp.capabilities.metric.Ceilometer
1587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1588         occurrences:
1589         - 1
1590         - UNBOUNDED
1591       disk.device.allocation_server_pcm:
1592         type: org.openecomp.capabilities.metric.Ceilometer
1593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1594         occurrences:
1595         - 1
1596         - UNBOUNDED
1597       scalable_server_pcm:
1598         type: tosca.capabilities.Scalable
1599         occurrences:
1600         - 1
1601         - UNBOUNDED
1602       disk.device.read.bytes.rate_server_pcm:
1603         type: org.openecomp.capabilities.metric.Ceilometer
1604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1605         occurrences:
1606         - 1
1607         - UNBOUNDED
1608       cpu_util_server_pcm:
1609         type: org.openecomp.capabilities.metric.Ceilometer
1610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1611         occurrences:
1612         - 1
1613         - UNBOUNDED
1614       disk.write.requests.rate_server_pcm:
1615         type: org.openecomp.capabilities.metric.Ceilometer
1616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1617         occurrences:
1618         - 1
1619         - UNBOUNDED
1620       disk.device.write.bytes.rate_server_pcm:
1621         type: org.openecomp.capabilities.metric.Ceilometer
1622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1623         occurrences:
1624         - 1
1625         - UNBOUNDED
1626       host_server_pcm:
1627         type: tosca.capabilities.Container
1628         valid_source_types:
1629         - tosca.nodes.SoftwareComponent
1630         occurrences:
1631         - 1
1632         - UNBOUNDED
1633       cpu.delta_server_pcm:
1634         type: org.openecomp.capabilities.metric.Ceilometer
1635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1636         occurrences:
1637         - 1
1638         - UNBOUNDED
1639       network.outgoing.bytes.rate_pcm_port_1:
1640         type: org.openecomp.capabilities.metric.Ceilometer
1641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1642         occurrences:
1643         - 1
1644         - UNBOUNDED
1645       network.incoming.packets_pcm_port_0:
1646         type: org.openecomp.capabilities.metric.Ceilometer
1647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1648         occurrences:
1649         - 1
1650         - UNBOUNDED
1651       binding_server_pcm:
1652         type: tosca.capabilities.network.Bindable
1653         occurrences:
1654         - 1
1655         - UNBOUNDED
1656       network.outgoing.bytes.rate_pcm_port_0:
1657         type: org.openecomp.capabilities.metric.Ceilometer
1658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1659         occurrences:
1660         - 1
1661         - UNBOUNDED
1662       disk.device.capacity_server_pcm:
1663         type: org.openecomp.capabilities.metric.Ceilometer
1664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1665         occurrences:
1666         - 1
1667         - UNBOUNDED
1668       network.incoming.packets_pcm_port_1:
1669         type: org.openecomp.capabilities.metric.Ceilometer
1670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1671         occurrences:
1672         - 1
1673         - UNBOUNDED
1674       instance_server_pcm:
1675         type: org.openecomp.capabilities.metric.Ceilometer
1676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1677         occurrences:
1678         - 1
1679         - UNBOUNDED
1680       disk.device.write.requests.rate_server_pcm:
1681         type: org.openecomp.capabilities.metric.Ceilometer
1682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1683         occurrences:
1684         - 1
1685         - UNBOUNDED
1686       disk.latency_server_pcm:
1687         type: org.openecomp.capabilities.metric.Ceilometer
1688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1689         occurrences:
1690         - 1
1691         - UNBOUNDED
1692       disk.device.read.requests_server_pcm:
1693         type: org.openecomp.capabilities.metric.Ceilometer
1694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1695         occurrences:
1696         - 1
1697         - UNBOUNDED
1698       feature_server_pcm:
1699         type: tosca.capabilities.Node
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       network.incoming.bytes.rate_pcm_port_0:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.write.bytes.rate_server_pcm:
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
1715       network.incoming.bytes.rate_pcm_port_1:
1716         type: org.openecomp.capabilities.metric.Ceilometer
1717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1718         occurrences:
1719         - 1
1720         - UNBOUNDED