34e096b9d4db3d9fcc9f595efcd1dd35b08f4f6d
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.pcm_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pcm_port_0_network_role:
12         type: string
13         required: true
14         status: SUPPORTED
15       metadata:
16         type: string
17         description: metadata
18         required: true
19         status: SUPPORTED
20       port_pcm_port_1_network_role_tag:
21         type: string
22         required: true
23         status: SUPPORTED
24       availabilityzone_name:
25         type: string
26         description: availabilityzone name
27         required: true
28         status: SUPPORTED
29       port_pcm_port_0_vlan_requirements:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: org.openecomp.datatypes.network.VlanRequirements
35       pcm_image_name:
36         type: string
37         description: PCRF CM image name
38         required: true
39         status: SUPPORTED
40       port_pcm_port_0_order:
41         type: integer
42         required: true
43         status: SUPPORTED
44       port_pcm_port_0_subnetpoolid:
45         type: string
46         required: true
47         status: SUPPORTED
48       port_pcm_port_1_subnetpoolid:
49         type: string
50         required: true
51         status: SUPPORTED
52       port_pcm_port_0_network_role_tag:
53         type: string
54         required: true
55         status: SUPPORTED
56       pcm_server_name:
57         type: string
58         description: PCRF CM server name
59         required: true
60         status: SUPPORTED
61       cps_net_mask:
62         type: string
63         description: CPS network mask
64         required: true
65         status: SUPPORTED
66       port_pcm_port_1_exCP_naming:
67         type: org.openecomp.datatypes.Naming
68         required: true
69         status: SUPPORTED
70       port_pcm_port_0_exCP_naming:
71         type: org.openecomp.datatypes.Naming
72         required: true
73         status: SUPPORTED
74       oam_net_name:
75         type: string
76         description: OAM network name
77         required: true
78         status: SUPPORTED
79       port_pcm_port_1_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_pcm_port_0_ip_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.IpRequirements
89       oam_net_gw:
90         type: string
91         description: CPS network gateway
92         required: true
93         status: SUPPORTED
94       security_group_name:
95         type: string
96         description: the name of security group
97         required: true
98         status: SUPPORTED
99       cps_net_ip:
100         type: string
101         description: CPS network ip
102         required: true
103         status: SUPPORTED
104       port_pcm_port_1_mac_requirements:
105         type: org.openecomp.datatypes.network.MacRequirements
106         required: true
107         status: SUPPORTED
108       port_pcm_port_1_vlan_requirements:
109         type: list
110         required: true
111         status: SUPPORTED
112         entry_schema:
113           type: org.openecomp.datatypes.network.VlanRequirements
114       pcm_flavor_name:
115         type: string
116         description: flavor name of PCRF CM instance
117         required: true
118         status: SUPPORTED
119       user_data_format:
120         type: string
121         description: user_data_format
122         required: true
123         status: SUPPORTED
124       pcm_vol:
125         type: string
126         description: CPS Cluman Cinder Volume
127         required: true
128         status: SUPPORTED
129       port_pcm_port_1_ip_requirements:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: org.openecomp.datatypes.network.IpRequirements
135       port_pcm_port_0_mac_requirements:
136         type: org.openecomp.datatypes.network.MacRequirements
137         required: true
138         status: SUPPORTED
139       cps_net_name:
140         type: string
141         description: CPS network name
142         required: true
143         status: SUPPORTED
144       oam_net_ip:
145         type: string
146         description: OAM network ip
147         required: true
148         status: SUPPORTED
149       oam_net_mask:
150         type: string
151         description: CPS network mask
152         required: true
153         status: SUPPORTED
154       port_pcm_port_1_order:
155         type: integer
156         required: true
157         status: SUPPORTED
158     attributes:
159       server_pcm_id:
160         type: string
161         description: the pcm nova service id
162         status: SUPPORTED
163     requirements:
164     - dependency_pcm_port_1:
165         capability: tosca.capabilities.Node
166         node: tosca.nodes.Root
167         relationship: tosca.relationships.DependsOn
168         occurrences:
169         - 0
170         - UNBOUNDED
171     - link_pcm_port_1:
172         capability: tosca.capabilities.network.Linkable
173         relationship: tosca.relationships.network.LinksTo
174         occurrences:
175         - 1
176         - 1
177     - dependency_server_pcm:
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_pcm:
185         capability: tosca.capabilities.Attachment
186         node: tosca.nodes.BlockStorage
187         relationship: tosca.relationships.AttachesTo
188         occurrences:
189         - 0
190         - UNBOUNDED
191     - dependency_pcm_port_0:
192         capability: tosca.capabilities.Node
193         node: tosca.nodes.Root
194         relationship: tosca.relationships.DependsOn
195         occurrences:
196         - 0
197         - UNBOUNDED
198     - link_pcm_port_0:
199         capability: tosca.capabilities.network.Linkable
200         relationship: tosca.relationships.network.LinksTo
201         occurrences:
202         - 1
203         - 1
204     capabilities:
205       network.incoming.packets.rate_pcm_port_0:
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       cpu_server_pcm:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       network.incoming.packets.rate_pcm_port_1:
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.outpoing.packets_pcm_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       memory_server_pcm:
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       disk.write.requests_server_pcm:
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       network.outpoing.packets_pcm_port_0:
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       disk.device.iops_server_pcm:
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       memory.resident_server_pcm:
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       disk.device.write.requests_server_pcm:
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       disk.device.usage_server_pcm:
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.allocation_server_pcm:
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       disk.usage_server_pcm:
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.device.write.bytes_server_pcm:
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       disk.root.size_server_pcm:
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       disk.ephemeral.size_server_pcm:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.latency_server_pcm:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       network.incoming.bytes_pcm_port_0:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       network.incoming.bytes_pcm_port_1:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       binding_pcm_port_0:
320         type: tosca.capabilities.network.Bindable
321         valid_source_types:
322         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
323         occurrences:
324         - 0
325         - UNBOUNDED
326       binding_pcm_port_1:
327         type: tosca.capabilities.network.Bindable
328         valid_source_types:
329         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
330         occurrences:
331         - 0
332         - UNBOUNDED
333       memory.usage_server_pcm:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.read.requests_server_pcm:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.capacity_server_pcm:
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       os_server_pcm:
352         type: tosca.capabilities.OperatingSystem
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.read.bytes_server_pcm:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       network.outgoing.packets.rate_pcm_port_0:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       network.outgoing.packets.rate_pcm_port_1:
369         type: org.openecomp.capabilities.metric.Ceilometer
370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
371         occurrences:
372         - 1
373         - UNBOUNDED
374       feature_pcm_port_1:
375         type: tosca.capabilities.Node
376         occurrences:
377         - 1
378         - UNBOUNDED
379       network.outgoing.bytes_pcm_port_0:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       disk.device.read.bytes_server_pcm:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       feature_pcm_port_0:
392         type: tosca.capabilities.Node
393         occurrences:
394         - 1
395         - UNBOUNDED
396       network.outgoing.bytes_pcm_port_1:
397         type: org.openecomp.capabilities.metric.Ceilometer
398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
399         occurrences:
400         - 1
401         - UNBOUNDED
402       attachment_pcm_port_0:
403         type: tosca.capabilities.Attachment
404         occurrences:
405         - 1
406         - UNBOUNDED
407       attachment_pcm_port_1:
408         type: tosca.capabilities.Attachment
409         occurrences:
410         - 1
411         - UNBOUNDED
412       endpoint_server_pcm:
413         type: tosca.capabilities.Endpoint.Admin
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.device.read.requests.rate_server_pcm:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       vcpus_server_pcm:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.write.bytes_server_pcm:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.iops_server_pcm:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.read.bytes.rate_server_pcm:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.allocation_server_pcm:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       scalable_server_pcm:
454         type: tosca.capabilities.Scalable
455         occurrences:
456         - 1
457         - UNBOUNDED
458       disk.device.read.bytes.rate_server_pcm:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       cpu_util_server_pcm:
465         type: org.openecomp.capabilities.metric.Ceilometer
466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
467         occurrences:
468         - 1
469         - UNBOUNDED
470       disk.write.requests.rate_server_pcm:
471         type: org.openecomp.capabilities.metric.Ceilometer
472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
473         occurrences:
474         - 1
475         - UNBOUNDED
476       disk.device.write.bytes.rate_server_pcm:
477         type: org.openecomp.capabilities.metric.Ceilometer
478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
479         occurrences:
480         - 1
481         - UNBOUNDED
482       host_server_pcm:
483         type: tosca.capabilities.Container
484         valid_source_types:
485         - tosca.nodes.SoftwareComponent
486         occurrences:
487         - 1
488         - UNBOUNDED
489       cpu.delta_server_pcm:
490         type: org.openecomp.capabilities.metric.Ceilometer
491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
492         occurrences:
493         - 1
494         - UNBOUNDED
495       network.outgoing.bytes.rate_pcm_port_1:
496         type: org.openecomp.capabilities.metric.Ceilometer
497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
498         occurrences:
499         - 1
500         - UNBOUNDED
501       network.incoming.packets_pcm_port_0:
502         type: org.openecomp.capabilities.metric.Ceilometer
503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
504         occurrences:
505         - 1
506         - UNBOUNDED
507       binding_server_pcm:
508         type: tosca.capabilities.network.Bindable
509         occurrences:
510         - 1
511         - UNBOUNDED
512       network.outgoing.bytes.rate_pcm_port_0:
513         type: org.openecomp.capabilities.metric.Ceilometer
514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
515         occurrences:
516         - 1
517         - UNBOUNDED
518       disk.device.capacity_server_pcm:
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       network.incoming.packets_pcm_port_1:
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       instance_server_pcm:
531         type: org.openecomp.capabilities.metric.Ceilometer
532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.write.requests.rate_server_pcm:
537         type: org.openecomp.capabilities.metric.Ceilometer
538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
539         occurrences:
540         - 1
541         - UNBOUNDED
542       disk.latency_server_pcm:
543         type: org.openecomp.capabilities.metric.Ceilometer
544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
545         occurrences:
546         - 1
547         - UNBOUNDED
548       disk.device.read.requests_server_pcm:
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       feature_server_pcm:
555         type: tosca.capabilities.Node
556         occurrences:
557         - 1
558         - UNBOUNDED
559       network.incoming.bytes.rate_pcm_port_0:
560         type: org.openecomp.capabilities.metric.Ceilometer
561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
562         occurrences:
563         - 1
564         - UNBOUNDED
565       disk.write.bytes.rate_server_pcm:
566         type: org.openecomp.capabilities.metric.Ceilometer
567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
568         occurrences:
569         - 1
570         - UNBOUNDED
571       network.incoming.bytes.rate_pcm_port_1:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577   org.openecomp.resource.abstract.nodes.heat.oam_server:
578     derived_from: org.openecomp.resource.abstract.nodes.VFC
579     properties:
580       port_pcm_port_0_network_role:
581         type: string
582         required: true
583         status: SUPPORTED
584       port_pcm_port_1_network_role_tag:
585         type: string
586         required: true
587         status: SUPPORTED
588       availabilityzone_name:
589         type: string
590         description: availabilityzone name
591         required: true
592         status: SUPPORTED
593       port_pcm_port_0_vlan_requirements:
594         type: list
595         required: true
596         status: SUPPORTED
597         entry_schema:
598           type: org.openecomp.datatypes.network.VlanRequirements
599       oam_server_name:
600         type: string
601         description: oam server name
602         required: true
603         status: SUPPORTED
604       port_pcm_port_0_order:
605         type: integer
606         required: true
607         status: SUPPORTED
608       port_pcm_port_0_subnetpoolid:
609         type: string
610         required: true
611         status: SUPPORTED
612       port_pcm_port_1_subnetpoolid:
613         type: string
614         required: true
615         status: SUPPORTED
616       port_pcm_port_0_network_role_tag:
617         type: string
618         required: true
619         status: SUPPORTED
620       oam_image_name:
621         type: string
622         description: oam image name
623         required: true
624         status: SUPPORTED
625       cps_net_mask:
626         type: string
627         description: CPS network mask
628         required: true
629         status: SUPPORTED
630       port_pcm_port_1_exCP_naming:
631         type: org.openecomp.datatypes.Naming
632         required: true
633         status: SUPPORTED
634       port_pcm_port_0_exCP_naming:
635         type: org.openecomp.datatypes.Naming
636         required: true
637         status: SUPPORTED
638       oam_net_name:
639         type: string
640         description: OAM network name
641         required: true
642         status: SUPPORTED
643       port_pcm_port_1_network_role:
644         type: string
645         required: true
646         status: SUPPORTED
647       port_pcm_port_0_ip_requirements:
648         type: list
649         required: true
650         status: SUPPORTED
651         entry_schema:
652           type: org.openecomp.datatypes.network.IpRequirements
653       oam_net_gw:
654         type: string
655         description: CPS network gateway
656         required: true
657         status: SUPPORTED
658       oam_flavor_name:
659         type: string
660         description: flavor name of PCRF CM instance
661         required: true
662         status: SUPPORTED
663       security_group_name:
664         type: string
665         description: the name of security group
666         required: true
667         status: SUPPORTED
668       cps_net_ip:
669         type: string
670         description: CPS network ip
671         required: true
672         status: SUPPORTED
673       port_pcm_port_1_mac_requirements:
674         type: org.openecomp.datatypes.network.MacRequirements
675         required: true
676         status: SUPPORTED
677       port_pcm_port_1_vlan_requirements:
678         type: list
679         required: true
680         status: SUPPORTED
681         entry_schema:
682           type: org.openecomp.datatypes.network.VlanRequirements
683       pcm_vol:
684         type: string
685         description: CPS Cluman Cinder Volume
686         required: true
687         status: SUPPORTED
688       port_pcm_port_1_ip_requirements:
689         type: list
690         required: true
691         status: SUPPORTED
692         entry_schema:
693           type: org.openecomp.datatypes.network.IpRequirements
694       port_pcm_port_0_mac_requirements:
695         type: org.openecomp.datatypes.network.MacRequirements
696         required: true
697         status: SUPPORTED
698       cps_net_name:
699         type: string
700         description: CPS network name
701         required: true
702         status: SUPPORTED
703       oam_net_ip:
704         type: string
705         description: OAM network ip
706         required: true
707         status: SUPPORTED
708       oam_net_mask:
709         type: string
710         description: CPS network mask
711         required: true
712         status: SUPPORTED
713       port_pcm_port_1_order:
714         type: integer
715         required: true
716         status: SUPPORTED
717     attributes:
718       server_oam_id:
719         type: string
720         description: the oam nova service id
721         status: SUPPORTED
722     requirements:
723     - dependency_server_oam:
724         capability: tosca.capabilities.Node
725         node: tosca.nodes.Root
726         relationship: tosca.relationships.DependsOn
727         occurrences:
728         - 0
729         - UNBOUNDED
730     - local_storage_server_oam:
731         capability: tosca.capabilities.Attachment
732         node: tosca.nodes.BlockStorage
733         relationship: tosca.relationships.AttachesTo
734         occurrences:
735         - 0
736         - UNBOUNDED
737     - dependency_pcm_port_1:
738         capability: tosca.capabilities.Node
739         node: tosca.nodes.Root
740         relationship: tosca.relationships.DependsOn
741         occurrences:
742         - 0
743         - UNBOUNDED
744     - link_pcm_port_1:
745         capability: tosca.capabilities.network.Linkable
746         relationship: tosca.relationships.network.LinksTo
747         occurrences:
748         - 1
749         - 1
750     - dependency_pcm_port_0:
751         capability: tosca.capabilities.Node
752         node: tosca.nodes.Root
753         relationship: tosca.relationships.DependsOn
754         occurrences:
755         - 0
756         - UNBOUNDED
757     - link_pcm_port_0:
758         capability: tosca.capabilities.network.Linkable
759         relationship: tosca.relationships.network.LinksTo
760         occurrences:
761         - 1
762         - 1
763     capabilities:
764       cpu_server_oam:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       network.incoming.packets.rate_pcm_port_0:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       network.incoming.packets.rate_pcm_port_1:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       network.outpoing.packets_pcm_port_1:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       memory_server_oam:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       network.outpoing.packets_pcm_port_0:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       disk.write.requests_server_oam:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       memory.resident_server_oam:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.device.iops_server_oam:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.device.write.requests_server_oam:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       disk.allocation_server_oam:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.device.usage_server_oam:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       disk.usage_server_oam:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       disk.device.write.bytes_server_oam:
843         type: org.openecomp.capabilities.metric.Ceilometer
844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
845         occurrences:
846         - 1
847         - UNBOUNDED
848       network.incoming.bytes_pcm_port_0:
849         type: org.openecomp.capabilities.metric.Ceilometer
850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
851         occurrences:
852         - 1
853         - UNBOUNDED
854       disk.ephemeral.size_server_oam:
855         type: org.openecomp.capabilities.metric.Ceilometer
856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
857         occurrences:
858         - 1
859         - UNBOUNDED
860       disk.device.latency_server_oam:
861         type: org.openecomp.capabilities.metric.Ceilometer
862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
863         occurrences:
864         - 1
865         - UNBOUNDED
866       disk.root.size_server_oam:
867         type: org.openecomp.capabilities.metric.Ceilometer
868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
869         occurrences:
870         - 1
871         - UNBOUNDED
872       memory.usage_server_oam:
873         type: org.openecomp.capabilities.metric.Ceilometer
874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
875         occurrences:
876         - 1
877         - UNBOUNDED
878       network.incoming.bytes_pcm_port_1:
879         type: org.openecomp.capabilities.metric.Ceilometer
880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
881         occurrences:
882         - 1
883         - UNBOUNDED
884       binding_pcm_port_0:
885         type: tosca.capabilities.network.Bindable
886         valid_source_types:
887         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
888         occurrences:
889         - 0
890         - UNBOUNDED
891       binding_pcm_port_1:
892         type: tosca.capabilities.network.Bindable
893         valid_source_types:
894         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
895         occurrences:
896         - 0
897         - UNBOUNDED
898       disk.read.bytes_server_oam:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       os_server_oam:
905         type: tosca.capabilities.OperatingSystem
906         occurrences:
907         - 1
908         - UNBOUNDED
909       disk.read.requests_server_oam:
910         type: org.openecomp.capabilities.metric.Ceilometer
911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
912         occurrences:
913         - 1
914         - UNBOUNDED
915       disk.capacity_server_oam:
916         type: org.openecomp.capabilities.metric.Ceilometer
917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
918         occurrences:
919         - 1
920         - UNBOUNDED
921       network.outgoing.packets.rate_pcm_port_0:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       network.outgoing.packets.rate_pcm_port_1:
928         type: org.openecomp.capabilities.metric.Ceilometer
929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
930         occurrences:
931         - 1
932         - UNBOUNDED
933       feature_pcm_port_1:
934         type: tosca.capabilities.Node
935         occurrences:
936         - 1
937         - UNBOUNDED
938       network.outgoing.bytes_pcm_port_0:
939         type: org.openecomp.capabilities.metric.Ceilometer
940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
941         occurrences:
942         - 1
943         - UNBOUNDED
944       feature_pcm_port_0:
945         type: tosca.capabilities.Node
946         occurrences:
947         - 1
948         - UNBOUNDED
949       network.outgoing.bytes_pcm_port_1:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       attachment_pcm_port_0:
956         type: tosca.capabilities.Attachment
957         occurrences:
958         - 1
959         - UNBOUNDED
960       attachment_pcm_port_1:
961         type: tosca.capabilities.Attachment
962         occurrences:
963         - 1
964         - UNBOUNDED
965       disk.device.read.bytes_server_oam:
966         type: org.openecomp.capabilities.metric.Ceilometer
967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
968         occurrences:
969         - 1
970         - UNBOUNDED
971       endpoint_server_oam:
972         type: tosca.capabilities.Endpoint.Admin
973         occurrences:
974         - 1
975         - UNBOUNDED
976       disk.device.read.requests.rate_server_oam:
977         type: org.openecomp.capabilities.metric.Ceilometer
978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
979         occurrences:
980         - 1
981         - UNBOUNDED
982       vcpus_server_oam:
983         type: org.openecomp.capabilities.metric.Ceilometer
984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
985         occurrences:
986         - 1
987         - UNBOUNDED
988       disk.read.bytes.rate_server_oam:
989         type: org.openecomp.capabilities.metric.Ceilometer
990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
991         occurrences:
992         - 1
993         - UNBOUNDED
994       disk.write.bytes_server_oam:
995         type: org.openecomp.capabilities.metric.Ceilometer
996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       disk.iops_server_oam:
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       disk.device.allocation_server_oam:
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.requests.rate_server_oam:
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       scalable_server_oam:
1019         type: tosca.capabilities.Scalable
1020         occurrences:
1021         - 1
1022         - UNBOUNDED
1023       disk.device.read.bytes.rate_server_oam:
1024         type: org.openecomp.capabilities.metric.Ceilometer
1025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       cpu_util_server_oam:
1030         type: org.openecomp.capabilities.metric.Ceilometer
1031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       cpu.delta_server_oam:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       host_server_oam:
1042         type: tosca.capabilities.Container
1043         valid_source_types:
1044         - tosca.nodes.SoftwareComponent
1045         occurrences:
1046         - 1
1047         - UNBOUNDED
1048       disk.device.write.bytes.rate_server_oam:
1049         type: org.openecomp.capabilities.metric.Ceilometer
1050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1051         occurrences:
1052         - 1
1053         - UNBOUNDED
1054       network.outgoing.bytes.rate_pcm_port_1:
1055         type: org.openecomp.capabilities.metric.Ceilometer
1056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1057         occurrences:
1058         - 1
1059         - UNBOUNDED
1060       network.incoming.packets_pcm_port_0:
1061         type: org.openecomp.capabilities.metric.Ceilometer
1062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1063         occurrences:
1064         - 1
1065         - UNBOUNDED
1066       binding_server_oam:
1067         type: tosca.capabilities.network.Bindable
1068         occurrences:
1069         - 1
1070         - UNBOUNDED
1071       network.outgoing.bytes.rate_pcm_port_0:
1072         type: org.openecomp.capabilities.metric.Ceilometer
1073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1074         occurrences:
1075         - 1
1076         - UNBOUNDED
1077       disk.device.capacity_server_oam:
1078         type: org.openecomp.capabilities.metric.Ceilometer
1079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1080         occurrences:
1081         - 1
1082         - UNBOUNDED
1083       network.incoming.packets_pcm_port_1:
1084         type: org.openecomp.capabilities.metric.Ceilometer
1085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1086         occurrences:
1087         - 1
1088         - UNBOUNDED
1089       disk.latency_server_oam:
1090         type: org.openecomp.capabilities.metric.Ceilometer
1091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1092         occurrences:
1093         - 1
1094         - UNBOUNDED
1095       instance_server_oam:
1096         type: org.openecomp.capabilities.metric.Ceilometer
1097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1098         occurrences:
1099         - 1
1100         - UNBOUNDED
1101       disk.device.read.requests_server_oam:
1102         type: org.openecomp.capabilities.metric.Ceilometer
1103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1104         occurrences:
1105         - 1
1106         - UNBOUNDED
1107       disk.device.write.requests.rate_server_oam:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       feature_server_oam:
1114         type: tosca.capabilities.Node
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       network.incoming.bytes.rate_pcm_port_0:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       disk.write.bytes.rate_server_oam:
1125         type: org.openecomp.capabilities.metric.Ceilometer
1126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1127         occurrences:
1128         - 1
1129         - UNBOUNDED
1130       network.incoming.bytes.rate_pcm_port_1:
1131         type: org.openecomp.capabilities.metric.Ceilometer
1132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136   org.openecomp.resource.vfc.nodes.heat.pcm_server:
1137     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1138     properties:
1139       port_pcm_port_0_network_role:
1140         type: string
1141         required: true
1142         status: SUPPORTED
1143       metadata:
1144         type: string
1145         description: metadata
1146         required: true
1147         status: SUPPORTED
1148       port_pcm_port_1_network_role_tag:
1149         type: string
1150         required: true
1151         status: SUPPORTED
1152       availabilityzone_name:
1153         type: string
1154         description: availabilityzone name
1155         required: true
1156         status: SUPPORTED
1157       port_pcm_port_0_vlan_requirements:
1158         type: list
1159         required: true
1160         status: SUPPORTED
1161         entry_schema:
1162           type: org.openecomp.datatypes.network.VlanRequirements
1163       pcm_image_name:
1164         type: string
1165         description: PCRF CM image name
1166         required: true
1167         status: SUPPORTED
1168       port_pcm_port_0_order:
1169         type: integer
1170         required: true
1171         status: SUPPORTED
1172       port_pcm_port_0_subnetpoolid:
1173         type: string
1174         required: true
1175         status: SUPPORTED
1176       port_pcm_port_1_subnetpoolid:
1177         type: string
1178         required: true
1179         status: SUPPORTED
1180       port_pcm_port_0_network_role_tag:
1181         type: string
1182         required: true
1183         status: SUPPORTED
1184       pcm_server_name:
1185         type: string
1186         description: PCRF CM server name
1187         required: true
1188         status: SUPPORTED
1189       cps_net_mask:
1190         type: string
1191         description: CPS network mask
1192         required: true
1193         status: SUPPORTED
1194       port_pcm_port_1_exCP_naming:
1195         type: org.openecomp.datatypes.Naming
1196         required: true
1197         status: SUPPORTED
1198       port_pcm_port_0_exCP_naming:
1199         type: org.openecomp.datatypes.Naming
1200         required: true
1201         status: SUPPORTED
1202       oam_net_name:
1203         type: string
1204         description: OAM network name
1205         required: true
1206         status: SUPPORTED
1207       port_pcm_port_1_network_role:
1208         type: string
1209         required: true
1210         status: SUPPORTED
1211       port_pcm_port_0_ip_requirements:
1212         type: list
1213         required: true
1214         status: SUPPORTED
1215         entry_schema:
1216           type: org.openecomp.datatypes.network.IpRequirements
1217       oam_net_gw:
1218         type: string
1219         description: CPS network gateway
1220         required: true
1221         status: SUPPORTED
1222       security_group_name:
1223         type: string
1224         description: the name of security group
1225         required: true
1226         status: SUPPORTED
1227       cps_net_ip:
1228         type: string
1229         description: CPS network ip
1230         required: true
1231         status: SUPPORTED
1232       port_pcm_port_1_mac_requirements:
1233         type: org.openecomp.datatypes.network.MacRequirements
1234         required: true
1235         status: SUPPORTED
1236       port_pcm_port_1_vlan_requirements:
1237         type: list
1238         required: true
1239         status: SUPPORTED
1240         entry_schema:
1241           type: org.openecomp.datatypes.network.VlanRequirements
1242       pcm_flavor_name:
1243         type: string
1244         description: flavor name of PCRF CM instance
1245         required: true
1246         status: SUPPORTED
1247       user_data_format:
1248         type: string
1249         description: user_data_format
1250         required: true
1251         status: SUPPORTED
1252       pcm_vol:
1253         type: string
1254         description: CPS Cluman Cinder Volume
1255         required: true
1256         status: SUPPORTED
1257       port_pcm_port_1_ip_requirements:
1258         type: list
1259         required: true
1260         status: SUPPORTED
1261         entry_schema:
1262           type: org.openecomp.datatypes.network.IpRequirements
1263       port_pcm_port_0_mac_requirements:
1264         type: org.openecomp.datatypes.network.MacRequirements
1265         required: true
1266         status: SUPPORTED
1267       cps_net_name:
1268         type: string
1269         description: CPS network name
1270         required: true
1271         status: SUPPORTED
1272       oam_net_ip:
1273         type: string
1274         description: OAM network ip
1275         required: true
1276         status: SUPPORTED
1277       oam_net_mask:
1278         type: string
1279         description: CPS network mask
1280         required: true
1281         status: SUPPORTED
1282       port_pcm_port_1_order:
1283         type: integer
1284         required: true
1285         status: SUPPORTED
1286     attributes:
1287       server_pcm_id:
1288         type: string
1289         description: the pcm nova service id
1290         status: SUPPORTED
1291     requirements:
1292     - dependency_pcm_port_1:
1293         capability: tosca.capabilities.Node
1294         node: tosca.nodes.Root
1295         relationship: tosca.relationships.DependsOn
1296         occurrences:
1297         - 0
1298         - UNBOUNDED
1299     - link_pcm_port_1:
1300         capability: tosca.capabilities.network.Linkable
1301         relationship: tosca.relationships.network.LinksTo
1302         occurrences:
1303         - 1
1304         - 1
1305     - dependency_server_pcm:
1306         capability: tosca.capabilities.Node
1307         node: tosca.nodes.Root
1308         relationship: tosca.relationships.DependsOn
1309         occurrences:
1310         - 0
1311         - UNBOUNDED
1312     - local_storage_server_pcm:
1313         capability: tosca.capabilities.Attachment
1314         node: tosca.nodes.BlockStorage
1315         relationship: tosca.relationships.AttachesTo
1316         occurrences:
1317         - 0
1318         - UNBOUNDED
1319     - dependency_pcm_port_0:
1320         capability: tosca.capabilities.Node
1321         node: tosca.nodes.Root
1322         relationship: tosca.relationships.DependsOn
1323         occurrences:
1324         - 0
1325         - UNBOUNDED
1326     - link_pcm_port_0:
1327         capability: tosca.capabilities.network.Linkable
1328         relationship: tosca.relationships.network.LinksTo
1329         occurrences:
1330         - 1
1331         - 1
1332     capabilities:
1333       network.incoming.packets.rate_pcm_port_0:
1334         type: org.openecomp.capabilities.metric.Ceilometer
1335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1336         occurrences:
1337         - 1
1338         - UNBOUNDED
1339       cpu_server_pcm:
1340         type: org.openecomp.capabilities.metric.Ceilometer
1341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       network.incoming.packets.rate_pcm_port_1:
1346         type: org.openecomp.capabilities.metric.Ceilometer
1347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1348         occurrences:
1349         - 1
1350         - UNBOUNDED
1351       network.outpoing.packets_pcm_port_1:
1352         type: org.openecomp.capabilities.metric.Ceilometer
1353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1354         occurrences:
1355         - 1
1356         - UNBOUNDED
1357       memory_server_pcm:
1358         type: org.openecomp.capabilities.metric.Ceilometer
1359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       disk.write.requests_server_pcm:
1364         type: org.openecomp.capabilities.metric.Ceilometer
1365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       network.outpoing.packets_pcm_port_0:
1370         type: org.openecomp.capabilities.metric.Ceilometer
1371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1372         occurrences:
1373         - 1
1374         - UNBOUNDED
1375       disk.device.iops_server_pcm:
1376         type: org.openecomp.capabilities.metric.Ceilometer
1377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1378         occurrences:
1379         - 1
1380         - UNBOUNDED
1381       memory.resident_server_pcm:
1382         type: org.openecomp.capabilities.metric.Ceilometer
1383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1384         occurrences:
1385         - 1
1386         - UNBOUNDED
1387       disk.device.write.requests_server_pcm:
1388         type: org.openecomp.capabilities.metric.Ceilometer
1389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1390         occurrences:
1391         - 1
1392         - UNBOUNDED
1393       disk.device.usage_server_pcm:
1394         type: org.openecomp.capabilities.metric.Ceilometer
1395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       disk.allocation_server_pcm:
1400         type: org.openecomp.capabilities.metric.Ceilometer
1401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1402         occurrences:
1403         - 1
1404         - UNBOUNDED
1405       disk.usage_server_pcm:
1406         type: org.openecomp.capabilities.metric.Ceilometer
1407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411       disk.device.write.bytes_server_pcm:
1412         type: org.openecomp.capabilities.metric.Ceilometer
1413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1414         occurrences:
1415         - 1
1416         - UNBOUNDED
1417       disk.root.size_server_pcm:
1418         type: org.openecomp.capabilities.metric.Ceilometer
1419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1420         occurrences:
1421         - 1
1422         - UNBOUNDED
1423       disk.ephemeral.size_server_pcm:
1424         type: org.openecomp.capabilities.metric.Ceilometer
1425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       disk.device.latency_server_pcm:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       network.incoming.bytes_pcm_port_0:
1436         type: org.openecomp.capabilities.metric.Ceilometer
1437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1438         occurrences:
1439         - 1
1440         - UNBOUNDED
1441       network.incoming.bytes_pcm_port_1:
1442         type: org.openecomp.capabilities.metric.Ceilometer
1443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1444         occurrences:
1445         - 1
1446         - UNBOUNDED
1447       binding_pcm_port_0:
1448         type: tosca.capabilities.network.Bindable
1449         valid_source_types:
1450         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1451         occurrences:
1452         - 0
1453         - UNBOUNDED
1454       binding_pcm_port_1:
1455         type: tosca.capabilities.network.Bindable
1456         valid_source_types:
1457         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1458         occurrences:
1459         - 0
1460         - UNBOUNDED
1461       memory.usage_server_pcm:
1462         type: org.openecomp.capabilities.metric.Ceilometer
1463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       disk.read.requests_server_pcm:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       disk.capacity_server_pcm:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       os_server_pcm:
1480         type: tosca.capabilities.OperatingSystem
1481         occurrences:
1482         - 1
1483         - UNBOUNDED
1484       disk.read.bytes_server_pcm:
1485         type: org.openecomp.capabilities.metric.Ceilometer
1486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1487         occurrences:
1488         - 1
1489         - UNBOUNDED
1490       network.outgoing.packets.rate_pcm_port_0:
1491         type: org.openecomp.capabilities.metric.Ceilometer
1492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1493         occurrences:
1494         - 1
1495         - UNBOUNDED
1496       network.outgoing.packets.rate_pcm_port_1:
1497         type: org.openecomp.capabilities.metric.Ceilometer
1498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1499         occurrences:
1500         - 1
1501         - UNBOUNDED
1502       feature_pcm_port_1:
1503         type: tosca.capabilities.Node
1504         occurrences:
1505         - 1
1506         - UNBOUNDED
1507       network.outgoing.bytes_pcm_port_0:
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.read.bytes_server_pcm:
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       feature_pcm_port_0:
1520         type: tosca.capabilities.Node
1521         occurrences:
1522         - 1
1523         - UNBOUNDED
1524       network.outgoing.bytes_pcm_port_1:
1525         type: org.openecomp.capabilities.metric.Ceilometer
1526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1527         occurrences:
1528         - 1
1529         - UNBOUNDED
1530       attachment_pcm_port_0:
1531         type: tosca.capabilities.Attachment
1532         occurrences:
1533         - 1
1534         - UNBOUNDED
1535       attachment_pcm_port_1:
1536         type: tosca.capabilities.Attachment
1537         occurrences:
1538         - 1
1539         - UNBOUNDED
1540       endpoint_server_pcm:
1541         type: tosca.capabilities.Endpoint.Admin
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545       disk.device.read.requests.rate_server_pcm:
1546         type: org.openecomp.capabilities.metric.Ceilometer
1547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1548         occurrences:
1549         - 1
1550         - UNBOUNDED
1551       vcpus_server_pcm:
1552         type: org.openecomp.capabilities.metric.Ceilometer
1553         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1554         occurrences:
1555         - 1
1556         - UNBOUNDED
1557       disk.write.bytes_server_pcm:
1558         type: org.openecomp.capabilities.metric.Ceilometer
1559         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1560         occurrences:
1561         - 1
1562         - UNBOUNDED
1563       disk.iops_server_pcm:
1564         type: org.openecomp.capabilities.metric.Ceilometer
1565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1566         occurrences:
1567         - 1
1568         - UNBOUNDED
1569       disk.read.bytes.rate_server_pcm:
1570         type: org.openecomp.capabilities.metric.Ceilometer
1571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1572         occurrences:
1573         - 1
1574         - UNBOUNDED
1575       disk.device.allocation_server_pcm:
1576         type: org.openecomp.capabilities.metric.Ceilometer
1577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       scalable_server_pcm:
1582         type: tosca.capabilities.Scalable
1583         occurrences:
1584         - 1
1585         - UNBOUNDED
1586       disk.device.read.bytes.rate_server_pcm:
1587         type: org.openecomp.capabilities.metric.Ceilometer
1588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592       cpu_util_server_pcm:
1593         type: org.openecomp.capabilities.metric.Ceilometer
1594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1595         occurrences:
1596         - 1
1597         - UNBOUNDED
1598       disk.write.requests.rate_server_pcm:
1599         type: org.openecomp.capabilities.metric.Ceilometer
1600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1601         occurrences:
1602         - 1
1603         - UNBOUNDED
1604       disk.device.write.bytes.rate_server_pcm:
1605         type: org.openecomp.capabilities.metric.Ceilometer
1606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1607         occurrences:
1608         - 1
1609         - UNBOUNDED
1610       host_server_pcm:
1611         type: tosca.capabilities.Container
1612         valid_source_types:
1613         - tosca.nodes.SoftwareComponent
1614         occurrences:
1615         - 1
1616         - UNBOUNDED
1617       cpu.delta_server_pcm:
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       network.outgoing.bytes.rate_pcm_port_1:
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.incoming.packets_pcm_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       binding_server_pcm:
1636         type: tosca.capabilities.network.Bindable
1637         occurrences:
1638         - 1
1639         - UNBOUNDED
1640       network.outgoing.bytes.rate_pcm_port_0:
1641         type: org.openecomp.capabilities.metric.Ceilometer
1642         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1643         occurrences:
1644         - 1
1645         - UNBOUNDED
1646       disk.device.capacity_server_pcm:
1647         type: org.openecomp.capabilities.metric.Ceilometer
1648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1649         occurrences:
1650         - 1
1651         - UNBOUNDED
1652       network.incoming.packets_pcm_port_1:
1653         type: org.openecomp.capabilities.metric.Ceilometer
1654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1655         occurrences:
1656         - 1
1657         - UNBOUNDED
1658       instance_server_pcm:
1659         type: org.openecomp.capabilities.metric.Ceilometer
1660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1661         occurrences:
1662         - 1
1663         - UNBOUNDED
1664       disk.device.write.requests.rate_server_pcm:
1665         type: org.openecomp.capabilities.metric.Ceilometer
1666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1667         occurrences:
1668         - 1
1669         - UNBOUNDED
1670       disk.latency_server_pcm:
1671         type: org.openecomp.capabilities.metric.Ceilometer
1672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1673         occurrences:
1674         - 1
1675         - UNBOUNDED
1676       disk.device.read.requests_server_pcm:
1677         type: org.openecomp.capabilities.metric.Ceilometer
1678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1679         occurrences:
1680         - 1
1681         - UNBOUNDED
1682       feature_server_pcm:
1683         type: tosca.capabilities.Node
1684         occurrences:
1685         - 1
1686         - UNBOUNDED
1687       network.incoming.bytes.rate_pcm_port_0:
1688         type: org.openecomp.capabilities.metric.Ceilometer
1689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1690         occurrences:
1691         - 1
1692         - UNBOUNDED
1693       disk.write.bytes.rate_server_pcm:
1694         type: org.openecomp.capabilities.metric.Ceilometer
1695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1696         occurrences:
1697         - 1
1698         - UNBOUNDED
1699       network.incoming.bytes.rate_pcm_port_1:
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   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
1706     derived_from: org.openecomp.resource.abstract.nodes.VFC
1707     properties:
1708       port_pcm_port_0_network_role:
1709         type: string
1710         required: true
1711         status: SUPPORTED
1712       metadata:
1713         type: string
1714         description: metadata
1715         required: true
1716         status: SUPPORTED
1717       port_pcm_port_1_network_role_tag:
1718         type: string
1719         required: true
1720         status: SUPPORTED
1721       availabilityzone_name:
1722         type: string
1723         description: availabilityzone name
1724         required: true
1725         status: SUPPORTED
1726       port_pcm_port_0_vlan_requirements:
1727         type: list
1728         required: true
1729         status: SUPPORTED
1730         entry_schema:
1731           type: org.openecomp.datatypes.network.VlanRequirements
1732       pcm_image_name:
1733         type: string
1734         description: PCRF CM image name
1735         required: true
1736         status: SUPPORTED
1737       port_pcm_port_0_order:
1738         type: integer
1739         required: true
1740         status: SUPPORTED
1741       port_pcm_port_0_subnetpoolid:
1742         type: string
1743         required: true
1744         status: SUPPORTED
1745       port_pcm_port_1_subnetpoolid:
1746         type: string
1747         required: true
1748         status: SUPPORTED
1749       port_pcm_port_0_network_role_tag:
1750         type: string
1751         required: true
1752         status: SUPPORTED
1753       pcm_server_name:
1754         type: string
1755         description: PCRF CM server name
1756         required: true
1757         status: SUPPORTED
1758       cps_net_mask:
1759         type: string
1760         description: CPS network mask
1761         required: true
1762         status: SUPPORTED
1763       port_pcm_port_1_exCP_naming:
1764         type: org.openecomp.datatypes.Naming
1765         required: true
1766         status: SUPPORTED
1767       port_pcm_port_0_exCP_naming:
1768         type: org.openecomp.datatypes.Naming
1769         required: true
1770         status: SUPPORTED
1771       oam_net_name:
1772         type: string
1773         description: OAM network name
1774         required: true
1775         status: SUPPORTED
1776       port_pcm_port_1_network_role:
1777         type: string
1778         required: true
1779         status: SUPPORTED
1780       port_pcm_port_0_ip_requirements:
1781         type: list
1782         required: true
1783         status: SUPPORTED
1784         entry_schema:
1785           type: org.openecomp.datatypes.network.IpRequirements
1786       oam_net_gw:
1787         type: string
1788         description: CPS network gateway
1789         required: true
1790         status: SUPPORTED
1791       security_group_name:
1792         type: string
1793         description: the name of security group
1794         required: true
1795         status: SUPPORTED
1796       cps_net_ip:
1797         type: string
1798         description: CPS network ip
1799         required: true
1800         status: SUPPORTED
1801       port_pcm_port_1_mac_requirements:
1802         type: org.openecomp.datatypes.network.MacRequirements
1803         required: true
1804         status: SUPPORTED
1805       port_pcm_port_1_vlan_requirements:
1806         type: list
1807         required: true
1808         status: SUPPORTED
1809         entry_schema:
1810           type: org.openecomp.datatypes.network.VlanRequirements
1811       pcm_flavor_name:
1812         type: string
1813         description: flavor name of PCRF CM instance
1814         required: true
1815         status: SUPPORTED
1816       user_data_format:
1817         type: string
1818         description: user_data_format
1819         required: true
1820         status: SUPPORTED
1821       pcm_vol:
1822         type: string
1823         description: CPS Cluman Cinder Volume
1824         required: true
1825         status: SUPPORTED
1826       port_pcm_port_1_ip_requirements:
1827         type: list
1828         required: true
1829         status: SUPPORTED
1830         entry_schema:
1831           type: org.openecomp.datatypes.network.IpRequirements
1832       port_pcm_port_0_mac_requirements:
1833         type: org.openecomp.datatypes.network.MacRequirements
1834         required: true
1835         status: SUPPORTED
1836       cps_net_name:
1837         type: string
1838         description: CPS network name
1839         required: true
1840         status: SUPPORTED
1841       oam_net_ip:
1842         type: string
1843         description: OAM network ip
1844         required: true
1845         status: SUPPORTED
1846       oam_net_mask:
1847         type: string
1848         description: CPS network mask
1849         required: true
1850         status: SUPPORTED
1851       port_pcm_port_1_order:
1852         type: integer
1853         required: true
1854         status: SUPPORTED
1855     attributes:
1856       server_pcm_id:
1857         type: string
1858         description: the pcm nova service id
1859         status: SUPPORTED
1860     requirements:
1861     - dependency_pcm_port_1:
1862         capability: tosca.capabilities.Node
1863         node: tosca.nodes.Root
1864         relationship: tosca.relationships.DependsOn
1865         occurrences:
1866         - 0
1867         - UNBOUNDED
1868     - link_pcm_port_1:
1869         capability: tosca.capabilities.network.Linkable
1870         relationship: tosca.relationships.network.LinksTo
1871         occurrences:
1872         - 1
1873         - 1
1874     - dependency_server_pcm:
1875         capability: tosca.capabilities.Node
1876         node: tosca.nodes.Root
1877         relationship: tosca.relationships.DependsOn
1878         occurrences:
1879         - 0
1880         - UNBOUNDED
1881     - local_storage_server_pcm:
1882         capability: tosca.capabilities.Attachment
1883         node: tosca.nodes.BlockStorage
1884         relationship: tosca.relationships.AttachesTo
1885         occurrences:
1886         - 0
1887         - UNBOUNDED
1888     - dependency_pcm_port_0:
1889         capability: tosca.capabilities.Node
1890         node: tosca.nodes.Root
1891         relationship: tosca.relationships.DependsOn
1892         occurrences:
1893         - 0
1894         - UNBOUNDED
1895     - link_pcm_port_0:
1896         capability: tosca.capabilities.network.Linkable
1897         relationship: tosca.relationships.network.LinksTo
1898         occurrences:
1899         - 1
1900         - 1
1901     capabilities:
1902       network.incoming.packets.rate_pcm_port_0:
1903         type: org.openecomp.capabilities.metric.Ceilometer
1904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1905         occurrences:
1906         - 1
1907         - UNBOUNDED
1908       cpu_server_pcm:
1909         type: org.openecomp.capabilities.metric.Ceilometer
1910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1911         occurrences:
1912         - 1
1913         - UNBOUNDED
1914       network.incoming.packets.rate_pcm_port_1:
1915         type: org.openecomp.capabilities.metric.Ceilometer
1916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1917         occurrences:
1918         - 1
1919         - UNBOUNDED
1920       network.outpoing.packets_pcm_port_1:
1921         type: org.openecomp.capabilities.metric.Ceilometer
1922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1923         occurrences:
1924         - 1
1925         - UNBOUNDED
1926       memory_server_pcm:
1927         type: org.openecomp.capabilities.metric.Ceilometer
1928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1929         occurrences:
1930         - 1
1931         - UNBOUNDED
1932       disk.write.requests_server_pcm:
1933         type: org.openecomp.capabilities.metric.Ceilometer
1934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1935         occurrences:
1936         - 1
1937         - UNBOUNDED
1938       network.outpoing.packets_pcm_port_0:
1939         type: org.openecomp.capabilities.metric.Ceilometer
1940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1941         occurrences:
1942         - 1
1943         - UNBOUNDED
1944       disk.device.iops_server_pcm:
1945         type: org.openecomp.capabilities.metric.Ceilometer
1946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1947         occurrences:
1948         - 1
1949         - UNBOUNDED
1950       memory.resident_server_pcm:
1951         type: org.openecomp.capabilities.metric.Ceilometer
1952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1953         occurrences:
1954         - 1
1955         - UNBOUNDED
1956       disk.device.write.requests_server_pcm:
1957         type: org.openecomp.capabilities.metric.Ceilometer
1958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1959         occurrences:
1960         - 1
1961         - UNBOUNDED
1962       disk.device.usage_server_pcm:
1963         type: org.openecomp.capabilities.metric.Ceilometer
1964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1965         occurrences:
1966         - 1
1967         - UNBOUNDED
1968       disk.allocation_server_pcm:
1969         type: org.openecomp.capabilities.metric.Ceilometer
1970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1971         occurrences:
1972         - 1
1973         - UNBOUNDED
1974       disk.usage_server_pcm:
1975         type: org.openecomp.capabilities.metric.Ceilometer
1976         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1977         occurrences:
1978         - 1
1979         - UNBOUNDED
1980       disk.device.write.bytes_server_pcm:
1981         type: org.openecomp.capabilities.metric.Ceilometer
1982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1983         occurrences:
1984         - 1
1985         - UNBOUNDED
1986       disk.root.size_server_pcm:
1987         type: org.openecomp.capabilities.metric.Ceilometer
1988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1989         occurrences:
1990         - 1
1991         - UNBOUNDED
1992       disk.ephemeral.size_server_pcm:
1993         type: org.openecomp.capabilities.metric.Ceilometer
1994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1995         occurrences:
1996         - 1
1997         - UNBOUNDED
1998       disk.device.latency_server_pcm:
1999         type: org.openecomp.capabilities.metric.Ceilometer
2000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2001         occurrences:
2002         - 1
2003         - UNBOUNDED
2004       network.incoming.bytes_pcm_port_0:
2005         type: org.openecomp.capabilities.metric.Ceilometer
2006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2007         occurrences:
2008         - 1
2009         - UNBOUNDED
2010       network.incoming.bytes_pcm_port_1:
2011         type: org.openecomp.capabilities.metric.Ceilometer
2012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2013         occurrences:
2014         - 1
2015         - UNBOUNDED
2016       binding_pcm_port_0:
2017         type: tosca.capabilities.network.Bindable
2018         valid_source_types:
2019         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2020         occurrences:
2021         - 0
2022         - UNBOUNDED
2023       binding_pcm_port_1:
2024         type: tosca.capabilities.network.Bindable
2025         valid_source_types:
2026         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2027         occurrences:
2028         - 0
2029         - UNBOUNDED
2030       memory.usage_server_pcm:
2031         type: org.openecomp.capabilities.metric.Ceilometer
2032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2033         occurrences:
2034         - 1
2035         - UNBOUNDED
2036       disk.read.requests_server_pcm:
2037         type: org.openecomp.capabilities.metric.Ceilometer
2038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2039         occurrences:
2040         - 1
2041         - UNBOUNDED
2042       disk.capacity_server_pcm:
2043         type: org.openecomp.capabilities.metric.Ceilometer
2044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2045         occurrences:
2046         - 1
2047         - UNBOUNDED
2048       os_server_pcm:
2049         type: tosca.capabilities.OperatingSystem
2050         occurrences:
2051         - 1
2052         - UNBOUNDED
2053       disk.read.bytes_server_pcm:
2054         type: org.openecomp.capabilities.metric.Ceilometer
2055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2056         occurrences:
2057         - 1
2058         - UNBOUNDED
2059       network.outgoing.packets.rate_pcm_port_0:
2060         type: org.openecomp.capabilities.metric.Ceilometer
2061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2062         occurrences:
2063         - 1
2064         - UNBOUNDED
2065       network.outgoing.packets.rate_pcm_port_1:
2066         type: org.openecomp.capabilities.metric.Ceilometer
2067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2068         occurrences:
2069         - 1
2070         - UNBOUNDED
2071       feature_pcm_port_1:
2072         type: tosca.capabilities.Node
2073         occurrences:
2074         - 1
2075         - UNBOUNDED
2076       network.outgoing.bytes_pcm_port_0:
2077         type: org.openecomp.capabilities.metric.Ceilometer
2078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2079         occurrences:
2080         - 1
2081         - UNBOUNDED
2082       disk.device.read.bytes_server_pcm:
2083         type: org.openecomp.capabilities.metric.Ceilometer
2084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2085         occurrences:
2086         - 1
2087         - UNBOUNDED
2088       feature_pcm_port_0:
2089         type: tosca.capabilities.Node
2090         occurrences:
2091         - 1
2092         - UNBOUNDED
2093       network.outgoing.bytes_pcm_port_1:
2094         type: org.openecomp.capabilities.metric.Ceilometer
2095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2096         occurrences:
2097         - 1
2098         - UNBOUNDED
2099       attachment_pcm_port_0:
2100         type: tosca.capabilities.Attachment
2101         occurrences:
2102         - 1
2103         - UNBOUNDED
2104       attachment_pcm_port_1:
2105         type: tosca.capabilities.Attachment
2106         occurrences:
2107         - 1
2108         - UNBOUNDED
2109       endpoint_server_pcm:
2110         type: tosca.capabilities.Endpoint.Admin
2111         occurrences:
2112         - 1
2113         - UNBOUNDED
2114       disk.device.read.requests.rate_server_pcm:
2115         type: org.openecomp.capabilities.metric.Ceilometer
2116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2117         occurrences:
2118         - 1
2119         - UNBOUNDED
2120       vcpus_server_pcm:
2121         type: org.openecomp.capabilities.metric.Ceilometer
2122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2123         occurrences:
2124         - 1
2125         - UNBOUNDED
2126       disk.write.bytes_server_pcm:
2127         type: org.openecomp.capabilities.metric.Ceilometer
2128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2129         occurrences:
2130         - 1
2131         - UNBOUNDED
2132       disk.iops_server_pcm:
2133         type: org.openecomp.capabilities.metric.Ceilometer
2134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2135         occurrences:
2136         - 1
2137         - UNBOUNDED
2138       disk.read.bytes.rate_server_pcm:
2139         type: org.openecomp.capabilities.metric.Ceilometer
2140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2141         occurrences:
2142         - 1
2143         - UNBOUNDED
2144       disk.device.allocation_server_pcm:
2145         type: org.openecomp.capabilities.metric.Ceilometer
2146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2147         occurrences:
2148         - 1
2149         - UNBOUNDED
2150       scalable_server_pcm:
2151         type: tosca.capabilities.Scalable
2152         occurrences:
2153         - 1
2154         - UNBOUNDED
2155       disk.device.read.bytes.rate_server_pcm:
2156         type: org.openecomp.capabilities.metric.Ceilometer
2157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2158         occurrences:
2159         - 1
2160         - UNBOUNDED
2161       cpu_util_server_pcm:
2162         type: org.openecomp.capabilities.metric.Ceilometer
2163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2164         occurrences:
2165         - 1
2166         - UNBOUNDED
2167       disk.write.requests.rate_server_pcm:
2168         type: org.openecomp.capabilities.metric.Ceilometer
2169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2170         occurrences:
2171         - 1
2172         - UNBOUNDED
2173       disk.device.write.bytes.rate_server_pcm:
2174         type: org.openecomp.capabilities.metric.Ceilometer
2175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2176         occurrences:
2177         - 1
2178         - UNBOUNDED
2179       host_server_pcm:
2180         type: tosca.capabilities.Container
2181         valid_source_types:
2182         - tosca.nodes.SoftwareComponent
2183         occurrences:
2184         - 1
2185         - UNBOUNDED
2186       cpu.delta_server_pcm:
2187         type: org.openecomp.capabilities.metric.Ceilometer
2188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2189         occurrences:
2190         - 1
2191         - UNBOUNDED
2192       network.outgoing.bytes.rate_pcm_port_1:
2193         type: org.openecomp.capabilities.metric.Ceilometer
2194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2195         occurrences:
2196         - 1
2197         - UNBOUNDED
2198       network.incoming.packets_pcm_port_0:
2199         type: org.openecomp.capabilities.metric.Ceilometer
2200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2201         occurrences:
2202         - 1
2203         - UNBOUNDED
2204       binding_server_pcm:
2205         type: tosca.capabilities.network.Bindable
2206         occurrences:
2207         - 1
2208         - UNBOUNDED
2209       network.outgoing.bytes.rate_pcm_port_0:
2210         type: org.openecomp.capabilities.metric.Ceilometer
2211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2212         occurrences:
2213         - 1
2214         - UNBOUNDED
2215       disk.device.capacity_server_pcm:
2216         type: org.openecomp.capabilities.metric.Ceilometer
2217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2218         occurrences:
2219         - 1
2220         - UNBOUNDED
2221       network.incoming.packets_pcm_port_1:
2222         type: org.openecomp.capabilities.metric.Ceilometer
2223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2224         occurrences:
2225         - 1
2226         - UNBOUNDED
2227       instance_server_pcm:
2228         type: org.openecomp.capabilities.metric.Ceilometer
2229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2230         occurrences:
2231         - 1
2232         - UNBOUNDED
2233       disk.device.write.requests.rate_server_pcm:
2234         type: org.openecomp.capabilities.metric.Ceilometer
2235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2236         occurrences:
2237         - 1
2238         - UNBOUNDED
2239       disk.latency_server_pcm:
2240         type: org.openecomp.capabilities.metric.Ceilometer
2241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2242         occurrences:
2243         - 1
2244         - UNBOUNDED
2245       disk.device.read.requests_server_pcm:
2246         type: org.openecomp.capabilities.metric.Ceilometer
2247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2248         occurrences:
2249         - 1
2250         - UNBOUNDED
2251       feature_server_pcm:
2252         type: tosca.capabilities.Node
2253         occurrences:
2254         - 1
2255         - UNBOUNDED
2256       network.incoming.bytes.rate_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       disk.write.bytes.rate_server_pcm:
2263         type: org.openecomp.capabilities.metric.Ceilometer
2264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2265         occurrences:
2266         - 1
2267         - UNBOUNDED
2268       network.incoming.bytes.rate_pcm_port_1:
2269         type: org.openecomp.capabilities.metric.Ceilometer
2270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2271         occurrences:
2272         - 1
2273         - UNBOUNDED
2274   org.openecomp.resource.abstract.nodes.compute:
2275     derived_from: org.openecomp.resource.abstract.nodes.VFC
2276     properties:
2277       vm_image_name:
2278         type: string
2279         required: true
2280         status: SUPPORTED
2281       index_value:
2282         type: integer
2283         description: Index value of this substitution service template runtime instance
2284         required: false
2285         default: 0
2286         status: SUPPORTED
2287         constraints:
2288         - greater_or_equal: 0
2289       compute_compute_name:
2290         type: list
2291         required: true
2292         status: SUPPORTED
2293         entry_schema:
2294           type: string
2295       vm_flavor_name:
2296         type: string
2297         required: true
2298         status: SUPPORTED
2299       compute_compute_config_drive:
2300         type: list
2301         required: true
2302         status: SUPPORTED
2303         entry_schema:
2304           type: boolean
2305     attributes:
2306       compute_instance_name:
2307         type: string
2308         status: SUPPORTED
2309     requirements:
2310     - dependency_compute:
2311         capability: tosca.capabilities.Node
2312         node: tosca.nodes.Root
2313         relationship: tosca.relationships.DependsOn
2314         occurrences:
2315         - 0
2316         - UNBOUNDED
2317     - local_storage_compute:
2318         capability: tosca.capabilities.Attachment
2319         node: tosca.nodes.BlockStorage
2320         relationship: tosca.relationships.AttachesTo
2321         occurrences:
2322         - 0
2323         - UNBOUNDED
2324     capabilities:
2325       disk.device.usage_compute:
2326         type: org.openecomp.capabilities.metric.Ceilometer
2327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2328         occurrences:
2329         - 1
2330         - UNBOUNDED
2331       disk.write.requests_compute:
2332         type: org.openecomp.capabilities.metric.Ceilometer
2333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2334         occurrences:
2335         - 1
2336         - UNBOUNDED
2337       instance_compute:
2338         type: org.openecomp.capabilities.metric.Ceilometer
2339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2340         occurrences:
2341         - 1
2342         - UNBOUNDED
2343       disk.ephemeral.size_compute:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       disk.device.read.bytes.rate_compute:
2350         type: org.openecomp.capabilities.metric.Ceilometer
2351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2352         occurrences:
2353         - 1
2354         - UNBOUNDED
2355       disk.latency_compute:
2356         type: org.openecomp.capabilities.metric.Ceilometer
2357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2358         occurrences:
2359         - 1
2360         - UNBOUNDED
2361       memory.resident_compute:
2362         type: org.openecomp.capabilities.metric.Ceilometer
2363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2364         occurrences:
2365         - 1
2366         - UNBOUNDED
2367       memory_compute:
2368         type: org.openecomp.capabilities.metric.Ceilometer
2369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2370         occurrences:
2371         - 1
2372         - UNBOUNDED
2373       disk.iops_compute:
2374         type: org.openecomp.capabilities.metric.Ceilometer
2375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2376         occurrences:
2377         - 1
2378         - UNBOUNDED
2379       disk.root.size_compute:
2380         type: org.openecomp.capabilities.metric.Ceilometer
2381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2382         occurrences:
2383         - 1
2384         - UNBOUNDED
2385       disk.write.requests.rate_compute:
2386         type: org.openecomp.capabilities.metric.Ceilometer
2387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2388         occurrences:
2389         - 1
2390         - UNBOUNDED
2391       disk.read.requests_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.device.read.requests.rate_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       disk.read.bytes_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.device.read.bytes_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.write.bytes_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.usage_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       os_compute:
2428         type: tosca.capabilities.OperatingSystem
2429         occurrences:
2430         - 1
2431         - UNBOUNDED
2432       disk.write.bytes.rate_compute:
2433         type: org.openecomp.capabilities.metric.Ceilometer
2434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2435         occurrences:
2436         - 1
2437         - UNBOUNDED
2438       vcpus_compute:
2439         type: org.openecomp.capabilities.metric.Ceilometer
2440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2441         occurrences:
2442         - 1
2443         - UNBOUNDED
2444       disk.capacity_compute:
2445         type: org.openecomp.capabilities.metric.Ceilometer
2446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2447         occurrences:
2448         - 1
2449         - UNBOUNDED
2450       cpu_util_compute:
2451         type: org.openecomp.capabilities.metric.Ceilometer
2452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2453         occurrences:
2454         - 1
2455         - UNBOUNDED
2456       disk.read.bytes.rate_compute:
2457         type: org.openecomp.capabilities.metric.Ceilometer
2458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2459         occurrences:
2460         - 1
2461         - UNBOUNDED
2462       disk.device.latency_compute:
2463         type: org.openecomp.capabilities.metric.Ceilometer
2464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2465         occurrences:
2466         - 1
2467         - UNBOUNDED
2468       disk.device.write.requests_compute:
2469         type: org.openecomp.capabilities.metric.Ceilometer
2470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2471         occurrences:
2472         - 1
2473         - UNBOUNDED
2474       disk.device.iops_compute:
2475         type: org.openecomp.capabilities.metric.Ceilometer
2476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2477         occurrences:
2478         - 1
2479         - UNBOUNDED
2480       disk.device.write.requests.rate_compute:
2481         type: org.openecomp.capabilities.metric.Ceilometer
2482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2483         occurrences:
2484         - 1
2485         - UNBOUNDED
2486       endpoint_compute:
2487         type: tosca.capabilities.Endpoint.Admin
2488         occurrences:
2489         - 1
2490         - UNBOUNDED
2491       memory.usage_compute:
2492         type: org.openecomp.capabilities.metric.Ceilometer
2493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2494         occurrences:
2495         - 1
2496         - UNBOUNDED
2497       host_compute:
2498         type: tosca.capabilities.Container
2499         valid_source_types:
2500         - tosca.nodes.SoftwareComponent
2501         occurrences:
2502         - 1
2503         - UNBOUNDED
2504       feature_compute:
2505         type: tosca.capabilities.Node
2506         occurrences:
2507         - 1
2508         - UNBOUNDED
2509       disk.device.write.bytes_compute:
2510         type: org.openecomp.capabilities.metric.Ceilometer
2511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2512         occurrences:
2513         - 1
2514         - UNBOUNDED
2515       cpu_compute:
2516         type: org.openecomp.capabilities.metric.Ceilometer
2517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2518         occurrences:
2519         - 1
2520         - UNBOUNDED
2521       disk.device.write.bytes.rate_compute:
2522         type: org.openecomp.capabilities.metric.Ceilometer
2523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2524         occurrences:
2525         - 1
2526         - UNBOUNDED
2527       scalable_compute:
2528         type: tosca.capabilities.Scalable
2529         occurrences:
2530         - 1
2531         - UNBOUNDED
2532       disk.device.read.requests_compute:
2533         type: org.openecomp.capabilities.metric.Ceilometer
2534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2535         occurrences:
2536         - 1
2537         - UNBOUNDED
2538       disk.allocation_compute:
2539         type: org.openecomp.capabilities.metric.Ceilometer
2540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2541         occurrences:
2542         - 1
2543         - UNBOUNDED
2544       disk.device.capacity_compute:
2545         type: org.openecomp.capabilities.metric.Ceilometer
2546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2547         occurrences:
2548         - 1
2549         - UNBOUNDED
2550       disk.device.allocation_compute:
2551         type: org.openecomp.capabilities.metric.Ceilometer
2552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2553         occurrences:
2554         - 1
2555         - UNBOUNDED
2556       cpu.delta_compute:
2557         type: org.openecomp.capabilities.metric.Ceilometer
2558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2559         occurrences:
2560         - 1
2561         - UNBOUNDED
2562       binding_compute:
2563         type: tosca.capabilities.network.Bindable
2564         occurrences:
2565         - 1
2566         - UNBOUNDED
2567   org.openecomp.resource.vfc.nodes.heat.oam_server:
2568     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
2569     properties:
2570       port_pcm_port_0_network_role:
2571         type: string
2572         required: true
2573         status: SUPPORTED
2574       port_pcm_port_1_network_role_tag:
2575         type: string
2576         required: true
2577         status: SUPPORTED
2578       availabilityzone_name:
2579         type: string
2580         description: availabilityzone name
2581         required: true
2582         status: SUPPORTED
2583       port_pcm_port_0_vlan_requirements:
2584         type: list
2585         required: true
2586         status: SUPPORTED
2587         entry_schema:
2588           type: org.openecomp.datatypes.network.VlanRequirements
2589       oam_server_name:
2590         type: string
2591         description: oam server name
2592         required: true
2593         status: SUPPORTED
2594       port_pcm_port_0_order:
2595         type: integer
2596         required: true
2597         status: SUPPORTED
2598       port_pcm_port_0_subnetpoolid:
2599         type: string
2600         required: true
2601         status: SUPPORTED
2602       port_pcm_port_1_subnetpoolid:
2603         type: string
2604         required: true
2605         status: SUPPORTED
2606       port_pcm_port_0_network_role_tag:
2607         type: string
2608         required: true
2609         status: SUPPORTED
2610       oam_image_name:
2611         type: string
2612         description: oam image name
2613         required: true
2614         status: SUPPORTED
2615       cps_net_mask:
2616         type: string
2617         description: CPS network mask
2618         required: true
2619         status: SUPPORTED
2620       port_pcm_port_1_exCP_naming:
2621         type: org.openecomp.datatypes.Naming
2622         required: true
2623         status: SUPPORTED
2624       port_pcm_port_0_exCP_naming:
2625         type: org.openecomp.datatypes.Naming
2626         required: true
2627         status: SUPPORTED
2628       oam_net_name:
2629         type: string
2630         description: OAM network name
2631         required: true
2632         status: SUPPORTED
2633       port_pcm_port_1_network_role:
2634         type: string
2635         required: true
2636         status: SUPPORTED
2637       port_pcm_port_0_ip_requirements:
2638         type: list
2639         required: true
2640         status: SUPPORTED
2641         entry_schema:
2642           type: org.openecomp.datatypes.network.IpRequirements
2643       oam_net_gw:
2644         type: string
2645         description: CPS network gateway
2646         required: true
2647         status: SUPPORTED
2648       oam_flavor_name:
2649         type: string
2650         description: flavor name of PCRF CM instance
2651         required: true
2652         status: SUPPORTED
2653       security_group_name:
2654         type: string
2655         description: the name of security group
2656         required: true
2657         status: SUPPORTED
2658       cps_net_ip:
2659         type: string
2660         description: CPS network ip
2661         required: true
2662         status: SUPPORTED
2663       port_pcm_port_1_mac_requirements:
2664         type: org.openecomp.datatypes.network.MacRequirements
2665         required: true
2666         status: SUPPORTED
2667       port_pcm_port_1_vlan_requirements:
2668         type: list
2669         required: true
2670         status: SUPPORTED
2671         entry_schema:
2672           type: org.openecomp.datatypes.network.VlanRequirements
2673       pcm_vol:
2674         type: string
2675         description: CPS Cluman Cinder Volume
2676         required: true
2677         status: SUPPORTED
2678       port_pcm_port_1_ip_requirements:
2679         type: list
2680         required: true
2681         status: SUPPORTED
2682         entry_schema:
2683           type: org.openecomp.datatypes.network.IpRequirements
2684       port_pcm_port_0_mac_requirements:
2685         type: org.openecomp.datatypes.network.MacRequirements
2686         required: true
2687         status: SUPPORTED
2688       cps_net_name:
2689         type: string
2690         description: CPS network name
2691         required: true
2692         status: SUPPORTED
2693       oam_net_ip:
2694         type: string
2695         description: OAM network ip
2696         required: true
2697         status: SUPPORTED
2698       oam_net_mask:
2699         type: string
2700         description: CPS network mask
2701         required: true
2702         status: SUPPORTED
2703       port_pcm_port_1_order:
2704         type: integer
2705         required: true
2706         status: SUPPORTED
2707     attributes:
2708       server_oam_id:
2709         type: string
2710         description: the oam nova service id
2711         status: SUPPORTED
2712     requirements:
2713     - dependency_server_oam:
2714         capability: tosca.capabilities.Node
2715         node: tosca.nodes.Root
2716         relationship: tosca.relationships.DependsOn
2717         occurrences:
2718         - 0
2719         - UNBOUNDED
2720     - local_storage_server_oam:
2721         capability: tosca.capabilities.Attachment
2722         node: tosca.nodes.BlockStorage
2723         relationship: tosca.relationships.AttachesTo
2724         occurrences:
2725         - 0
2726         - UNBOUNDED
2727     - dependency_pcm_port_1:
2728         capability: tosca.capabilities.Node
2729         node: tosca.nodes.Root
2730         relationship: tosca.relationships.DependsOn
2731         occurrences:
2732         - 0
2733         - UNBOUNDED
2734     - link_pcm_port_1:
2735         capability: tosca.capabilities.network.Linkable
2736         relationship: tosca.relationships.network.LinksTo
2737         occurrences:
2738         - 1
2739         - 1
2740     - dependency_pcm_port_0:
2741         capability: tosca.capabilities.Node
2742         node: tosca.nodes.Root
2743         relationship: tosca.relationships.DependsOn
2744         occurrences:
2745         - 0
2746         - UNBOUNDED
2747     - link_pcm_port_0:
2748         capability: tosca.capabilities.network.Linkable
2749         relationship: tosca.relationships.network.LinksTo
2750         occurrences:
2751         - 1
2752         - 1
2753     capabilities:
2754       cpu_server_oam:
2755         type: org.openecomp.capabilities.metric.Ceilometer
2756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2757         occurrences:
2758         - 1
2759         - UNBOUNDED
2760       network.incoming.packets.rate_pcm_port_0:
2761         type: org.openecomp.capabilities.metric.Ceilometer
2762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2763         occurrences:
2764         - 1
2765         - UNBOUNDED
2766       network.incoming.packets.rate_pcm_port_1:
2767         type: org.openecomp.capabilities.metric.Ceilometer
2768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2769         occurrences:
2770         - 1
2771         - UNBOUNDED
2772       network.outpoing.packets_pcm_port_1:
2773         type: org.openecomp.capabilities.metric.Ceilometer
2774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2775         occurrences:
2776         - 1
2777         - UNBOUNDED
2778       memory_server_oam:
2779         type: org.openecomp.capabilities.metric.Ceilometer
2780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2781         occurrences:
2782         - 1
2783         - UNBOUNDED
2784       network.outpoing.packets_pcm_port_0:
2785         type: org.openecomp.capabilities.metric.Ceilometer
2786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2787         occurrences:
2788         - 1
2789         - UNBOUNDED
2790       disk.write.requests_server_oam:
2791         type: org.openecomp.capabilities.metric.Ceilometer
2792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2793         occurrences:
2794         - 1
2795         - UNBOUNDED
2796       memory.resident_server_oam:
2797         type: org.openecomp.capabilities.metric.Ceilometer
2798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2799         occurrences:
2800         - 1
2801         - UNBOUNDED
2802       disk.device.iops_server_oam:
2803         type: org.openecomp.capabilities.metric.Ceilometer
2804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2805         occurrences:
2806         - 1
2807         - UNBOUNDED
2808       disk.device.write.requests_server_oam:
2809         type: org.openecomp.capabilities.metric.Ceilometer
2810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2811         occurrences:
2812         - 1
2813         - UNBOUNDED
2814       disk.allocation_server_oam:
2815         type: org.openecomp.capabilities.metric.Ceilometer
2816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2817         occurrences:
2818         - 1
2819         - UNBOUNDED
2820       disk.device.usage_server_oam:
2821         type: org.openecomp.capabilities.metric.Ceilometer
2822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2823         occurrences:
2824         - 1
2825         - UNBOUNDED
2826       disk.usage_server_oam:
2827         type: org.openecomp.capabilities.metric.Ceilometer
2828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2829         occurrences:
2830         - 1
2831         - UNBOUNDED
2832       disk.device.write.bytes_server_oam:
2833         type: org.openecomp.capabilities.metric.Ceilometer
2834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2835         occurrences:
2836         - 1
2837         - UNBOUNDED
2838       network.incoming.bytes_pcm_port_0:
2839         type: org.openecomp.capabilities.metric.Ceilometer
2840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2841         occurrences:
2842         - 1
2843         - UNBOUNDED
2844       disk.ephemeral.size_server_oam:
2845         type: org.openecomp.capabilities.metric.Ceilometer
2846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2847         occurrences:
2848         - 1
2849         - UNBOUNDED
2850       disk.device.latency_server_oam:
2851         type: org.openecomp.capabilities.metric.Ceilometer
2852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2853         occurrences:
2854         - 1
2855         - UNBOUNDED
2856       disk.root.size_server_oam:
2857         type: org.openecomp.capabilities.metric.Ceilometer
2858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2859         occurrences:
2860         - 1
2861         - UNBOUNDED
2862       memory.usage_server_oam:
2863         type: org.openecomp.capabilities.metric.Ceilometer
2864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2865         occurrences:
2866         - 1
2867         - UNBOUNDED
2868       network.incoming.bytes_pcm_port_1:
2869         type: org.openecomp.capabilities.metric.Ceilometer
2870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2871         occurrences:
2872         - 1
2873         - UNBOUNDED
2874       binding_pcm_port_0:
2875         type: tosca.capabilities.network.Bindable
2876         valid_source_types:
2877         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2878         occurrences:
2879         - 0
2880         - UNBOUNDED
2881       binding_pcm_port_1:
2882         type: tosca.capabilities.network.Bindable
2883         valid_source_types:
2884         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2885         occurrences:
2886         - 0
2887         - UNBOUNDED
2888       disk.read.bytes_server_oam:
2889         type: org.openecomp.capabilities.metric.Ceilometer
2890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2891         occurrences:
2892         - 1
2893         - UNBOUNDED
2894       os_server_oam:
2895         type: tosca.capabilities.OperatingSystem
2896         occurrences:
2897         - 1
2898         - UNBOUNDED
2899       disk.read.requests_server_oam:
2900         type: org.openecomp.capabilities.metric.Ceilometer
2901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2902         occurrences:
2903         - 1
2904         - UNBOUNDED
2905       disk.capacity_server_oam:
2906         type: org.openecomp.capabilities.metric.Ceilometer
2907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2908         occurrences:
2909         - 1
2910         - UNBOUNDED
2911       network.outgoing.packets.rate_pcm_port_0:
2912         type: org.openecomp.capabilities.metric.Ceilometer
2913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2914         occurrences:
2915         - 1
2916         - UNBOUNDED
2917       network.outgoing.packets.rate_pcm_port_1:
2918         type: org.openecomp.capabilities.metric.Ceilometer
2919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2920         occurrences:
2921         - 1
2922         - UNBOUNDED
2923       feature_pcm_port_1:
2924         type: tosca.capabilities.Node
2925         occurrences:
2926         - 1
2927         - UNBOUNDED
2928       network.outgoing.bytes_pcm_port_0:
2929         type: org.openecomp.capabilities.metric.Ceilometer
2930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2931         occurrences:
2932         - 1
2933         - UNBOUNDED
2934       feature_pcm_port_0:
2935         type: tosca.capabilities.Node
2936         occurrences:
2937         - 1
2938         - UNBOUNDED
2939       network.outgoing.bytes_pcm_port_1:
2940         type: org.openecomp.capabilities.metric.Ceilometer
2941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2942         occurrences:
2943         - 1
2944         - UNBOUNDED
2945       attachment_pcm_port_0:
2946         type: tosca.capabilities.Attachment
2947         occurrences:
2948         - 1
2949         - UNBOUNDED
2950       attachment_pcm_port_1:
2951         type: tosca.capabilities.Attachment
2952         occurrences:
2953         - 1
2954         - UNBOUNDED
2955       disk.device.read.bytes_server_oam:
2956         type: org.openecomp.capabilities.metric.Ceilometer
2957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2958         occurrences:
2959         - 1
2960         - UNBOUNDED
2961       endpoint_server_oam:
2962         type: tosca.capabilities.Endpoint.Admin
2963         occurrences:
2964         - 1
2965         - UNBOUNDED
2966       disk.device.read.requests.rate_server_oam:
2967         type: org.openecomp.capabilities.metric.Ceilometer
2968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2969         occurrences:
2970         - 1
2971         - UNBOUNDED
2972       vcpus_server_oam:
2973         type: org.openecomp.capabilities.metric.Ceilometer
2974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2975         occurrences:
2976         - 1
2977         - UNBOUNDED
2978       disk.read.bytes.rate_server_oam:
2979         type: org.openecomp.capabilities.metric.Ceilometer
2980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2981         occurrences:
2982         - 1
2983         - UNBOUNDED
2984       disk.write.bytes_server_oam:
2985         type: org.openecomp.capabilities.metric.Ceilometer
2986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2987         occurrences:
2988         - 1
2989         - UNBOUNDED
2990       disk.iops_server_oam:
2991         type: org.openecomp.capabilities.metric.Ceilometer
2992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2993         occurrences:
2994         - 1
2995         - UNBOUNDED
2996       disk.device.allocation_server_oam:
2997         type: org.openecomp.capabilities.metric.Ceilometer
2998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2999         occurrences:
3000         - 1
3001         - UNBOUNDED
3002       disk.write.requests.rate_server_oam:
3003         type: org.openecomp.capabilities.metric.Ceilometer
3004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3005         occurrences:
3006         - 1
3007         - UNBOUNDED
3008       scalable_server_oam:
3009         type: tosca.capabilities.Scalable
3010         occurrences:
3011         - 1
3012         - UNBOUNDED
3013       disk.device.read.bytes.rate_server_oam:
3014         type: org.openecomp.capabilities.metric.Ceilometer
3015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3016         occurrences:
3017         - 1
3018         - UNBOUNDED
3019       cpu_util_server_oam:
3020         type: org.openecomp.capabilities.metric.Ceilometer
3021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3022         occurrences:
3023         - 1
3024         - UNBOUNDED
3025       cpu.delta_server_oam:
3026         type: org.openecomp.capabilities.metric.Ceilometer
3027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3028         occurrences:
3029         - 1
3030         - UNBOUNDED
3031       host_server_oam:
3032         type: tosca.capabilities.Container
3033         valid_source_types:
3034         - tosca.nodes.SoftwareComponent
3035         occurrences:
3036         - 1
3037         - UNBOUNDED
3038       disk.device.write.bytes.rate_server_oam:
3039         type: org.openecomp.capabilities.metric.Ceilometer
3040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3041         occurrences:
3042         - 1
3043         - UNBOUNDED
3044       network.outgoing.bytes.rate_pcm_port_1:
3045         type: org.openecomp.capabilities.metric.Ceilometer
3046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3047         occurrences:
3048         - 1
3049         - UNBOUNDED
3050       network.incoming.packets_pcm_port_0:
3051         type: org.openecomp.capabilities.metric.Ceilometer
3052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3053         occurrences:
3054         - 1
3055         - UNBOUNDED
3056       binding_server_oam:
3057         type: tosca.capabilities.network.Bindable
3058         occurrences:
3059         - 1
3060         - UNBOUNDED
3061       network.outgoing.bytes.rate_pcm_port_0:
3062         type: org.openecomp.capabilities.metric.Ceilometer
3063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3064         occurrences:
3065         - 1
3066         - UNBOUNDED
3067       disk.device.capacity_server_oam:
3068         type: org.openecomp.capabilities.metric.Ceilometer
3069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3070         occurrences:
3071         - 1
3072         - UNBOUNDED
3073       network.incoming.packets_pcm_port_1:
3074         type: org.openecomp.capabilities.metric.Ceilometer
3075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3076         occurrences:
3077         - 1
3078         - UNBOUNDED
3079       disk.latency_server_oam:
3080         type: org.openecomp.capabilities.metric.Ceilometer
3081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3082         occurrences:
3083         - 1
3084         - UNBOUNDED
3085       instance_server_oam:
3086         type: org.openecomp.capabilities.metric.Ceilometer
3087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3088         occurrences:
3089         - 1
3090         - UNBOUNDED
3091       disk.device.read.requests_server_oam:
3092         type: org.openecomp.capabilities.metric.Ceilometer
3093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3094         occurrences:
3095         - 1
3096         - UNBOUNDED
3097       disk.device.write.requests.rate_server_oam:
3098         type: org.openecomp.capabilities.metric.Ceilometer
3099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3100         occurrences:
3101         - 1
3102         - UNBOUNDED
3103       feature_server_oam:
3104         type: tosca.capabilities.Node
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       network.incoming.bytes.rate_pcm_port_0:
3109         type: org.openecomp.capabilities.metric.Ceilometer
3110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3111         occurrences:
3112         - 1
3113         - UNBOUNDED
3114       disk.write.bytes.rate_server_oam:
3115         type: org.openecomp.capabilities.metric.Ceilometer
3116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3117         occurrences:
3118         - 1
3119         - UNBOUNDED
3120       network.incoming.bytes.rate_pcm_port_1:
3121         type: org.openecomp.capabilities.metric.Ceilometer
3122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3123         occurrences:
3124         - 1
3125         - UNBOUNDED
3126   org.openecomp.resource.vfc.nodes.heat.compute:
3127     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
3128     properties:
3129       vm_image_name:
3130         type: string
3131         required: true
3132         status: SUPPORTED
3133       index_value:
3134         type: integer
3135         description: Index value of this substitution service template runtime instance
3136         required: false
3137         default: 0
3138         status: SUPPORTED
3139         constraints:
3140         - greater_or_equal: 0
3141       compute_compute_name:
3142         type: list
3143         required: true
3144         status: SUPPORTED
3145         entry_schema:
3146           type: string
3147       vm_flavor_name:
3148         type: string
3149         required: true
3150         status: SUPPORTED
3151       compute_compute_config_drive:
3152         type: list
3153         required: true
3154         status: SUPPORTED
3155         entry_schema:
3156           type: boolean
3157     attributes:
3158       compute_instance_name:
3159         type: string
3160         status: SUPPORTED