05256ec462b2c5c165612a7fda13abb0949df84e
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.heat.oam_server_1:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       p2:
12         type: string
13         description: UID of OAM network
14         required: true
15         status: SUPPORTED
16       port_oam_port_1_network_role:
17         type: string
18         required: true
19         status: SUPPORTED
20       availabilityzone_name:
21         type: string
22         description: availabilityzone name
23         required: true
24         status: SUPPORTED
25       port_oam_port_0_network_role:
26         type: string
27         required: true
28         status: SUPPORTED
29       port_oam_port_1_network_role_tag:
30         type: string
31         required: true
32         status: SUPPORTED
33       oam_server_name:
34         type: string
35         description: oam server name
36         required: true
37         status: SUPPORTED
38       port_oam_port_0_subnetpoolid:
39         type: string
40         required: true
41         status: SUPPORTED
42       port_oam_port_1_subnetpoolid:
43         type: string
44         required: true
45         status: SUPPORTED
46       port_oam_port_1_ip_requirements:
47         type: list
48         required: true
49         status: SUPPORTED
50         entry_schema:
51           type: org.openecomp.datatypes.network.IpRequirements
52       port_oam_port_1_mac_requirements:
53         type: org.openecomp.datatypes.network.MacRequirements
54         required: true
55         status: SUPPORTED
56       port_oam_port_1_order:
57         type: integer
58         required: true
59         status: SUPPORTED
60       port_oam_port_0_network_role_tag:
61         type: string
62         required: true
63         status: SUPPORTED
64       port_oam_port_1_vlan_requirements:
65         type: list
66         required: true
67         status: SUPPORTED
68         entry_schema:
69           type: org.openecomp.datatypes.network.VlanRequirements
70       oam_image_name:
71         type: string
72         description: oam image name
73         required: true
74         status: SUPPORTED
75       cps_net_mask:
76         type: string
77         description: CPS network mask
78         required: true
79         status: SUPPORTED
80       oam_net_name:
81         type: string
82         description: OAM network name
83         required: true
84         status: SUPPORTED
85       oam_net_gw:
86         type: string
87         description: CPS network gateway
88         required: true
89         status: SUPPORTED
90       port_oam_port_0_mac_requirements:
91         type: org.openecomp.datatypes.network.MacRequirements
92         required: true
93         status: SUPPORTED
94       oam_flavor_name:
95         type: string
96         description: flavor name of PCRF CM instance
97         required: true
98         status: SUPPORTED
99       security_group_name:
100         type: string
101         description: the name of security group
102         required: true
103         status: SUPPORTED
104       cps_net_ip:
105         type: string
106         description: CPS network ip
107         required: true
108         status: SUPPORTED
109       port_oam_port_0_order:
110         type: integer
111         required: true
112         status: SUPPORTED
113       port_oam_port_0_vlan_requirements:
114         type: list
115         required: true
116         status: SUPPORTED
117         entry_schema:
118           type: org.openecomp.datatypes.network.VlanRequirements
119       port_oam_port_1_exCP_naming:
120         type: org.openecomp.datatypes.Naming
121         required: true
122         status: SUPPORTED
123       port_oam_port_0_exCP_naming:
124         type: org.openecomp.datatypes.Naming
125         required: true
126         status: SUPPORTED
127       pcm_vol:
128         type: string
129         description: CPS Cluman Cinder Volume
130         required: true
131         status: SUPPORTED
132       cps_net_name:
133         type: string
134         description: CPS network name
135         required: true
136         status: SUPPORTED
137       oam_net_ip:
138         type: string
139         description: OAM network ip
140         required: true
141         status: SUPPORTED
142       oam_net_mask:
143         type: string
144         description: CPS network mask
145         required: true
146         status: SUPPORTED
147       port_oam_port_0_ip_requirements:
148         type: list
149         required: true
150         status: SUPPORTED
151         entry_schema:
152           type: org.openecomp.datatypes.network.IpRequirements
153       shared_security_group_id1:
154         type: string
155         description: UID of OAM network
156         required: true
157         status: SUPPORTED
158     attributes:
159       server_oam_id:
160         type: string
161         description: the oam nova service id
162         status: SUPPORTED
163     requirements:
164     - dependency_oam_port_0:
165         capability: tosca.capabilities.Node
166         node: tosca.nodes.Root
167         relationship: tosca.relationships.DependsOn
168         occurrences:
169         - 0
170         - UNBOUNDED
171     - link_oam_port_0:
172         capability: tosca.capabilities.network.Linkable
173         relationship: tosca.relationships.network.LinksTo
174         occurrences:
175         - 1
176         - 1
177     - dependency_server_oam:
178         capability: tosca.capabilities.Node
179         node: tosca.nodes.Root
180         relationship: tosca.relationships.DependsOn
181         occurrences:
182         - 0
183         - UNBOUNDED
184     - local_storage_server_oam:
185         capability: tosca.capabilities.Attachment
186         node: tosca.nodes.BlockStorage
187         relationship: tosca.relationships.AttachesTo
188         occurrences:
189         - 0
190         - UNBOUNDED
191     - dependency_oam_port_1:
192         capability: tosca.capabilities.Node
193         node: tosca.nodes.Root
194         relationship: tosca.relationships.DependsOn
195         occurrences:
196         - 0
197         - UNBOUNDED
198     - link_oam_port_1:
199         capability: tosca.capabilities.network.Linkable
200         relationship: tosca.relationships.network.LinksTo
201         occurrences:
202         - 1
203         - 1
204     capabilities:
205       cpu_server_oam:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       memory_server_oam:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       disk.write.requests_server_oam:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       network.incoming.bytes.rate_oam_port_1:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       network.incoming.bytes.rate_oam_port_0:
230         type: org.openecomp.capabilities.metric.Ceilometer
231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
232         occurrences:
233         - 1
234         - UNBOUNDED
235       network.outgoing.bytes_oam_port_0:
236         type: org.openecomp.capabilities.metric.Ceilometer
237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
238         occurrences:
239         - 1
240         - UNBOUNDED
241       memory.resident_server_oam:
242         type: org.openecomp.capabilities.metric.Ceilometer
243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
244         occurrences:
245         - 1
246         - UNBOUNDED
247       network.outgoing.bytes_oam_port_1:
248         type: org.openecomp.capabilities.metric.Ceilometer
249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
250         occurrences:
251         - 1
252         - UNBOUNDED
253       disk.device.iops_server_oam:
254         type: org.openecomp.capabilities.metric.Ceilometer
255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
256         occurrences:
257         - 1
258         - UNBOUNDED
259       network.incoming.bytes_oam_port_0:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       network.incoming.bytes_oam_port_1:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.device.write.requests_server_oam:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       network.outgoing.bytes.rate_oam_port_0:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.allocation_server_oam:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       network.outgoing.bytes.rate_oam_port_1:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       disk.device.usage_server_oam:
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       network.outgoing.packets.rate_oam_port_0:
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.outgoing.packets.rate_oam_port_1:
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       disk.usage_server_oam:
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       disk.device.write.bytes_server_oam:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       attachment_oam_port_1:
326         type: tosca.capabilities.Attachment
327         occurrences:
328         - 1
329         - UNBOUNDED
330       attachment_oam_port_0:
331         type: tosca.capabilities.Attachment
332         occurrences:
333         - 1
334         - UNBOUNDED
335       disk.ephemeral.size_server_oam:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       disk.device.latency_server_oam:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.root.size_server_oam:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       memory.usage_server_oam:
354         type: org.openecomp.capabilities.metric.Ceilometer
355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
356         occurrences:
357         - 1
358         - UNBOUNDED
359       disk.read.bytes_server_oam:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       os_server_oam:
366         type: tosca.capabilities.OperatingSystem
367         occurrences:
368         - 1
369         - UNBOUNDED
370       disk.read.requests_server_oam:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       disk.capacity_server_oam:
377         type: org.openecomp.capabilities.metric.Ceilometer
378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
379         occurrences:
380         - 1
381         - UNBOUNDED
382       feature_oam_port_0:
383         type: tosca.capabilities.Node
384         occurrences:
385         - 1
386         - UNBOUNDED
387       disk.device.read.bytes_server_oam:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       endpoint_server_oam:
394         type: tosca.capabilities.Endpoint.Admin
395         occurrences:
396         - 1
397         - UNBOUNDED
398       disk.device.read.requests.rate_server_oam:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       vcpus_server_oam:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       feature_oam_port_1:
411         type: tosca.capabilities.Node
412         occurrences:
413         - 1
414         - UNBOUNDED
415       disk.read.bytes.rate_server_oam:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       disk.write.bytes_server_oam:
422         type: org.openecomp.capabilities.metric.Ceilometer
423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
424         occurrences:
425         - 1
426         - UNBOUNDED
427       disk.iops_server_oam:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       network.incoming.packets.rate_oam_port_0:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439       disk.device.allocation_server_oam:
440         type: org.openecomp.capabilities.metric.Ceilometer
441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
442         occurrences:
443         - 1
444         - UNBOUNDED
445       network.incoming.packets.rate_oam_port_1:
446         type: org.openecomp.capabilities.metric.Ceilometer
447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
448         occurrences:
449         - 1
450         - UNBOUNDED
451       disk.write.requests.rate_server_oam:
452         type: org.openecomp.capabilities.metric.Ceilometer
453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
454         occurrences:
455         - 1
456         - UNBOUNDED
457       network.outpoing.packets_oam_port_0:
458         type: org.openecomp.capabilities.metric.Ceilometer
459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
460         occurrences:
461         - 1
462         - UNBOUNDED
463       scalable_server_oam:
464         type: tosca.capabilities.Scalable
465         occurrences:
466         - 1
467         - UNBOUNDED
468       disk.device.read.bytes.rate_server_oam:
469         type: org.openecomp.capabilities.metric.Ceilometer
470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
471         occurrences:
472         - 1
473         - UNBOUNDED
474       binding_oam_port_0:
475         type: tosca.capabilities.network.Bindable
476         valid_source_types:
477         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
478         occurrences:
479         - 0
480         - UNBOUNDED
481       network.incoming.packets_oam_port_1:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       network.incoming.packets_oam_port_0:
488         type: org.openecomp.capabilities.metric.Ceilometer
489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
490         occurrences:
491         - 1
492         - UNBOUNDED
493       cpu_util_server_oam:
494         type: org.openecomp.capabilities.metric.Ceilometer
495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
496         occurrences:
497         - 1
498         - UNBOUNDED
499       binding_oam_port_1:
500         type: tosca.capabilities.network.Bindable
501         valid_source_types:
502         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
503         occurrences:
504         - 0
505         - UNBOUNDED
506       network.outpoing.packets_oam_port_1:
507         type: org.openecomp.capabilities.metric.Ceilometer
508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
509         occurrences:
510         - 1
511         - UNBOUNDED
512       cpu.delta_server_oam:
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       host_server_oam:
519         type: tosca.capabilities.Container
520         valid_source_types:
521         - tosca.nodes.SoftwareComponent
522         occurrences:
523         - 1
524         - UNBOUNDED
525       disk.device.write.bytes.rate_server_oam:
526         type: org.openecomp.capabilities.metric.Ceilometer
527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
528         occurrences:
529         - 1
530         - UNBOUNDED
531       binding_server_oam:
532         type: tosca.capabilities.network.Bindable
533         occurrences:
534         - 1
535         - UNBOUNDED
536       disk.device.capacity_server_oam:
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_oam:
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       instance_server_oam:
549         type: org.openecomp.capabilities.metric.Ceilometer
550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
551         occurrences:
552         - 1
553         - UNBOUNDED
554       disk.device.read.requests_server_oam:
555         type: org.openecomp.capabilities.metric.Ceilometer
556         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
557         occurrences:
558         - 1
559         - UNBOUNDED
560       disk.device.write.requests.rate_server_oam:
561         type: org.openecomp.capabilities.metric.Ceilometer
562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
563         occurrences:
564         - 1
565         - UNBOUNDED
566       feature_server_oam:
567         type: tosca.capabilities.Node
568         occurrences:
569         - 1
570         - UNBOUNDED
571       disk.write.bytes.rate_server_oam:
572         type: org.openecomp.capabilities.metric.Ceilometer
573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
574         occurrences:
575         - 1
576         - UNBOUNDED
577   org.openecomp.resource.abstract.nodes.heat.pcm_server:
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       p1:
585         type: string
586         description: UID of OAM network
587         required: true
588         status: SUPPORTED
589       p2:
590         type: string
591         description: UID of OAM network
592         required: true
593         status: SUPPORTED
594       port_pcm_port_1_network_role_tag:
595         type: string
596         required: true
597         status: SUPPORTED
598       availabilityzone_name:
599         type: string
600         description: availabilityzone name
601         required: true
602         status: SUPPORTED
603       port_pcm_port_0_vlan_requirements:
604         type: list
605         required: true
606         status: SUPPORTED
607         entry_schema:
608           type: org.openecomp.datatypes.network.VlanRequirements
609       pcm_image_name:
610         type: string
611         description: PCRF CM image name
612         required: true
613         status: SUPPORTED
614       port_pcm_port_0_order:
615         type: integer
616         required: true
617         status: SUPPORTED
618       port_pcm_port_0_subnetpoolid:
619         type: string
620         required: true
621         status: SUPPORTED
622       port_pcm_port_1_subnetpoolid:
623         type: string
624         required: true
625         status: SUPPORTED
626       port_pcm_port_0_network_role_tag:
627         type: string
628         required: true
629         status: SUPPORTED
630       pcm_server_name:
631         type: string
632         description: PCRF CM server name
633         required: true
634         status: SUPPORTED
635       cps_net_mask:
636         type: string
637         description: CPS network mask
638         required: true
639         status: SUPPORTED
640       port_pcm_port_1_exCP_naming:
641         type: org.openecomp.datatypes.Naming
642         required: true
643         status: SUPPORTED
644       port_pcm_port_0_exCP_naming:
645         type: org.openecomp.datatypes.Naming
646         required: true
647         status: SUPPORTED
648       oam_net_name:
649         type: string
650         description: OAM network name
651         required: true
652         status: SUPPORTED
653       port_pcm_port_1_network_role:
654         type: string
655         required: true
656         status: SUPPORTED
657       port_pcm_port_0_ip_requirements:
658         type: list
659         required: true
660         status: SUPPORTED
661         entry_schema:
662           type: org.openecomp.datatypes.network.IpRequirements
663       oam_net_gw:
664         type: string
665         description: CPS network gateway
666         required: true
667         status: SUPPORTED
668       security_group_name:
669         type: string
670         description: the name of security group
671         required: true
672         status: SUPPORTED
673       cps_net_ip:
674         type: string
675         description: CPS network ip
676         required: true
677         status: SUPPORTED
678       port_pcm_port_1_mac_requirements:
679         type: org.openecomp.datatypes.network.MacRequirements
680         required: true
681         status: SUPPORTED
682       port_pcm_port_1_vlan_requirements:
683         type: list
684         required: true
685         status: SUPPORTED
686         entry_schema:
687           type: org.openecomp.datatypes.network.VlanRequirements
688       pcm_flavor_name:
689         type: string
690         description: flavor name of PCRF CM instance
691         required: true
692         status: SUPPORTED
693       pcm_vol:
694         type: string
695         description: CPS Cluman Cinder Volume
696         required: true
697         status: SUPPORTED
698       port_pcm_port_1_ip_requirements:
699         type: list
700         required: true
701         status: SUPPORTED
702         entry_schema:
703           type: org.openecomp.datatypes.network.IpRequirements
704       port_pcm_port_0_mac_requirements:
705         type: org.openecomp.datatypes.network.MacRequirements
706         required: true
707         status: SUPPORTED
708       cps_net_name:
709         type: string
710         description: CPS network name
711         required: true
712         status: SUPPORTED
713       oam_net_ip:
714         type: string
715         description: OAM network ip
716         required: true
717         status: SUPPORTED
718       oam_net_mask:
719         type: string
720         description: CPS network mask
721         required: true
722         status: SUPPORTED
723       port_pcm_port_1_order:
724         type: integer
725         required: true
726         status: SUPPORTED
727     attributes:
728       server_pcm_id:
729         type: string
730         description: the pcm nova service id
731         status: SUPPORTED
732     requirements:
733     - dependency_pcm_port_1:
734         capability: tosca.capabilities.Node
735         node: tosca.nodes.Root
736         relationship: tosca.relationships.DependsOn
737         occurrences:
738         - 0
739         - UNBOUNDED
740     - link_pcm_port_1:
741         capability: tosca.capabilities.network.Linkable
742         relationship: tosca.relationships.network.LinksTo
743         occurrences:
744         - 1
745         - 1
746     - dependency_server_pcm:
747         capability: tosca.capabilities.Node
748         node: tosca.nodes.Root
749         relationship: tosca.relationships.DependsOn
750         occurrences:
751         - 0
752         - UNBOUNDED
753     - local_storage_server_pcm:
754         capability: tosca.capabilities.Attachment
755         node: tosca.nodes.BlockStorage
756         relationship: tosca.relationships.AttachesTo
757         occurrences:
758         - 0
759         - UNBOUNDED
760     - dependency_pcm_port_0:
761         capability: tosca.capabilities.Node
762         node: tosca.nodes.Root
763         relationship: tosca.relationships.DependsOn
764         occurrences:
765         - 0
766         - UNBOUNDED
767     - link_pcm_port_0:
768         capability: tosca.capabilities.network.Linkable
769         relationship: tosca.relationships.network.LinksTo
770         occurrences:
771         - 1
772         - 1
773     capabilities:
774       network.incoming.packets.rate_pcm_port_0:
775         type: org.openecomp.capabilities.metric.Ceilometer
776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
777         occurrences:
778         - 1
779         - UNBOUNDED
780       cpu_server_pcm:
781         type: org.openecomp.capabilities.metric.Ceilometer
782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
783         occurrences:
784         - 1
785         - UNBOUNDED
786       network.incoming.packets.rate_pcm_port_1:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       network.outpoing.packets_pcm_port_1:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       memory_server_pcm:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       disk.write.requests_server_pcm:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       network.outpoing.packets_pcm_port_0:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       disk.device.iops_server_pcm:
817         type: org.openecomp.capabilities.metric.Ceilometer
818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
819         occurrences:
820         - 1
821         - UNBOUNDED
822       memory.resident_server_pcm:
823         type: org.openecomp.capabilities.metric.Ceilometer
824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
825         occurrences:
826         - 1
827         - UNBOUNDED
828       disk.device.write.requests_server_pcm:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       disk.device.usage_server_pcm:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       disk.allocation_server_pcm:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       disk.usage_server_pcm:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.device.write.bytes_server_pcm:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.root.size_server_pcm:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.ephemeral.size_server_pcm:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       disk.device.latency_server_pcm:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       network.incoming.bytes_pcm_port_0:
877         type: org.openecomp.capabilities.metric.Ceilometer
878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
879         occurrences:
880         - 1
881         - UNBOUNDED
882       network.incoming.bytes_pcm_port_1:
883         type: org.openecomp.capabilities.metric.Ceilometer
884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
885         occurrences:
886         - 1
887         - UNBOUNDED
888       binding_pcm_port_0:
889         type: tosca.capabilities.network.Bindable
890         valid_source_types:
891         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
892         occurrences:
893         - 0
894         - UNBOUNDED
895       binding_pcm_port_1:
896         type: tosca.capabilities.network.Bindable
897         valid_source_types:
898         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
899         occurrences:
900         - 0
901         - UNBOUNDED
902       memory.usage_server_pcm:
903         type: org.openecomp.capabilities.metric.Ceilometer
904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
905         occurrences:
906         - 1
907         - UNBOUNDED
908       disk.read.requests_server_pcm:
909         type: org.openecomp.capabilities.metric.Ceilometer
910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
911         occurrences:
912         - 1
913         - UNBOUNDED
914       disk.capacity_server_pcm:
915         type: org.openecomp.capabilities.metric.Ceilometer
916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
917         occurrences:
918         - 1
919         - UNBOUNDED
920       os_server_pcm:
921         type: tosca.capabilities.OperatingSystem
922         occurrences:
923         - 1
924         - UNBOUNDED
925       disk.read.bytes_server_pcm:
926         type: org.openecomp.capabilities.metric.Ceilometer
927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
928         occurrences:
929         - 1
930         - UNBOUNDED
931       network.outgoing.packets.rate_pcm_port_0:
932         type: org.openecomp.capabilities.metric.Ceilometer
933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
934         occurrences:
935         - 1
936         - UNBOUNDED
937       network.outgoing.packets.rate_pcm_port_1:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       feature_pcm_port_1:
944         type: tosca.capabilities.Node
945         occurrences:
946         - 1
947         - UNBOUNDED
948       network.outgoing.bytes_pcm_port_0:
949         type: org.openecomp.capabilities.metric.Ceilometer
950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
951         occurrences:
952         - 1
953         - UNBOUNDED
954       disk.device.read.bytes_server_pcm:
955         type: org.openecomp.capabilities.metric.Ceilometer
956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
957         occurrences:
958         - 1
959         - UNBOUNDED
960       feature_pcm_port_0:
961         type: tosca.capabilities.Node
962         occurrences:
963         - 1
964         - UNBOUNDED
965       network.outgoing.bytes_pcm_port_1:
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       attachment_pcm_port_0:
972         type: tosca.capabilities.Attachment
973         occurrences:
974         - 1
975         - UNBOUNDED
976       attachment_pcm_port_1:
977         type: tosca.capabilities.Attachment
978         occurrences:
979         - 1
980         - UNBOUNDED
981       endpoint_server_pcm:
982         type: tosca.capabilities.Endpoint.Admin
983         occurrences:
984         - 1
985         - UNBOUNDED
986       disk.device.read.requests.rate_server_pcm:
987         type: org.openecomp.capabilities.metric.Ceilometer
988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
989         occurrences:
990         - 1
991         - UNBOUNDED
992       vcpus_server_pcm:
993         type: org.openecomp.capabilities.metric.Ceilometer
994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
995         occurrences:
996         - 1
997         - UNBOUNDED
998       disk.write.bytes_server_pcm:
999         type: org.openecomp.capabilities.metric.Ceilometer
1000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1001         occurrences:
1002         - 1
1003         - UNBOUNDED
1004       disk.iops_server_pcm:
1005         type: org.openecomp.capabilities.metric.Ceilometer
1006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       disk.read.bytes.rate_server_pcm:
1011         type: org.openecomp.capabilities.metric.Ceilometer
1012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1013         occurrences:
1014         - 1
1015         - UNBOUNDED
1016       disk.device.allocation_server_pcm:
1017         type: org.openecomp.capabilities.metric.Ceilometer
1018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1019         occurrences:
1020         - 1
1021         - UNBOUNDED
1022       scalable_server_pcm:
1023         type: tosca.capabilities.Scalable
1024         occurrences:
1025         - 1
1026         - UNBOUNDED
1027       disk.device.read.bytes.rate_server_pcm:
1028         type: org.openecomp.capabilities.metric.Ceilometer
1029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1030         occurrences:
1031         - 1
1032         - UNBOUNDED
1033       cpu_util_server_pcm:
1034         type: org.openecomp.capabilities.metric.Ceilometer
1035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1036         occurrences:
1037         - 1
1038         - UNBOUNDED
1039       disk.write.requests.rate_server_pcm:
1040         type: org.openecomp.capabilities.metric.Ceilometer
1041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1042         occurrences:
1043         - 1
1044         - UNBOUNDED
1045       disk.device.write.bytes.rate_server_pcm:
1046         type: org.openecomp.capabilities.metric.Ceilometer
1047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1048         occurrences:
1049         - 1
1050         - UNBOUNDED
1051       host_server_pcm:
1052         type: tosca.capabilities.Container
1053         valid_source_types:
1054         - tosca.nodes.SoftwareComponent
1055         occurrences:
1056         - 1
1057         - UNBOUNDED
1058       cpu.delta_server_pcm:
1059         type: org.openecomp.capabilities.metric.Ceilometer
1060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1061         occurrences:
1062         - 1
1063         - UNBOUNDED
1064       network.outgoing.bytes.rate_pcm_port_1:
1065         type: org.openecomp.capabilities.metric.Ceilometer
1066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       network.incoming.packets_pcm_port_0:
1071         type: org.openecomp.capabilities.metric.Ceilometer
1072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1073         occurrences:
1074         - 1
1075         - UNBOUNDED
1076       binding_server_pcm:
1077         type: tosca.capabilities.network.Bindable
1078         occurrences:
1079         - 1
1080         - UNBOUNDED
1081       network.outgoing.bytes.rate_pcm_port_0:
1082         type: org.openecomp.capabilities.metric.Ceilometer
1083         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1084         occurrences:
1085         - 1
1086         - UNBOUNDED
1087       disk.device.capacity_server_pcm:
1088         type: org.openecomp.capabilities.metric.Ceilometer
1089         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1090         occurrences:
1091         - 1
1092         - UNBOUNDED
1093       network.incoming.packets_pcm_port_1:
1094         type: org.openecomp.capabilities.metric.Ceilometer
1095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1096         occurrences:
1097         - 1
1098         - UNBOUNDED
1099       instance_server_pcm:
1100         type: org.openecomp.capabilities.metric.Ceilometer
1101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1102         occurrences:
1103         - 1
1104         - UNBOUNDED
1105       disk.device.write.requests.rate_server_pcm:
1106         type: org.openecomp.capabilities.metric.Ceilometer
1107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1108         occurrences:
1109         - 1
1110         - UNBOUNDED
1111       disk.latency_server_pcm:
1112         type: org.openecomp.capabilities.metric.Ceilometer
1113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1114         occurrences:
1115         - 1
1116         - UNBOUNDED
1117       disk.device.read.requests_server_pcm:
1118         type: org.openecomp.capabilities.metric.Ceilometer
1119         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1120         occurrences:
1121         - 1
1122         - UNBOUNDED
1123       feature_server_pcm:
1124         type: tosca.capabilities.Node
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       network.incoming.bytes.rate_pcm_port_0:
1129         type: org.openecomp.capabilities.metric.Ceilometer
1130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1131         occurrences:
1132         - 1
1133         - UNBOUNDED
1134       disk.write.bytes.rate_server_pcm:
1135         type: org.openecomp.capabilities.metric.Ceilometer
1136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1137         occurrences:
1138         - 1
1139         - UNBOUNDED
1140       network.incoming.bytes.rate_pcm_port_1:
1141         type: org.openecomp.capabilities.metric.Ceilometer
1142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1143         occurrences:
1144         - 1
1145         - UNBOUNDED
1146   org.openecomp.resource.abstract.nodes.heat.oam_server:
1147     derived_from: org.openecomp.resource.abstract.nodes.VFC
1148     properties:
1149       p2:
1150         type: string
1151         description: UID of OAM network
1152         required: true
1153         status: SUPPORTED
1154       port_oam_port_1_network_role:
1155         type: string
1156         required: true
1157         status: SUPPORTED
1158       availabilityzone_name:
1159         type: string
1160         description: availabilityzone name
1161         required: true
1162         status: SUPPORTED
1163       port_oam_port_0_network_role:
1164         type: string
1165         required: true
1166         status: SUPPORTED
1167       port_oam_port_1_network_role_tag:
1168         type: string
1169         required: true
1170         status: SUPPORTED
1171       oam_server_name:
1172         type: string
1173         description: oam server name
1174         required: true
1175         status: SUPPORTED
1176       port_oam_port_0_subnetpoolid:
1177         type: string
1178         required: true
1179         status: SUPPORTED
1180       port_oam_port_1_subnetpoolid:
1181         type: string
1182         required: true
1183         status: SUPPORTED
1184       port_oam_port_1_ip_requirements:
1185         type: list
1186         required: true
1187         status: SUPPORTED
1188         entry_schema:
1189           type: org.openecomp.datatypes.network.IpRequirements
1190       port_oam_port_1_mac_requirements:
1191         type: org.openecomp.datatypes.network.MacRequirements
1192         required: true
1193         status: SUPPORTED
1194       port_oam_port_1_order:
1195         type: integer
1196         required: true
1197         status: SUPPORTED
1198       port_oam_port_0_network_role_tag:
1199         type: string
1200         required: true
1201         status: SUPPORTED
1202       port_oam_port_1_vlan_requirements:
1203         type: list
1204         required: true
1205         status: SUPPORTED
1206         entry_schema:
1207           type: org.openecomp.datatypes.network.VlanRequirements
1208       oam_image_name:
1209         type: string
1210         description: oam image name
1211         required: true
1212         status: SUPPORTED
1213       cps_net_mask:
1214         type: string
1215         description: CPS network mask
1216         required: true
1217         status: SUPPORTED
1218       oam_net_name:
1219         type: string
1220         description: OAM network name
1221         required: true
1222         status: SUPPORTED
1223       oam_net_gw:
1224         type: string
1225         description: CPS network gateway
1226         required: true
1227         status: SUPPORTED
1228       port_oam_port_0_mac_requirements:
1229         type: org.openecomp.datatypes.network.MacRequirements
1230         required: true
1231         status: SUPPORTED
1232       oam_flavor_name:
1233         type: string
1234         description: flavor name of PCRF CM instance
1235         required: true
1236         status: SUPPORTED
1237       security_group_name:
1238         type: string
1239         description: the name of security group
1240         required: true
1241         status: SUPPORTED
1242       cps_net_ip:
1243         type: string
1244         description: CPS network ip
1245         required: true
1246         status: SUPPORTED
1247       port_oam_port_0_order:
1248         type: integer
1249         required: true
1250         status: SUPPORTED
1251       port_oam_port_0_vlan_requirements:
1252         type: list
1253         required: true
1254         status: SUPPORTED
1255         entry_schema:
1256           type: org.openecomp.datatypes.network.VlanRequirements
1257       port_oam_port_1_exCP_naming:
1258         type: org.openecomp.datatypes.Naming
1259         required: true
1260         status: SUPPORTED
1261       port_oam_port_0_exCP_naming:
1262         type: org.openecomp.datatypes.Naming
1263         required: true
1264         status: SUPPORTED
1265       pcm_vol:
1266         type: string
1267         description: CPS Cluman Cinder Volume
1268         required: true
1269         status: SUPPORTED
1270       cps_net_name:
1271         type: string
1272         description: CPS network name
1273         required: true
1274         status: SUPPORTED
1275       oam_net_ip:
1276         type: string
1277         description: OAM network ip
1278         required: true
1279         status: SUPPORTED
1280       oam_net_mask:
1281         type: string
1282         description: CPS network mask
1283         required: true
1284         status: SUPPORTED
1285       port_oam_port_0_ip_requirements:
1286         type: list
1287         required: true
1288         status: SUPPORTED
1289         entry_schema:
1290           type: org.openecomp.datatypes.network.IpRequirements
1291       shared_security_group_id1:
1292         type: string
1293         description: UID of OAM network
1294         required: true
1295         status: SUPPORTED
1296     attributes:
1297       server_oam_id:
1298         type: string
1299         description: the oam nova service id
1300         status: SUPPORTED
1301     requirements:
1302     - dependency_oam_port_0:
1303         capability: tosca.capabilities.Node
1304         node: tosca.nodes.Root
1305         relationship: tosca.relationships.DependsOn
1306         occurrences:
1307         - 0
1308         - UNBOUNDED
1309     - link_oam_port_0:
1310         capability: tosca.capabilities.network.Linkable
1311         relationship: tosca.relationships.network.LinksTo
1312         occurrences:
1313         - 1
1314         - 1
1315     - dependency_server_oam:
1316         capability: tosca.capabilities.Node
1317         node: tosca.nodes.Root
1318         relationship: tosca.relationships.DependsOn
1319         occurrences:
1320         - 0
1321         - UNBOUNDED
1322     - local_storage_server_oam:
1323         capability: tosca.capabilities.Attachment
1324         node: tosca.nodes.BlockStorage
1325         relationship: tosca.relationships.AttachesTo
1326         occurrences:
1327         - 0
1328         - UNBOUNDED
1329     - dependency_oam_port_1:
1330         capability: tosca.capabilities.Node
1331         node: tosca.nodes.Root
1332         relationship: tosca.relationships.DependsOn
1333         occurrences:
1334         - 0
1335         - UNBOUNDED
1336     - link_oam_port_1:
1337         capability: tosca.capabilities.network.Linkable
1338         relationship: tosca.relationships.network.LinksTo
1339         occurrences:
1340         - 1
1341         - 1
1342     capabilities:
1343       cpu_server_oam:
1344         type: org.openecomp.capabilities.metric.Ceilometer
1345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1346         occurrences:
1347         - 1
1348         - UNBOUNDED
1349       memory_server_oam:
1350         type: org.openecomp.capabilities.metric.Ceilometer
1351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1352         occurrences:
1353         - 1
1354         - UNBOUNDED
1355       disk.write.requests_server_oam:
1356         type: org.openecomp.capabilities.metric.Ceilometer
1357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1358         occurrences:
1359         - 1
1360         - UNBOUNDED
1361       network.incoming.bytes.rate_oam_port_1:
1362         type: org.openecomp.capabilities.metric.Ceilometer
1363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1364         occurrences:
1365         - 1
1366         - UNBOUNDED
1367       network.incoming.bytes.rate_oam_port_0:
1368         type: org.openecomp.capabilities.metric.Ceilometer
1369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1370         occurrences:
1371         - 1
1372         - UNBOUNDED
1373       network.outgoing.bytes_oam_port_0:
1374         type: org.openecomp.capabilities.metric.Ceilometer
1375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1376         occurrences:
1377         - 1
1378         - UNBOUNDED
1379       memory.resident_server_oam:
1380         type: org.openecomp.capabilities.metric.Ceilometer
1381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       network.outgoing.bytes_oam_port_1:
1386         type: org.openecomp.capabilities.metric.Ceilometer
1387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1388         occurrences:
1389         - 1
1390         - UNBOUNDED
1391       disk.device.iops_server_oam:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       network.incoming.bytes_oam_port_0:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       network.incoming.bytes_oam_port_1:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       disk.device.write.requests_server_oam:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       network.outgoing.bytes.rate_oam_port_0:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       disk.allocation_server_oam:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       network.outgoing.bytes.rate_oam_port_1:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       disk.device.usage_server_oam:
1434         type: org.openecomp.capabilities.metric.Ceilometer
1435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1436         occurrences:
1437         - 1
1438         - UNBOUNDED
1439       network.outgoing.packets.rate_oam_port_0:
1440         type: org.openecomp.capabilities.metric.Ceilometer
1441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       network.outgoing.packets.rate_oam_port_1:
1446         type: org.openecomp.capabilities.metric.Ceilometer
1447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       disk.usage_server_oam:
1452         type: org.openecomp.capabilities.metric.Ceilometer
1453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       disk.device.write.bytes_server_oam:
1458         type: org.openecomp.capabilities.metric.Ceilometer
1459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1460         occurrences:
1461         - 1
1462         - UNBOUNDED
1463       attachment_oam_port_1:
1464         type: tosca.capabilities.Attachment
1465         occurrences:
1466         - 1
1467         - UNBOUNDED
1468       attachment_oam_port_0:
1469         type: tosca.capabilities.Attachment
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       disk.ephemeral.size_server_oam:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       disk.device.latency_server_oam:
1480         type: org.openecomp.capabilities.metric.Ceilometer
1481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1482         occurrences:
1483         - 1
1484         - UNBOUNDED
1485       disk.root.size_server_oam:
1486         type: org.openecomp.capabilities.metric.Ceilometer
1487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1488         occurrences:
1489         - 1
1490         - UNBOUNDED
1491       memory.usage_server_oam:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       disk.read.bytes_server_oam:
1498         type: org.openecomp.capabilities.metric.Ceilometer
1499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1500         occurrences:
1501         - 1
1502         - UNBOUNDED
1503       os_server_oam:
1504         type: tosca.capabilities.OperatingSystem
1505         occurrences:
1506         - 1
1507         - UNBOUNDED
1508       disk.read.requests_server_oam:
1509         type: org.openecomp.capabilities.metric.Ceilometer
1510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1511         occurrences:
1512         - 1
1513         - UNBOUNDED
1514       disk.capacity_server_oam:
1515         type: org.openecomp.capabilities.metric.Ceilometer
1516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1517         occurrences:
1518         - 1
1519         - UNBOUNDED
1520       feature_oam_port_0:
1521         type: tosca.capabilities.Node
1522         occurrences:
1523         - 1
1524         - UNBOUNDED
1525       disk.device.read.bytes_server_oam:
1526         type: org.openecomp.capabilities.metric.Ceilometer
1527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1528         occurrences:
1529         - 1
1530         - UNBOUNDED
1531       endpoint_server_oam:
1532         type: tosca.capabilities.Endpoint.Admin
1533         occurrences:
1534         - 1
1535         - UNBOUNDED
1536       disk.device.read.requests.rate_server_oam:
1537         type: org.openecomp.capabilities.metric.Ceilometer
1538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1539         occurrences:
1540         - 1
1541         - UNBOUNDED
1542       vcpus_server_oam:
1543         type: org.openecomp.capabilities.metric.Ceilometer
1544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1545         occurrences:
1546         - 1
1547         - UNBOUNDED
1548       feature_oam_port_1:
1549         type: tosca.capabilities.Node
1550         occurrences:
1551         - 1
1552         - UNBOUNDED
1553       disk.read.bytes.rate_server_oam:
1554         type: org.openecomp.capabilities.metric.Ceilometer
1555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1556         occurrences:
1557         - 1
1558         - UNBOUNDED
1559       disk.write.bytes_server_oam:
1560         type: org.openecomp.capabilities.metric.Ceilometer
1561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1562         occurrences:
1563         - 1
1564         - UNBOUNDED
1565       disk.iops_server_oam:
1566         type: org.openecomp.capabilities.metric.Ceilometer
1567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       network.incoming.packets.rate_oam_port_0:
1572         type: org.openecomp.capabilities.metric.Ceilometer
1573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1574         occurrences:
1575         - 1
1576         - UNBOUNDED
1577       disk.device.allocation_server_oam:
1578         type: org.openecomp.capabilities.metric.Ceilometer
1579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1580         occurrences:
1581         - 1
1582         - UNBOUNDED
1583       network.incoming.packets.rate_oam_port_1:
1584         type: org.openecomp.capabilities.metric.Ceilometer
1585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1586         occurrences:
1587         - 1
1588         - UNBOUNDED
1589       disk.write.requests.rate_server_oam:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       network.outpoing.packets_oam_port_0:
1596         type: org.openecomp.capabilities.metric.Ceilometer
1597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1598         occurrences:
1599         - 1
1600         - UNBOUNDED
1601       scalable_server_oam:
1602         type: tosca.capabilities.Scalable
1603         occurrences:
1604         - 1
1605         - UNBOUNDED
1606       disk.device.read.bytes.rate_server_oam:
1607         type: org.openecomp.capabilities.metric.Ceilometer
1608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1609         occurrences:
1610         - 1
1611         - UNBOUNDED
1612       binding_oam_port_0:
1613         type: tosca.capabilities.network.Bindable
1614         valid_source_types:
1615         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1616         occurrences:
1617         - 0
1618         - UNBOUNDED
1619       network.incoming.packets_oam_port_1:
1620         type: org.openecomp.capabilities.metric.Ceilometer
1621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1622         occurrences:
1623         - 1
1624         - UNBOUNDED
1625       network.incoming.packets_oam_port_0:
1626         type: org.openecomp.capabilities.metric.Ceilometer
1627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1628         occurrences:
1629         - 1
1630         - UNBOUNDED
1631       cpu_util_server_oam:
1632         type: org.openecomp.capabilities.metric.Ceilometer
1633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1634         occurrences:
1635         - 1
1636         - UNBOUNDED
1637       binding_oam_port_1:
1638         type: tosca.capabilities.network.Bindable
1639         valid_source_types:
1640         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1641         occurrences:
1642         - 0
1643         - UNBOUNDED
1644       network.outpoing.packets_oam_port_1:
1645         type: org.openecomp.capabilities.metric.Ceilometer
1646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1647         occurrences:
1648         - 1
1649         - UNBOUNDED
1650       cpu.delta_server_oam:
1651         type: org.openecomp.capabilities.metric.Ceilometer
1652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1653         occurrences:
1654         - 1
1655         - UNBOUNDED
1656       host_server_oam:
1657         type: tosca.capabilities.Container
1658         valid_source_types:
1659         - tosca.nodes.SoftwareComponent
1660         occurrences:
1661         - 1
1662         - UNBOUNDED
1663       disk.device.write.bytes.rate_server_oam:
1664         type: org.openecomp.capabilities.metric.Ceilometer
1665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1666         occurrences:
1667         - 1
1668         - UNBOUNDED
1669       binding_server_oam:
1670         type: tosca.capabilities.network.Bindable
1671         occurrences:
1672         - 1
1673         - UNBOUNDED
1674       disk.device.capacity_server_oam:
1675         type: org.openecomp.capabilities.metric.Ceilometer
1676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1677         occurrences:
1678         - 1
1679         - UNBOUNDED
1680       disk.latency_server_oam:
1681         type: org.openecomp.capabilities.metric.Ceilometer
1682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1683         occurrences:
1684         - 1
1685         - UNBOUNDED
1686       instance_server_oam:
1687         type: org.openecomp.capabilities.metric.Ceilometer
1688         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1689         occurrences:
1690         - 1
1691         - UNBOUNDED
1692       disk.device.read.requests_server_oam:
1693         type: org.openecomp.capabilities.metric.Ceilometer
1694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1695         occurrences:
1696         - 1
1697         - UNBOUNDED
1698       disk.device.write.requests.rate_server_oam:
1699         type: org.openecomp.capabilities.metric.Ceilometer
1700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1701         occurrences:
1702         - 1
1703         - UNBOUNDED
1704       feature_server_oam:
1705         type: tosca.capabilities.Node
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.write.bytes.rate_server_oam:
1710         type: org.openecomp.capabilities.metric.Ceilometer
1711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1712         occurrences:
1713         - 1
1714         - UNBOUNDED
1715   org.openecomp.resource.vfc.nodes.heat.pcm_server:
1716     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1717     properties:
1718       port_pcm_port_0_network_role:
1719         type: string
1720         required: true
1721         status: SUPPORTED
1722       p1:
1723         type: string
1724         description: UID of OAM network
1725         required: true
1726         status: SUPPORTED
1727       p2:
1728         type: string
1729         description: UID of OAM network
1730         required: true
1731         status: SUPPORTED
1732       port_pcm_port_1_network_role_tag:
1733         type: string
1734         required: true
1735         status: SUPPORTED
1736       availabilityzone_name:
1737         type: string
1738         description: availabilityzone name
1739         required: true
1740         status: SUPPORTED
1741       port_pcm_port_0_vlan_requirements:
1742         type: list
1743         required: true
1744         status: SUPPORTED
1745         entry_schema:
1746           type: org.openecomp.datatypes.network.VlanRequirements
1747       pcm_image_name:
1748         type: string
1749         description: PCRF CM image name
1750         required: true
1751         status: SUPPORTED
1752       port_pcm_port_0_order:
1753         type: integer
1754         required: true
1755         status: SUPPORTED
1756       port_pcm_port_0_subnetpoolid:
1757         type: string
1758         required: true
1759         status: SUPPORTED
1760       port_pcm_port_1_subnetpoolid:
1761         type: string
1762         required: true
1763         status: SUPPORTED
1764       port_pcm_port_0_network_role_tag:
1765         type: string
1766         required: true
1767         status: SUPPORTED
1768       pcm_server_name:
1769         type: string
1770         description: PCRF CM server name
1771         required: true
1772         status: SUPPORTED
1773       cps_net_mask:
1774         type: string
1775         description: CPS network mask
1776         required: true
1777         status: SUPPORTED
1778       port_pcm_port_1_exCP_naming:
1779         type: org.openecomp.datatypes.Naming
1780         required: true
1781         status: SUPPORTED
1782       port_pcm_port_0_exCP_naming:
1783         type: org.openecomp.datatypes.Naming
1784         required: true
1785         status: SUPPORTED
1786       oam_net_name:
1787         type: string
1788         description: OAM network name
1789         required: true
1790         status: SUPPORTED
1791       port_pcm_port_1_network_role:
1792         type: string
1793         required: true
1794         status: SUPPORTED
1795       port_pcm_port_0_ip_requirements:
1796         type: list
1797         required: true
1798         status: SUPPORTED
1799         entry_schema:
1800           type: org.openecomp.datatypes.network.IpRequirements
1801       oam_net_gw:
1802         type: string
1803         description: CPS network gateway
1804         required: true
1805         status: SUPPORTED
1806       security_group_name:
1807         type: string
1808         description: the name of security group
1809         required: true
1810         status: SUPPORTED
1811       cps_net_ip:
1812         type: string
1813         description: CPS network ip
1814         required: true
1815         status: SUPPORTED
1816       port_pcm_port_1_mac_requirements:
1817         type: org.openecomp.datatypes.network.MacRequirements
1818         required: true
1819         status: SUPPORTED
1820       port_pcm_port_1_vlan_requirements:
1821         type: list
1822         required: true
1823         status: SUPPORTED
1824         entry_schema:
1825           type: org.openecomp.datatypes.network.VlanRequirements
1826       pcm_flavor_name:
1827         type: string
1828         description: flavor name of PCRF CM instance
1829         required: true
1830         status: SUPPORTED
1831       pcm_vol:
1832         type: string
1833         description: CPS Cluman Cinder Volume
1834         required: true
1835         status: SUPPORTED
1836       port_pcm_port_1_ip_requirements:
1837         type: list
1838         required: true
1839         status: SUPPORTED
1840         entry_schema:
1841           type: org.openecomp.datatypes.network.IpRequirements
1842       port_pcm_port_0_mac_requirements:
1843         type: org.openecomp.datatypes.network.MacRequirements
1844         required: true
1845         status: SUPPORTED
1846       cps_net_name:
1847         type: string
1848         description: CPS network name
1849         required: true
1850         status: SUPPORTED
1851       oam_net_ip:
1852         type: string
1853         description: OAM network ip
1854         required: true
1855         status: SUPPORTED
1856       oam_net_mask:
1857         type: string
1858         description: CPS network mask
1859         required: true
1860         status: SUPPORTED
1861       port_pcm_port_1_order:
1862         type: integer
1863         required: true
1864         status: SUPPORTED
1865     attributes:
1866       server_pcm_id:
1867         type: string
1868         description: the pcm nova service id
1869         status: SUPPORTED
1870     requirements:
1871     - dependency_pcm_port_1:
1872         capability: tosca.capabilities.Node
1873         node: tosca.nodes.Root
1874         relationship: tosca.relationships.DependsOn
1875         occurrences:
1876         - 0
1877         - UNBOUNDED
1878     - link_pcm_port_1:
1879         capability: tosca.capabilities.network.Linkable
1880         relationship: tosca.relationships.network.LinksTo
1881         occurrences:
1882         - 1
1883         - 1
1884     - dependency_server_pcm:
1885         capability: tosca.capabilities.Node
1886         node: tosca.nodes.Root
1887         relationship: tosca.relationships.DependsOn
1888         occurrences:
1889         - 0
1890         - UNBOUNDED
1891     - local_storage_server_pcm:
1892         capability: tosca.capabilities.Attachment
1893         node: tosca.nodes.BlockStorage
1894         relationship: tosca.relationships.AttachesTo
1895         occurrences:
1896         - 0
1897         - UNBOUNDED
1898     - dependency_pcm_port_0:
1899         capability: tosca.capabilities.Node
1900         node: tosca.nodes.Root
1901         relationship: tosca.relationships.DependsOn
1902         occurrences:
1903         - 0
1904         - UNBOUNDED
1905     - link_pcm_port_0:
1906         capability: tosca.capabilities.network.Linkable
1907         relationship: tosca.relationships.network.LinksTo
1908         occurrences:
1909         - 1
1910         - 1
1911     capabilities:
1912       network.incoming.packets.rate_pcm_port_0:
1913         type: org.openecomp.capabilities.metric.Ceilometer
1914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1915         occurrences:
1916         - 1
1917         - UNBOUNDED
1918       cpu_server_pcm:
1919         type: org.openecomp.capabilities.metric.Ceilometer
1920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1921         occurrences:
1922         - 1
1923         - UNBOUNDED
1924       network.incoming.packets.rate_pcm_port_1:
1925         type: org.openecomp.capabilities.metric.Ceilometer
1926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1927         occurrences:
1928         - 1
1929         - UNBOUNDED
1930       network.outpoing.packets_pcm_port_1:
1931         type: org.openecomp.capabilities.metric.Ceilometer
1932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1933         occurrences:
1934         - 1
1935         - UNBOUNDED
1936       memory_server_pcm:
1937         type: org.openecomp.capabilities.metric.Ceilometer
1938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1939         occurrences:
1940         - 1
1941         - UNBOUNDED
1942       disk.write.requests_server_pcm:
1943         type: org.openecomp.capabilities.metric.Ceilometer
1944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1945         occurrences:
1946         - 1
1947         - UNBOUNDED
1948       network.outpoing.packets_pcm_port_0:
1949         type: org.openecomp.capabilities.metric.Ceilometer
1950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1951         occurrences:
1952         - 1
1953         - UNBOUNDED
1954       disk.device.iops_server_pcm:
1955         type: org.openecomp.capabilities.metric.Ceilometer
1956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       memory.resident_server_pcm:
1961         type: org.openecomp.capabilities.metric.Ceilometer
1962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1963         occurrences:
1964         - 1
1965         - UNBOUNDED
1966       disk.device.write.requests_server_pcm:
1967         type: org.openecomp.capabilities.metric.Ceilometer
1968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1969         occurrences:
1970         - 1
1971         - UNBOUNDED
1972       disk.device.usage_server_pcm:
1973         type: org.openecomp.capabilities.metric.Ceilometer
1974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1975         occurrences:
1976         - 1
1977         - UNBOUNDED
1978       disk.allocation_server_pcm:
1979         type: org.openecomp.capabilities.metric.Ceilometer
1980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1981         occurrences:
1982         - 1
1983         - UNBOUNDED
1984       disk.usage_server_pcm:
1985         type: org.openecomp.capabilities.metric.Ceilometer
1986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1987         occurrences:
1988         - 1
1989         - UNBOUNDED
1990       disk.device.write.bytes_server_pcm:
1991         type: org.openecomp.capabilities.metric.Ceilometer
1992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1993         occurrences:
1994         - 1
1995         - UNBOUNDED
1996       disk.root.size_server_pcm:
1997         type: org.openecomp.capabilities.metric.Ceilometer
1998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1999         occurrences:
2000         - 1
2001         - UNBOUNDED
2002       disk.ephemeral.size_server_pcm:
2003         type: org.openecomp.capabilities.metric.Ceilometer
2004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2005         occurrences:
2006         - 1
2007         - UNBOUNDED
2008       disk.device.latency_server_pcm:
2009         type: org.openecomp.capabilities.metric.Ceilometer
2010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2011         occurrences:
2012         - 1
2013         - UNBOUNDED
2014       network.incoming.bytes_pcm_port_0:
2015         type: org.openecomp.capabilities.metric.Ceilometer
2016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2017         occurrences:
2018         - 1
2019         - UNBOUNDED
2020       network.incoming.bytes_pcm_port_1:
2021         type: org.openecomp.capabilities.metric.Ceilometer
2022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2023         occurrences:
2024         - 1
2025         - UNBOUNDED
2026       binding_pcm_port_0:
2027         type: tosca.capabilities.network.Bindable
2028         valid_source_types:
2029         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2030         occurrences:
2031         - 0
2032         - UNBOUNDED
2033       binding_pcm_port_1:
2034         type: tosca.capabilities.network.Bindable
2035         valid_source_types:
2036         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2037         occurrences:
2038         - 0
2039         - UNBOUNDED
2040       memory.usage_server_pcm:
2041         type: org.openecomp.capabilities.metric.Ceilometer
2042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2043         occurrences:
2044         - 1
2045         - UNBOUNDED
2046       disk.read.requests_server_pcm:
2047         type: org.openecomp.capabilities.metric.Ceilometer
2048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2049         occurrences:
2050         - 1
2051         - UNBOUNDED
2052       disk.capacity_server_pcm:
2053         type: org.openecomp.capabilities.metric.Ceilometer
2054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2055         occurrences:
2056         - 1
2057         - UNBOUNDED
2058       os_server_pcm:
2059         type: tosca.capabilities.OperatingSystem
2060         occurrences:
2061         - 1
2062         - UNBOUNDED
2063       disk.read.bytes_server_pcm:
2064         type: org.openecomp.capabilities.metric.Ceilometer
2065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2066         occurrences:
2067         - 1
2068         - UNBOUNDED
2069       network.outgoing.packets.rate_pcm_port_0:
2070         type: org.openecomp.capabilities.metric.Ceilometer
2071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2072         occurrences:
2073         - 1
2074         - UNBOUNDED
2075       network.outgoing.packets.rate_pcm_port_1:
2076         type: org.openecomp.capabilities.metric.Ceilometer
2077         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2078         occurrences:
2079         - 1
2080         - UNBOUNDED
2081       feature_pcm_port_1:
2082         type: tosca.capabilities.Node
2083         occurrences:
2084         - 1
2085         - UNBOUNDED
2086       network.outgoing.bytes_pcm_port_0:
2087         type: org.openecomp.capabilities.metric.Ceilometer
2088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2089         occurrences:
2090         - 1
2091         - UNBOUNDED
2092       disk.device.read.bytes_server_pcm:
2093         type: org.openecomp.capabilities.metric.Ceilometer
2094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2095         occurrences:
2096         - 1
2097         - UNBOUNDED
2098       feature_pcm_port_0:
2099         type: tosca.capabilities.Node
2100         occurrences:
2101         - 1
2102         - UNBOUNDED
2103       network.outgoing.bytes_pcm_port_1:
2104         type: org.openecomp.capabilities.metric.Ceilometer
2105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2106         occurrences:
2107         - 1
2108         - UNBOUNDED
2109       attachment_pcm_port_0:
2110         type: tosca.capabilities.Attachment
2111         occurrences:
2112         - 1
2113         - UNBOUNDED
2114       attachment_pcm_port_1:
2115         type: tosca.capabilities.Attachment
2116         occurrences:
2117         - 1
2118         - UNBOUNDED
2119       endpoint_server_pcm:
2120         type: tosca.capabilities.Endpoint.Admin
2121         occurrences:
2122         - 1
2123         - UNBOUNDED
2124       disk.device.read.requests.rate_server_pcm:
2125         type: org.openecomp.capabilities.metric.Ceilometer
2126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2127         occurrences:
2128         - 1
2129         - UNBOUNDED
2130       vcpus_server_pcm:
2131         type: org.openecomp.capabilities.metric.Ceilometer
2132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2133         occurrences:
2134         - 1
2135         - UNBOUNDED
2136       disk.write.bytes_server_pcm:
2137         type: org.openecomp.capabilities.metric.Ceilometer
2138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2139         occurrences:
2140         - 1
2141         - UNBOUNDED
2142       disk.iops_server_pcm:
2143         type: org.openecomp.capabilities.metric.Ceilometer
2144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2145         occurrences:
2146         - 1
2147         - UNBOUNDED
2148       disk.read.bytes.rate_server_pcm:
2149         type: org.openecomp.capabilities.metric.Ceilometer
2150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2151         occurrences:
2152         - 1
2153         - UNBOUNDED
2154       disk.device.allocation_server_pcm:
2155         type: org.openecomp.capabilities.metric.Ceilometer
2156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2157         occurrences:
2158         - 1
2159         - UNBOUNDED
2160       scalable_server_pcm:
2161         type: tosca.capabilities.Scalable
2162         occurrences:
2163         - 1
2164         - UNBOUNDED
2165       disk.device.read.bytes.rate_server_pcm:
2166         type: org.openecomp.capabilities.metric.Ceilometer
2167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2168         occurrences:
2169         - 1
2170         - UNBOUNDED
2171       cpu_util_server_pcm:
2172         type: org.openecomp.capabilities.metric.Ceilometer
2173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2174         occurrences:
2175         - 1
2176         - UNBOUNDED
2177       disk.write.requests.rate_server_pcm:
2178         type: org.openecomp.capabilities.metric.Ceilometer
2179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2180         occurrences:
2181         - 1
2182         - UNBOUNDED
2183       disk.device.write.bytes.rate_server_pcm:
2184         type: org.openecomp.capabilities.metric.Ceilometer
2185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2186         occurrences:
2187         - 1
2188         - UNBOUNDED
2189       host_server_pcm:
2190         type: tosca.capabilities.Container
2191         valid_source_types:
2192         - tosca.nodes.SoftwareComponent
2193         occurrences:
2194         - 1
2195         - UNBOUNDED
2196       cpu.delta_server_pcm:
2197         type: org.openecomp.capabilities.metric.Ceilometer
2198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2199         occurrences:
2200         - 1
2201         - UNBOUNDED
2202       network.outgoing.bytes.rate_pcm_port_1:
2203         type: org.openecomp.capabilities.metric.Ceilometer
2204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2205         occurrences:
2206         - 1
2207         - UNBOUNDED
2208       network.incoming.packets_pcm_port_0:
2209         type: org.openecomp.capabilities.metric.Ceilometer
2210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2211         occurrences:
2212         - 1
2213         - UNBOUNDED
2214       binding_server_pcm:
2215         type: tosca.capabilities.network.Bindable
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       network.outgoing.bytes.rate_pcm_port_0:
2220         type: org.openecomp.capabilities.metric.Ceilometer
2221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2222         occurrences:
2223         - 1
2224         - UNBOUNDED
2225       disk.device.capacity_server_pcm:
2226         type: org.openecomp.capabilities.metric.Ceilometer
2227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2228         occurrences:
2229         - 1
2230         - UNBOUNDED
2231       network.incoming.packets_pcm_port_1:
2232         type: org.openecomp.capabilities.metric.Ceilometer
2233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2234         occurrences:
2235         - 1
2236         - UNBOUNDED
2237       instance_server_pcm:
2238         type: org.openecomp.capabilities.metric.Ceilometer
2239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2240         occurrences:
2241         - 1
2242         - UNBOUNDED
2243       disk.device.write.requests.rate_server_pcm:
2244         type: org.openecomp.capabilities.metric.Ceilometer
2245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2246         occurrences:
2247         - 1
2248         - UNBOUNDED
2249       disk.latency_server_pcm:
2250         type: org.openecomp.capabilities.metric.Ceilometer
2251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2252         occurrences:
2253         - 1
2254         - UNBOUNDED
2255       disk.device.read.requests_server_pcm:
2256         type: org.openecomp.capabilities.metric.Ceilometer
2257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2258         occurrences:
2259         - 1
2260         - UNBOUNDED
2261       feature_server_pcm:
2262         type: tosca.capabilities.Node
2263         occurrences:
2264         - 1
2265         - UNBOUNDED
2266       network.incoming.bytes.rate_pcm_port_0:
2267         type: org.openecomp.capabilities.metric.Ceilometer
2268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2269         occurrences:
2270         - 1
2271         - UNBOUNDED
2272       disk.write.bytes.rate_server_pcm:
2273         type: org.openecomp.capabilities.metric.Ceilometer
2274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2275         occurrences:
2276         - 1
2277         - UNBOUNDED
2278       network.incoming.bytes.rate_pcm_port_1:
2279         type: org.openecomp.capabilities.metric.Ceilometer
2280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2281         occurrences:
2282         - 1
2283         - UNBOUNDED
2284   org.openecomp.resource.abstract.nodes.heat.pcm_server_1:
2285     derived_from: org.openecomp.resource.abstract.nodes.VFC
2286     properties:
2287       port_pcm_port_0_network_role:
2288         type: string
2289         required: true
2290         status: SUPPORTED
2291       p1:
2292         type: string
2293         description: UID of OAM network
2294         required: true
2295         status: SUPPORTED
2296       p2:
2297         type: string
2298         description: UID of OAM network
2299         required: true
2300         status: SUPPORTED
2301       port_pcm_port_1_network_role_tag:
2302         type: string
2303         required: true
2304         status: SUPPORTED
2305       availabilityzone_name:
2306         type: string
2307         description: availabilityzone name
2308         required: true
2309         status: SUPPORTED
2310       port_pcm_port_0_vlan_requirements:
2311         type: list
2312         required: true
2313         status: SUPPORTED
2314         entry_schema:
2315           type: org.openecomp.datatypes.network.VlanRequirements
2316       pcm_image_name:
2317         type: string
2318         description: PCRF CM image name
2319         required: true
2320         status: SUPPORTED
2321       port_pcm_port_0_order:
2322         type: integer
2323         required: true
2324         status: SUPPORTED
2325       port_pcm_port_0_subnetpoolid:
2326         type: string
2327         required: true
2328         status: SUPPORTED
2329       port_pcm_port_1_subnetpoolid:
2330         type: string
2331         required: true
2332         status: SUPPORTED
2333       port_pcm_port_0_network_role_tag:
2334         type: string
2335         required: true
2336         status: SUPPORTED
2337       pcm_server_name:
2338         type: string
2339         description: PCRF CM server name
2340         required: true
2341         status: SUPPORTED
2342       cps_net_mask:
2343         type: string
2344         description: CPS network mask
2345         required: true
2346         status: SUPPORTED
2347       port_pcm_port_1_exCP_naming:
2348         type: org.openecomp.datatypes.Naming
2349         required: true
2350         status: SUPPORTED
2351       port_pcm_port_0_exCP_naming:
2352         type: org.openecomp.datatypes.Naming
2353         required: true
2354         status: SUPPORTED
2355       oam_net_name:
2356         type: string
2357         description: OAM network name
2358         required: true
2359         status: SUPPORTED
2360       port_pcm_port_1_network_role:
2361         type: string
2362         required: true
2363         status: SUPPORTED
2364       port_pcm_port_0_ip_requirements:
2365         type: list
2366         required: true
2367         status: SUPPORTED
2368         entry_schema:
2369           type: org.openecomp.datatypes.network.IpRequirements
2370       oam_net_gw:
2371         type: string
2372         description: CPS network gateway
2373         required: true
2374         status: SUPPORTED
2375       security_group_name:
2376         type: string
2377         description: the name of security group
2378         required: true
2379         status: SUPPORTED
2380       cps_net_ip:
2381         type: string
2382         description: CPS network ip
2383         required: true
2384         status: SUPPORTED
2385       port_pcm_port_1_mac_requirements:
2386         type: org.openecomp.datatypes.network.MacRequirements
2387         required: true
2388         status: SUPPORTED
2389       port_pcm_port_1_vlan_requirements:
2390         type: list
2391         required: true
2392         status: SUPPORTED
2393         entry_schema:
2394           type: org.openecomp.datatypes.network.VlanRequirements
2395       pcm_flavor_name:
2396         type: string
2397         description: flavor name of PCRF CM instance
2398         required: true
2399         status: SUPPORTED
2400       pcm_vol:
2401         type: string
2402         description: CPS Cluman Cinder Volume
2403         required: true
2404         status: SUPPORTED
2405       port_pcm_port_1_ip_requirements:
2406         type: list
2407         required: true
2408         status: SUPPORTED
2409         entry_schema:
2410           type: org.openecomp.datatypes.network.IpRequirements
2411       port_pcm_port_0_mac_requirements:
2412         type: org.openecomp.datatypes.network.MacRequirements
2413         required: true
2414         status: SUPPORTED
2415       cps_net_name:
2416         type: string
2417         description: CPS network name
2418         required: true
2419         status: SUPPORTED
2420       oam_net_ip:
2421         type: string
2422         description: OAM network ip
2423         required: true
2424         status: SUPPORTED
2425       oam_net_mask:
2426         type: string
2427         description: CPS network mask
2428         required: true
2429         status: SUPPORTED
2430       port_pcm_port_1_order:
2431         type: integer
2432         required: true
2433         status: SUPPORTED
2434     attributes:
2435       server_pcm_id:
2436         type: string
2437         description: the pcm nova service id
2438         status: SUPPORTED
2439     requirements:
2440     - dependency_pcm_port_1:
2441         capability: tosca.capabilities.Node
2442         node: tosca.nodes.Root
2443         relationship: tosca.relationships.DependsOn
2444         occurrences:
2445         - 0
2446         - UNBOUNDED
2447     - link_pcm_port_1:
2448         capability: tosca.capabilities.network.Linkable
2449         relationship: tosca.relationships.network.LinksTo
2450         occurrences:
2451         - 1
2452         - 1
2453     - dependency_server_pcm:
2454         capability: tosca.capabilities.Node
2455         node: tosca.nodes.Root
2456         relationship: tosca.relationships.DependsOn
2457         occurrences:
2458         - 0
2459         - UNBOUNDED
2460     - local_storage_server_pcm:
2461         capability: tosca.capabilities.Attachment
2462         node: tosca.nodes.BlockStorage
2463         relationship: tosca.relationships.AttachesTo
2464         occurrences:
2465         - 0
2466         - UNBOUNDED
2467     - dependency_pcm_port_0:
2468         capability: tosca.capabilities.Node
2469         node: tosca.nodes.Root
2470         relationship: tosca.relationships.DependsOn
2471         occurrences:
2472         - 0
2473         - UNBOUNDED
2474     - link_pcm_port_0:
2475         capability: tosca.capabilities.network.Linkable
2476         relationship: tosca.relationships.network.LinksTo
2477         occurrences:
2478         - 1
2479         - 1
2480     capabilities:
2481       network.incoming.packets.rate_pcm_port_0:
2482         type: org.openecomp.capabilities.metric.Ceilometer
2483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2484         occurrences:
2485         - 1
2486         - UNBOUNDED
2487       cpu_server_pcm:
2488         type: org.openecomp.capabilities.metric.Ceilometer
2489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2490         occurrences:
2491         - 1
2492         - UNBOUNDED
2493       network.incoming.packets.rate_pcm_port_1:
2494         type: org.openecomp.capabilities.metric.Ceilometer
2495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2496         occurrences:
2497         - 1
2498         - UNBOUNDED
2499       network.outpoing.packets_pcm_port_1:
2500         type: org.openecomp.capabilities.metric.Ceilometer
2501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2502         occurrences:
2503         - 1
2504         - UNBOUNDED
2505       memory_server_pcm:
2506         type: org.openecomp.capabilities.metric.Ceilometer
2507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2508         occurrences:
2509         - 1
2510         - UNBOUNDED
2511       disk.write.requests_server_pcm:
2512         type: org.openecomp.capabilities.metric.Ceilometer
2513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2514         occurrences:
2515         - 1
2516         - UNBOUNDED
2517       network.outpoing.packets_pcm_port_0:
2518         type: org.openecomp.capabilities.metric.Ceilometer
2519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2520         occurrences:
2521         - 1
2522         - UNBOUNDED
2523       disk.device.iops_server_pcm:
2524         type: org.openecomp.capabilities.metric.Ceilometer
2525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2526         occurrences:
2527         - 1
2528         - UNBOUNDED
2529       memory.resident_server_pcm:
2530         type: org.openecomp.capabilities.metric.Ceilometer
2531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2532         occurrences:
2533         - 1
2534         - UNBOUNDED
2535       disk.device.write.requests_server_pcm:
2536         type: org.openecomp.capabilities.metric.Ceilometer
2537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2538         occurrences:
2539         - 1
2540         - UNBOUNDED
2541       disk.device.usage_server_pcm:
2542         type: org.openecomp.capabilities.metric.Ceilometer
2543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2544         occurrences:
2545         - 1
2546         - UNBOUNDED
2547       disk.allocation_server_pcm:
2548         type: org.openecomp.capabilities.metric.Ceilometer
2549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2550         occurrences:
2551         - 1
2552         - UNBOUNDED
2553       disk.usage_server_pcm:
2554         type: org.openecomp.capabilities.metric.Ceilometer
2555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2556         occurrences:
2557         - 1
2558         - UNBOUNDED
2559       disk.device.write.bytes_server_pcm:
2560         type: org.openecomp.capabilities.metric.Ceilometer
2561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2562         occurrences:
2563         - 1
2564         - UNBOUNDED
2565       disk.root.size_server_pcm:
2566         type: org.openecomp.capabilities.metric.Ceilometer
2567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2568         occurrences:
2569         - 1
2570         - UNBOUNDED
2571       disk.ephemeral.size_server_pcm:
2572         type: org.openecomp.capabilities.metric.Ceilometer
2573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2574         occurrences:
2575         - 1
2576         - UNBOUNDED
2577       disk.device.latency_server_pcm:
2578         type: org.openecomp.capabilities.metric.Ceilometer
2579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2580         occurrences:
2581         - 1
2582         - UNBOUNDED
2583       network.incoming.bytes_pcm_port_0:
2584         type: org.openecomp.capabilities.metric.Ceilometer
2585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2586         occurrences:
2587         - 1
2588         - UNBOUNDED
2589       network.incoming.bytes_pcm_port_1:
2590         type: org.openecomp.capabilities.metric.Ceilometer
2591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2592         occurrences:
2593         - 1
2594         - UNBOUNDED
2595       binding_pcm_port_0:
2596         type: tosca.capabilities.network.Bindable
2597         valid_source_types:
2598         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2599         occurrences:
2600         - 0
2601         - UNBOUNDED
2602       binding_pcm_port_1:
2603         type: tosca.capabilities.network.Bindable
2604         valid_source_types:
2605         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2606         occurrences:
2607         - 0
2608         - UNBOUNDED
2609       memory.usage_server_pcm:
2610         type: org.openecomp.capabilities.metric.Ceilometer
2611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2612         occurrences:
2613         - 1
2614         - UNBOUNDED
2615       disk.read.requests_server_pcm:
2616         type: org.openecomp.capabilities.metric.Ceilometer
2617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2618         occurrences:
2619         - 1
2620         - UNBOUNDED
2621       disk.capacity_server_pcm:
2622         type: org.openecomp.capabilities.metric.Ceilometer
2623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2624         occurrences:
2625         - 1
2626         - UNBOUNDED
2627       os_server_pcm:
2628         type: tosca.capabilities.OperatingSystem
2629         occurrences:
2630         - 1
2631         - UNBOUNDED
2632       disk.read.bytes_server_pcm:
2633         type: org.openecomp.capabilities.metric.Ceilometer
2634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2635         occurrences:
2636         - 1
2637         - UNBOUNDED
2638       network.outgoing.packets.rate_pcm_port_0:
2639         type: org.openecomp.capabilities.metric.Ceilometer
2640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2641         occurrences:
2642         - 1
2643         - UNBOUNDED
2644       network.outgoing.packets.rate_pcm_port_1:
2645         type: org.openecomp.capabilities.metric.Ceilometer
2646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2647         occurrences:
2648         - 1
2649         - UNBOUNDED
2650       feature_pcm_port_1:
2651         type: tosca.capabilities.Node
2652         occurrences:
2653         - 1
2654         - UNBOUNDED
2655       network.outgoing.bytes_pcm_port_0:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       disk.device.read.bytes_server_pcm:
2662         type: org.openecomp.capabilities.metric.Ceilometer
2663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2664         occurrences:
2665         - 1
2666         - UNBOUNDED
2667       feature_pcm_port_0:
2668         type: tosca.capabilities.Node
2669         occurrences:
2670         - 1
2671         - UNBOUNDED
2672       network.outgoing.bytes_pcm_port_1:
2673         type: org.openecomp.capabilities.metric.Ceilometer
2674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2675         occurrences:
2676         - 1
2677         - UNBOUNDED
2678       attachment_pcm_port_0:
2679         type: tosca.capabilities.Attachment
2680         occurrences:
2681         - 1
2682         - UNBOUNDED
2683       attachment_pcm_port_1:
2684         type: tosca.capabilities.Attachment
2685         occurrences:
2686         - 1
2687         - UNBOUNDED
2688       endpoint_server_pcm:
2689         type: tosca.capabilities.Endpoint.Admin
2690         occurrences:
2691         - 1
2692         - UNBOUNDED
2693       disk.device.read.requests.rate_server_pcm:
2694         type: org.openecomp.capabilities.metric.Ceilometer
2695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2696         occurrences:
2697         - 1
2698         - UNBOUNDED
2699       vcpus_server_pcm:
2700         type: org.openecomp.capabilities.metric.Ceilometer
2701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2702         occurrences:
2703         - 1
2704         - UNBOUNDED
2705       disk.write.bytes_server_pcm:
2706         type: org.openecomp.capabilities.metric.Ceilometer
2707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2708         occurrences:
2709         - 1
2710         - UNBOUNDED
2711       disk.iops_server_pcm:
2712         type: org.openecomp.capabilities.metric.Ceilometer
2713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2714         occurrences:
2715         - 1
2716         - UNBOUNDED
2717       disk.read.bytes.rate_server_pcm:
2718         type: org.openecomp.capabilities.metric.Ceilometer
2719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2720         occurrences:
2721         - 1
2722         - UNBOUNDED
2723       disk.device.allocation_server_pcm:
2724         type: org.openecomp.capabilities.metric.Ceilometer
2725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2726         occurrences:
2727         - 1
2728         - UNBOUNDED
2729       scalable_server_pcm:
2730         type: tosca.capabilities.Scalable
2731         occurrences:
2732         - 1
2733         - UNBOUNDED
2734       disk.device.read.bytes.rate_server_pcm:
2735         type: org.openecomp.capabilities.metric.Ceilometer
2736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2737         occurrences:
2738         - 1
2739         - UNBOUNDED
2740       cpu_util_server_pcm:
2741         type: org.openecomp.capabilities.metric.Ceilometer
2742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2743         occurrences:
2744         - 1
2745         - UNBOUNDED
2746       disk.write.requests.rate_server_pcm:
2747         type: org.openecomp.capabilities.metric.Ceilometer
2748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2749         occurrences:
2750         - 1
2751         - UNBOUNDED
2752       disk.device.write.bytes.rate_server_pcm:
2753         type: org.openecomp.capabilities.metric.Ceilometer
2754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2755         occurrences:
2756         - 1
2757         - UNBOUNDED
2758       host_server_pcm:
2759         type: tosca.capabilities.Container
2760         valid_source_types:
2761         - tosca.nodes.SoftwareComponent
2762         occurrences:
2763         - 1
2764         - UNBOUNDED
2765       cpu.delta_server_pcm:
2766         type: org.openecomp.capabilities.metric.Ceilometer
2767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2768         occurrences:
2769         - 1
2770         - UNBOUNDED
2771       network.outgoing.bytes.rate_pcm_port_1:
2772         type: org.openecomp.capabilities.metric.Ceilometer
2773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2774         occurrences:
2775         - 1
2776         - UNBOUNDED
2777       network.incoming.packets_pcm_port_0:
2778         type: org.openecomp.capabilities.metric.Ceilometer
2779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2780         occurrences:
2781         - 1
2782         - UNBOUNDED
2783       binding_server_pcm:
2784         type: tosca.capabilities.network.Bindable
2785         occurrences:
2786         - 1
2787         - UNBOUNDED
2788       network.outgoing.bytes.rate_pcm_port_0:
2789         type: org.openecomp.capabilities.metric.Ceilometer
2790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2791         occurrences:
2792         - 1
2793         - UNBOUNDED
2794       disk.device.capacity_server_pcm:
2795         type: org.openecomp.capabilities.metric.Ceilometer
2796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2797         occurrences:
2798         - 1
2799         - UNBOUNDED
2800       network.incoming.packets_pcm_port_1:
2801         type: org.openecomp.capabilities.metric.Ceilometer
2802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2803         occurrences:
2804         - 1
2805         - UNBOUNDED
2806       instance_server_pcm:
2807         type: org.openecomp.capabilities.metric.Ceilometer
2808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2809         occurrences:
2810         - 1
2811         - UNBOUNDED
2812       disk.device.write.requests.rate_server_pcm:
2813         type: org.openecomp.capabilities.metric.Ceilometer
2814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2815         occurrences:
2816         - 1
2817         - UNBOUNDED
2818       disk.latency_server_pcm:
2819         type: org.openecomp.capabilities.metric.Ceilometer
2820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2821         occurrences:
2822         - 1
2823         - UNBOUNDED
2824       disk.device.read.requests_server_pcm:
2825         type: org.openecomp.capabilities.metric.Ceilometer
2826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2827         occurrences:
2828         - 1
2829         - UNBOUNDED
2830       feature_server_pcm:
2831         type: tosca.capabilities.Node
2832         occurrences:
2833         - 1
2834         - UNBOUNDED
2835       network.incoming.bytes.rate_pcm_port_0:
2836         type: org.openecomp.capabilities.metric.Ceilometer
2837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2838         occurrences:
2839         - 1
2840         - UNBOUNDED
2841       disk.write.bytes.rate_server_pcm:
2842         type: org.openecomp.capabilities.metric.Ceilometer
2843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2844         occurrences:
2845         - 1
2846         - UNBOUNDED
2847       network.incoming.bytes.rate_pcm_port_1:
2848         type: org.openecomp.capabilities.metric.Ceilometer
2849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2850         occurrences:
2851         - 1
2852         - UNBOUNDED
2853   org.openecomp.resource.abstract.nodes.compute:
2854     derived_from: org.openecomp.resource.abstract.nodes.VFC
2855     properties:
2856       compute_compute_user_data_format:
2857         type: list
2858         required: true
2859         status: SUPPORTED
2860         entry_schema:
2861           type: string
2862       vm_image_name:
2863         type: string
2864         required: true
2865         status: SUPPORTED
2866       index_value:
2867         type: integer
2868         description: Index value of this substitution service template runtime instance
2869         required: false
2870         default: 0
2871         status: SUPPORTED
2872         constraints:
2873         - greater_or_equal: 0
2874       compute_compute_metadata:
2875         type: list
2876         required: true
2877         status: SUPPORTED
2878         entry_schema:
2879           type: json
2880       compute_compute_name:
2881         type: list
2882         required: true
2883         status: SUPPORTED
2884         entry_schema:
2885           type: string
2886       vm_flavor_name:
2887         type: string
2888         required: true
2889         status: SUPPORTED
2890       compute_compute_config_drive:
2891         type: list
2892         required: true
2893         status: SUPPORTED
2894         entry_schema:
2895           type: boolean
2896     requirements:
2897     - dependency_compute:
2898         capability: tosca.capabilities.Node
2899         node: tosca.nodes.Root
2900         relationship: tosca.relationships.DependsOn
2901         occurrences:
2902         - 0
2903         - UNBOUNDED
2904     - local_storage_compute:
2905         capability: tosca.capabilities.Attachment
2906         node: tosca.nodes.BlockStorage
2907         relationship: tosca.relationships.AttachesTo
2908         occurrences:
2909         - 0
2910         - UNBOUNDED
2911     capabilities:
2912       disk.device.usage_compute:
2913         type: org.openecomp.capabilities.metric.Ceilometer
2914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2915         occurrences:
2916         - 1
2917         - UNBOUNDED
2918       disk.write.requests_compute:
2919         type: org.openecomp.capabilities.metric.Ceilometer
2920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2921         occurrences:
2922         - 1
2923         - UNBOUNDED
2924       instance_compute:
2925         type: org.openecomp.capabilities.metric.Ceilometer
2926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2927         occurrences:
2928         - 1
2929         - UNBOUNDED
2930       disk.ephemeral.size_compute:
2931         type: org.openecomp.capabilities.metric.Ceilometer
2932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2933         occurrences:
2934         - 1
2935         - UNBOUNDED
2936       disk.device.read.bytes.rate_compute:
2937         type: org.openecomp.capabilities.metric.Ceilometer
2938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2939         occurrences:
2940         - 1
2941         - UNBOUNDED
2942       disk.latency_compute:
2943         type: org.openecomp.capabilities.metric.Ceilometer
2944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2945         occurrences:
2946         - 1
2947         - UNBOUNDED
2948       memory.resident_compute:
2949         type: org.openecomp.capabilities.metric.Ceilometer
2950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2951         occurrences:
2952         - 1
2953         - UNBOUNDED
2954       memory_compute:
2955         type: org.openecomp.capabilities.metric.Ceilometer
2956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2957         occurrences:
2958         - 1
2959         - UNBOUNDED
2960       disk.iops_compute:
2961         type: org.openecomp.capabilities.metric.Ceilometer
2962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2963         occurrences:
2964         - 1
2965         - UNBOUNDED
2966       disk.root.size_compute:
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       disk.write.requests.rate_compute:
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.requests_compute:
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.device.read.requests.rate_compute:
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.read.bytes_compute:
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.read.bytes_compute:
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.bytes_compute:
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       disk.usage_compute:
3009         type: org.openecomp.capabilities.metric.Ceilometer
3010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3011         occurrences:
3012         - 1
3013         - UNBOUNDED
3014       os_compute:
3015         type: tosca.capabilities.OperatingSystem
3016         occurrences:
3017         - 1
3018         - UNBOUNDED
3019       disk.write.bytes.rate_compute:
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       vcpus_compute:
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       disk.capacity_compute:
3032         type: org.openecomp.capabilities.metric.Ceilometer
3033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3034         occurrences:
3035         - 1
3036         - UNBOUNDED
3037       cpu_util_compute:
3038         type: org.openecomp.capabilities.metric.Ceilometer
3039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3040         occurrences:
3041         - 1
3042         - UNBOUNDED
3043       disk.read.bytes.rate_compute:
3044         type: org.openecomp.capabilities.metric.Ceilometer
3045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3046         occurrences:
3047         - 1
3048         - UNBOUNDED
3049       disk.device.latency_compute:
3050         type: org.openecomp.capabilities.metric.Ceilometer
3051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3052         occurrences:
3053         - 1
3054         - UNBOUNDED
3055       disk.device.write.requests_compute:
3056         type: org.openecomp.capabilities.metric.Ceilometer
3057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3058         occurrences:
3059         - 1
3060         - UNBOUNDED
3061       disk.device.iops_compute:
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.write.requests.rate_compute:
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       endpoint_compute:
3074         type: tosca.capabilities.Endpoint.Admin
3075         occurrences:
3076         - 1
3077         - UNBOUNDED
3078       memory.usage_compute:
3079         type: org.openecomp.capabilities.metric.Ceilometer
3080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3081         occurrences:
3082         - 1
3083         - UNBOUNDED
3084       host_compute:
3085         type: tosca.capabilities.Container
3086         valid_source_types:
3087         - tosca.nodes.SoftwareComponent
3088         occurrences:
3089         - 1
3090         - UNBOUNDED
3091       feature_compute:
3092         type: tosca.capabilities.Node
3093         occurrences:
3094         - 1
3095         - UNBOUNDED
3096       disk.device.write.bytes_compute:
3097         type: org.openecomp.capabilities.metric.Ceilometer
3098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3099         occurrences:
3100         - 1
3101         - UNBOUNDED
3102       cpu_compute:
3103         type: org.openecomp.capabilities.metric.Ceilometer
3104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       disk.device.write.bytes.rate_compute:
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       scalable_compute:
3115         type: tosca.capabilities.Scalable
3116         occurrences:
3117         - 1
3118         - UNBOUNDED
3119       disk.device.read.requests_compute:
3120         type: org.openecomp.capabilities.metric.Ceilometer
3121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3122         occurrences:
3123         - 1
3124         - UNBOUNDED
3125       disk.allocation_compute:
3126         type: org.openecomp.capabilities.metric.Ceilometer
3127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3128         occurrences:
3129         - 1
3130         - UNBOUNDED
3131       disk.device.capacity_compute:
3132         type: org.openecomp.capabilities.metric.Ceilometer
3133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3134         occurrences:
3135         - 1
3136         - UNBOUNDED
3137       disk.device.allocation_compute:
3138         type: org.openecomp.capabilities.metric.Ceilometer
3139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3140         occurrences:
3141         - 1
3142         - UNBOUNDED
3143       cpu.delta_compute:
3144         type: org.openecomp.capabilities.metric.Ceilometer
3145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3146         occurrences:
3147         - 1
3148         - UNBOUNDED
3149       binding_compute:
3150         type: tosca.capabilities.network.Bindable
3151         occurrences:
3152         - 1
3153         - UNBOUNDED
3154   org.openecomp.resource.vfc.nodes.heat.oam_server:
3155     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
3156     properties:
3157       p2:
3158         type: string
3159         description: UID of OAM network
3160         required: true
3161         status: SUPPORTED
3162       port_oam_port_1_network_role:
3163         type: string
3164         required: true
3165         status: SUPPORTED
3166       availabilityzone_name:
3167         type: string
3168         description: availabilityzone name
3169         required: true
3170         status: SUPPORTED
3171       port_oam_port_0_network_role:
3172         type: string
3173         required: true
3174         status: SUPPORTED
3175       port_oam_port_1_network_role_tag:
3176         type: string
3177         required: true
3178         status: SUPPORTED
3179       oam_server_name:
3180         type: string
3181         description: oam server name
3182         required: true
3183         status: SUPPORTED
3184       port_oam_port_0_subnetpoolid:
3185         type: string
3186         required: true
3187         status: SUPPORTED
3188       port_oam_port_1_subnetpoolid:
3189         type: string
3190         required: true
3191         status: SUPPORTED
3192       port_oam_port_1_ip_requirements:
3193         type: list
3194         required: true
3195         status: SUPPORTED
3196         entry_schema:
3197           type: org.openecomp.datatypes.network.IpRequirements
3198       port_oam_port_1_mac_requirements:
3199         type: org.openecomp.datatypes.network.MacRequirements
3200         required: true
3201         status: SUPPORTED
3202       port_oam_port_1_order:
3203         type: integer
3204         required: true
3205         status: SUPPORTED
3206       port_oam_port_0_network_role_tag:
3207         type: string
3208         required: true
3209         status: SUPPORTED
3210       port_oam_port_1_vlan_requirements:
3211         type: list
3212         required: true
3213         status: SUPPORTED
3214         entry_schema:
3215           type: org.openecomp.datatypes.network.VlanRequirements
3216       oam_image_name:
3217         type: string
3218         description: oam image name
3219         required: true
3220         status: SUPPORTED
3221       cps_net_mask:
3222         type: string
3223         description: CPS network mask
3224         required: true
3225         status: SUPPORTED
3226       oam_net_name:
3227         type: string
3228         description: OAM network name
3229         required: true
3230         status: SUPPORTED
3231       oam_net_gw:
3232         type: string
3233         description: CPS network gateway
3234         required: true
3235         status: SUPPORTED
3236       port_oam_port_0_mac_requirements:
3237         type: org.openecomp.datatypes.network.MacRequirements
3238         required: true
3239         status: SUPPORTED
3240       oam_flavor_name:
3241         type: string
3242         description: flavor name of PCRF CM instance
3243         required: true
3244         status: SUPPORTED
3245       security_group_name:
3246         type: string
3247         description: the name of security group
3248         required: true
3249         status: SUPPORTED
3250       cps_net_ip:
3251         type: string
3252         description: CPS network ip
3253         required: true
3254         status: SUPPORTED
3255       port_oam_port_0_order:
3256         type: integer
3257         required: true
3258         status: SUPPORTED
3259       port_oam_port_0_vlan_requirements:
3260         type: list
3261         required: true
3262         status: SUPPORTED
3263         entry_schema:
3264           type: org.openecomp.datatypes.network.VlanRequirements
3265       port_oam_port_1_exCP_naming:
3266         type: org.openecomp.datatypes.Naming
3267         required: true
3268         status: SUPPORTED
3269       port_oam_port_0_exCP_naming:
3270         type: org.openecomp.datatypes.Naming
3271         required: true
3272         status: SUPPORTED
3273       pcm_vol:
3274         type: string
3275         description: CPS Cluman Cinder Volume
3276         required: true
3277         status: SUPPORTED
3278       cps_net_name:
3279         type: string
3280         description: CPS network name
3281         required: true
3282         status: SUPPORTED
3283       oam_net_ip:
3284         type: string
3285         description: OAM network ip
3286         required: true
3287         status: SUPPORTED
3288       oam_net_mask:
3289         type: string
3290         description: CPS network mask
3291         required: true
3292         status: SUPPORTED
3293       port_oam_port_0_ip_requirements:
3294         type: list
3295         required: true
3296         status: SUPPORTED
3297         entry_schema:
3298           type: org.openecomp.datatypes.network.IpRequirements
3299       shared_security_group_id1:
3300         type: string
3301         description: UID of OAM network
3302         required: true
3303         status: SUPPORTED
3304     attributes:
3305       server_oam_id:
3306         type: string
3307         description: the oam nova service id
3308         status: SUPPORTED
3309     requirements:
3310     - dependency_oam_port_0:
3311         capability: tosca.capabilities.Node
3312         node: tosca.nodes.Root
3313         relationship: tosca.relationships.DependsOn
3314         occurrences:
3315         - 0
3316         - UNBOUNDED
3317     - link_oam_port_0:
3318         capability: tosca.capabilities.network.Linkable
3319         relationship: tosca.relationships.network.LinksTo
3320         occurrences:
3321         - 1
3322         - 1
3323     - dependency_server_oam:
3324         capability: tosca.capabilities.Node
3325         node: tosca.nodes.Root
3326         relationship: tosca.relationships.DependsOn
3327         occurrences:
3328         - 0
3329         - UNBOUNDED
3330     - local_storage_server_oam:
3331         capability: tosca.capabilities.Attachment
3332         node: tosca.nodes.BlockStorage
3333         relationship: tosca.relationships.AttachesTo
3334         occurrences:
3335         - 0
3336         - UNBOUNDED
3337     - dependency_oam_port_1:
3338         capability: tosca.capabilities.Node
3339         node: tosca.nodes.Root
3340         relationship: tosca.relationships.DependsOn
3341         occurrences:
3342         - 0
3343         - UNBOUNDED
3344     - link_oam_port_1:
3345         capability: tosca.capabilities.network.Linkable
3346         relationship: tosca.relationships.network.LinksTo
3347         occurrences:
3348         - 1
3349         - 1
3350     capabilities:
3351       cpu_server_oam:
3352         type: org.openecomp.capabilities.metric.Ceilometer
3353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3354         occurrences:
3355         - 1
3356         - UNBOUNDED
3357       memory_server_oam:
3358         type: org.openecomp.capabilities.metric.Ceilometer
3359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3360         occurrences:
3361         - 1
3362         - UNBOUNDED
3363       disk.write.requests_server_oam:
3364         type: org.openecomp.capabilities.metric.Ceilometer
3365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3366         occurrences:
3367         - 1
3368         - UNBOUNDED
3369       network.incoming.bytes.rate_oam_port_1:
3370         type: org.openecomp.capabilities.metric.Ceilometer
3371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3372         occurrences:
3373         - 1
3374         - UNBOUNDED
3375       network.incoming.bytes.rate_oam_port_0:
3376         type: org.openecomp.capabilities.metric.Ceilometer
3377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3378         occurrences:
3379         - 1
3380         - UNBOUNDED
3381       network.outgoing.bytes_oam_port_0:
3382         type: org.openecomp.capabilities.metric.Ceilometer
3383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3384         occurrences:
3385         - 1
3386         - UNBOUNDED
3387       memory.resident_server_oam:
3388         type: org.openecomp.capabilities.metric.Ceilometer
3389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3390         occurrences:
3391         - 1
3392         - UNBOUNDED
3393       network.outgoing.bytes_oam_port_1:
3394         type: org.openecomp.capabilities.metric.Ceilometer
3395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3396         occurrences:
3397         - 1
3398         - UNBOUNDED
3399       disk.device.iops_server_oam:
3400         type: org.openecomp.capabilities.metric.Ceilometer
3401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3402         occurrences:
3403         - 1
3404         - UNBOUNDED
3405       network.incoming.bytes_oam_port_0:
3406         type: org.openecomp.capabilities.metric.Ceilometer
3407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3408         occurrences:
3409         - 1
3410         - UNBOUNDED
3411       network.incoming.bytes_oam_port_1:
3412         type: org.openecomp.capabilities.metric.Ceilometer
3413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3414         occurrences:
3415         - 1
3416         - UNBOUNDED
3417       disk.device.write.requests_server_oam:
3418         type: org.openecomp.capabilities.metric.Ceilometer
3419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3420         occurrences:
3421         - 1
3422         - UNBOUNDED
3423       network.outgoing.bytes.rate_oam_port_0:
3424         type: org.openecomp.capabilities.metric.Ceilometer
3425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3426         occurrences:
3427         - 1
3428         - UNBOUNDED
3429       disk.allocation_server_oam:
3430         type: org.openecomp.capabilities.metric.Ceilometer
3431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3432         occurrences:
3433         - 1
3434         - UNBOUNDED
3435       network.outgoing.bytes.rate_oam_port_1:
3436         type: org.openecomp.capabilities.metric.Ceilometer
3437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3438         occurrences:
3439         - 1
3440         - UNBOUNDED
3441       disk.device.usage_server_oam:
3442         type: org.openecomp.capabilities.metric.Ceilometer
3443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3444         occurrences:
3445         - 1
3446         - UNBOUNDED
3447       network.outgoing.packets.rate_oam_port_0:
3448         type: org.openecomp.capabilities.metric.Ceilometer
3449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3450         occurrences:
3451         - 1
3452         - UNBOUNDED
3453       network.outgoing.packets.rate_oam_port_1:
3454         type: org.openecomp.capabilities.metric.Ceilometer
3455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3456         occurrences:
3457         - 1
3458         - UNBOUNDED
3459       disk.usage_server_oam:
3460         type: org.openecomp.capabilities.metric.Ceilometer
3461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3462         occurrences:
3463         - 1
3464         - UNBOUNDED
3465       disk.device.write.bytes_server_oam:
3466         type: org.openecomp.capabilities.metric.Ceilometer
3467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3468         occurrences:
3469         - 1
3470         - UNBOUNDED
3471       attachment_oam_port_1:
3472         type: tosca.capabilities.Attachment
3473         occurrences:
3474         - 1
3475         - UNBOUNDED
3476       attachment_oam_port_0:
3477         type: tosca.capabilities.Attachment
3478         occurrences:
3479         - 1
3480         - UNBOUNDED
3481       disk.ephemeral.size_server_oam:
3482         type: org.openecomp.capabilities.metric.Ceilometer
3483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3484         occurrences:
3485         - 1
3486         - UNBOUNDED
3487       disk.device.latency_server_oam:
3488         type: org.openecomp.capabilities.metric.Ceilometer
3489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3490         occurrences:
3491         - 1
3492         - UNBOUNDED
3493       disk.root.size_server_oam:
3494         type: org.openecomp.capabilities.metric.Ceilometer
3495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3496         occurrences:
3497         - 1
3498         - UNBOUNDED
3499       memory.usage_server_oam:
3500         type: org.openecomp.capabilities.metric.Ceilometer
3501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3502         occurrences:
3503         - 1
3504         - UNBOUNDED
3505       disk.read.bytes_server_oam:
3506         type: org.openecomp.capabilities.metric.Ceilometer
3507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3508         occurrences:
3509         - 1
3510         - UNBOUNDED
3511       os_server_oam:
3512         type: tosca.capabilities.OperatingSystem
3513         occurrences:
3514         - 1
3515         - UNBOUNDED
3516       disk.read.requests_server_oam:
3517         type: org.openecomp.capabilities.metric.Ceilometer
3518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3519         occurrences:
3520         - 1
3521         - UNBOUNDED
3522       disk.capacity_server_oam:
3523         type: org.openecomp.capabilities.metric.Ceilometer
3524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3525         occurrences:
3526         - 1
3527         - UNBOUNDED
3528       feature_oam_port_0:
3529         type: tosca.capabilities.Node
3530         occurrences:
3531         - 1
3532         - UNBOUNDED
3533       disk.device.read.bytes_server_oam:
3534         type: org.openecomp.capabilities.metric.Ceilometer
3535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3536         occurrences:
3537         - 1
3538         - UNBOUNDED
3539       endpoint_server_oam:
3540         type: tosca.capabilities.Endpoint.Admin
3541         occurrences:
3542         - 1
3543         - UNBOUNDED
3544       disk.device.read.requests.rate_server_oam:
3545         type: org.openecomp.capabilities.metric.Ceilometer
3546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3547         occurrences:
3548         - 1
3549         - UNBOUNDED
3550       vcpus_server_oam:
3551         type: org.openecomp.capabilities.metric.Ceilometer
3552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3553         occurrences:
3554         - 1
3555         - UNBOUNDED
3556       feature_oam_port_1:
3557         type: tosca.capabilities.Node
3558         occurrences:
3559         - 1
3560         - UNBOUNDED
3561       disk.read.bytes.rate_server_oam:
3562         type: org.openecomp.capabilities.metric.Ceilometer
3563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3564         occurrences:
3565         - 1
3566         - UNBOUNDED
3567       disk.write.bytes_server_oam:
3568         type: org.openecomp.capabilities.metric.Ceilometer
3569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3570         occurrences:
3571         - 1
3572         - UNBOUNDED
3573       disk.iops_server_oam:
3574         type: org.openecomp.capabilities.metric.Ceilometer
3575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3576         occurrences:
3577         - 1
3578         - UNBOUNDED
3579       network.incoming.packets.rate_oam_port_0:
3580         type: org.openecomp.capabilities.metric.Ceilometer
3581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3582         occurrences:
3583         - 1
3584         - UNBOUNDED
3585       disk.device.allocation_server_oam:
3586         type: org.openecomp.capabilities.metric.Ceilometer
3587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3588         occurrences:
3589         - 1
3590         - UNBOUNDED
3591       network.incoming.packets.rate_oam_port_1:
3592         type: org.openecomp.capabilities.metric.Ceilometer
3593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3594         occurrences:
3595         - 1
3596         - UNBOUNDED
3597       disk.write.requests.rate_server_oam:
3598         type: org.openecomp.capabilities.metric.Ceilometer
3599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3600         occurrences:
3601         - 1
3602         - UNBOUNDED
3603       network.outpoing.packets_oam_port_0:
3604         type: org.openecomp.capabilities.metric.Ceilometer
3605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3606         occurrences:
3607         - 1
3608         - UNBOUNDED
3609       scalable_server_oam:
3610         type: tosca.capabilities.Scalable
3611         occurrences:
3612         - 1
3613         - UNBOUNDED
3614       disk.device.read.bytes.rate_server_oam:
3615         type: org.openecomp.capabilities.metric.Ceilometer
3616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3617         occurrences:
3618         - 1
3619         - UNBOUNDED
3620       binding_oam_port_0:
3621         type: tosca.capabilities.network.Bindable
3622         valid_source_types:
3623         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3624         occurrences:
3625         - 0
3626         - UNBOUNDED
3627       network.incoming.packets_oam_port_1:
3628         type: org.openecomp.capabilities.metric.Ceilometer
3629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3630         occurrences:
3631         - 1
3632         - UNBOUNDED
3633       network.incoming.packets_oam_port_0:
3634         type: org.openecomp.capabilities.metric.Ceilometer
3635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3636         occurrences:
3637         - 1
3638         - UNBOUNDED
3639       cpu_util_server_oam:
3640         type: org.openecomp.capabilities.metric.Ceilometer
3641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3642         occurrences:
3643         - 1
3644         - UNBOUNDED
3645       binding_oam_port_1:
3646         type: tosca.capabilities.network.Bindable
3647         valid_source_types:
3648         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3649         occurrences:
3650         - 0
3651         - UNBOUNDED
3652       network.outpoing.packets_oam_port_1:
3653         type: org.openecomp.capabilities.metric.Ceilometer
3654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3655         occurrences:
3656         - 1
3657         - UNBOUNDED
3658       cpu.delta_server_oam:
3659         type: org.openecomp.capabilities.metric.Ceilometer
3660         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3661         occurrences:
3662         - 1
3663         - UNBOUNDED
3664       host_server_oam:
3665         type: tosca.capabilities.Container
3666         valid_source_types:
3667         - tosca.nodes.SoftwareComponent
3668         occurrences:
3669         - 1
3670         - UNBOUNDED
3671       disk.device.write.bytes.rate_server_oam:
3672         type: org.openecomp.capabilities.metric.Ceilometer
3673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3674         occurrences:
3675         - 1
3676         - UNBOUNDED
3677       binding_server_oam:
3678         type: tosca.capabilities.network.Bindable
3679         occurrences:
3680         - 1
3681         - UNBOUNDED
3682       disk.device.capacity_server_oam:
3683         type: org.openecomp.capabilities.metric.Ceilometer
3684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3685         occurrences:
3686         - 1
3687         - UNBOUNDED
3688       disk.latency_server_oam:
3689         type: org.openecomp.capabilities.metric.Ceilometer
3690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3691         occurrences:
3692         - 1
3693         - UNBOUNDED
3694       instance_server_oam:
3695         type: org.openecomp.capabilities.metric.Ceilometer
3696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3697         occurrences:
3698         - 1
3699         - UNBOUNDED
3700       disk.device.read.requests_server_oam:
3701         type: org.openecomp.capabilities.metric.Ceilometer
3702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3703         occurrences:
3704         - 1
3705         - UNBOUNDED
3706       disk.device.write.requests.rate_server_oam:
3707         type: org.openecomp.capabilities.metric.Ceilometer
3708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3709         occurrences:
3710         - 1
3711         - UNBOUNDED
3712       feature_server_oam:
3713         type: tosca.capabilities.Node
3714         occurrences:
3715         - 1
3716         - UNBOUNDED
3717       disk.write.bytes.rate_server_oam:
3718         type: org.openecomp.capabilities.metric.Ceilometer
3719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3720         occurrences:
3721         - 1
3722         - UNBOUNDED
3723   org.openecomp.resource.vfc.nodes.heat.compute:
3724     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
3725     properties:
3726       compute_compute_user_data_format:
3727         type: list
3728         required: true
3729         status: SUPPORTED
3730         entry_schema:
3731           type: string
3732       vm_image_name:
3733         type: string
3734         required: true
3735         status: SUPPORTED
3736       index_value:
3737         type: integer
3738         description: Index value of this substitution service template runtime instance
3739         required: false
3740         default: 0
3741         status: SUPPORTED
3742         constraints:
3743         - greater_or_equal: 0
3744       compute_compute_metadata:
3745         type: list
3746         required: true
3747         status: SUPPORTED
3748         entry_schema:
3749           type: json
3750       compute_compute_name:
3751         type: list
3752         required: true
3753         status: SUPPORTED
3754         entry_schema:
3755           type: string
3756       vm_flavor_name:
3757         type: string
3758         required: true
3759         status: SUPPORTED
3760       compute_compute_config_drive:
3761         type: list
3762         required: true
3763         status: SUPPORTED
3764         entry_schema:
3765           type: boolean