90dfb74a67ded4a5f76c3b7b6cd4feb97caa097e
[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.abstract.nodes.heat.pcm_server_1:
1716     derived_from: org.openecomp.resource.abstract.nodes.VFC
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.compute:
2285     derived_from: org.openecomp.resource.abstract.nodes.VFC
2286     properties:
2287       compute_compute_user_data_format:
2288         type: list
2289         required: true
2290         status: SUPPORTED
2291         entry_schema:
2292           type: string
2293       vm_image_name:
2294         type: string
2295         required: true
2296         status: SUPPORTED
2297       index_value:
2298         type: integer
2299         description: Index value of this substitution service template runtime instance
2300         required: false
2301         default: 0
2302         status: SUPPORTED
2303         constraints:
2304         - greater_or_equal: 0
2305       compute_compute_metadata:
2306         type: list
2307         required: true
2308         status: SUPPORTED
2309         entry_schema:
2310           type: json
2311       compute_compute_name:
2312         type: list
2313         required: true
2314         status: SUPPORTED
2315         entry_schema:
2316           type: string
2317       vm_flavor_name:
2318         type: string
2319         required: true
2320         status: SUPPORTED
2321       compute_compute_config_drive:
2322         type: list
2323         required: true
2324         status: SUPPORTED
2325         entry_schema:
2326           type: boolean
2327     requirements:
2328     - dependency_compute:
2329         capability: tosca.capabilities.Node
2330         node: tosca.nodes.Root
2331         relationship: tosca.relationships.DependsOn
2332         occurrences:
2333         - 0
2334         - UNBOUNDED
2335     - local_storage_compute:
2336         capability: tosca.capabilities.Attachment
2337         node: tosca.nodes.BlockStorage
2338         relationship: tosca.relationships.AttachesTo
2339         occurrences:
2340         - 0
2341         - UNBOUNDED
2342     capabilities:
2343       disk.device.usage_compute:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       disk.write.requests_compute:
2350         type: org.openecomp.capabilities.metric.Ceilometer
2351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2352         occurrences:
2353         - 1
2354         - UNBOUNDED
2355       instance_compute:
2356         type: org.openecomp.capabilities.metric.Ceilometer
2357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2358         occurrences:
2359         - 1
2360         - UNBOUNDED
2361       disk.ephemeral.size_compute:
2362         type: org.openecomp.capabilities.metric.Ceilometer
2363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2364         occurrences:
2365         - 1
2366         - UNBOUNDED
2367       disk.device.read.bytes.rate_compute:
2368         type: org.openecomp.capabilities.metric.Ceilometer
2369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2370         occurrences:
2371         - 1
2372         - UNBOUNDED
2373       disk.latency_compute:
2374         type: org.openecomp.capabilities.metric.Ceilometer
2375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2376         occurrences:
2377         - 1
2378         - UNBOUNDED
2379       memory.resident_compute:
2380         type: org.openecomp.capabilities.metric.Ceilometer
2381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2382         occurrences:
2383         - 1
2384         - UNBOUNDED
2385       memory_compute:
2386         type: org.openecomp.capabilities.metric.Ceilometer
2387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2388         occurrences:
2389         - 1
2390         - UNBOUNDED
2391       disk.iops_compute:
2392         type: org.openecomp.capabilities.metric.Ceilometer
2393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2394         occurrences:
2395         - 1
2396         - UNBOUNDED
2397       disk.root.size_compute:
2398         type: org.openecomp.capabilities.metric.Ceilometer
2399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2400         occurrences:
2401         - 1
2402         - UNBOUNDED
2403       disk.write.requests.rate_compute:
2404         type: org.openecomp.capabilities.metric.Ceilometer
2405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2406         occurrences:
2407         - 1
2408         - UNBOUNDED
2409       disk.read.requests_compute:
2410         type: org.openecomp.capabilities.metric.Ceilometer
2411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2412         occurrences:
2413         - 1
2414         - UNBOUNDED
2415       disk.device.read.requests.rate_compute:
2416         type: org.openecomp.capabilities.metric.Ceilometer
2417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2418         occurrences:
2419         - 1
2420         - UNBOUNDED
2421       disk.read.bytes_compute:
2422         type: org.openecomp.capabilities.metric.Ceilometer
2423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2424         occurrences:
2425         - 1
2426         - UNBOUNDED
2427       disk.device.read.bytes_compute:
2428         type: org.openecomp.capabilities.metric.Ceilometer
2429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2430         occurrences:
2431         - 1
2432         - UNBOUNDED
2433       disk.write.bytes_compute:
2434         type: org.openecomp.capabilities.metric.Ceilometer
2435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2436         occurrences:
2437         - 1
2438         - UNBOUNDED
2439       disk.usage_compute:
2440         type: org.openecomp.capabilities.metric.Ceilometer
2441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2442         occurrences:
2443         - 1
2444         - UNBOUNDED
2445       os_compute:
2446         type: tosca.capabilities.OperatingSystem
2447         occurrences:
2448         - 1
2449         - UNBOUNDED
2450       disk.write.bytes.rate_compute:
2451         type: org.openecomp.capabilities.metric.Ceilometer
2452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2453         occurrences:
2454         - 1
2455         - UNBOUNDED
2456       vcpus_compute:
2457         type: org.openecomp.capabilities.metric.Ceilometer
2458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2459         occurrences:
2460         - 1
2461         - UNBOUNDED
2462       disk.capacity_compute:
2463         type: org.openecomp.capabilities.metric.Ceilometer
2464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2465         occurrences:
2466         - 1
2467         - UNBOUNDED
2468       cpu_util_compute:
2469         type: org.openecomp.capabilities.metric.Ceilometer
2470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2471         occurrences:
2472         - 1
2473         - UNBOUNDED
2474       disk.read.bytes.rate_compute:
2475         type: org.openecomp.capabilities.metric.Ceilometer
2476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2477         occurrences:
2478         - 1
2479         - UNBOUNDED
2480       disk.device.latency_compute:
2481         type: org.openecomp.capabilities.metric.Ceilometer
2482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2483         occurrences:
2484         - 1
2485         - UNBOUNDED
2486       disk.device.write.requests_compute:
2487         type: org.openecomp.capabilities.metric.Ceilometer
2488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2489         occurrences:
2490         - 1
2491         - UNBOUNDED
2492       disk.device.iops_compute:
2493         type: org.openecomp.capabilities.metric.Ceilometer
2494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2495         occurrences:
2496         - 1
2497         - UNBOUNDED
2498       disk.device.write.requests.rate_compute:
2499         type: org.openecomp.capabilities.metric.Ceilometer
2500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2501         occurrences:
2502         - 1
2503         - UNBOUNDED
2504       endpoint_compute:
2505         type: tosca.capabilities.Endpoint.Admin
2506         occurrences:
2507         - 1
2508         - UNBOUNDED
2509       memory.usage_compute:
2510         type: org.openecomp.capabilities.metric.Ceilometer
2511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2512         occurrences:
2513         - 1
2514         - UNBOUNDED
2515       host_compute:
2516         type: tosca.capabilities.Container
2517         valid_source_types:
2518         - tosca.nodes.SoftwareComponent
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       feature_compute:
2523         type: tosca.capabilities.Node
2524         occurrences:
2525         - 1
2526         - UNBOUNDED
2527       disk.device.write.bytes_compute:
2528         type: org.openecomp.capabilities.metric.Ceilometer
2529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2530         occurrences:
2531         - 1
2532         - UNBOUNDED
2533       cpu_compute:
2534         type: org.openecomp.capabilities.metric.Ceilometer
2535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2536         occurrences:
2537         - 1
2538         - UNBOUNDED
2539       disk.device.write.bytes.rate_compute:
2540         type: org.openecomp.capabilities.metric.Ceilometer
2541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2542         occurrences:
2543         - 1
2544         - UNBOUNDED
2545       scalable_compute:
2546         type: tosca.capabilities.Scalable
2547         occurrences:
2548         - 1
2549         - UNBOUNDED
2550       disk.device.read.requests_compute:
2551         type: org.openecomp.capabilities.metric.Ceilometer
2552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2553         occurrences:
2554         - 1
2555         - UNBOUNDED
2556       disk.allocation_compute:
2557         type: org.openecomp.capabilities.metric.Ceilometer
2558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2559         occurrences:
2560         - 1
2561         - UNBOUNDED
2562       disk.device.capacity_compute:
2563         type: org.openecomp.capabilities.metric.Ceilometer
2564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2565         occurrences:
2566         - 1
2567         - UNBOUNDED
2568       disk.device.allocation_compute:
2569         type: org.openecomp.capabilities.metric.Ceilometer
2570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2571         occurrences:
2572         - 1
2573         - UNBOUNDED
2574       cpu.delta_compute:
2575         type: org.openecomp.capabilities.metric.Ceilometer
2576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2577         occurrences:
2578         - 1
2579         - UNBOUNDED
2580       binding_compute:
2581         type: tosca.capabilities.network.Bindable
2582         occurrences:
2583         - 1
2584         - UNBOUNDED