5872b05b1dbf0f5292e057626a071d259a4d6d71
[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.oam_server_1:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       p2:
12         type: string
13         description: UID of OAM network
14         required: true
15         status: SUPPORTED
16       port_oam_port_1_network_role:
17         type: string
18         required: true
19         status: SUPPORTED
20       availabilityzone_name:
21         type: string
22         description: availabilityzone name
23         required: true
24         status: SUPPORTED
25       port_oam_port_0_network_role:
26         type: string
27         required: true
28         status: SUPPORTED
29       port_oam_port_1_network_role_tag:
30         type: string
31         required: true
32         status: SUPPORTED
33       oam_server_name:
34         type: string
35         description: oam server name
36         required: true
37         status: SUPPORTED
38       port_oam_port_0_subnetpoolid:
39         type: string
40         required: true
41         status: SUPPORTED
42       port_oam_port_1_subnetpoolid:
43         type: string
44         required: true
45         status: SUPPORTED
46       port_oam_port_1_ip_requirements:
47         type: list
48         required: true
49         status: SUPPORTED
50         entry_schema:
51           type: org.openecomp.datatypes.network.IpRequirements
52       port_oam_port_1_mac_requirements:
53         type: org.openecomp.datatypes.network.MacRequirements
54         required: true
55         status: SUPPORTED
56       port_oam_port_1_order:
57         type: integer
58         required: true
59         status: SUPPORTED
60       port_oam_port_0_network_role_tag:
61         type: string
62         required: true
63         status: SUPPORTED
64       port_oam_port_1_vlan_requirements:
65         type: list
66         required: true
67         status: SUPPORTED
68         entry_schema:
69           type: org.openecomp.datatypes.network.VlanRequirements
70       oam_image_name:
71         type: string
72         description: oam image name
73         required: true
74         status: SUPPORTED
75       cps_net_mask:
76         type: string
77         description: CPS network mask
78         required: true
79         status: SUPPORTED
80       oam_net_name:
81         type: string
82         description: OAM network name
83         required: true
84         status: SUPPORTED
85       oam_net_gw:
86         type: string
87         description: CPS network gateway
88         required: true
89         status: SUPPORTED
90       port_oam_port_0_mac_requirements:
91         type: org.openecomp.datatypes.network.MacRequirements
92         required: true
93         status: SUPPORTED
94       oam_flavor_name:
95         type: string
96         description: flavor name of PCRF CM instance
97         required: true
98         status: SUPPORTED
99       security_group_name:
100         type: string
101         description: the name of security group
102         required: true
103         status: SUPPORTED
104       cps_net_ip:
105         type: string
106         description: CPS network ip
107         required: true
108         status: SUPPORTED
109       port_oam_port_0_order:
110         type: integer
111         required: true
112         status: SUPPORTED
113       port_oam_port_0_vlan_requirements:
114         type: list
115         required: true
116         status: SUPPORTED
117         entry_schema:
118           type: org.openecomp.datatypes.network.VlanRequirements
119       port_oam_port_1_exCP_naming:
120         type: org.openecomp.datatypes.Naming
121         required: true
122         status: SUPPORTED
123       port_oam_port_0_exCP_naming:
124         type: org.openecomp.datatypes.Naming
125         required: true
126         status: SUPPORTED
127       pcm_vol:
128         type: string
129         description: CPS Cluman Cinder Volume
130         required: true
131         status: SUPPORTED
132       cps_net_name:
133         type: string
134         description: CPS network name
135         required: true
136         status: SUPPORTED
137       oam_net_ip:
138         type: string
139         description: OAM network ip
140         required: true
141         status: SUPPORTED
142       oam_net_mask:
143         type: string
144         description: CPS network mask
145         required: true
146         status: SUPPORTED
147       port_oam_port_0_ip_requirements:
148         type: list
149         required: true
150         status: SUPPORTED
151         entry_schema:
152           type: org.openecomp.datatypes.network.IpRequirements
153       shared_security_group_id1:
154         type: string
155         description: UID of OAM network
156         required: true
157         status: SUPPORTED
158     attributes:
159       server_oam_id:
160         type: string
161         description: the oam nova service id
162         status: SUPPORTED
163     requirements:
164     - dependency_oam_port_0:
165         capability: tosca.capabilities.Node
166         node: tosca.nodes.Root
167         relationship: tosca.relationships.DependsOn
168         occurrences:
169         - 0
170         - UNBOUNDED
171     - link_oam_port_0:
172         capability: tosca.capabilities.network.Linkable
173         relationship: tosca.relationships.network.LinksTo
174         occurrences:
175         - 1
176         - 1
177     - dependency_server_oam:
178         capability: tosca.capabilities.Node
179         node: tosca.nodes.Root
180         relationship: tosca.relationships.DependsOn
181         occurrences:
182         - 0
183         - UNBOUNDED
184     - local_storage_server_oam:
185         capability: tosca.capabilities.Attachment
186         node: tosca.nodes.BlockStorage
187         relationship: tosca.relationships.AttachesTo
188         occurrences:
189         - 0
190         - UNBOUNDED
191     - dependency_oam_port_1:
192         capability: tosca.capabilities.Node
193         node: tosca.nodes.Root
194         relationship: tosca.relationships.DependsOn
195         occurrences:
196         - 0
197         - UNBOUNDED
198     - link_oam_port_1:
199         capability: tosca.capabilities.network.Linkable
200         relationship: tosca.relationships.network.LinksTo
201         occurrences:
202         - 1
203         - 1
204     capabilities:
205       cpu_server_oam:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       memory_server_oam:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       disk.write.requests_server_oam:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       network.incoming.bytes.rate_oam_port_1:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       network.incoming.bytes.rate_oam_port_0:
230         type: org.openecomp.capabilities.metric.Ceilometer
231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
232         occurrences:
233         - 1
234         - UNBOUNDED
235       network.outgoing.bytes_oam_port_0:
236         type: org.openecomp.capabilities.metric.Ceilometer
237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
238         occurrences:
239         - 1
240         - UNBOUNDED
241       memory.resident_server_oam:
242         type: org.openecomp.capabilities.metric.Ceilometer
243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
244         occurrences:
245         - 1
246         - UNBOUNDED
247       network.outgoing.bytes_oam_port_1:
248         type: org.openecomp.capabilities.metric.Ceilometer
249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
250         occurrences:
251         - 1
252         - UNBOUNDED
253       disk.device.iops_server_oam:
254         type: org.openecomp.capabilities.metric.Ceilometer
255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
256         occurrences:
257         - 1
258         - UNBOUNDED
259       network.incoming.bytes_oam_port_0:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       network.incoming.bytes_oam_port_1:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.device.write.requests_server_oam:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       network.outgoing.bytes.rate_oam_port_0:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.allocation_server_oam:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       network.outgoing.bytes.rate_oam_port_1:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       forwarder_oam_port_0:
296         type: org.openecomp.capabilities.Forwarder
297         occurrences:
298         - 1
299         - UNBOUNDED
300       forwarder_oam_port_1:
301         type: org.openecomp.capabilities.Forwarder
302         occurrences:
303         - 1
304         - UNBOUNDED
305       disk.device.usage_server_oam:
306         type: org.openecomp.capabilities.metric.Ceilometer
307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
308         occurrences:
309         - 1
310         - UNBOUNDED
311       network.outgoing.packets.rate_oam_port_0:
312         type: org.openecomp.capabilities.metric.Ceilometer
313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
314         occurrences:
315         - 1
316         - UNBOUNDED
317       network.outgoing.packets.rate_oam_port_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.usage_server_oam:
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       disk.device.write.bytes_server_oam:
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       attachment_oam_port_1:
336         type: tosca.capabilities.Attachment
337         occurrences:
338         - 1
339         - UNBOUNDED
340       attachment_oam_port_0:
341         type: tosca.capabilities.Attachment
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.ephemeral.size_server_oam:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       disk.device.latency_server_oam:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       disk.root.size_server_oam:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       memory.usage_server_oam:
364         type: org.openecomp.capabilities.metric.Ceilometer
365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.read.bytes_server_oam:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       os_server_oam:
376         type: tosca.capabilities.OperatingSystem
377         occurrences:
378         - 1
379         - UNBOUNDED
380       disk.read.requests_server_oam:
381         type: org.openecomp.capabilities.metric.Ceilometer
382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
383         occurrences:
384         - 1
385         - UNBOUNDED
386       disk.capacity_server_oam:
387         type: org.openecomp.capabilities.metric.Ceilometer
388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
389         occurrences:
390         - 1
391         - UNBOUNDED
392       feature_oam_port_0:
393         type: tosca.capabilities.Node
394         occurrences:
395         - 1
396         - UNBOUNDED
397       disk.device.read.bytes_server_oam:
398         type: org.openecomp.capabilities.metric.Ceilometer
399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
400         occurrences:
401         - 1
402         - UNBOUNDED
403       endpoint_server_oam:
404         type: tosca.capabilities.Endpoint.Admin
405         occurrences:
406         - 1
407         - UNBOUNDED
408       disk.device.read.requests.rate_server_oam:
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       vcpus_server_oam:
415         type: org.openecomp.capabilities.metric.Ceilometer
416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
417         occurrences:
418         - 1
419         - UNBOUNDED
420       feature_oam_port_1:
421         type: tosca.capabilities.Node
422         occurrences:
423         - 1
424         - UNBOUNDED
425       disk.read.bytes.rate_server_oam:
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.write.bytes_server_oam:
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.iops_server_oam:
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.incoming.packets.rate_oam_port_0:
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       disk.device.allocation_server_oam:
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_oam_port_1:
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       disk.write.requests.rate_server_oam:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       network.outpoing.packets_oam_port_0:
468         type: org.openecomp.capabilities.metric.Ceilometer
469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
470         occurrences:
471         - 1
472         - UNBOUNDED
473       scalable_server_oam:
474         type: tosca.capabilities.Scalable
475         occurrences:
476         - 1
477         - UNBOUNDED
478       disk.device.read.bytes.rate_server_oam:
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       binding_oam_port_0:
485         type: tosca.capabilities.network.Bindable
486         valid_source_types:
487         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
488         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
489         occurrences:
490         - 0
491         - UNBOUNDED
492       network.incoming.packets_oam_port_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_oam_port_0:
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       cpu_util_server_oam:
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       binding_oam_port_1:
511         type: tosca.capabilities.network.Bindable
512         valid_source_types:
513         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
514         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
515         occurrences:
516         - 0
517         - UNBOUNDED
518       network.outpoing.packets_oam_port_1:
519         type: org.openecomp.capabilities.metric.Ceilometer
520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
521         occurrences:
522         - 1
523         - UNBOUNDED
524       cpu.delta_server_oam:
525         type: org.openecomp.capabilities.metric.Ceilometer
526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
527         occurrences:
528         - 1
529         - UNBOUNDED
530       host_server_oam:
531         type: tosca.capabilities.Container
532         valid_source_types:
533         - tosca.nodes.SoftwareComponent
534         occurrences:
535         - 1
536         - UNBOUNDED
537       disk.device.write.bytes.rate_server_oam:
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       binding_server_oam:
544         type: tosca.capabilities.network.Bindable
545         occurrences:
546         - 1
547         - UNBOUNDED
548       disk.device.capacity_server_oam:
549         type: org.openecomp.capabilities.metric.Ceilometer
550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
551         occurrences:
552         - 1
553         - UNBOUNDED
554       disk.latency_server_oam:
555         type: org.openecomp.capabilities.metric.Ceilometer
556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
557         occurrences:
558         - 1
559         - UNBOUNDED
560       instance_server_oam:
561         type: org.openecomp.capabilities.metric.Ceilometer
562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
563         occurrences:
564         - 1
565         - UNBOUNDED
566       disk.device.read.requests_server_oam:
567         type: org.openecomp.capabilities.metric.Ceilometer
568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
569         occurrences:
570         - 1
571         - UNBOUNDED
572       disk.device.write.requests.rate_server_oam:
573         type: org.openecomp.capabilities.metric.Ceilometer
574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
575         occurrences:
576         - 1
577         - UNBOUNDED
578       feature_server_oam:
579         type: tosca.capabilities.Node
580         occurrences:
581         - 1
582         - UNBOUNDED
583       disk.write.bytes.rate_server_oam:
584         type: org.openecomp.capabilities.metric.Ceilometer
585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
586         occurrences:
587         - 1
588         - UNBOUNDED
589   org.openecomp.resource.abstract.nodes.heat.pcm_server:
590     derived_from: org.openecomp.resource.abstract.nodes.VFC
591     properties:
592       port_pcm_port_0_network_role:
593         type: string
594         required: true
595         status: SUPPORTED
596       p1:
597         type: string
598         description: UID of OAM network
599         required: true
600         status: SUPPORTED
601       p2:
602         type: string
603         description: UID of OAM network
604         required: true
605         status: SUPPORTED
606       port_pcm_port_1_network_role_tag:
607         type: string
608         required: true
609         status: SUPPORTED
610       availabilityzone_name:
611         type: string
612         description: availabilityzone name
613         required: true
614         status: SUPPORTED
615       port_pcm_port_0_vlan_requirements:
616         type: list
617         required: true
618         status: SUPPORTED
619         entry_schema:
620           type: org.openecomp.datatypes.network.VlanRequirements
621       pcm_image_name:
622         type: string
623         description: PCRF CM image name
624         required: true
625         status: SUPPORTED
626       port_pcm_port_0_order:
627         type: integer
628         required: true
629         status: SUPPORTED
630       port_pcm_port_0_subnetpoolid:
631         type: string
632         required: true
633         status: SUPPORTED
634       port_pcm_port_1_subnetpoolid:
635         type: string
636         required: true
637         status: SUPPORTED
638       port_pcm_port_0_network_role_tag:
639         type: string
640         required: true
641         status: SUPPORTED
642       pcm_server_name:
643         type: string
644         description: PCRF CM server name
645         required: true
646         status: SUPPORTED
647       cps_net_mask:
648         type: string
649         description: CPS network mask
650         required: true
651         status: SUPPORTED
652       port_pcm_port_1_exCP_naming:
653         type: org.openecomp.datatypes.Naming
654         required: true
655         status: SUPPORTED
656       port_pcm_port_0_exCP_naming:
657         type: org.openecomp.datatypes.Naming
658         required: true
659         status: SUPPORTED
660       oam_net_name:
661         type: string
662         description: OAM network name
663         required: true
664         status: SUPPORTED
665       port_pcm_port_1_network_role:
666         type: string
667         required: true
668         status: SUPPORTED
669       port_pcm_port_0_ip_requirements:
670         type: list
671         required: true
672         status: SUPPORTED
673         entry_schema:
674           type: org.openecomp.datatypes.network.IpRequirements
675       oam_net_gw:
676         type: string
677         description: CPS network gateway
678         required: true
679         status: SUPPORTED
680       security_group_name:
681         type: string
682         description: the name of security group
683         required: true
684         status: SUPPORTED
685       cps_net_ip:
686         type: string
687         description: CPS network ip
688         required: true
689         status: SUPPORTED
690       port_pcm_port_1_mac_requirements:
691         type: org.openecomp.datatypes.network.MacRequirements
692         required: true
693         status: SUPPORTED
694       port_pcm_port_1_vlan_requirements:
695         type: list
696         required: true
697         status: SUPPORTED
698         entry_schema:
699           type: org.openecomp.datatypes.network.VlanRequirements
700       pcm_flavor_name:
701         type: string
702         description: flavor name of PCRF CM instance
703         required: true
704         status: SUPPORTED
705       pcm_vol:
706         type: string
707         description: CPS Cluman Cinder Volume
708         required: true
709         status: SUPPORTED
710       port_pcm_port_1_ip_requirements:
711         type: list
712         required: true
713         status: SUPPORTED
714         entry_schema:
715           type: org.openecomp.datatypes.network.IpRequirements
716       port_pcm_port_0_mac_requirements:
717         type: org.openecomp.datatypes.network.MacRequirements
718         required: true
719         status: SUPPORTED
720       cps_net_name:
721         type: string
722         description: CPS network name
723         required: true
724         status: SUPPORTED
725       oam_net_ip:
726         type: string
727         description: OAM network ip
728         required: true
729         status: SUPPORTED
730       oam_net_mask:
731         type: string
732         description: CPS network mask
733         required: true
734         status: SUPPORTED
735       port_pcm_port_1_order:
736         type: integer
737         required: true
738         status: SUPPORTED
739     attributes:
740       server_pcm_id:
741         type: string
742         description: the pcm nova service id
743         status: SUPPORTED
744     requirements:
745     - dependency_pcm_port_1:
746         capability: tosca.capabilities.Node
747         node: tosca.nodes.Root
748         relationship: tosca.relationships.DependsOn
749         occurrences:
750         - 0
751         - UNBOUNDED
752     - link_pcm_port_1:
753         capability: tosca.capabilities.network.Linkable
754         relationship: tosca.relationships.network.LinksTo
755         occurrences:
756         - 1
757         - 1
758     - dependency_server_pcm:
759         capability: tosca.capabilities.Node
760         node: tosca.nodes.Root
761         relationship: tosca.relationships.DependsOn
762         occurrences:
763         - 0
764         - UNBOUNDED
765     - local_storage_server_pcm:
766         capability: tosca.capabilities.Attachment
767         node: tosca.nodes.BlockStorage
768         relationship: tosca.relationships.AttachesTo
769         occurrences:
770         - 0
771         - UNBOUNDED
772     - dependency_pcm_port_0:
773         capability: tosca.capabilities.Node
774         node: tosca.nodes.Root
775         relationship: tosca.relationships.DependsOn
776         occurrences:
777         - 0
778         - UNBOUNDED
779     - link_pcm_port_0:
780         capability: tosca.capabilities.network.Linkable
781         relationship: tosca.relationships.network.LinksTo
782         occurrences:
783         - 1
784         - 1
785     capabilities:
786       network.incoming.packets.rate_pcm_port_0:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       cpu_server_pcm:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       network.incoming.packets.rate_pcm_port_1:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       network.outpoing.packets_pcm_port_1:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       memory_server_pcm:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       disk.write.requests_server_pcm:
817         type: org.openecomp.capabilities.metric.Ceilometer
818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
819         occurrences:
820         - 1
821         - UNBOUNDED
822       network.outpoing.packets_pcm_port_0:
823         type: org.openecomp.capabilities.metric.Ceilometer
824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
825         occurrences:
826         - 1
827         - UNBOUNDED
828       disk.device.iops_server_pcm:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       memory.resident_server_pcm:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       disk.device.write.requests_server_pcm:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       disk.device.usage_server_pcm:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.allocation_server_pcm:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.usage_server_pcm:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.device.write.bytes_server_pcm:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       disk.root.size_server_pcm:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       disk.ephemeral.size_server_pcm:
877         type: org.openecomp.capabilities.metric.Ceilometer
878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
879         occurrences:
880         - 1
881         - UNBOUNDED
882       disk.device.latency_server_pcm:
883         type: org.openecomp.capabilities.metric.Ceilometer
884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
885         occurrences:
886         - 1
887         - UNBOUNDED
888       network.incoming.bytes_pcm_port_0:
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       network.incoming.bytes_pcm_port_1:
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       binding_pcm_port_0:
901         type: tosca.capabilities.network.Bindable
902         valid_source_types:
903         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
904         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
905         occurrences:
906         - 0
907         - UNBOUNDED
908       binding_pcm_port_1:
909         type: tosca.capabilities.network.Bindable
910         valid_source_types:
911         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
912         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
913         occurrences:
914         - 0
915         - UNBOUNDED
916       memory.usage_server_pcm:
917         type: org.openecomp.capabilities.metric.Ceilometer
918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
919         occurrences:
920         - 1
921         - UNBOUNDED
922       disk.read.requests_server_pcm:
923         type: org.openecomp.capabilities.metric.Ceilometer
924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
925         occurrences:
926         - 1
927         - UNBOUNDED
928       disk.capacity_server_pcm:
929         type: org.openecomp.capabilities.metric.Ceilometer
930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
931         occurrences:
932         - 1
933         - UNBOUNDED
934       os_server_pcm:
935         type: tosca.capabilities.OperatingSystem
936         occurrences:
937         - 1
938         - UNBOUNDED
939       disk.read.bytes_server_pcm:
940         type: org.openecomp.capabilities.metric.Ceilometer
941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
942         occurrences:
943         - 1
944         - UNBOUNDED
945       network.outgoing.packets.rate_pcm_port_0:
946         type: org.openecomp.capabilities.metric.Ceilometer
947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
948         occurrences:
949         - 1
950         - UNBOUNDED
951       network.outgoing.packets.rate_pcm_port_1:
952         type: org.openecomp.capabilities.metric.Ceilometer
953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
954         occurrences:
955         - 1
956         - UNBOUNDED
957       feature_pcm_port_1:
958         type: tosca.capabilities.Node
959         occurrences:
960         - 1
961         - UNBOUNDED
962       network.outgoing.bytes_pcm_port_0:
963         type: org.openecomp.capabilities.metric.Ceilometer
964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
965         occurrences:
966         - 1
967         - UNBOUNDED
968       disk.device.read.bytes_server_pcm:
969         type: org.openecomp.capabilities.metric.Ceilometer
970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
971         occurrences:
972         - 1
973         - UNBOUNDED
974       feature_pcm_port_0:
975         type: tosca.capabilities.Node
976         occurrences:
977         - 1
978         - UNBOUNDED
979       network.outgoing.bytes_pcm_port_1:
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       attachment_pcm_port_0:
986         type: tosca.capabilities.Attachment
987         occurrences:
988         - 1
989         - UNBOUNDED
990       attachment_pcm_port_1:
991         type: tosca.capabilities.Attachment
992         occurrences:
993         - 1
994         - UNBOUNDED
995       endpoint_server_pcm:
996         type: tosca.capabilities.Endpoint.Admin
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       disk.device.read.requests.rate_server_pcm:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       vcpus_server_pcm:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       disk.write.bytes_server_pcm:
1013         type: org.openecomp.capabilities.metric.Ceilometer
1014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       disk.iops_server_pcm:
1019         type: org.openecomp.capabilities.metric.Ceilometer
1020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1021         occurrences:
1022         - 1
1023         - UNBOUNDED
1024       forwarder_pcm_port_0:
1025         type: org.openecomp.capabilities.Forwarder
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       forwarder_pcm_port_1:
1030         type: org.openecomp.capabilities.Forwarder
1031         occurrences:
1032         - 1
1033         - UNBOUNDED
1034       disk.read.bytes.rate_server_pcm:
1035         type: org.openecomp.capabilities.metric.Ceilometer
1036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1037         occurrences:
1038         - 1
1039         - UNBOUNDED
1040       disk.device.allocation_server_pcm:
1041         type: org.openecomp.capabilities.metric.Ceilometer
1042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1043         occurrences:
1044         - 1
1045         - UNBOUNDED
1046       scalable_server_pcm:
1047         type: tosca.capabilities.Scalable
1048         occurrences:
1049         - 1
1050         - UNBOUNDED
1051       disk.device.read.bytes.rate_server_pcm:
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       cpu_util_server_pcm:
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.write.requests.rate_server_pcm:
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       disk.device.write.bytes.rate_server_pcm:
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       host_server_pcm:
1076         type: tosca.capabilities.Container
1077         valid_source_types:
1078         - tosca.nodes.SoftwareComponent
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       cpu.delta_server_pcm:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       network.outgoing.bytes.rate_pcm_port_1:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       network.incoming.packets_pcm_port_0:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       binding_server_pcm:
1101         type: tosca.capabilities.network.Bindable
1102         occurrences:
1103         - 1
1104         - UNBOUNDED
1105       network.outgoing.bytes.rate_pcm_port_0:
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.device.capacity_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       network.incoming.packets_pcm_port_1:
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       instance_server_pcm:
1124         type: org.openecomp.capabilities.metric.Ceilometer
1125         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1126         occurrences:
1127         - 1
1128         - UNBOUNDED
1129       disk.device.write.requests.rate_server_pcm:
1130         type: org.openecomp.capabilities.metric.Ceilometer
1131         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1132         occurrences:
1133         - 1
1134         - UNBOUNDED
1135       disk.latency_server_pcm:
1136         type: org.openecomp.capabilities.metric.Ceilometer
1137         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1138         occurrences:
1139         - 1
1140         - UNBOUNDED
1141       disk.device.read.requests_server_pcm:
1142         type: org.openecomp.capabilities.metric.Ceilometer
1143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1144         occurrences:
1145         - 1
1146         - UNBOUNDED
1147       feature_server_pcm:
1148         type: tosca.capabilities.Node
1149         occurrences:
1150         - 1
1151         - UNBOUNDED
1152       network.incoming.bytes.rate_pcm_port_0:
1153         type: org.openecomp.capabilities.metric.Ceilometer
1154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1155         occurrences:
1156         - 1
1157         - UNBOUNDED
1158       disk.write.bytes.rate_server_pcm:
1159         type: org.openecomp.capabilities.metric.Ceilometer
1160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1161         occurrences:
1162         - 1
1163         - UNBOUNDED
1164       network.incoming.bytes.rate_pcm_port_1:
1165         type: org.openecomp.capabilities.metric.Ceilometer
1166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1167         occurrences:
1168         - 1
1169         - UNBOUNDED
1170   org.openecomp.resource.abstract.nodes.heat.oam_server:
1171     derived_from: org.openecomp.resource.abstract.nodes.VFC
1172     properties:
1173       p2:
1174         type: string
1175         description: UID of OAM network
1176         required: true
1177         status: SUPPORTED
1178       port_oam_port_1_network_role:
1179         type: string
1180         required: true
1181         status: SUPPORTED
1182       availabilityzone_name:
1183         type: string
1184         description: availabilityzone name
1185         required: true
1186         status: SUPPORTED
1187       port_oam_port_0_network_role:
1188         type: string
1189         required: true
1190         status: SUPPORTED
1191       port_oam_port_1_network_role_tag:
1192         type: string
1193         required: true
1194         status: SUPPORTED
1195       oam_server_name:
1196         type: string
1197         description: oam server name
1198         required: true
1199         status: SUPPORTED
1200       port_oam_port_0_subnetpoolid:
1201         type: string
1202         required: true
1203         status: SUPPORTED
1204       port_oam_port_1_subnetpoolid:
1205         type: string
1206         required: true
1207         status: SUPPORTED
1208       port_oam_port_1_ip_requirements:
1209         type: list
1210         required: true
1211         status: SUPPORTED
1212         entry_schema:
1213           type: org.openecomp.datatypes.network.IpRequirements
1214       port_oam_port_1_mac_requirements:
1215         type: org.openecomp.datatypes.network.MacRequirements
1216         required: true
1217         status: SUPPORTED
1218       port_oam_port_1_order:
1219         type: integer
1220         required: true
1221         status: SUPPORTED
1222       port_oam_port_0_network_role_tag:
1223         type: string
1224         required: true
1225         status: SUPPORTED
1226       port_oam_port_1_vlan_requirements:
1227         type: list
1228         required: true
1229         status: SUPPORTED
1230         entry_schema:
1231           type: org.openecomp.datatypes.network.VlanRequirements
1232       oam_image_name:
1233         type: string
1234         description: oam image name
1235         required: true
1236         status: SUPPORTED
1237       cps_net_mask:
1238         type: string
1239         description: CPS network mask
1240         required: true
1241         status: SUPPORTED
1242       oam_net_name:
1243         type: string
1244         description: OAM network name
1245         required: true
1246         status: SUPPORTED
1247       oam_net_gw:
1248         type: string
1249         description: CPS network gateway
1250         required: true
1251         status: SUPPORTED
1252       port_oam_port_0_mac_requirements:
1253         type: org.openecomp.datatypes.network.MacRequirements
1254         required: true
1255         status: SUPPORTED
1256       oam_flavor_name:
1257         type: string
1258         description: flavor name of PCRF CM instance
1259         required: true
1260         status: SUPPORTED
1261       security_group_name:
1262         type: string
1263         description: the name of security group
1264         required: true
1265         status: SUPPORTED
1266       cps_net_ip:
1267         type: string
1268         description: CPS network ip
1269         required: true
1270         status: SUPPORTED
1271       port_oam_port_0_order:
1272         type: integer
1273         required: true
1274         status: SUPPORTED
1275       port_oam_port_0_vlan_requirements:
1276         type: list
1277         required: true
1278         status: SUPPORTED
1279         entry_schema:
1280           type: org.openecomp.datatypes.network.VlanRequirements
1281       port_oam_port_1_exCP_naming:
1282         type: org.openecomp.datatypes.Naming
1283         required: true
1284         status: SUPPORTED
1285       port_oam_port_0_exCP_naming:
1286         type: org.openecomp.datatypes.Naming
1287         required: true
1288         status: SUPPORTED
1289       pcm_vol:
1290         type: string
1291         description: CPS Cluman Cinder Volume
1292         required: true
1293         status: SUPPORTED
1294       cps_net_name:
1295         type: string
1296         description: CPS network name
1297         required: true
1298         status: SUPPORTED
1299       oam_net_ip:
1300         type: string
1301         description: OAM network ip
1302         required: true
1303         status: SUPPORTED
1304       oam_net_mask:
1305         type: string
1306         description: CPS network mask
1307         required: true
1308         status: SUPPORTED
1309       port_oam_port_0_ip_requirements:
1310         type: list
1311         required: true
1312         status: SUPPORTED
1313         entry_schema:
1314           type: org.openecomp.datatypes.network.IpRequirements
1315       shared_security_group_id1:
1316         type: string
1317         description: UID of OAM network
1318         required: true
1319         status: SUPPORTED
1320     attributes:
1321       server_oam_id:
1322         type: string
1323         description: the oam nova service id
1324         status: SUPPORTED
1325     requirements:
1326     - dependency_oam_port_0:
1327         capability: tosca.capabilities.Node
1328         node: tosca.nodes.Root
1329         relationship: tosca.relationships.DependsOn
1330         occurrences:
1331         - 0
1332         - UNBOUNDED
1333     - link_oam_port_0:
1334         capability: tosca.capabilities.network.Linkable
1335         relationship: tosca.relationships.network.LinksTo
1336         occurrences:
1337         - 1
1338         - 1
1339     - dependency_server_oam:
1340         capability: tosca.capabilities.Node
1341         node: tosca.nodes.Root
1342         relationship: tosca.relationships.DependsOn
1343         occurrences:
1344         - 0
1345         - UNBOUNDED
1346     - local_storage_server_oam:
1347         capability: tosca.capabilities.Attachment
1348         node: tosca.nodes.BlockStorage
1349         relationship: tosca.relationships.AttachesTo
1350         occurrences:
1351         - 0
1352         - UNBOUNDED
1353     - dependency_oam_port_1:
1354         capability: tosca.capabilities.Node
1355         node: tosca.nodes.Root
1356         relationship: tosca.relationships.DependsOn
1357         occurrences:
1358         - 0
1359         - UNBOUNDED
1360     - link_oam_port_1:
1361         capability: tosca.capabilities.network.Linkable
1362         relationship: tosca.relationships.network.LinksTo
1363         occurrences:
1364         - 1
1365         - 1
1366     capabilities:
1367       cpu_server_oam:
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       memory_server_oam:
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.write.requests_server_oam:
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       network.incoming.bytes.rate_oam_port_1:
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       network.incoming.bytes.rate_oam_port_0:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       network.outgoing.bytes_oam_port_0:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       memory.resident_server_oam:
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       network.outgoing.bytes_oam_port_1:
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.iops_server_oam:
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       network.incoming.bytes_oam_port_0:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       network.incoming.bytes_oam_port_1:
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.write.requests_server_oam:
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.outgoing.bytes.rate_oam_port_0:
1440         type: org.openecomp.capabilities.metric.Ceilometer
1441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       disk.allocation_server_oam:
1446         type: org.openecomp.capabilities.metric.Ceilometer
1447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       network.outgoing.bytes.rate_oam_port_1:
1452         type: org.openecomp.capabilities.metric.Ceilometer
1453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       forwarder_oam_port_0:
1458         type: org.openecomp.capabilities.Forwarder
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462       forwarder_oam_port_1:
1463         type: org.openecomp.capabilities.Forwarder
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       disk.device.usage_server_oam:
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       network.outgoing.packets.rate_oam_port_0:
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.outgoing.packets.rate_oam_port_1:
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       disk.usage_server_oam:
1486         type: org.openecomp.capabilities.metric.Ceilometer
1487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1488         occurrences:
1489         - 1
1490         - UNBOUNDED
1491       disk.device.write.bytes_server_oam:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       attachment_oam_port_1:
1498         type: tosca.capabilities.Attachment
1499         occurrences:
1500         - 1
1501         - UNBOUNDED
1502       attachment_oam_port_0:
1503         type: tosca.capabilities.Attachment
1504         occurrences:
1505         - 1
1506         - UNBOUNDED
1507       disk.ephemeral.size_server_oam:
1508         type: org.openecomp.capabilities.metric.Ceilometer
1509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1510         occurrences:
1511         - 1
1512         - UNBOUNDED
1513       disk.device.latency_server_oam:
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.root.size_server_oam:
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       memory.usage_server_oam:
1526         type: org.openecomp.capabilities.metric.Ceilometer
1527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1528         occurrences:
1529         - 1
1530         - UNBOUNDED
1531       disk.read.bytes_server_oam:
1532         type: org.openecomp.capabilities.metric.Ceilometer
1533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1534         occurrences:
1535         - 1
1536         - UNBOUNDED
1537       os_server_oam:
1538         type: tosca.capabilities.OperatingSystem
1539         occurrences:
1540         - 1
1541         - UNBOUNDED
1542       disk.read.requests_server_oam:
1543         type: org.openecomp.capabilities.metric.Ceilometer
1544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1545         occurrences:
1546         - 1
1547         - UNBOUNDED
1548       disk.capacity_server_oam:
1549         type: org.openecomp.capabilities.metric.Ceilometer
1550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1551         occurrences:
1552         - 1
1553         - UNBOUNDED
1554       feature_oam_port_0:
1555         type: tosca.capabilities.Node
1556         occurrences:
1557         - 1
1558         - UNBOUNDED
1559       disk.device.read.bytes_server_oam:
1560         type: org.openecomp.capabilities.metric.Ceilometer
1561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1562         occurrences:
1563         - 1
1564         - UNBOUNDED
1565       endpoint_server_oam:
1566         type: tosca.capabilities.Endpoint.Admin
1567         occurrences:
1568         - 1
1569         - UNBOUNDED
1570       disk.device.read.requests.rate_server_oam:
1571         type: org.openecomp.capabilities.metric.Ceilometer
1572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1573         occurrences:
1574         - 1
1575         - UNBOUNDED
1576       vcpus_server_oam:
1577         type: org.openecomp.capabilities.metric.Ceilometer
1578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1579         occurrences:
1580         - 1
1581         - UNBOUNDED
1582       feature_oam_port_1:
1583         type: tosca.capabilities.Node
1584         occurrences:
1585         - 1
1586         - UNBOUNDED
1587       disk.read.bytes.rate_server_oam:
1588         type: org.openecomp.capabilities.metric.Ceilometer
1589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1590         occurrences:
1591         - 1
1592         - UNBOUNDED
1593       disk.write.bytes_server_oam:
1594         type: org.openecomp.capabilities.metric.Ceilometer
1595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1596         occurrences:
1597         - 1
1598         - UNBOUNDED
1599       disk.iops_server_oam:
1600         type: org.openecomp.capabilities.metric.Ceilometer
1601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1602         occurrences:
1603         - 1
1604         - UNBOUNDED
1605       network.incoming.packets.rate_oam_port_0:
1606         type: org.openecomp.capabilities.metric.Ceilometer
1607         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1608         occurrences:
1609         - 1
1610         - UNBOUNDED
1611       disk.device.allocation_server_oam:
1612         type: org.openecomp.capabilities.metric.Ceilometer
1613         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1614         occurrences:
1615         - 1
1616         - UNBOUNDED
1617       network.incoming.packets.rate_oam_port_1:
1618         type: org.openecomp.capabilities.metric.Ceilometer
1619         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1620         occurrences:
1621         - 1
1622         - UNBOUNDED
1623       disk.write.requests.rate_server_oam:
1624         type: org.openecomp.capabilities.metric.Ceilometer
1625         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1626         occurrences:
1627         - 1
1628         - UNBOUNDED
1629       network.outpoing.packets_oam_port_0:
1630         type: org.openecomp.capabilities.metric.Ceilometer
1631         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1632         occurrences:
1633         - 1
1634         - UNBOUNDED
1635       scalable_server_oam:
1636         type: tosca.capabilities.Scalable
1637         occurrences:
1638         - 1
1639         - UNBOUNDED
1640       disk.device.read.bytes.rate_server_oam:
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       binding_oam_port_0:
1647         type: tosca.capabilities.network.Bindable
1648         valid_source_types:
1649         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1650         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1651         occurrences:
1652         - 0
1653         - UNBOUNDED
1654       network.incoming.packets_oam_port_1:
1655         type: org.openecomp.capabilities.metric.Ceilometer
1656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1657         occurrences:
1658         - 1
1659         - UNBOUNDED
1660       network.incoming.packets_oam_port_0:
1661         type: org.openecomp.capabilities.metric.Ceilometer
1662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1663         occurrences:
1664         - 1
1665         - UNBOUNDED
1666       cpu_util_server_oam:
1667         type: org.openecomp.capabilities.metric.Ceilometer
1668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1669         occurrences:
1670         - 1
1671         - UNBOUNDED
1672       binding_oam_port_1:
1673         type: tosca.capabilities.network.Bindable
1674         valid_source_types:
1675         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1676         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1677         occurrences:
1678         - 0
1679         - UNBOUNDED
1680       network.outpoing.packets_oam_port_1:
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       cpu.delta_server_oam:
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       host_server_oam:
1693         type: tosca.capabilities.Container
1694         valid_source_types:
1695         - tosca.nodes.SoftwareComponent
1696         occurrences:
1697         - 1
1698         - UNBOUNDED
1699       disk.device.write.bytes.rate_server_oam:
1700         type: org.openecomp.capabilities.metric.Ceilometer
1701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1702         occurrences:
1703         - 1
1704         - UNBOUNDED
1705       binding_server_oam:
1706         type: tosca.capabilities.network.Bindable
1707         occurrences:
1708         - 1
1709         - UNBOUNDED
1710       disk.device.capacity_server_oam:
1711         type: org.openecomp.capabilities.metric.Ceilometer
1712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1713         occurrences:
1714         - 1
1715         - UNBOUNDED
1716       disk.latency_server_oam:
1717         type: org.openecomp.capabilities.metric.Ceilometer
1718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1719         occurrences:
1720         - 1
1721         - UNBOUNDED
1722       instance_server_oam:
1723         type: org.openecomp.capabilities.metric.Ceilometer
1724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1725         occurrences:
1726         - 1
1727         - UNBOUNDED
1728       disk.device.read.requests_server_oam:
1729         type: org.openecomp.capabilities.metric.Ceilometer
1730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1731         occurrences:
1732         - 1
1733         - UNBOUNDED
1734       disk.device.write.requests.rate_server_oam:
1735         type: org.openecomp.capabilities.metric.Ceilometer
1736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1737         occurrences:
1738         - 1
1739         - UNBOUNDED
1740       feature_server_oam:
1741         type: tosca.capabilities.Node
1742         occurrences:
1743         - 1
1744         - UNBOUNDED
1745       disk.write.bytes.rate_server_oam:
1746         type: org.openecomp.capabilities.metric.Ceilometer
1747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1752     derived_from: org.openecomp.resource.abstract.nodes.VFC
1753     properties:
1754       port_pcm_port_0_network_role:
1755         type: string
1756         required: true
1757         status: SUPPORTED
1758       p1:
1759         type: string
1760         description: UID of OAM network
1761         required: true
1762         status: SUPPORTED
1763       p2:
1764         type: string
1765         description: UID of OAM network
1766         required: true
1767         status: SUPPORTED
1768       port_pcm_port_1_network_role_tag:
1769         type: string
1770         required: true
1771         status: SUPPORTED
1772       availabilityzone_name:
1773         type: string
1774         description: availabilityzone name
1775         required: true
1776         status: SUPPORTED
1777       port_pcm_port_0_vlan_requirements:
1778         type: list
1779         required: true
1780         status: SUPPORTED
1781         entry_schema:
1782           type: org.openecomp.datatypes.network.VlanRequirements
1783       pcm_image_name:
1784         type: string
1785         description: PCRF CM image name
1786         required: true
1787         status: SUPPORTED
1788       port_pcm_port_0_order:
1789         type: integer
1790         required: true
1791         status: SUPPORTED
1792       port_pcm_port_0_subnetpoolid:
1793         type: string
1794         required: true
1795         status: SUPPORTED
1796       port_pcm_port_1_subnetpoolid:
1797         type: string
1798         required: true
1799         status: SUPPORTED
1800       port_pcm_port_0_network_role_tag:
1801         type: string
1802         required: true
1803         status: SUPPORTED
1804       pcm_server_name:
1805         type: string
1806         description: PCRF CM server name
1807         required: true
1808         status: SUPPORTED
1809       cps_net_mask:
1810         type: string
1811         description: CPS network mask
1812         required: true
1813         status: SUPPORTED
1814       port_pcm_port_1_exCP_naming:
1815         type: org.openecomp.datatypes.Naming
1816         required: true
1817         status: SUPPORTED
1818       port_pcm_port_0_exCP_naming:
1819         type: org.openecomp.datatypes.Naming
1820         required: true
1821         status: SUPPORTED
1822       oam_net_name:
1823         type: string
1824         description: OAM network name
1825         required: true
1826         status: SUPPORTED
1827       port_pcm_port_1_network_role:
1828         type: string
1829         required: true
1830         status: SUPPORTED
1831       port_pcm_port_0_ip_requirements:
1832         type: list
1833         required: true
1834         status: SUPPORTED
1835         entry_schema:
1836           type: org.openecomp.datatypes.network.IpRequirements
1837       oam_net_gw:
1838         type: string
1839         description: CPS network gateway
1840         required: true
1841         status: SUPPORTED
1842       security_group_name:
1843         type: string
1844         description: the name of security group
1845         required: true
1846         status: SUPPORTED
1847       cps_net_ip:
1848         type: string
1849         description: CPS network ip
1850         required: true
1851         status: SUPPORTED
1852       port_pcm_port_1_mac_requirements:
1853         type: org.openecomp.datatypes.network.MacRequirements
1854         required: true
1855         status: SUPPORTED
1856       port_pcm_port_1_vlan_requirements:
1857         type: list
1858         required: true
1859         status: SUPPORTED
1860         entry_schema:
1861           type: org.openecomp.datatypes.network.VlanRequirements
1862       pcm_flavor_name:
1863         type: string
1864         description: flavor name of PCRF CM instance
1865         required: true
1866         status: SUPPORTED
1867       pcm_vol:
1868         type: string
1869         description: CPS Cluman Cinder Volume
1870         required: true
1871         status: SUPPORTED
1872       port_pcm_port_1_ip_requirements:
1873         type: list
1874         required: true
1875         status: SUPPORTED
1876         entry_schema:
1877           type: org.openecomp.datatypes.network.IpRequirements
1878       port_pcm_port_0_mac_requirements:
1879         type: org.openecomp.datatypes.network.MacRequirements
1880         required: true
1881         status: SUPPORTED
1882       cps_net_name:
1883         type: string
1884         description: CPS network name
1885         required: true
1886         status: SUPPORTED
1887       oam_net_ip:
1888         type: string
1889         description: OAM network ip
1890         required: true
1891         status: SUPPORTED
1892       oam_net_mask:
1893         type: string
1894         description: CPS network mask
1895         required: true
1896         status: SUPPORTED
1897       port_pcm_port_1_order:
1898         type: integer
1899         required: true
1900         status: SUPPORTED
1901     attributes:
1902       server_pcm_id:
1903         type: string
1904         description: the pcm nova service id
1905         status: SUPPORTED
1906     requirements:
1907     - dependency_pcm_port_1:
1908         capability: tosca.capabilities.Node
1909         node: tosca.nodes.Root
1910         relationship: tosca.relationships.DependsOn
1911         occurrences:
1912         - 0
1913         - UNBOUNDED
1914     - link_pcm_port_1:
1915         capability: tosca.capabilities.network.Linkable
1916         relationship: tosca.relationships.network.LinksTo
1917         occurrences:
1918         - 1
1919         - 1
1920     - dependency_server_pcm:
1921         capability: tosca.capabilities.Node
1922         node: tosca.nodes.Root
1923         relationship: tosca.relationships.DependsOn
1924         occurrences:
1925         - 0
1926         - UNBOUNDED
1927     - local_storage_server_pcm:
1928         capability: tosca.capabilities.Attachment
1929         node: tosca.nodes.BlockStorage
1930         relationship: tosca.relationships.AttachesTo
1931         occurrences:
1932         - 0
1933         - UNBOUNDED
1934     - dependency_pcm_port_0:
1935         capability: tosca.capabilities.Node
1936         node: tosca.nodes.Root
1937         relationship: tosca.relationships.DependsOn
1938         occurrences:
1939         - 0
1940         - UNBOUNDED
1941     - link_pcm_port_0:
1942         capability: tosca.capabilities.network.Linkable
1943         relationship: tosca.relationships.network.LinksTo
1944         occurrences:
1945         - 1
1946         - 1
1947     capabilities:
1948       network.incoming.packets.rate_pcm_port_0:
1949         type: org.openecomp.capabilities.metric.Ceilometer
1950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1951         occurrences:
1952         - 1
1953         - UNBOUNDED
1954       cpu_server_pcm:
1955         type: org.openecomp.capabilities.metric.Ceilometer
1956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       network.incoming.packets.rate_pcm_port_1:
1961         type: org.openecomp.capabilities.metric.Ceilometer
1962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1963         occurrences:
1964         - 1
1965         - UNBOUNDED
1966       network.outpoing.packets_pcm_port_1:
1967         type: org.openecomp.capabilities.metric.Ceilometer
1968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1969         occurrences:
1970         - 1
1971         - UNBOUNDED
1972       memory_server_pcm:
1973         type: org.openecomp.capabilities.metric.Ceilometer
1974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1975         occurrences:
1976         - 1
1977         - UNBOUNDED
1978       disk.write.requests_server_pcm:
1979         type: org.openecomp.capabilities.metric.Ceilometer
1980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1981         occurrences:
1982         - 1
1983         - UNBOUNDED
1984       network.outpoing.packets_pcm_port_0:
1985         type: org.openecomp.capabilities.metric.Ceilometer
1986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1987         occurrences:
1988         - 1
1989         - UNBOUNDED
1990       disk.device.iops_server_pcm:
1991         type: org.openecomp.capabilities.metric.Ceilometer
1992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1993         occurrences:
1994         - 1
1995         - UNBOUNDED
1996       memory.resident_server_pcm:
1997         type: org.openecomp.capabilities.metric.Ceilometer
1998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1999         occurrences:
2000         - 1
2001         - UNBOUNDED
2002       disk.device.write.requests_server_pcm:
2003         type: org.openecomp.capabilities.metric.Ceilometer
2004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2005         occurrences:
2006         - 1
2007         - UNBOUNDED
2008       disk.device.usage_server_pcm:
2009         type: org.openecomp.capabilities.metric.Ceilometer
2010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2011         occurrences:
2012         - 1
2013         - UNBOUNDED
2014       disk.allocation_server_pcm:
2015         type: org.openecomp.capabilities.metric.Ceilometer
2016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2017         occurrences:
2018         - 1
2019         - UNBOUNDED
2020       disk.usage_server_pcm:
2021         type: org.openecomp.capabilities.metric.Ceilometer
2022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2023         occurrences:
2024         - 1
2025         - UNBOUNDED
2026       disk.device.write.bytes_server_pcm:
2027         type: org.openecomp.capabilities.metric.Ceilometer
2028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2029         occurrences:
2030         - 1
2031         - UNBOUNDED
2032       disk.root.size_server_pcm:
2033         type: org.openecomp.capabilities.metric.Ceilometer
2034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2035         occurrences:
2036         - 1
2037         - UNBOUNDED
2038       disk.ephemeral.size_server_pcm:
2039         type: org.openecomp.capabilities.metric.Ceilometer
2040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2041         occurrences:
2042         - 1
2043         - UNBOUNDED
2044       disk.device.latency_server_pcm:
2045         type: org.openecomp.capabilities.metric.Ceilometer
2046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2047         occurrences:
2048         - 1
2049         - UNBOUNDED
2050       network.incoming.bytes_pcm_port_0:
2051         type: org.openecomp.capabilities.metric.Ceilometer
2052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2053         occurrences:
2054         - 1
2055         - UNBOUNDED
2056       network.incoming.bytes_pcm_port_1:
2057         type: org.openecomp.capabilities.metric.Ceilometer
2058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2059         occurrences:
2060         - 1
2061         - UNBOUNDED
2062       binding_pcm_port_0:
2063         type: tosca.capabilities.network.Bindable
2064         valid_source_types:
2065         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2066         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2067         occurrences:
2068         - 0
2069         - UNBOUNDED
2070       binding_pcm_port_1:
2071         type: tosca.capabilities.network.Bindable
2072         valid_source_types:
2073         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2074         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2075         occurrences:
2076         - 0
2077         - UNBOUNDED
2078       memory.usage_server_pcm:
2079         type: org.openecomp.capabilities.metric.Ceilometer
2080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2081         occurrences:
2082         - 1
2083         - UNBOUNDED
2084       disk.read.requests_server_pcm:
2085         type: org.openecomp.capabilities.metric.Ceilometer
2086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2087         occurrences:
2088         - 1
2089         - UNBOUNDED
2090       disk.capacity_server_pcm:
2091         type: org.openecomp.capabilities.metric.Ceilometer
2092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2093         occurrences:
2094         - 1
2095         - UNBOUNDED
2096       os_server_pcm:
2097         type: tosca.capabilities.OperatingSystem
2098         occurrences:
2099         - 1
2100         - UNBOUNDED
2101       disk.read.bytes_server_pcm:
2102         type: org.openecomp.capabilities.metric.Ceilometer
2103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2104         occurrences:
2105         - 1
2106         - UNBOUNDED
2107       network.outgoing.packets.rate_pcm_port_0:
2108         type: org.openecomp.capabilities.metric.Ceilometer
2109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2110         occurrences:
2111         - 1
2112         - UNBOUNDED
2113       network.outgoing.packets.rate_pcm_port_1:
2114         type: org.openecomp.capabilities.metric.Ceilometer
2115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2116         occurrences:
2117         - 1
2118         - UNBOUNDED
2119       feature_pcm_port_1:
2120         type: tosca.capabilities.Node
2121         occurrences:
2122         - 1
2123         - UNBOUNDED
2124       network.outgoing.bytes_pcm_port_0:
2125         type: org.openecomp.capabilities.metric.Ceilometer
2126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2127         occurrences:
2128         - 1
2129         - UNBOUNDED
2130       disk.device.read.bytes_server_pcm:
2131         type: org.openecomp.capabilities.metric.Ceilometer
2132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2133         occurrences:
2134         - 1
2135         - UNBOUNDED
2136       feature_pcm_port_0:
2137         type: tosca.capabilities.Node
2138         occurrences:
2139         - 1
2140         - UNBOUNDED
2141       network.outgoing.bytes_pcm_port_1:
2142         type: org.openecomp.capabilities.metric.Ceilometer
2143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2144         occurrences:
2145         - 1
2146         - UNBOUNDED
2147       attachment_pcm_port_0:
2148         type: tosca.capabilities.Attachment
2149         occurrences:
2150         - 1
2151         - UNBOUNDED
2152       attachment_pcm_port_1:
2153         type: tosca.capabilities.Attachment
2154         occurrences:
2155         - 1
2156         - UNBOUNDED
2157       endpoint_server_pcm:
2158         type: tosca.capabilities.Endpoint.Admin
2159         occurrences:
2160         - 1
2161         - UNBOUNDED
2162       disk.device.read.requests.rate_server_pcm:
2163         type: org.openecomp.capabilities.metric.Ceilometer
2164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2165         occurrences:
2166         - 1
2167         - UNBOUNDED
2168       vcpus_server_pcm:
2169         type: org.openecomp.capabilities.metric.Ceilometer
2170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2171         occurrences:
2172         - 1
2173         - UNBOUNDED
2174       disk.write.bytes_server_pcm:
2175         type: org.openecomp.capabilities.metric.Ceilometer
2176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2177         occurrences:
2178         - 1
2179         - UNBOUNDED
2180       disk.iops_server_pcm:
2181         type: org.openecomp.capabilities.metric.Ceilometer
2182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2183         occurrences:
2184         - 1
2185         - UNBOUNDED
2186       forwarder_pcm_port_0:
2187         type: org.openecomp.capabilities.Forwarder
2188         occurrences:
2189         - 1
2190         - UNBOUNDED
2191       forwarder_pcm_port_1:
2192         type: org.openecomp.capabilities.Forwarder
2193         occurrences:
2194         - 1
2195         - UNBOUNDED
2196       disk.read.bytes.rate_server_pcm:
2197         type: org.openecomp.capabilities.metric.Ceilometer
2198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2199         occurrences:
2200         - 1
2201         - UNBOUNDED
2202       disk.device.allocation_server_pcm:
2203         type: org.openecomp.capabilities.metric.Ceilometer
2204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2205         occurrences:
2206         - 1
2207         - UNBOUNDED
2208       scalable_server_pcm:
2209         type: tosca.capabilities.Scalable
2210         occurrences:
2211         - 1
2212         - UNBOUNDED
2213       disk.device.read.bytes.rate_server_pcm:
2214         type: org.openecomp.capabilities.metric.Ceilometer
2215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       cpu_util_server_pcm:
2220         type: org.openecomp.capabilities.metric.Ceilometer
2221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2222         occurrences:
2223         - 1
2224         - UNBOUNDED
2225       disk.write.requests.rate_server_pcm:
2226         type: org.openecomp.capabilities.metric.Ceilometer
2227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2228         occurrences:
2229         - 1
2230         - UNBOUNDED
2231       disk.device.write.bytes.rate_server_pcm:
2232         type: org.openecomp.capabilities.metric.Ceilometer
2233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2234         occurrences:
2235         - 1
2236         - UNBOUNDED
2237       host_server_pcm:
2238         type: tosca.capabilities.Container
2239         valid_source_types:
2240         - tosca.nodes.SoftwareComponent
2241         occurrences:
2242         - 1
2243         - UNBOUNDED
2244       cpu.delta_server_pcm:
2245         type: org.openecomp.capabilities.metric.Ceilometer
2246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2247         occurrences:
2248         - 1
2249         - UNBOUNDED
2250       network.outgoing.bytes.rate_pcm_port_1:
2251         type: org.openecomp.capabilities.metric.Ceilometer
2252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2253         occurrences:
2254         - 1
2255         - UNBOUNDED
2256       network.incoming.packets_pcm_port_0:
2257         type: org.openecomp.capabilities.metric.Ceilometer
2258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2259         occurrences:
2260         - 1
2261         - UNBOUNDED
2262       binding_server_pcm:
2263         type: tosca.capabilities.network.Bindable
2264         occurrences:
2265         - 1
2266         - UNBOUNDED
2267       network.outgoing.bytes.rate_pcm_port_0:
2268         type: org.openecomp.capabilities.metric.Ceilometer
2269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2270         occurrences:
2271         - 1
2272         - UNBOUNDED
2273       disk.device.capacity_server_pcm:
2274         type: org.openecomp.capabilities.metric.Ceilometer
2275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2276         occurrences:
2277         - 1
2278         - UNBOUNDED
2279       network.incoming.packets_pcm_port_1:
2280         type: org.openecomp.capabilities.metric.Ceilometer
2281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2282         occurrences:
2283         - 1
2284         - UNBOUNDED
2285       instance_server_pcm:
2286         type: org.openecomp.capabilities.metric.Ceilometer
2287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2288         occurrences:
2289         - 1
2290         - UNBOUNDED
2291       disk.device.write.requests.rate_server_pcm:
2292         type: org.openecomp.capabilities.metric.Ceilometer
2293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2294         occurrences:
2295         - 1
2296         - UNBOUNDED
2297       disk.latency_server_pcm:
2298         type: org.openecomp.capabilities.metric.Ceilometer
2299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2300         occurrences:
2301         - 1
2302         - UNBOUNDED
2303       disk.device.read.requests_server_pcm:
2304         type: org.openecomp.capabilities.metric.Ceilometer
2305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2306         occurrences:
2307         - 1
2308         - UNBOUNDED
2309       feature_server_pcm:
2310         type: tosca.capabilities.Node
2311         occurrences:
2312         - 1
2313         - UNBOUNDED
2314       network.incoming.bytes.rate_pcm_port_0:
2315         type: org.openecomp.capabilities.metric.Ceilometer
2316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2317         occurrences:
2318         - 1
2319         - UNBOUNDED
2320       disk.write.bytes.rate_server_pcm:
2321         type: org.openecomp.capabilities.metric.Ceilometer
2322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2323         occurrences:
2324         - 1
2325         - UNBOUNDED
2326       network.incoming.bytes.rate_pcm_port_1:
2327         type: org.openecomp.capabilities.metric.Ceilometer
2328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2329         occurrences:
2330         - 1
2331         - UNBOUNDED
2332   org.openecomp.resource.abstract.nodes.compute:
2333     derived_from: org.openecomp.resource.abstract.nodes.VFC
2334     properties:
2335       compute_compute_user_data_format:
2336         type: list
2337         required: true
2338         status: SUPPORTED
2339         entry_schema:
2340           type: string
2341       vm_image_name:
2342         type: string
2343         required: true
2344         status: SUPPORTED
2345       index_value:
2346         type: integer
2347         description: Index value of this substitution service template runtime instance
2348         required: false
2349         default: 0
2350         status: SUPPORTED
2351         constraints:
2352         - greater_or_equal: 0
2353       compute_compute_metadata:
2354         type: list
2355         required: true
2356         status: SUPPORTED
2357         entry_schema:
2358           type: json
2359       compute_compute_name:
2360         type: list
2361         required: true
2362         status: SUPPORTED
2363         entry_schema:
2364           type: string
2365       vm_flavor_name:
2366         type: string
2367         required: true
2368         status: SUPPORTED
2369       compute_compute_config_drive:
2370         type: list
2371         required: true
2372         status: SUPPORTED
2373         entry_schema:
2374           type: boolean
2375     requirements:
2376     - dependency_compute:
2377         capability: tosca.capabilities.Node
2378         node: tosca.nodes.Root
2379         relationship: tosca.relationships.DependsOn
2380         occurrences:
2381         - 0
2382         - UNBOUNDED
2383     - local_storage_compute:
2384         capability: tosca.capabilities.Attachment
2385         node: tosca.nodes.BlockStorage
2386         relationship: tosca.relationships.AttachesTo
2387         occurrences:
2388         - 0
2389         - UNBOUNDED
2390     capabilities:
2391       disk.device.usage_compute:
2392         type: org.openecomp.capabilities.metric.Ceilometer
2393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2394         occurrences:
2395         - 1
2396         - UNBOUNDED
2397       disk.write.requests_compute:
2398         type: org.openecomp.capabilities.metric.Ceilometer
2399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2400         occurrences:
2401         - 1
2402         - UNBOUNDED
2403       instance_compute:
2404         type: org.openecomp.capabilities.metric.Ceilometer
2405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2406         occurrences:
2407         - 1
2408         - UNBOUNDED
2409       disk.ephemeral.size_compute:
2410         type: org.openecomp.capabilities.metric.Ceilometer
2411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2412         occurrences:
2413         - 1
2414         - UNBOUNDED
2415       disk.device.read.bytes.rate_compute:
2416         type: org.openecomp.capabilities.metric.Ceilometer
2417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2418         occurrences:
2419         - 1
2420         - UNBOUNDED
2421       disk.latency_compute:
2422         type: org.openecomp.capabilities.metric.Ceilometer
2423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2424         occurrences:
2425         - 1
2426         - UNBOUNDED
2427       memory.resident_compute:
2428         type: org.openecomp.capabilities.metric.Ceilometer
2429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2430         occurrences:
2431         - 1
2432         - UNBOUNDED
2433       memory_compute:
2434         type: org.openecomp.capabilities.metric.Ceilometer
2435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2436         occurrences:
2437         - 1
2438         - UNBOUNDED
2439       disk.iops_compute:
2440         type: org.openecomp.capabilities.metric.Ceilometer
2441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2442         occurrences:
2443         - 1
2444         - UNBOUNDED
2445       disk.root.size_compute:
2446         type: org.openecomp.capabilities.metric.Ceilometer
2447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2448         occurrences:
2449         - 1
2450         - UNBOUNDED
2451       disk.write.requests.rate_compute:
2452         type: org.openecomp.capabilities.metric.Ceilometer
2453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2454         occurrences:
2455         - 1
2456         - UNBOUNDED
2457       disk.read.requests_compute:
2458         type: org.openecomp.capabilities.metric.Ceilometer
2459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2460         occurrences:
2461         - 1
2462         - UNBOUNDED
2463       disk.device.read.requests.rate_compute:
2464         type: org.openecomp.capabilities.metric.Ceilometer
2465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2466         occurrences:
2467         - 1
2468         - UNBOUNDED
2469       disk.read.bytes_compute:
2470         type: org.openecomp.capabilities.metric.Ceilometer
2471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2472         occurrences:
2473         - 1
2474         - UNBOUNDED
2475       disk.device.read.bytes_compute:
2476         type: org.openecomp.capabilities.metric.Ceilometer
2477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2478         occurrences:
2479         - 1
2480         - UNBOUNDED
2481       disk.write.bytes_compute:
2482         type: org.openecomp.capabilities.metric.Ceilometer
2483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2484         occurrences:
2485         - 1
2486         - UNBOUNDED
2487       disk.usage_compute:
2488         type: org.openecomp.capabilities.metric.Ceilometer
2489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2490         occurrences:
2491         - 1
2492         - UNBOUNDED
2493       os_compute:
2494         type: tosca.capabilities.OperatingSystem
2495         occurrences:
2496         - 1
2497         - UNBOUNDED
2498       disk.write.bytes.rate_compute:
2499         type: org.openecomp.capabilities.metric.Ceilometer
2500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2501         occurrences:
2502         - 1
2503         - UNBOUNDED
2504       vcpus_compute:
2505         type: org.openecomp.capabilities.metric.Ceilometer
2506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2507         occurrences:
2508         - 1
2509         - UNBOUNDED
2510       disk.capacity_compute:
2511         type: org.openecomp.capabilities.metric.Ceilometer
2512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2513         occurrences:
2514         - 1
2515         - UNBOUNDED
2516       cpu_util_compute:
2517         type: org.openecomp.capabilities.metric.Ceilometer
2518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       disk.read.bytes.rate_compute:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       disk.device.latency_compute:
2529         type: org.openecomp.capabilities.metric.Ceilometer
2530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2531         occurrences:
2532         - 1
2533         - UNBOUNDED
2534       disk.device.write.requests_compute:
2535         type: org.openecomp.capabilities.metric.Ceilometer
2536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2537         occurrences:
2538         - 1
2539         - UNBOUNDED
2540       disk.device.iops_compute:
2541         type: org.openecomp.capabilities.metric.Ceilometer
2542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2543         occurrences:
2544         - 1
2545         - UNBOUNDED
2546       disk.device.write.requests.rate_compute:
2547         type: org.openecomp.capabilities.metric.Ceilometer
2548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2549         occurrences:
2550         - 1
2551         - UNBOUNDED
2552       endpoint_compute:
2553         type: tosca.capabilities.Endpoint.Admin
2554         occurrences:
2555         - 1
2556         - UNBOUNDED
2557       memory.usage_compute:
2558         type: org.openecomp.capabilities.metric.Ceilometer
2559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2560         occurrences:
2561         - 1
2562         - UNBOUNDED
2563       host_compute:
2564         type: tosca.capabilities.Container
2565         valid_source_types:
2566         - tosca.nodes.SoftwareComponent
2567         occurrences:
2568         - 1
2569         - UNBOUNDED
2570       feature_compute:
2571         type: tosca.capabilities.Node
2572         occurrences:
2573         - 1
2574         - UNBOUNDED
2575       disk.device.write.bytes_compute:
2576         type: org.openecomp.capabilities.metric.Ceilometer
2577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2578         occurrences:
2579         - 1
2580         - UNBOUNDED
2581       cpu_compute:
2582         type: org.openecomp.capabilities.metric.Ceilometer
2583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2584         occurrences:
2585         - 1
2586         - UNBOUNDED
2587       disk.device.write.bytes.rate_compute:
2588         type: org.openecomp.capabilities.metric.Ceilometer
2589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2590         occurrences:
2591         - 1
2592         - UNBOUNDED
2593       scalable_compute:
2594         type: tosca.capabilities.Scalable
2595         occurrences:
2596         - 1
2597         - UNBOUNDED
2598       disk.device.read.requests_compute:
2599         type: org.openecomp.capabilities.metric.Ceilometer
2600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2601         occurrences:
2602         - 1
2603         - UNBOUNDED
2604       disk.allocation_compute:
2605         type: org.openecomp.capabilities.metric.Ceilometer
2606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2607         occurrences:
2608         - 1
2609         - UNBOUNDED
2610       disk.device.capacity_compute:
2611         type: org.openecomp.capabilities.metric.Ceilometer
2612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2613         occurrences:
2614         - 1
2615         - UNBOUNDED
2616       disk.device.allocation_compute:
2617         type: org.openecomp.capabilities.metric.Ceilometer
2618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2619         occurrences:
2620         - 1
2621         - UNBOUNDED
2622       cpu.delta_compute:
2623         type: org.openecomp.capabilities.metric.Ceilometer
2624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2625         occurrences:
2626         - 1
2627         - UNBOUNDED
2628       binding_compute:
2629         type: tosca.capabilities.network.Bindable
2630         occurrences:
2631         - 1
2632         - UNBOUNDED