fb315b170a45c4246e114f353a9a27f2171ae6c0
[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.vfc.nodes.heat.pd_server:
9     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
10     properties:
11       port_pd_server_port_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       port_pd_server_port_subnetpoolid:
18         type: string
19         required: true
20         status: SUPPORTED
21       index_value:
22         type: integer
23         description: Index value of this substitution service template runtime instance
24         required: false
25         default: 0
26         status: SUPPORTED
27         constraints:
28         - greater_or_equal: 0
29       port_pd_server_port_security_groups:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: json
35       compute_pd_server_availability_zone:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       compute_pd_server_name:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       port_pd_server_port_network:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       vm_flavor_name:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd_server_port_network_role_tag:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pd_server_port_exCP_naming:
62         type: org.openecomp.datatypes.Naming
63         required: true
64         status: SUPPORTED
65       port_pd_server_port_network_role:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_pd_server_port_fixed_ips:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
75       vm_image_name:
76         type: string
77         required: true
78         status: SUPPORTED
79       port_pd_server_port_order:
80         type: integer
81         required: true
82         status: SUPPORTED
83       port_pd_server_port_vlan_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.VlanRequirements
89       port_pd_server_port_replacement_policy:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: string
95       port_pd_server_port_mac_requirements:
96         type: org.openecomp.datatypes.network.MacRequirements
97         required: true
98         status: SUPPORTED
99   org.openecomp.resource.abstract.nodes.pd_server:
100     derived_from: org.openecomp.resource.abstract.nodes.VFC
101     properties:
102       port_pd_server_port_ip_requirements:
103         type: list
104         required: true
105         status: SUPPORTED
106         entry_schema:
107           type: org.openecomp.datatypes.network.IpRequirements
108       port_pd_server_port_subnetpoolid:
109         type: string
110         required: true
111         status: SUPPORTED
112       index_value:
113         type: integer
114         description: Index value of this substitution service template runtime instance
115         required: false
116         default: 0
117         status: SUPPORTED
118         constraints:
119         - greater_or_equal: 0
120       port_pd_server_port_security_groups:
121         type: list
122         required: true
123         status: SUPPORTED
124         entry_schema:
125           type: json
126       compute_pd_server_availability_zone:
127         type: list
128         required: true
129         status: SUPPORTED
130         entry_schema:
131           type: string
132       compute_pd_server_name:
133         type: list
134         required: true
135         status: SUPPORTED
136         entry_schema:
137           type: string
138       port_pd_server_port_network:
139         type: list
140         required: true
141         status: SUPPORTED
142         entry_schema:
143           type: string
144       vm_flavor_name:
145         type: string
146         required: true
147         status: SUPPORTED
148       port_pd_server_port_network_role_tag:
149         type: string
150         required: true
151         status: SUPPORTED
152       port_pd_server_port_exCP_naming:
153         type: org.openecomp.datatypes.Naming
154         required: true
155         status: SUPPORTED
156       port_pd_server_port_network_role:
157         type: string
158         required: true
159         status: SUPPORTED
160       port_pd_server_port_fixed_ips:
161         type: list
162         required: true
163         status: SUPPORTED
164         entry_schema:
165           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
166       vm_image_name:
167         type: string
168         required: true
169         status: SUPPORTED
170       port_pd_server_port_order:
171         type: integer
172         required: true
173         status: SUPPORTED
174       port_pd_server_port_vlan_requirements:
175         type: list
176         required: true
177         status: SUPPORTED
178         entry_schema:
179           type: org.openecomp.datatypes.network.VlanRequirements
180       port_pd_server_port_replacement_policy:
181         type: list
182         required: true
183         status: SUPPORTED
184         entry_schema:
185           type: string
186       port_pd_server_port_mac_requirements:
187         type: org.openecomp.datatypes.network.MacRequirements
188         required: true
189         status: SUPPORTED
190     requirements:
191     - dependency_pd_server:
192         capability: tosca.capabilities.Node
193         node: tosca.nodes.Root
194         relationship: tosca.relationships.DependsOn
195         occurrences:
196         - 0
197         - UNBOUNDED
198     - local_storage_pd_server:
199         capability: tosca.capabilities.Attachment
200         node: tosca.nodes.BlockStorage
201         relationship: tosca.relationships.AttachesTo
202         occurrences:
203         - 0
204         - UNBOUNDED
205     - dependency_pd_server_pd_server_port:
206         capability: tosca.capabilities.Node
207         node: tosca.nodes.Root
208         relationship: tosca.relationships.DependsOn
209         occurrences:
210         - 0
211         - UNBOUNDED
212     - link_pd_server_pd_server_port:
213         capability: tosca.capabilities.network.Linkable
214         relationship: tosca.relationships.network.LinksTo
215         occurrences:
216         - 1
217         - 1
218     capabilities:
219       scalable_pd_server:
220         type: tosca.capabilities.Scalable
221         occurrences:
222         - 1
223         - UNBOUNDED
224       disk.read.bytes.rate_pd_server:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       network.outgoing.packets.rate_pd_server_pd_server_port:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       network.incoming.bytes.rate_pd_server_pd_server_port:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       memory.usage_pd_server:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       network.outgoing.bytes.rate_pd_server_pd_server_port:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       memory_pd_server:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.device.usage_pd_server:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       os_pd_server:
267         type: tosca.capabilities.OperatingSystem
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.write.bytes.rate_pd_server:
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.outpoing.packets_pd_server_pd_server_port:
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       cpu_pd_server:
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       cpu_util_pd_server:
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       network.incoming.bytes_pd_server_pd_server_port:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.write.requests.rate_pd_server:
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       disk.read.bytes_pd_server:
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.device.read.bytes.rate_pd_server:
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       attachment_pd_server_pd_server_port:
320         type: tosca.capabilities.Attachment
321         occurrences:
322         - 1
323         - UNBOUNDED
324       network.incoming.packets.rate_pd_server_pd_server_port:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       disk.iops_pd_server:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       memory.resident_pd_server:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       cpu.delta_pd_server:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       vcpus_pd_server:
349         type: org.openecomp.capabilities.metric.Ceilometer
350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
351         occurrences:
352         - 1
353         - UNBOUNDED
354       disk.device.write.bytes.rate_pd_server:
355         type: org.openecomp.capabilities.metric.Ceilometer
356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
357         occurrences:
358         - 1
359         - UNBOUNDED
360       disk.device.write.requests_pd_server:
361         type: org.openecomp.capabilities.metric.Ceilometer
362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
363         occurrences:
364         - 1
365         - UNBOUNDED
366       endpoint_pd_server:
367         type: tosca.capabilities.Endpoint.Admin
368         occurrences:
369         - 1
370         - UNBOUNDED
371       disk.capacity_pd_server:
372         type: org.openecomp.capabilities.metric.Ceilometer
373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
374         occurrences:
375         - 1
376         - UNBOUNDED
377       disk.device.allocation_pd_server:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.allocation_pd_server:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       binding_pd_server:
390         type: tosca.capabilities.network.Bindable
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.read.requests_pd_server:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       network.incoming.packets_pd_server_pd_server_port:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       feature_pd_server:
407         type: tosca.capabilities.Node
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.usage_pd_server:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.write.bytes_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.device.read.requests.rate_pd_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.root.size_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.read.bytes_pd_server:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       disk.device.write.bytes_pd_server:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.read.requests_pd_server:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       feature_pd_server_pd_server_port:
454         type: tosca.capabilities.Node
455         occurrences:
456         - 1
457         - UNBOUNDED
458       instance_pd_server:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       host_pd_server:
465         type: tosca.capabilities.Container
466         valid_source_types:
467         - tosca.nodes.SoftwareComponent
468         occurrences:
469         - 1
470         - UNBOUNDED
471       binding_pd_server_pd_server_port:
472         type: tosca.capabilities.network.Bindable
473         valid_source_types:
474         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
475         occurrences:
476         - 0
477         - UNBOUNDED
478       disk.write.requests.rate_pd_server:
479         type: org.openecomp.capabilities.metric.Ceilometer
480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.ephemeral.size_pd_server:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       network.outgoing.bytes_pd_server_pd_server_port:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.write.requests_pd_server:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       disk.device.latency_pd_server:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.latency_pd_server:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.device.capacity_pd_server:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       disk.device.iops_pd_server:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526   org.openecomp.resource.abstract.nodes.heat.cmaui:
527     derived_from: org.openecomp.resource.abstract.nodes.VFC
528     properties:
529       cmaui_names:
530         type: list
531         description: CMAUI1, CMAUI2 server names
532         required: true
533         status: SUPPORTED
534         entry_schema:
535           type: string
536       p1:
537         type: string
538         description: UID of OAM network
539         required: true
540         status: SUPPORTED
541       port_cmaui_port_8_mac_requirements:
542         type: org.openecomp.datatypes.network.MacRequirements
543         required: true
544         status: SUPPORTED
545       p2:
546         type: string
547         required: true
548         status: SUPPORTED
549       net2:
550         type: string
551         description: Contrail V2 network
552         required: true
553         status: SUPPORTED
554       net1:
555         type: string
556         description: Neutron network
557         required: true
558         status: SUPPORTED
559       indx:
560         type: float
561         required: true
562         status: SUPPORTED
563       port_cmaui_port_8_order:
564         type: integer
565         required: true
566         status: SUPPORTED
567       port_cmaui_port_7_network_role_tag:
568         type: string
569         required: true
570         status: SUPPORTED
571       availability_zone_0:
572         type: string
573         description: availabilityzone name
574         required: true
575         status: SUPPORTED
576       net:
577         type: string
578         required: true
579         status: SUPPORTED
580       port_cmaui_port_8_ip_requirements:
581         type: list
582         required: true
583         status: SUPPORTED
584         entry_schema:
585           type: org.openecomp.datatypes.network.IpRequirements
586       port_cmaui_port_7_exCP_naming:
587         type: org.openecomp.datatypes.Naming
588         required: true
589         status: SUPPORTED
590       security_group_name:
591         type: list
592         description: CMAUI1, CMAUI2 server names
593         required: true
594         status: SUPPORTED
595         entry_schema:
596           type: string
597       port_cmaui_port_8_network_role_tag:
598         type: string
599         required: true
600         status: SUPPORTED
601       port_cmaui_port_8_exCP_naming:
602         type: org.openecomp.datatypes.Naming
603         required: true
604         status: SUPPORTED
605       port_cmaui_port_7_vlan_requirements:
606         type: list
607         required: true
608         status: SUPPORTED
609         entry_schema:
610           type: org.openecomp.datatypes.network.VlanRequirements
611       port_cmaui_port_7_order:
612         type: integer
613         required: true
614         status: SUPPORTED
615       cmaui_image:
616         type: string
617         description: Image for CMAUI server
618         required: true
619         status: SUPPORTED
620       cmaui_flavor:
621         type: string
622         description: Flavor for CMAUI server
623         required: true
624         status: SUPPORTED
625       port_cmaui_port_7_mac_requirements:
626         type: org.openecomp.datatypes.network.MacRequirements
627         required: true
628         status: SUPPORTED
629       port_cmaui_port_7_ip_requirements:
630         type: list
631         required: true
632         status: SUPPORTED
633         entry_schema:
634           type: org.openecomp.datatypes.network.IpRequirements
635       port_cmaui_port_7_subnetpoolid:
636         type: string
637         required: true
638         status: SUPPORTED
639       port_cmaui_port_7_network_role:
640         type: string
641         required: true
642         status: SUPPORTED
643       port_cmaui_port_8_vlan_requirements:
644         type: list
645         required: true
646         status: SUPPORTED
647         entry_schema:
648           type: org.openecomp.datatypes.network.VlanRequirements
649       cmaui_oam_ips:
650         type: string
651         required: true
652         status: SUPPORTED
653       port_cmaui_port_8_network_role:
654         type: string
655         required: true
656         status: SUPPORTED
657       port_cmaui_port_8_subnetpoolid:
658         type: string
659         required: true
660         status: SUPPORTED
661     requirements:
662     - dependency_cmaui_port_7:
663         capability: tosca.capabilities.Node
664         node: tosca.nodes.Root
665         relationship: tosca.relationships.DependsOn
666         occurrences:
667         - 0
668         - UNBOUNDED
669     - link_cmaui_port_7:
670         capability: tosca.capabilities.network.Linkable
671         relationship: tosca.relationships.network.LinksTo
672         occurrences:
673         - 1
674         - 1
675     - dependency_cmaui_port_8:
676         capability: tosca.capabilities.Node
677         node: tosca.nodes.Root
678         relationship: tosca.relationships.DependsOn
679         occurrences:
680         - 0
681         - UNBOUNDED
682     - link_cmaui_port_8:
683         capability: tosca.capabilities.network.Linkable
684         relationship: tosca.relationships.network.LinksTo
685         occurrences:
686         - 1
687         - 1
688     - dependency_server_cmaui:
689         capability: tosca.capabilities.Node
690         node: tosca.nodes.Root
691         relationship: tosca.relationships.DependsOn
692         occurrences:
693         - 0
694         - UNBOUNDED
695     - local_storage_server_cmaui:
696         capability: tosca.capabilities.Attachment
697         node: tosca.nodes.BlockStorage
698         relationship: tosca.relationships.AttachesTo
699         occurrences:
700         - 0
701         - UNBOUNDED
702     capabilities:
703       cpu.delta_server_cmaui:
704         type: org.openecomp.capabilities.metric.Ceilometer
705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
706         occurrences:
707         - 1
708         - UNBOUNDED
709       disk.device.write.requests.rate_server_cmaui:
710         type: org.openecomp.capabilities.metric.Ceilometer
711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
712         occurrences:
713         - 1
714         - UNBOUNDED
715       disk.device.allocation_server_cmaui:
716         type: org.openecomp.capabilities.metric.Ceilometer
717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
718         occurrences:
719         - 1
720         - UNBOUNDED
721       feature_cmaui_port_7:
722         type: tosca.capabilities.Node
723         occurrences:
724         - 1
725         - UNBOUNDED
726       feature_cmaui_port_8:
727         type: tosca.capabilities.Node
728         occurrences:
729         - 1
730         - UNBOUNDED
731       scalable_server_cmaui:
732         type: tosca.capabilities.Scalable
733         occurrences:
734         - 1
735         - UNBOUNDED
736       disk.read.bytes.rate_server_cmaui:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       cpu_server_cmaui:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       disk.write.bytes.rate_server_cmaui:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       disk.device.read.bytes.rate_server_cmaui:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       host_server_cmaui:
761         type: tosca.capabilities.Container
762         valid_source_types:
763         - tosca.nodes.SoftwareComponent
764         occurrences:
765         - 1
766         - UNBOUNDED
767       cpu_util_server_cmaui:
768         type: org.openecomp.capabilities.metric.Ceilometer
769         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
770         occurrences:
771         - 1
772         - UNBOUNDED
773       network.outgoing.packets.rate_cmaui_port_8:
774         type: org.openecomp.capabilities.metric.Ceilometer
775         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
776         occurrences:
777         - 1
778         - UNBOUNDED
779       attachment_cmaui_port_7:
780         type: tosca.capabilities.Attachment
781         occurrences:
782         - 1
783         - UNBOUNDED
784       attachment_cmaui_port_8:
785         type: tosca.capabilities.Attachment
786         occurrences:
787         - 1
788         - UNBOUNDED
789       network.outgoing.packets.rate_cmaui_port_7:
790         type: org.openecomp.capabilities.metric.Ceilometer
791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
792         occurrences:
793         - 1
794         - UNBOUNDED
795       disk.device.latency_server_cmaui:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       disk.device.write.requests_server_cmaui:
802         type: org.openecomp.capabilities.metric.Ceilometer
803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
804         occurrences:
805         - 1
806         - UNBOUNDED
807       disk.read.requests_server_cmaui:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       disk.device.capacity_server_cmaui:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       disk.usage_server_cmaui:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       disk.device.usage_server_cmaui:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       disk.capacity_server_cmaui:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       disk.write.requests.rate_server_cmaui:
838         type: org.openecomp.capabilities.metric.Ceilometer
839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
840         occurrences:
841         - 1
842         - UNBOUNDED
843       disk.device.read.requests_server_cmaui:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       instance_server_cmaui:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       disk.device.read.bytes_server_cmaui:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       network.incoming.packets.rate_cmaui_port_7:
862         type: org.openecomp.capabilities.metric.Ceilometer
863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
864         occurrences:
865         - 1
866         - UNBOUNDED
867       memory_server_cmaui:
868         type: org.openecomp.capabilities.metric.Ceilometer
869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
870         occurrences:
871         - 1
872         - UNBOUNDED
873       network.incoming.packets.rate_cmaui_port_8:
874         type: org.openecomp.capabilities.metric.Ceilometer
875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
876         occurrences:
877         - 1
878         - UNBOUNDED
879       disk.root.size_server_cmaui:
880         type: org.openecomp.capabilities.metric.Ceilometer
881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
882         occurrences:
883         - 1
884         - UNBOUNDED
885       binding_server_cmaui:
886         type: tosca.capabilities.network.Bindable
887         occurrences:
888         - 1
889         - UNBOUNDED
890       disk.device.read.requests.rate_server_cmaui:
891         type: org.openecomp.capabilities.metric.Ceilometer
892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
893         occurrences:
894         - 1
895         - UNBOUNDED
896       disk.write.bytes_server_cmaui:
897         type: org.openecomp.capabilities.metric.Ceilometer
898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
899         occurrences:
900         - 1
901         - UNBOUNDED
902       os_server_cmaui:
903         type: tosca.capabilities.OperatingSystem
904         occurrences:
905         - 1
906         - UNBOUNDED
907       disk.device.write.bytes.rate_server_cmaui:
908         type: org.openecomp.capabilities.metric.Ceilometer
909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
910         occurrences:
911         - 1
912         - UNBOUNDED
913       network.incoming.packets_cmaui_port_7:
914         type: org.openecomp.capabilities.metric.Ceilometer
915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
916         occurrences:
917         - 1
918         - UNBOUNDED
919       network.incoming.packets_cmaui_port_8:
920         type: org.openecomp.capabilities.metric.Ceilometer
921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
922         occurrences:
923         - 1
924         - UNBOUNDED
925       network.incoming.bytes.rate_cmaui_port_7:
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.incoming.bytes.rate_cmaui_port_8:
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       memory.resident_server_cmaui:
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       network.outgoing.bytes_cmaui_port_7:
944         type: org.openecomp.capabilities.metric.Ceilometer
945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
946         occurrences:
947         - 1
948         - UNBOUNDED
949       disk.latency_server_cmaui:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       feature_server_cmaui:
956         type: tosca.capabilities.Node
957         occurrences:
958         - 1
959         - UNBOUNDED
960       network.outpoing.packets_cmaui_port_7:
961         type: org.openecomp.capabilities.metric.Ceilometer
962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
963         occurrences:
964         - 1
965         - UNBOUNDED
966       vcpus_server_cmaui:
967         type: org.openecomp.capabilities.metric.Ceilometer
968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
969         occurrences:
970         - 1
971         - UNBOUNDED
972       network.outpoing.packets_cmaui_port_8:
973         type: org.openecomp.capabilities.metric.Ceilometer
974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
975         occurrences:
976         - 1
977         - UNBOUNDED
978       disk.device.write.bytes_server_cmaui:
979         type: org.openecomp.capabilities.metric.Ceilometer
980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
981         occurrences:
982         - 1
983         - UNBOUNDED
984       binding_cmaui_port_7:
985         type: tosca.capabilities.network.Bindable
986         valid_source_types:
987         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
988         occurrences:
989         - 0
990         - UNBOUNDED
991       network.outgoing.bytes_cmaui_port_8:
992         type: org.openecomp.capabilities.metric.Ceilometer
993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
994         occurrences:
995         - 1
996         - UNBOUNDED
997       binding_cmaui_port_8:
998         type: tosca.capabilities.network.Bindable
999         valid_source_types:
1000         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1001         occurrences:
1002         - 0
1003         - UNBOUNDED
1004       disk.allocation_server_cmaui:
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.write.requests_server_cmaui:
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       memory.usage_server_cmaui:
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       disk.ephemeral.size_server_cmaui:
1023         type: org.openecomp.capabilities.metric.Ceilometer
1024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1025         occurrences:
1026         - 1
1027         - UNBOUNDED
1028       network.outgoing.bytes.rate_cmaui_port_7:
1029         type: org.openecomp.capabilities.metric.Ceilometer
1030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1031         occurrences:
1032         - 1
1033         - UNBOUNDED
1034       network.incoming.bytes_cmaui_port_8:
1035         type: org.openecomp.capabilities.metric.Ceilometer
1036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1037         occurrences:
1038         - 1
1039         - UNBOUNDED
1040       endpoint_server_cmaui:
1041         type: tosca.capabilities.Endpoint.Admin
1042         occurrences:
1043         - 1
1044         - UNBOUNDED
1045       network.incoming.bytes_cmaui_port_7:
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       disk.iops_server_cmaui:
1052         type: org.openecomp.capabilities.metric.Ceilometer
1053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1054         occurrences:
1055         - 1
1056         - UNBOUNDED
1057       network.outgoing.bytes.rate_cmaui_port_8:
1058         type: org.openecomp.capabilities.metric.Ceilometer
1059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       disk.device.iops_server_cmaui:
1064         type: org.openecomp.capabilities.metric.Ceilometer
1065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1066         occurrences:
1067         - 1
1068         - UNBOUNDED
1069       disk.read.bytes_server_cmaui:
1070         type: org.openecomp.capabilities.metric.Ceilometer
1071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1072         occurrences:
1073         - 1
1074         - UNBOUNDED
1075   org.openecomp.resource.vfc.nodes.heat.ps_server:
1076     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1077     properties:
1078       port_ps_server_port_network:
1079         type: list
1080         required: true
1081         status: SUPPORTED
1082         entry_schema:
1083           type: string
1084       compute_ps_server_name:
1085         type: list
1086         required: true
1087         status: SUPPORTED
1088         entry_schema:
1089           type: string
1090       port_ps_server_port_security_groups:
1091         type: list
1092         required: true
1093         status: SUPPORTED
1094         entry_schema:
1095           type: json
1096       port_ps_server_port_vlan_requirements:
1097         type: list
1098         required: true
1099         status: SUPPORTED
1100         entry_schema:
1101           type: org.openecomp.datatypes.network.VlanRequirements
1102       compute_ps_server_availability_zone:
1103         type: list
1104         required: true
1105         status: SUPPORTED
1106         entry_schema:
1107           type: string
1108       port_ps_server_port_network_role:
1109         type: string
1110         required: true
1111         status: SUPPORTED
1112       index_value:
1113         type: integer
1114         description: Index value of this substitution service template runtime instance
1115         required: false
1116         default: 0
1117         status: SUPPORTED
1118         constraints:
1119         - greater_or_equal: 0
1120       port_ps_server_port_order:
1121         type: integer
1122         required: true
1123         status: SUPPORTED
1124       port_ps_server_port_subnetpoolid:
1125         type: string
1126         required: true
1127         status: SUPPORTED
1128       port_ps_server_port_fixed_ips:
1129         type: list
1130         required: true
1131         status: SUPPORTED
1132         entry_schema:
1133           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1134       vm_flavor_name:
1135         type: string
1136         required: true
1137         status: SUPPORTED
1138       port_ps_server_port_exCP_naming:
1139         type: org.openecomp.datatypes.Naming
1140         required: true
1141         status: SUPPORTED
1142       port_ps_server_port_ip_requirements:
1143         type: list
1144         required: true
1145         status: SUPPORTED
1146         entry_schema:
1147           type: org.openecomp.datatypes.network.IpRequirements
1148       port_ps_server_port_mac_requirements:
1149         type: org.openecomp.datatypes.network.MacRequirements
1150         required: true
1151         status: SUPPORTED
1152       vm_image_name:
1153         type: string
1154         required: true
1155         status: SUPPORTED
1156       port_ps_server_port_replacement_policy:
1157         type: list
1158         required: true
1159         status: SUPPORTED
1160         entry_schema:
1161           type: string
1162       port_ps_server_port_network_role_tag:
1163         type: string
1164         required: true
1165         status: SUPPORTED
1166   org.openecomp.resource.vfc.nodes.heat.sm_server:
1167     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1168     properties:
1169       index_value:
1170         type: integer
1171         description: Index value of this substitution service template runtime instance
1172         required: false
1173         default: 0
1174         status: SUPPORTED
1175         constraints:
1176         - greater_or_equal: 0
1177       port_sm_server_port_order:
1178         type: integer
1179         required: true
1180         status: SUPPORTED
1181       port_sm_server_port_vlan_requirements:
1182         type: list
1183         required: true
1184         status: SUPPORTED
1185         entry_schema:
1186           type: org.openecomp.datatypes.network.VlanRequirements
1187       port_sm_server_port_subnetpoolid:
1188         type: string
1189         required: true
1190         status: SUPPORTED
1191       vm_flavor_name:
1192         type: string
1193         required: true
1194         status: SUPPORTED
1195       port_sm_server_port_exCP_naming:
1196         type: org.openecomp.datatypes.Naming
1197         required: true
1198         status: SUPPORTED
1199       port_sm_server_port_network_role_tag:
1200         type: string
1201         required: true
1202         status: SUPPORTED
1203       port_sm_server_port_network_role:
1204         type: string
1205         required: true
1206         status: SUPPORTED
1207       port_sm_server_port_network:
1208         type: list
1209         required: true
1210         status: SUPPORTED
1211         entry_schema:
1212           type: string
1213       compute_sm_server_name:
1214         type: list
1215         required: true
1216         status: SUPPORTED
1217         entry_schema:
1218           type: string
1219       port_sm_server_port_ip_requirements:
1220         type: list
1221         required: true
1222         status: SUPPORTED
1223         entry_schema:
1224           type: org.openecomp.datatypes.network.IpRequirements
1225       vm_image_name:
1226         type: string
1227         required: true
1228         status: SUPPORTED
1229       compute_sm_server_availability_zone:
1230         type: list
1231         required: true
1232         status: SUPPORTED
1233         entry_schema:
1234           type: string
1235       port_sm_server_port_mac_requirements:
1236         type: org.openecomp.datatypes.network.MacRequirements
1237         required: true
1238         status: SUPPORTED
1239       port_sm_server_port_replacement_policy:
1240         type: list
1241         required: true
1242         status: SUPPORTED
1243         entry_schema:
1244           type: string
1245       port_sm_server_port_fixed_ips:
1246         type: list
1247         required: true
1248         status: SUPPORTED
1249         entry_schema:
1250           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1251       port_sm_server_port_security_groups:
1252         type: list
1253         required: true
1254         status: SUPPORTED
1255         entry_schema:
1256           type: json
1257   org.openecomp.resource.abstract.nodes.oam_server:
1258     derived_from: org.openecomp.resource.abstract.nodes.VFC
1259     properties:
1260       port_oam_server_port_network:
1261         type: list
1262         required: true
1263         status: SUPPORTED
1264         entry_schema:
1265           type: string
1266       port_oam_server_port_order:
1267         type: integer
1268         required: true
1269         status: SUPPORTED
1270       index_value:
1271         type: integer
1272         description: Index value of this substitution service template runtime instance
1273         required: false
1274         default: 0
1275         status: SUPPORTED
1276         constraints:
1277         - greater_or_equal: 0
1278       port_oam_server_port_security_groups:
1279         type: list
1280         required: true
1281         status: SUPPORTED
1282         entry_schema:
1283           type: json
1284       port_oam_server_port_replacement_policy:
1285         type: list
1286         required: true
1287         status: SUPPORTED
1288         entry_schema:
1289           type: string
1290       vm_flavor_name:
1291         type: string
1292         required: true
1293         status: SUPPORTED
1294       port_oam_server_port_mac_requirements:
1295         type: org.openecomp.datatypes.network.MacRequirements
1296         required: true
1297         status: SUPPORTED
1298       port_oam_server_port_exCP_naming:
1299         type: org.openecomp.datatypes.Naming
1300         required: true
1301         status: SUPPORTED
1302       compute_oam_server_availability_zone:
1303         type: list
1304         required: true
1305         status: SUPPORTED
1306         entry_schema:
1307           type: string
1308       vm_image_name:
1309         type: string
1310         required: true
1311         status: SUPPORTED
1312       port_oam_server_port_fixed_ips:
1313         type: list
1314         required: true
1315         status: SUPPORTED
1316         entry_schema:
1317           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1318       port_oam_server_port_subnetpoolid:
1319         type: string
1320         required: true
1321         status: SUPPORTED
1322       port_oam_server_port_network_role_tag:
1323         type: string
1324         required: true
1325         status: SUPPORTED
1326       port_oam_server_port_network_role:
1327         type: string
1328         required: true
1329         status: SUPPORTED
1330       port_oam_server_port_vlan_requirements:
1331         type: list
1332         required: true
1333         status: SUPPORTED
1334         entry_schema:
1335           type: org.openecomp.datatypes.network.VlanRequirements
1336       compute_oam_server_name:
1337         type: list
1338         required: true
1339         status: SUPPORTED
1340         entry_schema:
1341           type: string
1342       port_oam_server_port_ip_requirements:
1343         type: list
1344         required: true
1345         status: SUPPORTED
1346         entry_schema:
1347           type: org.openecomp.datatypes.network.IpRequirements
1348     requirements:
1349     - dependency_oam_server:
1350         capability: tosca.capabilities.Node
1351         node: tosca.nodes.Root
1352         relationship: tosca.relationships.DependsOn
1353         occurrences:
1354         - 0
1355         - UNBOUNDED
1356     - local_storage_oam_server:
1357         capability: tosca.capabilities.Attachment
1358         node: tosca.nodes.BlockStorage
1359         relationship: tosca.relationships.AttachesTo
1360         occurrences:
1361         - 0
1362         - UNBOUNDED
1363     - dependency_oam_server_oam_server_port:
1364         capability: tosca.capabilities.Node
1365         node: tosca.nodes.Root
1366         relationship: tosca.relationships.DependsOn
1367         occurrences:
1368         - 0
1369         - UNBOUNDED
1370     - link_oam_server_oam_server_port:
1371         capability: tosca.capabilities.network.Linkable
1372         relationship: tosca.relationships.network.LinksTo
1373         occurrences:
1374         - 1
1375         - 1
1376     capabilities:
1377       cpu.delta_oam_server:
1378         type: org.openecomp.capabilities.metric.Ceilometer
1379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1380         occurrences:
1381         - 1
1382         - UNBOUNDED
1383       host_oam_server:
1384         type: tosca.capabilities.Container
1385         valid_source_types:
1386         - tosca.nodes.SoftwareComponent
1387         occurrences:
1388         - 1
1389         - UNBOUNDED
1390       disk.usage_oam_server:
1391         type: org.openecomp.capabilities.metric.Ceilometer
1392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1393         occurrences:
1394         - 1
1395         - UNBOUNDED
1396       network.incoming.packets.rate_oam_server_oam_server_port:
1397         type: org.openecomp.capabilities.metric.Ceilometer
1398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1399         occurrences:
1400         - 1
1401         - UNBOUNDED
1402       feature_oam_server:
1403         type: tosca.capabilities.Node
1404         occurrences:
1405         - 1
1406         - UNBOUNDED
1407       disk.device.write.bytes_oam_server:
1408         type: org.openecomp.capabilities.metric.Ceilometer
1409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1410         occurrences:
1411         - 1
1412         - UNBOUNDED
1413       cpu_util_oam_server:
1414         type: org.openecomp.capabilities.metric.Ceilometer
1415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1416         occurrences:
1417         - 1
1418         - UNBOUNDED
1419       network.outpoing.packets_oam_server_oam_server_port:
1420         type: org.openecomp.capabilities.metric.Ceilometer
1421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1422         occurrences:
1423         - 1
1424         - UNBOUNDED
1425       disk.capacity_oam_server:
1426         type: org.openecomp.capabilities.metric.Ceilometer
1427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1428         occurrences:
1429         - 1
1430         - UNBOUNDED
1431       memory_oam_server:
1432         type: org.openecomp.capabilities.metric.Ceilometer
1433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1434         occurrences:
1435         - 1
1436         - UNBOUNDED
1437       disk.read.bytes.rate_oam_server:
1438         type: org.openecomp.capabilities.metric.Ceilometer
1439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1440         occurrences:
1441         - 1
1442         - UNBOUNDED
1443       disk.write.bytes_oam_server:
1444         type: org.openecomp.capabilities.metric.Ceilometer
1445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1446         occurrences:
1447         - 1
1448         - UNBOUNDED
1449       disk.write.requests_oam_server:
1450         type: org.openecomp.capabilities.metric.Ceilometer
1451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1452         occurrences:
1453         - 1
1454         - UNBOUNDED
1455       attachment_oam_server_oam_server_port:
1456         type: tosca.capabilities.Attachment
1457         occurrences:
1458         - 1
1459         - UNBOUNDED
1460       cpu_oam_server:
1461         type: org.openecomp.capabilities.metric.Ceilometer
1462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1463         occurrences:
1464         - 1
1465         - UNBOUNDED
1466       vcpus_oam_server:
1467         type: org.openecomp.capabilities.metric.Ceilometer
1468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1469         occurrences:
1470         - 1
1471         - UNBOUNDED
1472       disk.device.read.requests.rate_oam_server:
1473         type: org.openecomp.capabilities.metric.Ceilometer
1474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1475         occurrences:
1476         - 1
1477         - UNBOUNDED
1478       disk.allocation_oam_server:
1479         type: org.openecomp.capabilities.metric.Ceilometer
1480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1481         occurrences:
1482         - 1
1483         - UNBOUNDED
1484       disk.write.bytes.rate_oam_server:
1485         type: org.openecomp.capabilities.metric.Ceilometer
1486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1487         occurrences:
1488         - 1
1489         - UNBOUNDED
1490       disk.device.write.requests.rate_oam_server:
1491         type: org.openecomp.capabilities.metric.Ceilometer
1492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1493         occurrences:
1494         - 1
1495         - UNBOUNDED
1496       instance_oam_server:
1497         type: org.openecomp.capabilities.metric.Ceilometer
1498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1499         occurrences:
1500         - 1
1501         - UNBOUNDED
1502       memory.resident_oam_server:
1503         type: org.openecomp.capabilities.metric.Ceilometer
1504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1505         occurrences:
1506         - 1
1507         - UNBOUNDED
1508       disk.device.read.requests_oam_server:
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.device.allocation_oam_server:
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       disk.device.write.requests_oam_server:
1521         type: org.openecomp.capabilities.metric.Ceilometer
1522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1523         occurrences:
1524         - 1
1525         - UNBOUNDED
1526       binding_oam_server_oam_server_port:
1527         type: tosca.capabilities.network.Bindable
1528         valid_source_types:
1529         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1530         occurrences:
1531         - 0
1532         - UNBOUNDED
1533       disk.iops_oam_server:
1534         type: org.openecomp.capabilities.metric.Ceilometer
1535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1536         occurrences:
1537         - 1
1538         - UNBOUNDED
1539       disk.device.capacity_oam_server:
1540         type: org.openecomp.capabilities.metric.Ceilometer
1541         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1542         occurrences:
1543         - 1
1544         - UNBOUNDED
1545       binding_oam_server:
1546         type: tosca.capabilities.network.Bindable
1547         occurrences:
1548         - 1
1549         - UNBOUNDED
1550       disk.device.write.bytes.rate_oam_server:
1551         type: org.openecomp.capabilities.metric.Ceilometer
1552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1553         occurrences:
1554         - 1
1555         - UNBOUNDED
1556       disk.device.usage_oam_server:
1557         type: org.openecomp.capabilities.metric.Ceilometer
1558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1559         occurrences:
1560         - 1
1561         - UNBOUNDED
1562       network.incoming.bytes.rate_oam_server_oam_server_port:
1563         type: org.openecomp.capabilities.metric.Ceilometer
1564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1565         occurrences:
1566         - 1
1567         - UNBOUNDED
1568       disk.latency_oam_server:
1569         type: org.openecomp.capabilities.metric.Ceilometer
1570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1571         occurrences:
1572         - 1
1573         - UNBOUNDED
1574       disk.read.requests_oam_server:
1575         type: org.openecomp.capabilities.metric.Ceilometer
1576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1577         occurrences:
1578         - 1
1579         - UNBOUNDED
1580       disk.device.iops_oam_server:
1581         type: org.openecomp.capabilities.metric.Ceilometer
1582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1583         occurrences:
1584         - 1
1585         - UNBOUNDED
1586       disk.root.size_oam_server:
1587         type: org.openecomp.capabilities.metric.Ceilometer
1588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592       network.outgoing.bytes_oam_server_oam_server_port:
1593         type: org.openecomp.capabilities.metric.Ceilometer
1594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1595         occurrences:
1596         - 1
1597         - UNBOUNDED
1598       disk.device.latency_oam_server:
1599         type: org.openecomp.capabilities.metric.Ceilometer
1600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1601         occurrences:
1602         - 1
1603         - UNBOUNDED
1604       feature_oam_server_oam_server_port:
1605         type: tosca.capabilities.Node
1606         occurrences:
1607         - 1
1608         - UNBOUNDED
1609       memory.usage_oam_server:
1610         type: org.openecomp.capabilities.metric.Ceilometer
1611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1612         occurrences:
1613         - 1
1614         - UNBOUNDED
1615       endpoint_oam_server:
1616         type: tosca.capabilities.Endpoint.Admin
1617         occurrences:
1618         - 1
1619         - UNBOUNDED
1620       network.outgoing.bytes.rate_oam_server_oam_server_port:
1621         type: org.openecomp.capabilities.metric.Ceilometer
1622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1623         occurrences:
1624         - 1
1625         - UNBOUNDED
1626       scalable_oam_server:
1627         type: tosca.capabilities.Scalable
1628         occurrences:
1629         - 1
1630         - UNBOUNDED
1631       disk.write.requests.rate_oam_server:
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       network.incoming.bytes_oam_server_oam_server_port:
1638         type: org.openecomp.capabilities.metric.Ceilometer
1639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1640         occurrences:
1641         - 1
1642         - UNBOUNDED
1643       disk.device.read.bytes.rate_oam_server:
1644         type: org.openecomp.capabilities.metric.Ceilometer
1645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1646         occurrences:
1647         - 1
1648         - UNBOUNDED
1649       disk.device.read.bytes_oam_server:
1650         type: org.openecomp.capabilities.metric.Ceilometer
1651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1652         occurrences:
1653         - 1
1654         - UNBOUNDED
1655       os_oam_server:
1656         type: tosca.capabilities.OperatingSystem
1657         occurrences:
1658         - 1
1659         - UNBOUNDED
1660       disk.read.bytes_oam_server:
1661         type: org.openecomp.capabilities.metric.Ceilometer
1662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1663         occurrences:
1664         - 1
1665         - UNBOUNDED
1666       network.incoming.packets_oam_server_oam_server_port:
1667         type: org.openecomp.capabilities.metric.Ceilometer
1668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1669         occurrences:
1670         - 1
1671         - UNBOUNDED
1672       network.outgoing.packets.rate_oam_server_oam_server_port:
1673         type: org.openecomp.capabilities.metric.Ceilometer
1674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1675         occurrences:
1676         - 1
1677         - UNBOUNDED
1678       disk.ephemeral.size_oam_server:
1679         type: org.openecomp.capabilities.metric.Ceilometer
1680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1681         occurrences:
1682         - 1
1683         - UNBOUNDED
1684   org.openecomp.resource.vfc.nodes.heat.cmaui:
1685     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1686     properties:
1687       cmaui_names:
1688         type: list
1689         description: CMAUI1, CMAUI2 server names
1690         required: true
1691         status: SUPPORTED
1692         entry_schema:
1693           type: string
1694       p1:
1695         type: string
1696         description: UID of OAM network
1697         required: true
1698         status: SUPPORTED
1699       port_cmaui_port_8_mac_requirements:
1700         type: org.openecomp.datatypes.network.MacRequirements
1701         required: true
1702         status: SUPPORTED
1703       p2:
1704         type: string
1705         required: true
1706         status: SUPPORTED
1707       net2:
1708         type: string
1709         description: Contrail V2 network
1710         required: true
1711         status: SUPPORTED
1712       net1:
1713         type: string
1714         description: Neutron network
1715         required: true
1716         status: SUPPORTED
1717       indx:
1718         type: float
1719         required: true
1720         status: SUPPORTED
1721       port_cmaui_port_8_order:
1722         type: integer
1723         required: true
1724         status: SUPPORTED
1725       port_cmaui_port_7_network_role_tag:
1726         type: string
1727         required: true
1728         status: SUPPORTED
1729       availability_zone_0:
1730         type: string
1731         description: availabilityzone name
1732         required: true
1733         status: SUPPORTED
1734       net:
1735         type: string
1736         required: true
1737         status: SUPPORTED
1738       port_cmaui_port_8_ip_requirements:
1739         type: list
1740         required: true
1741         status: SUPPORTED
1742         entry_schema:
1743           type: org.openecomp.datatypes.network.IpRequirements
1744       port_cmaui_port_7_exCP_naming:
1745         type: org.openecomp.datatypes.Naming
1746         required: true
1747         status: SUPPORTED
1748       security_group_name:
1749         type: list
1750         description: CMAUI1, CMAUI2 server names
1751         required: true
1752         status: SUPPORTED
1753         entry_schema:
1754           type: string
1755       port_cmaui_port_8_network_role_tag:
1756         type: string
1757         required: true
1758         status: SUPPORTED
1759       port_cmaui_port_8_exCP_naming:
1760         type: org.openecomp.datatypes.Naming
1761         required: true
1762         status: SUPPORTED
1763       port_cmaui_port_7_vlan_requirements:
1764         type: list
1765         required: true
1766         status: SUPPORTED
1767         entry_schema:
1768           type: org.openecomp.datatypes.network.VlanRequirements
1769       port_cmaui_port_7_order:
1770         type: integer
1771         required: true
1772         status: SUPPORTED
1773       cmaui_image:
1774         type: string
1775         description: Image for CMAUI server
1776         required: true
1777         status: SUPPORTED
1778       cmaui_flavor:
1779         type: string
1780         description: Flavor for CMAUI server
1781         required: true
1782         status: SUPPORTED
1783       port_cmaui_port_7_mac_requirements:
1784         type: org.openecomp.datatypes.network.MacRequirements
1785         required: true
1786         status: SUPPORTED
1787       port_cmaui_port_7_ip_requirements:
1788         type: list
1789         required: true
1790         status: SUPPORTED
1791         entry_schema:
1792           type: org.openecomp.datatypes.network.IpRequirements
1793       port_cmaui_port_7_subnetpoolid:
1794         type: string
1795         required: true
1796         status: SUPPORTED
1797       port_cmaui_port_7_network_role:
1798         type: string
1799         required: true
1800         status: SUPPORTED
1801       port_cmaui_port_8_vlan_requirements:
1802         type: list
1803         required: true
1804         status: SUPPORTED
1805         entry_schema:
1806           type: org.openecomp.datatypes.network.VlanRequirements
1807       cmaui_oam_ips:
1808         type: string
1809         required: true
1810         status: SUPPORTED
1811       port_cmaui_port_8_network_role:
1812         type: string
1813         required: true
1814         status: SUPPORTED
1815       port_cmaui_port_8_subnetpoolid:
1816         type: string
1817         required: true
1818         status: SUPPORTED
1819     requirements:
1820     - dependency_cmaui_port_7:
1821         capability: tosca.capabilities.Node
1822         node: tosca.nodes.Root
1823         relationship: tosca.relationships.DependsOn
1824         occurrences:
1825         - 0
1826         - UNBOUNDED
1827     - link_cmaui_port_7:
1828         capability: tosca.capabilities.network.Linkable
1829         relationship: tosca.relationships.network.LinksTo
1830         occurrences:
1831         - 1
1832         - 1
1833     - dependency_cmaui_port_8:
1834         capability: tosca.capabilities.Node
1835         node: tosca.nodes.Root
1836         relationship: tosca.relationships.DependsOn
1837         occurrences:
1838         - 0
1839         - UNBOUNDED
1840     - link_cmaui_port_8:
1841         capability: tosca.capabilities.network.Linkable
1842         relationship: tosca.relationships.network.LinksTo
1843         occurrences:
1844         - 1
1845         - 1
1846     - dependency_server_cmaui:
1847         capability: tosca.capabilities.Node
1848         node: tosca.nodes.Root
1849         relationship: tosca.relationships.DependsOn
1850         occurrences:
1851         - 0
1852         - UNBOUNDED
1853     - local_storage_server_cmaui:
1854         capability: tosca.capabilities.Attachment
1855         node: tosca.nodes.BlockStorage
1856         relationship: tosca.relationships.AttachesTo
1857         occurrences:
1858         - 0
1859         - UNBOUNDED
1860     capabilities:
1861       cpu.delta_server_cmaui:
1862         type: org.openecomp.capabilities.metric.Ceilometer
1863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1864         occurrences:
1865         - 1
1866         - UNBOUNDED
1867       disk.device.write.requests.rate_server_cmaui:
1868         type: org.openecomp.capabilities.metric.Ceilometer
1869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1870         occurrences:
1871         - 1
1872         - UNBOUNDED
1873       disk.device.allocation_server_cmaui:
1874         type: org.openecomp.capabilities.metric.Ceilometer
1875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1876         occurrences:
1877         - 1
1878         - UNBOUNDED
1879       feature_cmaui_port_7:
1880         type: tosca.capabilities.Node
1881         occurrences:
1882         - 1
1883         - UNBOUNDED
1884       feature_cmaui_port_8:
1885         type: tosca.capabilities.Node
1886         occurrences:
1887         - 1
1888         - UNBOUNDED
1889       scalable_server_cmaui:
1890         type: tosca.capabilities.Scalable
1891         occurrences:
1892         - 1
1893         - UNBOUNDED
1894       disk.read.bytes.rate_server_cmaui:
1895         type: org.openecomp.capabilities.metric.Ceilometer
1896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1897         occurrences:
1898         - 1
1899         - UNBOUNDED
1900       cpu_server_cmaui:
1901         type: org.openecomp.capabilities.metric.Ceilometer
1902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1903         occurrences:
1904         - 1
1905         - UNBOUNDED
1906       disk.write.bytes.rate_server_cmaui:
1907         type: org.openecomp.capabilities.metric.Ceilometer
1908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1909         occurrences:
1910         - 1
1911         - UNBOUNDED
1912       disk.device.read.bytes.rate_server_cmaui:
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       host_server_cmaui:
1919         type: tosca.capabilities.Container
1920         valid_source_types:
1921         - tosca.nodes.SoftwareComponent
1922         occurrences:
1923         - 1
1924         - UNBOUNDED
1925       cpu_util_server_cmaui:
1926         type: org.openecomp.capabilities.metric.Ceilometer
1927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1928         occurrences:
1929         - 1
1930         - UNBOUNDED
1931       network.outgoing.packets.rate_cmaui_port_8:
1932         type: org.openecomp.capabilities.metric.Ceilometer
1933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1934         occurrences:
1935         - 1
1936         - UNBOUNDED
1937       attachment_cmaui_port_7:
1938         type: tosca.capabilities.Attachment
1939         occurrences:
1940         - 1
1941         - UNBOUNDED
1942       attachment_cmaui_port_8:
1943         type: tosca.capabilities.Attachment
1944         occurrences:
1945         - 1
1946         - UNBOUNDED
1947       network.outgoing.packets.rate_cmaui_port_7:
1948         type: org.openecomp.capabilities.metric.Ceilometer
1949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1950         occurrences:
1951         - 1
1952         - UNBOUNDED
1953       disk.device.latency_server_cmaui:
1954         type: org.openecomp.capabilities.metric.Ceilometer
1955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1956         occurrences:
1957         - 1
1958         - UNBOUNDED
1959       disk.device.write.requests_server_cmaui:
1960         type: org.openecomp.capabilities.metric.Ceilometer
1961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1962         occurrences:
1963         - 1
1964         - UNBOUNDED
1965       disk.read.requests_server_cmaui:
1966         type: org.openecomp.capabilities.metric.Ceilometer
1967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1968         occurrences:
1969         - 1
1970         - UNBOUNDED
1971       disk.device.capacity_server_cmaui:
1972         type: org.openecomp.capabilities.metric.Ceilometer
1973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1974         occurrences:
1975         - 1
1976         - UNBOUNDED
1977       disk.usage_server_cmaui:
1978         type: org.openecomp.capabilities.metric.Ceilometer
1979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1980         occurrences:
1981         - 1
1982         - UNBOUNDED
1983       disk.device.usage_server_cmaui:
1984         type: org.openecomp.capabilities.metric.Ceilometer
1985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1986         occurrences:
1987         - 1
1988         - UNBOUNDED
1989       disk.capacity_server_cmaui:
1990         type: org.openecomp.capabilities.metric.Ceilometer
1991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1992         occurrences:
1993         - 1
1994         - UNBOUNDED
1995       disk.write.requests.rate_server_cmaui:
1996         type: org.openecomp.capabilities.metric.Ceilometer
1997         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1998         occurrences:
1999         - 1
2000         - UNBOUNDED
2001       disk.device.read.requests_server_cmaui:
2002         type: org.openecomp.capabilities.metric.Ceilometer
2003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2004         occurrences:
2005         - 1
2006         - UNBOUNDED
2007       instance_server_cmaui:
2008         type: org.openecomp.capabilities.metric.Ceilometer
2009         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2010         occurrences:
2011         - 1
2012         - UNBOUNDED
2013       disk.device.read.bytes_server_cmaui:
2014         type: org.openecomp.capabilities.metric.Ceilometer
2015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2016         occurrences:
2017         - 1
2018         - UNBOUNDED
2019       network.incoming.packets.rate_cmaui_port_7:
2020         type: org.openecomp.capabilities.metric.Ceilometer
2021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2022         occurrences:
2023         - 1
2024         - UNBOUNDED
2025       memory_server_cmaui:
2026         type: org.openecomp.capabilities.metric.Ceilometer
2027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2028         occurrences:
2029         - 1
2030         - UNBOUNDED
2031       network.incoming.packets.rate_cmaui_port_8:
2032         type: org.openecomp.capabilities.metric.Ceilometer
2033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2034         occurrences:
2035         - 1
2036         - UNBOUNDED
2037       disk.root.size_server_cmaui:
2038         type: org.openecomp.capabilities.metric.Ceilometer
2039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2040         occurrences:
2041         - 1
2042         - UNBOUNDED
2043       binding_server_cmaui:
2044         type: tosca.capabilities.network.Bindable
2045         occurrences:
2046         - 1
2047         - UNBOUNDED
2048       disk.device.read.requests.rate_server_cmaui:
2049         type: org.openecomp.capabilities.metric.Ceilometer
2050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2051         occurrences:
2052         - 1
2053         - UNBOUNDED
2054       disk.write.bytes_server_cmaui:
2055         type: org.openecomp.capabilities.metric.Ceilometer
2056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2057         occurrences:
2058         - 1
2059         - UNBOUNDED
2060       os_server_cmaui:
2061         type: tosca.capabilities.OperatingSystem
2062         occurrences:
2063         - 1
2064         - UNBOUNDED
2065       disk.device.write.bytes.rate_server_cmaui:
2066         type: org.openecomp.capabilities.metric.Ceilometer
2067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2068         occurrences:
2069         - 1
2070         - UNBOUNDED
2071       network.incoming.packets_cmaui_port_7:
2072         type: org.openecomp.capabilities.metric.Ceilometer
2073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2074         occurrences:
2075         - 1
2076         - UNBOUNDED
2077       network.incoming.packets_cmaui_port_8:
2078         type: org.openecomp.capabilities.metric.Ceilometer
2079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2080         occurrences:
2081         - 1
2082         - UNBOUNDED
2083       network.incoming.bytes.rate_cmaui_port_7:
2084         type: org.openecomp.capabilities.metric.Ceilometer
2085         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2086         occurrences:
2087         - 1
2088         - UNBOUNDED
2089       network.incoming.bytes.rate_cmaui_port_8:
2090         type: org.openecomp.capabilities.metric.Ceilometer
2091         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2092         occurrences:
2093         - 1
2094         - UNBOUNDED
2095       memory.resident_server_cmaui:
2096         type: org.openecomp.capabilities.metric.Ceilometer
2097         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2098         occurrences:
2099         - 1
2100         - UNBOUNDED
2101       network.outgoing.bytes_cmaui_port_7:
2102         type: org.openecomp.capabilities.metric.Ceilometer
2103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2104         occurrences:
2105         - 1
2106         - UNBOUNDED
2107       disk.latency_server_cmaui:
2108         type: org.openecomp.capabilities.metric.Ceilometer
2109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2110         occurrences:
2111         - 1
2112         - UNBOUNDED
2113       feature_server_cmaui:
2114         type: tosca.capabilities.Node
2115         occurrences:
2116         - 1
2117         - UNBOUNDED
2118       network.outpoing.packets_cmaui_port_7:
2119         type: org.openecomp.capabilities.metric.Ceilometer
2120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2121         occurrences:
2122         - 1
2123         - UNBOUNDED
2124       vcpus_server_cmaui:
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       network.outpoing.packets_cmaui_port_8:
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.device.write.bytes_server_cmaui:
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       binding_cmaui_port_7:
2143         type: tosca.capabilities.network.Bindable
2144         valid_source_types:
2145         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2146         occurrences:
2147         - 0
2148         - UNBOUNDED
2149       network.outgoing.bytes_cmaui_port_8:
2150         type: org.openecomp.capabilities.metric.Ceilometer
2151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2152         occurrences:
2153         - 1
2154         - UNBOUNDED
2155       binding_cmaui_port_8:
2156         type: tosca.capabilities.network.Bindable
2157         valid_source_types:
2158         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2159         occurrences:
2160         - 0
2161         - UNBOUNDED
2162       disk.allocation_server_cmaui:
2163         type: org.openecomp.capabilities.metric.Ceilometer
2164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2165         occurrences:
2166         - 1
2167         - UNBOUNDED
2168       disk.write.requests_server_cmaui:
2169         type: org.openecomp.capabilities.metric.Ceilometer
2170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2171         occurrences:
2172         - 1
2173         - UNBOUNDED
2174       memory.usage_server_cmaui:
2175         type: org.openecomp.capabilities.metric.Ceilometer
2176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2177         occurrences:
2178         - 1
2179         - UNBOUNDED
2180       disk.ephemeral.size_server_cmaui:
2181         type: org.openecomp.capabilities.metric.Ceilometer
2182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2183         occurrences:
2184         - 1
2185         - UNBOUNDED
2186       network.outgoing.bytes.rate_cmaui_port_7:
2187         type: org.openecomp.capabilities.metric.Ceilometer
2188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2189         occurrences:
2190         - 1
2191         - UNBOUNDED
2192       network.incoming.bytes_cmaui_port_8:
2193         type: org.openecomp.capabilities.metric.Ceilometer
2194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2195         occurrences:
2196         - 1
2197         - UNBOUNDED
2198       endpoint_server_cmaui:
2199         type: tosca.capabilities.Endpoint.Admin
2200         occurrences:
2201         - 1
2202         - UNBOUNDED
2203       network.incoming.bytes_cmaui_port_7:
2204         type: org.openecomp.capabilities.metric.Ceilometer
2205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2206         occurrences:
2207         - 1
2208         - UNBOUNDED
2209       disk.iops_server_cmaui:
2210         type: org.openecomp.capabilities.metric.Ceilometer
2211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2212         occurrences:
2213         - 1
2214         - UNBOUNDED
2215       network.outgoing.bytes.rate_cmaui_port_8:
2216         type: org.openecomp.capabilities.metric.Ceilometer
2217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2218         occurrences:
2219         - 1
2220         - UNBOUNDED
2221       disk.device.iops_server_cmaui:
2222         type: org.openecomp.capabilities.metric.Ceilometer
2223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2224         occurrences:
2225         - 1
2226         - UNBOUNDED
2227       disk.read.bytes_server_cmaui:
2228         type: org.openecomp.capabilities.metric.Ceilometer
2229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2230         occurrences:
2231         - 1
2232         - UNBOUNDED
2233   org.openecomp.resource.abstract.nodes.heat.nested1:
2234     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
2235     properties:
2236       p1:
2237         type: string
2238         description: UID of OAM network
2239         required: true
2240         status: SUPPORTED
2241       ps_server_image:
2242         type: string
2243         description: Ps Image server
2244         required: true
2245         status: SUPPORTED
2246       p2:
2247         type: string
2248         description: UID of OAM network
2249         required: true
2250         status: SUPPORTED
2251       ps_server_ips:
2252         type: string
2253         required: true
2254         status: SUPPORTED
2255       net2:
2256         type: string
2257         description: Contrail V2 network
2258         required: true
2259         status: SUPPORTED
2260       net1:
2261         type: string
2262         description: Neutron network
2263         required: true
2264         status: SUPPORTED
2265       security_group_name:
2266         type: list
2267         description: CMAUI1, CMAUI2 server names
2268         required: true
2269         status: SUPPORTED
2270         entry_schema:
2271           type: string
2272       ps_server_flavor:
2273         type: string
2274         description: Flavor for PS server
2275         required: true
2276         status: SUPPORTED
2277       pd_server_names:
2278         type: list
2279         description: PD server names
2280         required: true
2281         status: SUPPORTED
2282         entry_schema:
2283           type: string
2284       pd_server_flavor:
2285         type: string
2286         description: Flavor for PD server
2287         required: true
2288         status: SUPPORTED
2289       ps_server_names:
2290         type: list
2291         description: Ps server names
2292         required: true
2293         status: SUPPORTED
2294         entry_schema:
2295           type: string
2296       pd_server_image:
2297         type: string
2298         description: PD Image server
2299         required: true
2300         status: SUPPORTED
2301       availability_zone_0:
2302         type: string
2303         description: availabilityzone name
2304         required: true
2305         status: SUPPORTED
2306       net:
2307         type: string
2308         required: true
2309         status: SUPPORTED
2310       pd_server_ips:
2311         type: string
2312         required: true
2313         status: SUPPORTED
2314     requirements:
2315     - dependency_server_ps:
2316         capability: tosca.capabilities.Node
2317         node: tosca.nodes.Root
2318         relationship: tosca.relationships.DependsOn
2319         occurrences:
2320         - 0
2321         - UNBOUNDED
2322     - local_storage_server_ps:
2323         capability: tosca.capabilities.Attachment
2324         node: tosca.nodes.BlockStorage
2325         relationship: tosca.relationships.AttachesTo
2326         occurrences:
2327         - 0
2328         - UNBOUNDED
2329     - dependency_ps_server_port:
2330         capability: tosca.capabilities.Node
2331         node: tosca.nodes.Root
2332         relationship: tosca.relationships.DependsOn
2333         occurrences:
2334         - 0
2335         - UNBOUNDED
2336     - link_ps_server_port:
2337         capability: tosca.capabilities.network.Linkable
2338         relationship: tosca.relationships.network.LinksTo
2339         occurrences:
2340         - 1
2341         - 1
2342     - dependency_pd_server_port:
2343         capability: tosca.capabilities.Node
2344         node: tosca.nodes.Root
2345         relationship: tosca.relationships.DependsOn
2346         occurrences:
2347         - 0
2348         - UNBOUNDED
2349     - link_pd_server_port:
2350         capability: tosca.capabilities.network.Linkable
2351         relationship: tosca.relationships.network.LinksTo
2352         occurrences:
2353         - 1
2354         - 1
2355     - dependency_server_pd:
2356         capability: tosca.capabilities.Node
2357         node: tosca.nodes.Root
2358         relationship: tosca.relationships.DependsOn
2359         occurrences:
2360         - 0
2361         - UNBOUNDED
2362     - local_storage_server_pd:
2363         capability: tosca.capabilities.Attachment
2364         node: tosca.nodes.BlockStorage
2365         relationship: tosca.relationships.AttachesTo
2366         occurrences:
2367         - 0
2368         - UNBOUNDED
2369     - dependency_test_nested2Level:
2370         capability: tosca.capabilities.Node
2371         node: tosca.nodes.Root
2372         relationship: tosca.relationships.DependsOn
2373         occurrences:
2374         - 0
2375         - UNBOUNDED
2376     - dependency_oam_server_port_test_nested2Level:
2377         capability: tosca.capabilities.Node
2378         node: tosca.nodes.Root
2379         relationship: tosca.relationships.DependsOn
2380         occurrences:
2381         - 0
2382         - UNBOUNDED
2383     - link_oam_server_port_test_nested2Level:
2384         capability: tosca.capabilities.network.Linkable
2385         relationship: tosca.relationships.network.LinksTo
2386         occurrences:
2387         - 1
2388         - 1
2389     - dependency_server_oam_test_nested2Level:
2390         capability: tosca.capabilities.Node
2391         node: tosca.nodes.Root
2392         relationship: tosca.relationships.DependsOn
2393         occurrences:
2394         - 0
2395         - UNBOUNDED
2396     - local_storage_server_oam_test_nested2Level:
2397         capability: tosca.capabilities.Attachment
2398         node: tosca.nodes.BlockStorage
2399         relationship: tosca.relationships.AttachesTo
2400         occurrences:
2401         - 0
2402         - UNBOUNDED
2403     - dependency_test_resourceGroup_test_nested2Level:
2404         capability: tosca.capabilities.Node
2405         node: tosca.nodes.Root
2406         relationship: tosca.relationships.DependsOn
2407         occurrences:
2408         - 0
2409         - UNBOUNDED
2410     - dependency_cmaui_port_7_test_resourceGroup_test_nested2Level:
2411         capability: tosca.capabilities.Node
2412         node: tosca.nodes.Root
2413         relationship: tosca.relationships.DependsOn
2414         occurrences:
2415         - 0
2416         - UNBOUNDED
2417     - link_cmaui_port_7_test_resourceGroup_test_nested2Level:
2418         capability: tosca.capabilities.network.Linkable
2419         relationship: tosca.relationships.network.LinksTo
2420         occurrences:
2421         - 1
2422         - 1
2423     - dependency_cmaui_port_8_test_resourceGroup_test_nested2Level:
2424         capability: tosca.capabilities.Node
2425         node: tosca.nodes.Root
2426         relationship: tosca.relationships.DependsOn
2427         occurrences:
2428         - 0
2429         - UNBOUNDED
2430     - link_cmaui_port_8_test_resourceGroup_test_nested2Level:
2431         capability: tosca.capabilities.network.Linkable
2432         relationship: tosca.relationships.network.LinksTo
2433         occurrences:
2434         - 1
2435         - 1
2436     - dependency_server_cmaui_test_resourceGroup_test_nested2Level:
2437         capability: tosca.capabilities.Node
2438         node: tosca.nodes.Root
2439         relationship: tosca.relationships.DependsOn
2440         occurrences:
2441         - 0
2442         - UNBOUNDED
2443     - local_storage_server_cmaui_test_resourceGroup_test_nested2Level:
2444         capability: tosca.capabilities.Attachment
2445         node: tosca.nodes.BlockStorage
2446         relationship: tosca.relationships.AttachesTo
2447         occurrences:
2448         - 0
2449         - UNBOUNDED
2450     - dependency_sm_server_port_test_nested2Level:
2451         capability: tosca.capabilities.Node
2452         node: tosca.nodes.Root
2453         relationship: tosca.relationships.DependsOn
2454         occurrences:
2455         - 0
2456         - UNBOUNDED
2457     - link_sm_server_port_test_nested2Level:
2458         capability: tosca.capabilities.network.Linkable
2459         relationship: tosca.relationships.network.LinksTo
2460         occurrences:
2461         - 1
2462         - 1
2463     - dependency_server_sm_test_nested2Level:
2464         capability: tosca.capabilities.Node
2465         node: tosca.nodes.Root
2466         relationship: tosca.relationships.DependsOn
2467         occurrences:
2468         - 0
2469         - UNBOUNDED
2470     - local_storage_server_sm_test_nested2Level:
2471         capability: tosca.capabilities.Attachment
2472         node: tosca.nodes.BlockStorage
2473         relationship: tosca.relationships.AttachesTo
2474         occurrences:
2475         - 0
2476         - UNBOUNDED
2477     capabilities:
2478       disk.device.allocation_server_sm_test_nested2Level:
2479         type: org.openecomp.capabilities.metric.Ceilometer
2480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2481         occurrences:
2482         - 1
2483         - UNBOUNDED
2484       binding_server_sm_test_nested2Level:
2485         type: tosca.capabilities.network.Bindable
2486         occurrences:
2487         - 1
2488         - UNBOUNDED
2489       disk.write.bytes_server_ps:
2490         type: org.openecomp.capabilities.metric.Ceilometer
2491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2492         occurrences:
2493         - 1
2494         - UNBOUNDED
2495       disk.latency_server_sm_test_nested2Level:
2496         type: org.openecomp.capabilities.metric.Ceilometer
2497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2498         occurrences:
2499         - 1
2500         - UNBOUNDED
2501       network.outpoing.packets_cmaui_port_7_test_resourceGroup_test_nested2Level:
2502         type: org.openecomp.capabilities.metric.Ceilometer
2503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2504         occurrences:
2505         - 1
2506         - UNBOUNDED
2507       disk.device.write.requests_server_oam_test_nested2Level:
2508         type: org.openecomp.capabilities.metric.Ceilometer
2509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2510         occurrences:
2511         - 1
2512         - UNBOUNDED
2513       cpu.delta_server_sm_test_nested2Level:
2514         type: org.openecomp.capabilities.metric.Ceilometer
2515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2516         occurrences:
2517         - 1
2518         - UNBOUNDED
2519       memory.usage_server_sm_test_nested2Level:
2520         type: org.openecomp.capabilities.metric.Ceilometer
2521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2522         occurrences:
2523         - 1
2524         - UNBOUNDED
2525       disk.write.requests.rate_server_sm_test_nested2Level:
2526         type: org.openecomp.capabilities.metric.Ceilometer
2527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2528         occurrences:
2529         - 1
2530         - UNBOUNDED
2531       disk.read.requests_server_oam_test_nested2Level:
2532         type: org.openecomp.capabilities.metric.Ceilometer
2533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2534         occurrences:
2535         - 1
2536         - UNBOUNDED
2537       network.outgoing.bytes_cmaui_port_8_test_resourceGroup_test_nested2Level:
2538         type: org.openecomp.capabilities.metric.Ceilometer
2539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2540         occurrences:
2541         - 1
2542         - UNBOUNDED
2543       disk.device.write.bytes_server_sm_test_nested2Level:
2544         type: org.openecomp.capabilities.metric.Ceilometer
2545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2546         occurrences:
2547         - 1
2548         - UNBOUNDED
2549       network.outgoing.bytes_sm_server_port_test_nested2Level:
2550         type: org.openecomp.capabilities.metric.Ceilometer
2551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2552         occurrences:
2553         - 1
2554         - UNBOUNDED
2555       network.incoming.packets.rate_ps_server_port:
2556         type: org.openecomp.capabilities.metric.Ceilometer
2557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2558         occurrences:
2559         - 1
2560         - UNBOUNDED
2561       disk.device.allocation_server_pd:
2562         type: org.openecomp.capabilities.metric.Ceilometer
2563         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2564         occurrences:
2565         - 1
2566         - UNBOUNDED
2567       binding_server_oam_test_nested2Level:
2568         type: tosca.capabilities.network.Bindable
2569         occurrences:
2570         - 1
2571         - UNBOUNDED
2572       instance_server_oam_test_nested2Level:
2573         type: org.openecomp.capabilities.metric.Ceilometer
2574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2575         occurrences:
2576         - 1
2577         - UNBOUNDED
2578       network.outgoing.packets.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
2579         type: org.openecomp.capabilities.metric.Ceilometer
2580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2581         occurrences:
2582         - 1
2583         - UNBOUNDED
2584       os_server_cmaui_test_resourceGroup_test_nested2Level:
2585         type: tosca.capabilities.OperatingSystem
2586         occurrences:
2587         - 1
2588         - UNBOUNDED
2589       disk.read.requests_server_sm_test_nested2Level:
2590         type: org.openecomp.capabilities.metric.Ceilometer
2591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2592         occurrences:
2593         - 1
2594         - UNBOUNDED
2595       vcpus_server_cmaui_test_resourceGroup_test_nested2Level:
2596         type: org.openecomp.capabilities.metric.Ceilometer
2597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2598         occurrences:
2599         - 1
2600         - UNBOUNDED
2601       instance_server_cmaui_test_resourceGroup_test_nested2Level:
2602         type: org.openecomp.capabilities.metric.Ceilometer
2603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2604         occurrences:
2605         - 1
2606         - UNBOUNDED
2607       feature_ps_server_port:
2608         type: tosca.capabilities.Node
2609         occurrences:
2610         - 1
2611         - UNBOUNDED
2612       cpu.delta_server_cmaui_test_resourceGroup_test_nested2Level:
2613         type: org.openecomp.capabilities.metric.Ceilometer
2614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2615         occurrences:
2616         - 1
2617         - UNBOUNDED
2618       binding_cmaui_port_8_test_resourceGroup_test_nested2Level:
2619         type: tosca.capabilities.network.Bindable
2620         valid_source_types:
2621         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2622         occurrences:
2623         - 0
2624         - UNBOUNDED
2625       disk.write.bytes_server_sm_test_nested2Level:
2626         type: org.openecomp.capabilities.metric.Ceilometer
2627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2628         occurrences:
2629         - 1
2630         - UNBOUNDED
2631       memory.resident_server_cmaui_test_resourceGroup_test_nested2Level:
2632         type: org.openecomp.capabilities.metric.Ceilometer
2633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2634         occurrences:
2635         - 1
2636         - UNBOUNDED
2637       disk.write.requests.rate_server_oam_test_nested2Level:
2638         type: org.openecomp.capabilities.metric.Ceilometer
2639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2640         occurrences:
2641         - 1
2642         - UNBOUNDED
2643       network.outgoing.bytes.rate_ps_server_port:
2644         type: org.openecomp.capabilities.metric.Ceilometer
2645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2646         occurrences:
2647         - 1
2648         - UNBOUNDED
2649       disk.device.read.bytes_server_ps:
2650         type: org.openecomp.capabilities.metric.Ceilometer
2651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2652         occurrences:
2653         - 1
2654         - UNBOUNDED
2655       disk.device.allocation_server_ps:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       network.outgoing.packets.rate_ps_server_port:
2662         type: org.openecomp.capabilities.metric.Ceilometer
2663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2664         occurrences:
2665         - 1
2666         - UNBOUNDED
2667       binding_ps_server_port:
2668         type: tosca.capabilities.network.Bindable
2669         valid_source_types:
2670         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2671         occurrences:
2672         - 0
2673         - UNBOUNDED
2674       disk.read.bytes.rate_server_oam_test_nested2Level:
2675         type: org.openecomp.capabilities.metric.Ceilometer
2676         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2677         occurrences:
2678         - 1
2679         - UNBOUNDED
2680       feature_server_oam_test_nested2Level:
2681         type: tosca.capabilities.Node
2682         occurrences:
2683         - 1
2684         - UNBOUNDED
2685       network.incoming.packets_pd_server_port:
2686         type: org.openecomp.capabilities.metric.Ceilometer
2687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2688         occurrences:
2689         - 1
2690         - UNBOUNDED
2691       cpu_server_cmaui_test_resourceGroup_test_nested2Level:
2692         type: org.openecomp.capabilities.metric.Ceilometer
2693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2694         occurrences:
2695         - 1
2696         - UNBOUNDED
2697       cpu_util_server_oam_test_nested2Level:
2698         type: org.openecomp.capabilities.metric.Ceilometer
2699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2700         occurrences:
2701         - 1
2702         - UNBOUNDED
2703       network.outpoing.packets_ps_server_port:
2704         type: org.openecomp.capabilities.metric.Ceilometer
2705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2706         occurrences:
2707         - 1
2708         - UNBOUNDED
2709       disk.device.read.bytes_server_pd:
2710         type: org.openecomp.capabilities.metric.Ceilometer
2711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2712         occurrences:
2713         - 1
2714         - UNBOUNDED
2715       endpoint_server_oam_test_nested2Level:
2716         type: tosca.capabilities.Endpoint.Admin
2717         occurrences:
2718         - 1
2719         - UNBOUNDED
2720       disk.read.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2721         type: org.openecomp.capabilities.metric.Ceilometer
2722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2723         occurrences:
2724         - 1
2725         - UNBOUNDED
2726       disk.capacity_server_oam_test_nested2Level:
2727         type: org.openecomp.capabilities.metric.Ceilometer
2728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2729         occurrences:
2730         - 1
2731         - UNBOUNDED
2732       disk.device.usage_server_cmaui_test_resourceGroup_test_nested2Level:
2733         type: org.openecomp.capabilities.metric.Ceilometer
2734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2735         occurrences:
2736         - 1
2737         - UNBOUNDED
2738       host_server_pd:
2739         type: tosca.capabilities.Container
2740         valid_source_types:
2741         - tosca.nodes.SoftwareComponent
2742         occurrences:
2743         - 1
2744         - UNBOUNDED
2745       network.outpoing.packets_sm_server_port_test_nested2Level:
2746         type: org.openecomp.capabilities.metric.Ceilometer
2747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2748         occurrences:
2749         - 1
2750         - UNBOUNDED
2751       disk.ephemeral.size_server_pd:
2752         type: org.openecomp.capabilities.metric.Ceilometer
2753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2754         occurrences:
2755         - 1
2756         - UNBOUNDED
2757       disk.write.requests.rate_server_pd:
2758         type: org.openecomp.capabilities.metric.Ceilometer
2759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2760         occurrences:
2761         - 1
2762         - UNBOUNDED
2763       disk.capacity_server_cmaui_test_resourceGroup_test_nested2Level:
2764         type: org.openecomp.capabilities.metric.Ceilometer
2765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2766         occurrences:
2767         - 1
2768         - UNBOUNDED
2769       disk.device.usage_server_sm_test_nested2Level:
2770         type: org.openecomp.capabilities.metric.Ceilometer
2771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2772         occurrences:
2773         - 1
2774         - UNBOUNDED
2775       disk.ephemeral.size_server_oam_test_nested2Level:
2776         type: org.openecomp.capabilities.metric.Ceilometer
2777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2778         occurrences:
2779         - 1
2780         - UNBOUNDED
2781       network.incoming.bytes_pd_server_port:
2782         type: org.openecomp.capabilities.metric.Ceilometer
2783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2784         occurrences:
2785         - 1
2786         - UNBOUNDED
2787       disk.device.write.bytes.rate_server_sm_test_nested2Level:
2788         type: org.openecomp.capabilities.metric.Ceilometer
2789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2790         occurrences:
2791         - 1
2792         - UNBOUNDED
2793       feature_oam_server_port_test_nested2Level:
2794         type: tosca.capabilities.Node
2795         occurrences:
2796         - 1
2797         - UNBOUNDED
2798       disk.device.allocation_server_oam_test_nested2Level:
2799         type: org.openecomp.capabilities.metric.Ceilometer
2800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2801         occurrences:
2802         - 1
2803         - UNBOUNDED
2804       network.incoming.packets.rate_pd_server_port:
2805         type: org.openecomp.capabilities.metric.Ceilometer
2806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2807         occurrences:
2808         - 1
2809         - UNBOUNDED
2810       disk.allocation_server_oam_test_nested2Level:
2811         type: org.openecomp.capabilities.metric.Ceilometer
2812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2813         occurrences:
2814         - 1
2815         - UNBOUNDED
2816       feature_test_nested2Level:
2817         type: tosca.capabilities.Node
2818         occurrences:
2819         - 1
2820         - UNBOUNDED
2821       disk.read.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
2822         type: org.openecomp.capabilities.metric.Ceilometer
2823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2824         occurrences:
2825         - 1
2826         - UNBOUNDED
2827       disk.ephemeral.size_server_ps:
2828         type: org.openecomp.capabilities.metric.Ceilometer
2829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2830         occurrences:
2831         - 1
2832         - UNBOUNDED
2833       memory.resident_server_sm_test_nested2Level:
2834         type: org.openecomp.capabilities.metric.Ceilometer
2835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2836         occurrences:
2837         - 1
2838         - UNBOUNDED
2839       disk.write.requests.rate_server_ps:
2840         type: org.openecomp.capabilities.metric.Ceilometer
2841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2842         occurrences:
2843         - 1
2844         - UNBOUNDED
2845       disk.usage_server_sm_test_nested2Level:
2846         type: org.openecomp.capabilities.metric.Ceilometer
2847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2848         occurrences:
2849         - 1
2850         - UNBOUNDED
2851       disk.device.capacity_server_sm_test_nested2Level:
2852         type: org.openecomp.capabilities.metric.Ceilometer
2853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2854         occurrences:
2855         - 1
2856         - UNBOUNDED
2857       network.incoming.packets.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
2858         type: org.openecomp.capabilities.metric.Ceilometer
2859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2860         occurrences:
2861         - 1
2862         - UNBOUNDED
2863       disk.device.read.requests.rate_server_sm_test_nested2Level:
2864         type: org.openecomp.capabilities.metric.Ceilometer
2865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2866         occurrences:
2867         - 1
2868         - UNBOUNDED
2869       network.outgoing.bytes.rate_sm_server_port_test_nested2Level:
2870         type: org.openecomp.capabilities.metric.Ceilometer
2871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2872         occurrences:
2873         - 1
2874         - UNBOUNDED
2875       disk.device.write.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2876         type: org.openecomp.capabilities.metric.Ceilometer
2877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2878         occurrences:
2879         - 1
2880         - UNBOUNDED
2881       disk.ephemeral.size_server_cmaui_test_resourceGroup_test_nested2Level:
2882         type: org.openecomp.capabilities.metric.Ceilometer
2883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2884         occurrences:
2885         - 1
2886         - UNBOUNDED
2887       feature_cmaui_port_7_test_resourceGroup_test_nested2Level:
2888         type: tosca.capabilities.Node
2889         occurrences:
2890         - 1
2891         - UNBOUNDED
2892       network.incoming.bytes_cmaui_port_8_test_resourceGroup_test_nested2Level:
2893         type: org.openecomp.capabilities.metric.Ceilometer
2894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2895         occurrences:
2896         - 1
2897         - UNBOUNDED
2898       network.incoming.packets_oam_server_port_test_nested2Level:
2899         type: org.openecomp.capabilities.metric.Ceilometer
2900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2901         occurrences:
2902         - 1
2903         - UNBOUNDED
2904       memory_server_sm_test_nested2Level:
2905         type: org.openecomp.capabilities.metric.Ceilometer
2906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2907         occurrences:
2908         - 1
2909         - UNBOUNDED
2910       disk.device.read.bytes.rate_server_sm_test_nested2Level:
2911         type: org.openecomp.capabilities.metric.Ceilometer
2912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2913         occurrences:
2914         - 1
2915         - UNBOUNDED
2916       network.outpoing.packets_pd_server_port:
2917         type: org.openecomp.capabilities.metric.Ceilometer
2918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2919         occurrences:
2920         - 1
2921         - UNBOUNDED
2922       feature_server_sm_test_nested2Level:
2923         type: tosca.capabilities.Node
2924         occurrences:
2925         - 1
2926         - UNBOUNDED
2927       network.incoming.packets.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
2928         type: org.openecomp.capabilities.metric.Ceilometer
2929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2930         occurrences:
2931         - 1
2932         - UNBOUNDED
2933       host_server_ps:
2934         type: tosca.capabilities.Container
2935         valid_source_types:
2936         - tosca.nodes.SoftwareComponent
2937         occurrences:
2938         - 1
2939         - UNBOUNDED
2940       network.incoming.packets_ps_server_port:
2941         type: org.openecomp.capabilities.metric.Ceilometer
2942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2943         occurrences:
2944         - 1
2945         - UNBOUNDED
2946       os_server_sm_test_nested2Level:
2947         type: tosca.capabilities.OperatingSystem
2948         occurrences:
2949         - 1
2950         - UNBOUNDED
2951       network.outgoing.bytes_ps_server_port:
2952         type: org.openecomp.capabilities.metric.Ceilometer
2953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2954         occurrences:
2955         - 1
2956         - UNBOUNDED
2957       memory_server_oam_test_nested2Level:
2958         type: org.openecomp.capabilities.metric.Ceilometer
2959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2960         occurrences:
2961         - 1
2962         - UNBOUNDED
2963       memory_server_cmaui_test_resourceGroup_test_nested2Level:
2964         type: org.openecomp.capabilities.metric.Ceilometer
2965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2966         occurrences:
2967         - 1
2968         - UNBOUNDED
2969       disk.device.read.requests.rate_server_oam_test_nested2Level:
2970         type: org.openecomp.capabilities.metric.Ceilometer
2971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2972         occurrences:
2973         - 1
2974         - UNBOUNDED
2975       network.outgoing.packets.rate_sm_server_port_test_nested2Level:
2976         type: org.openecomp.capabilities.metric.Ceilometer
2977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2978         occurrences:
2979         - 1
2980         - UNBOUNDED
2981       disk.device.write.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
2982         type: org.openecomp.capabilities.metric.Ceilometer
2983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2984         occurrences:
2985         - 1
2986         - UNBOUNDED
2987       disk.write.requests_server_oam_test_nested2Level:
2988         type: org.openecomp.capabilities.metric.Ceilometer
2989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2990         occurrences:
2991         - 1
2992         - UNBOUNDED
2993       disk.capacity_server_pd:
2994         type: org.openecomp.capabilities.metric.Ceilometer
2995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2996         occurrences:
2997         - 1
2998         - UNBOUNDED
2999       network.incoming.bytes_ps_server_port:
3000         type: org.openecomp.capabilities.metric.Ceilometer
3001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3002         occurrences:
3003         - 1
3004         - UNBOUNDED
3005       disk.device.capacity_server_pd:
3006         type: org.openecomp.capabilities.metric.Ceilometer
3007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3008         occurrences:
3009         - 1
3010         - UNBOUNDED
3011       disk.device.read.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
3012         type: org.openecomp.capabilities.metric.Ceilometer
3013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3014         occurrences:
3015         - 1
3016         - UNBOUNDED
3017       network.incoming.bytes.rate_pd_server_port:
3018         type: org.openecomp.capabilities.metric.Ceilometer
3019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3020         occurrences:
3021         - 1
3022         - UNBOUNDED
3023       disk.device.read.requests_server_sm_test_nested2Level:
3024         type: org.openecomp.capabilities.metric.Ceilometer
3025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3026         occurrences:
3027         - 1
3028         - UNBOUNDED
3029       vcpus_server_ps:
3030         type: org.openecomp.capabilities.metric.Ceilometer
3031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3032         occurrences:
3033         - 1
3034         - UNBOUNDED
3035       disk.read.bytes_server_oam_test_nested2Level:
3036         type: org.openecomp.capabilities.metric.Ceilometer
3037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3038         occurrences:
3039         - 1
3040         - UNBOUNDED
3041       binding_sm_server_port_test_nested2Level:
3042         type: tosca.capabilities.network.Bindable
3043         valid_source_types:
3044         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3045         occurrences:
3046         - 0
3047         - UNBOUNDED
3048       disk.iops_server_sm_test_nested2Level:
3049         type: org.openecomp.capabilities.metric.Ceilometer
3050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3051         occurrences:
3052         - 1
3053         - UNBOUNDED
3054       network.incoming.packets.rate_sm_server_port_test_nested2Level:
3055         type: org.openecomp.capabilities.metric.Ceilometer
3056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3057         occurrences:
3058         - 1
3059         - UNBOUNDED
3060       disk.capacity_server_ps:
3061         type: org.openecomp.capabilities.metric.Ceilometer
3062         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3063         occurrences:
3064         - 1
3065         - UNBOUNDED
3066       network.incoming.bytes.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
3067         type: org.openecomp.capabilities.metric.Ceilometer
3068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3069         occurrences:
3070         - 1
3071         - UNBOUNDED
3072       network.incoming.bytes_oam_server_port_test_nested2Level:
3073         type: org.openecomp.capabilities.metric.Ceilometer
3074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3075         occurrences:
3076         - 1
3077         - UNBOUNDED
3078       host_server_sm_test_nested2Level:
3079         type: tosca.capabilities.Container
3080         valid_source_types:
3081         - tosca.nodes.SoftwareComponent
3082         occurrences:
3083         - 1
3084         - UNBOUNDED
3085       network.incoming.bytes.rate_sm_server_port_test_nested2Level:
3086         type: org.openecomp.capabilities.metric.Ceilometer
3087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3088         occurrences:
3089         - 1
3090         - UNBOUNDED
3091       disk.device.capacity_server_oam_test_nested2Level:
3092         type: org.openecomp.capabilities.metric.Ceilometer
3093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3094         occurrences:
3095         - 1
3096         - UNBOUNDED
3097       network.outgoing.bytes.rate_oam_server_port_test_nested2Level:
3098         type: org.openecomp.capabilities.metric.Ceilometer
3099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3100         occurrences:
3101         - 1
3102         - UNBOUNDED
3103       endpoint_server_cmaui_test_resourceGroup_test_nested2Level:
3104         type: tosca.capabilities.Endpoint.Admin
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       vcpus_server_sm_test_nested2Level:
3109         type: org.openecomp.capabilities.metric.Ceilometer
3110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3111         occurrences:
3112         - 1
3113         - UNBOUNDED
3114       network.incoming.packets_cmaui_port_7_test_resourceGroup_test_nested2Level:
3115         type: org.openecomp.capabilities.metric.Ceilometer
3116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3117         occurrences:
3118         - 1
3119         - UNBOUNDED
3120       disk.usage_server_cmaui_test_resourceGroup_test_nested2Level:
3121         type: org.openecomp.capabilities.metric.Ceilometer
3122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3123         occurrences:
3124         - 1
3125         - UNBOUNDED
3126       cpu_util_server_cmaui_test_resourceGroup_test_nested2Level:
3127         type: org.openecomp.capabilities.metric.Ceilometer
3128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3129         occurrences:
3130         - 1
3131         - UNBOUNDED
3132       host_server_cmaui_test_resourceGroup_test_nested2Level:
3133         type: tosca.capabilities.Container
3134         valid_source_types:
3135         - tosca.nodes.SoftwareComponent
3136         occurrences:
3137         - 1
3138         - UNBOUNDED
3139       instance_server_pd:
3140         type: org.openecomp.capabilities.metric.Ceilometer
3141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3142         occurrences:
3143         - 1
3144         - UNBOUNDED
3145       disk.device.write.requests.rate_server_sm_test_nested2Level:
3146         type: org.openecomp.capabilities.metric.Ceilometer
3147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3148         occurrences:
3149         - 1
3150         - UNBOUNDED
3151       disk.device.allocation_server_cmaui_test_resourceGroup_test_nested2Level:
3152         type: org.openecomp.capabilities.metric.Ceilometer
3153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3154         occurrences:
3155         - 1
3156         - UNBOUNDED
3157       feature_pd_server_port:
3158         type: tosca.capabilities.Node
3159         occurrences:
3160         - 1
3161         - UNBOUNDED
3162       disk.read.bytes_server_ps:
3163         type: org.openecomp.capabilities.metric.Ceilometer
3164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3165         occurrences:
3166         - 1
3167         - UNBOUNDED
3168       cpu_server_ps:
3169         type: org.openecomp.capabilities.metric.Ceilometer
3170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3171         occurrences:
3172         - 1
3173         - UNBOUNDED
3174       cpu.delta_server_pd:
3175         type: org.openecomp.capabilities.metric.Ceilometer
3176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3177         occurrences:
3178         - 1
3179         - UNBOUNDED
3180       instance_server_ps:
3181         type: org.openecomp.capabilities.metric.Ceilometer
3182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3183         occurrences:
3184         - 1
3185         - UNBOUNDED
3186       network.incoming.packets.rate_oam_server_port_test_nested2Level:
3187         type: org.openecomp.capabilities.metric.Ceilometer
3188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3189         occurrences:
3190         - 1
3191         - UNBOUNDED
3192       disk.read.bytes.rate_server_ps:
3193         type: org.openecomp.capabilities.metric.Ceilometer
3194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3195         occurrences:
3196         - 1
3197         - UNBOUNDED
3198       disk.latency_server_pd:
3199         type: org.openecomp.capabilities.metric.Ceilometer
3200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3201         occurrences:
3202         - 1
3203         - UNBOUNDED
3204       disk.root.size_server_sm_test_nested2Level:
3205         type: org.openecomp.capabilities.metric.Ceilometer
3206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3207         occurrences:
3208         - 1
3209         - UNBOUNDED
3210       network.outgoing.packets.rate_oam_server_port_test_nested2Level:
3211         type: org.openecomp.capabilities.metric.Ceilometer
3212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3213         occurrences:
3214         - 1
3215         - UNBOUNDED
3216       scalable_server_sm_test_nested2Level:
3217         type: tosca.capabilities.Scalable
3218         occurrences:
3219         - 1
3220         - UNBOUNDED
3221       cpu.delta_server_ps:
3222         type: org.openecomp.capabilities.metric.Ceilometer
3223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3224         occurrences:
3225         - 1
3226         - UNBOUNDED
3227       disk.root.size_server_cmaui_test_resourceGroup_test_nested2Level:
3228         type: org.openecomp.capabilities.metric.Ceilometer
3229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3230         occurrences:
3231         - 1
3232         - UNBOUNDED
3233       attachment_oam_server_port_test_nested2Level:
3234         type: tosca.capabilities.Attachment
3235         occurrences:
3236         - 1
3237         - UNBOUNDED
3238       disk.latency_server_ps:
3239         type: org.openecomp.capabilities.metric.Ceilometer
3240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3241         occurrences:
3242         - 1
3243         - UNBOUNDED
3244       disk.device.write.requests.rate_server_ps:
3245         type: org.openecomp.capabilities.metric.Ceilometer
3246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3247         occurrences:
3248         - 1
3249         - UNBOUNDED
3250       disk.root.size_server_oam_test_nested2Level:
3251         type: org.openecomp.capabilities.metric.Ceilometer
3252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3253         occurrences:
3254         - 1
3255         - UNBOUNDED
3256       disk.device.latency_server_pd:
3257         type: org.openecomp.capabilities.metric.Ceilometer
3258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3259         occurrences:
3260         - 1
3261         - UNBOUNDED
3262       disk.write.requests_server_sm_test_nested2Level:
3263         type: org.openecomp.capabilities.metric.Ceilometer
3264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3265         occurrences:
3266         - 1
3267         - UNBOUNDED
3268       memory.usage_server_cmaui_test_resourceGroup_test_nested2Level:
3269         type: org.openecomp.capabilities.metric.Ceilometer
3270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3271         occurrences:
3272         - 1
3273         - UNBOUNDED
3274       disk.device.capacity_server_ps:
3275         type: org.openecomp.capabilities.metric.Ceilometer
3276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3277         occurrences:
3278         - 1
3279         - UNBOUNDED
3280       disk.device.iops_server_oam_test_nested2Level:
3281         type: org.openecomp.capabilities.metric.Ceilometer
3282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3283         occurrences:
3284         - 1
3285         - UNBOUNDED
3286       scalable_server_pd:
3287         type: tosca.capabilities.Scalable
3288         occurrences:
3289         - 1
3290         - UNBOUNDED
3291       cpu.delta_server_oam_test_nested2Level:
3292         type: org.openecomp.capabilities.metric.Ceilometer
3293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3294         occurrences:
3295         - 1
3296         - UNBOUNDED
3297       disk.device.latency_server_ps:
3298         type: org.openecomp.capabilities.metric.Ceilometer
3299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3300         occurrences:
3301         - 1
3302         - UNBOUNDED
3303       disk.device.write.requests.rate_server_pd:
3304         type: org.openecomp.capabilities.metric.Ceilometer
3305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3306         occurrences:
3307         - 1
3308         - UNBOUNDED
3309       disk.device.read.bytes_server_oam_test_nested2Level:
3310         type: org.openecomp.capabilities.metric.Ceilometer
3311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3312         occurrences:
3313         - 1
3314         - UNBOUNDED
3315       scalable_server_ps:
3316         type: tosca.capabilities.Scalable
3317         occurrences:
3318         - 1
3319         - UNBOUNDED
3320       cpu_server_pd:
3321         type: org.openecomp.capabilities.metric.Ceilometer
3322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3323         occurrences:
3324         - 1
3325         - UNBOUNDED
3326       feature_server_cmaui_test_resourceGroup_test_nested2Level:
3327         type: tosca.capabilities.Node
3328         occurrences:
3329         - 1
3330         - UNBOUNDED
3331       endpoint_server_sm_test_nested2Level:
3332         type: tosca.capabilities.Endpoint.Admin
3333         occurrences:
3334         - 1
3335         - UNBOUNDED
3336       disk.device.read.bytes.rate_server_oam_test_nested2Level:
3337         type: org.openecomp.capabilities.metric.Ceilometer
3338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3339         occurrences:
3340         - 1
3341         - UNBOUNDED
3342       vcpus_server_oam_test_nested2Level:
3343         type: org.openecomp.capabilities.metric.Ceilometer
3344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3345         occurrences:
3346         - 1
3347         - UNBOUNDED
3348       disk.iops_server_pd:
3349         type: org.openecomp.capabilities.metric.Ceilometer
3350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3351         occurrences:
3352         - 1
3353         - UNBOUNDED
3354       disk.device.read.bytes.rate_server_pd:
3355         type: org.openecomp.capabilities.metric.Ceilometer
3356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3357         occurrences:
3358         - 1
3359         - UNBOUNDED
3360       disk.write.bytes_server_oam_test_nested2Level:
3361         type: org.openecomp.capabilities.metric.Ceilometer
3362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3363         occurrences:
3364         - 1
3365         - UNBOUNDED
3366       disk.iops_server_oam_test_nested2Level:
3367         type: org.openecomp.capabilities.metric.Ceilometer
3368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3369         occurrences:
3370         - 1
3371         - UNBOUNDED
3372       disk.device.read.requests_server_pd:
3373         type: org.openecomp.capabilities.metric.Ceilometer
3374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3375         occurrences:
3376         - 1
3377         - UNBOUNDED
3378       network.incoming.packets_cmaui_port_8_test_resourceGroup_test_nested2Level:
3379         type: org.openecomp.capabilities.metric.Ceilometer
3380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3381         occurrences:
3382         - 1
3383         - UNBOUNDED
3384       disk.read.bytes.rate_server_sm_test_nested2Level:
3385         type: org.openecomp.capabilities.metric.Ceilometer
3386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3387         occurrences:
3388         - 1
3389         - UNBOUNDED
3390       disk.iops_server_ps:
3391         type: org.openecomp.capabilities.metric.Ceilometer
3392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3393         occurrences:
3394         - 1
3395         - UNBOUNDED
3396       disk.device.read.bytes.rate_server_ps:
3397         type: org.openecomp.capabilities.metric.Ceilometer
3398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3399         occurrences:
3400         - 1
3401         - UNBOUNDED
3402       network.outgoing.bytes_oam_server_port_test_nested2Level:
3403         type: org.openecomp.capabilities.metric.Ceilometer
3404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3405         occurrences:
3406         - 1
3407         - UNBOUNDED
3408       binding_server_ps:
3409         type: tosca.capabilities.network.Bindable
3410         occurrences:
3411         - 1
3412         - UNBOUNDED
3413       attachment_ps_server_port:
3414         type: tosca.capabilities.Attachment
3415         occurrences:
3416         - 1
3417         - UNBOUNDED
3418       disk.device.read.requests_server_ps:
3419         type: org.openecomp.capabilities.metric.Ceilometer
3420         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3421         occurrences:
3422         - 1
3423         - UNBOUNDED
3424       memory.usage_server_pd:
3425         type: org.openecomp.capabilities.metric.Ceilometer
3426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3427         occurrences:
3428         - 1
3429         - UNBOUNDED
3430       disk.ephemeral.size_server_sm_test_nested2Level:
3431         type: org.openecomp.capabilities.metric.Ceilometer
3432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3433         occurrences:
3434         - 1
3435         - UNBOUNDED
3436       disk.device.write.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
3437         type: org.openecomp.capabilities.metric.Ceilometer
3438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3439         occurrences:
3440         - 1
3441         - UNBOUNDED
3442       disk.read.bytes.rate_server_pd:
3443         type: org.openecomp.capabilities.metric.Ceilometer
3444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3445         occurrences:
3446         - 1
3447         - UNBOUNDED
3448       os_server_oam_test_nested2Level:
3449         type: tosca.capabilities.OperatingSystem
3450         occurrences:
3451         - 1
3452         - UNBOUNDED
3453       memory_server_pd:
3454         type: org.openecomp.capabilities.metric.Ceilometer
3455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3456         occurrences:
3457         - 1
3458         - UNBOUNDED
3459       disk.device.read.requests_server_cmaui_test_resourceGroup_test_nested2Level:
3460         type: org.openecomp.capabilities.metric.Ceilometer
3461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3462         occurrences:
3463         - 1
3464         - UNBOUNDED
3465       disk.device.write.requests_server_pd:
3466         type: org.openecomp.capabilities.metric.Ceilometer
3467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3468         occurrences:
3469         - 1
3470         - UNBOUNDED
3471       network.incoming.bytes.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
3472         type: org.openecomp.capabilities.metric.Ceilometer
3473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3474         occurrences:
3475         - 1
3476         - UNBOUNDED
3477       feature_sm_server_port_test_nested2Level:
3478         type: tosca.capabilities.Node
3479         occurrences:
3480         - 1
3481         - UNBOUNDED
3482       memory.usage_server_ps:
3483         type: org.openecomp.capabilities.metric.Ceilometer
3484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3485         occurrences:
3486         - 1
3487         - UNBOUNDED
3488       disk.read.bytes_server_pd:
3489         type: org.openecomp.capabilities.metric.Ceilometer
3490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3491         occurrences:
3492         - 1
3493         - UNBOUNDED
3494       disk.device.write.requests_server_ps:
3495         type: org.openecomp.capabilities.metric.Ceilometer
3496         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3497         occurrences:
3498         - 1
3499         - UNBOUNDED
3500       disk.latency_server_cmaui_test_resourceGroup_test_nested2Level:
3501         type: org.openecomp.capabilities.metric.Ceilometer
3502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3503         occurrences:
3504         - 1
3505         - UNBOUNDED
3506       network.outpoing.packets_cmaui_port_8_test_resourceGroup_test_nested2Level:
3507         type: org.openecomp.capabilities.metric.Ceilometer
3508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3509         occurrences:
3510         - 1
3511         - UNBOUNDED
3512       network.incoming.bytes.rate_oam_server_port_test_nested2Level:
3513         type: org.openecomp.capabilities.metric.Ceilometer
3514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3515         occurrences:
3516         - 1
3517         - UNBOUNDED
3518       vcpus_server_pd:
3519         type: org.openecomp.capabilities.metric.Ceilometer
3520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3521         occurrences:
3522         - 1
3523         - UNBOUNDED
3524       cpu_server_oam_test_nested2Level:
3525         type: org.openecomp.capabilities.metric.Ceilometer
3526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3527         occurrences:
3528         - 1
3529         - UNBOUNDED
3530       network.incoming.bytes.rate_ps_server_port:
3531         type: org.openecomp.capabilities.metric.Ceilometer
3532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3533         occurrences:
3534         - 1
3535         - UNBOUNDED
3536       disk.write.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
3537         type: org.openecomp.capabilities.metric.Ceilometer
3538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3539         occurrences:
3540         - 1
3541         - UNBOUNDED
3542       host_server_oam_test_nested2Level:
3543         type: tosca.capabilities.Container
3544         valid_source_types:
3545         - tosca.nodes.SoftwareComponent
3546         occurrences:
3547         - 1
3548         - UNBOUNDED
3549       memory_server_ps:
3550         type: org.openecomp.capabilities.metric.Ceilometer
3551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3552         occurrences:
3553         - 1
3554         - UNBOUNDED
3555       disk.device.write.requests_server_cmaui_test_resourceGroup_test_nested2Level:
3556         type: org.openecomp.capabilities.metric.Ceilometer
3557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3558         occurrences:
3559         - 1
3560         - UNBOUNDED
3561       attachment_pd_server_port:
3562         type: tosca.capabilities.Attachment
3563         occurrences:
3564         - 1
3565         - UNBOUNDED
3566       disk.write.requests_server_pd:
3567         type: org.openecomp.capabilities.metric.Ceilometer
3568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3569         occurrences:
3570         - 1
3571         - UNBOUNDED
3572       scalable_server_oam_test_nested2Level:
3573         type: tosca.capabilities.Scalable
3574         occurrences:
3575         - 1
3576         - UNBOUNDED
3577       network.incoming.bytes_cmaui_port_7_test_resourceGroup_test_nested2Level:
3578         type: org.openecomp.capabilities.metric.Ceilometer
3579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3580         occurrences:
3581         - 1
3582         - UNBOUNDED
3583       disk.device.latency_server_sm_test_nested2Level:
3584         type: org.openecomp.capabilities.metric.Ceilometer
3585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3586         occurrences:
3587         - 1
3588         - UNBOUNDED
3589       disk.allocation_server_sm_test_nested2Level:
3590         type: org.openecomp.capabilities.metric.Ceilometer
3591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3592         occurrences:
3593         - 1
3594         - UNBOUNDED
3595       disk.device.write.bytes_server_ps:
3596         type: org.openecomp.capabilities.metric.Ceilometer
3597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3598         occurrences:
3599         - 1
3600         - UNBOUNDED
3601       disk.root.size_server_ps:
3602         type: org.openecomp.capabilities.metric.Ceilometer
3603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3604         occurrences:
3605         - 1
3606         - UNBOUNDED
3607       disk.device.read.requests.rate_server_ps:
3608         type: org.openecomp.capabilities.metric.Ceilometer
3609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3610         occurrences:
3611         - 1
3612         - UNBOUNDED
3613       network.outgoing.bytes_pd_server_port:
3614         type: org.openecomp.capabilities.metric.Ceilometer
3615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3616         occurrences:
3617         - 1
3618         - UNBOUNDED
3619       feature_cmaui_port_8_test_resourceGroup_test_nested2Level:
3620         type: tosca.capabilities.Node
3621         occurrences:
3622         - 1
3623         - UNBOUNDED
3624       disk.write.requests_server_cmaui_test_resourceGroup_test_nested2Level:
3625         type: org.openecomp.capabilities.metric.Ceilometer
3626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3627         occurrences:
3628         - 1
3629         - UNBOUNDED
3630       disk.device.usage_server_oam_test_nested2Level:
3631         type: org.openecomp.capabilities.metric.Ceilometer
3632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3633         occurrences:
3634         - 1
3635         - UNBOUNDED
3636       disk.write.requests_server_ps:
3637         type: org.openecomp.capabilities.metric.Ceilometer
3638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3639         occurrences:
3640         - 1
3641         - UNBOUNDED
3642       network.incoming.bytes_sm_server_port_test_nested2Level:
3643         type: org.openecomp.capabilities.metric.Ceilometer
3644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3645         occurrences:
3646         - 1
3647         - UNBOUNDED
3648       binding_server_pd:
3649         type: tosca.capabilities.network.Bindable
3650         occurrences:
3651         - 1
3652         - UNBOUNDED
3653       network.outgoing.bytes_cmaui_port_7_test_resourceGroup_test_nested2Level:
3654         type: org.openecomp.capabilities.metric.Ceilometer
3655         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3656         occurrences:
3657         - 1
3658         - UNBOUNDED
3659       disk.device.read.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
3660         type: org.openecomp.capabilities.metric.Ceilometer
3661         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3662         occurrences:
3663         - 1
3664         - UNBOUNDED
3665       disk.root.size_server_pd:
3666         type: org.openecomp.capabilities.metric.Ceilometer
3667         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3668         occurrences:
3669         - 1
3670         - UNBOUNDED
3671       memory.resident_server_oam_test_nested2Level:
3672         type: org.openecomp.capabilities.metric.Ceilometer
3673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3674         occurrences:
3675         - 1
3676         - UNBOUNDED
3677       disk.device.read.requests.rate_server_pd:
3678         type: org.openecomp.capabilities.metric.Ceilometer
3679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3680         occurrences:
3681         - 1
3682         - UNBOUNDED
3683       disk.device.write.bytes_server_pd:
3684         type: org.openecomp.capabilities.metric.Ceilometer
3685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3686         occurrences:
3687         - 1
3688         - UNBOUNDED
3689       memory.usage_server_oam_test_nested2Level:
3690         type: org.openecomp.capabilities.metric.Ceilometer
3691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3692         occurrences:
3693         - 1
3694         - UNBOUNDED
3695       disk.device.write.requests_server_sm_test_nested2Level:
3696         type: org.openecomp.capabilities.metric.Ceilometer
3697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3698         occurrences:
3699         - 1
3700         - UNBOUNDED
3701       memory.resident_server_pd:
3702         type: org.openecomp.capabilities.metric.Ceilometer
3703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3704         occurrences:
3705         - 1
3706         - UNBOUNDED
3707       disk.usage_server_ps:
3708         type: org.openecomp.capabilities.metric.Ceilometer
3709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3710         occurrences:
3711         - 1
3712         - UNBOUNDED
3713       cpu_util_server_pd:
3714         type: org.openecomp.capabilities.metric.Ceilometer
3715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3716         occurrences:
3717         - 1
3718         - UNBOUNDED
3719       endpoint_server_ps:
3720         type: tosca.capabilities.Endpoint.Admin
3721         occurrences:
3722         - 1
3723         - UNBOUNDED
3724       disk.read.bytes_server_sm_test_nested2Level:
3725         type: org.openecomp.capabilities.metric.Ceilometer
3726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3727         occurrences:
3728         - 1
3729         - UNBOUNDED
3730       attachment_cmaui_port_8_test_resourceGroup_test_nested2Level:
3731         type: tosca.capabilities.Attachment
3732         occurrences:
3733         - 1
3734         - UNBOUNDED
3735       disk.read.requests_server_ps:
3736         type: org.openecomp.capabilities.metric.Ceilometer
3737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3738         occurrences:
3739         - 1
3740         - UNBOUNDED
3741       memory.resident_server_ps:
3742         type: org.openecomp.capabilities.metric.Ceilometer
3743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3744         occurrences:
3745         - 1
3746         - UNBOUNDED
3747       disk.read.requests_server_cmaui_test_resourceGroup_test_nested2Level:
3748         type: org.openecomp.capabilities.metric.Ceilometer
3749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3750         occurrences:
3751         - 1
3752         - UNBOUNDED
3753       disk.usage_server_pd:
3754         type: org.openecomp.capabilities.metric.Ceilometer
3755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3756         occurrences:
3757         - 1
3758         - UNBOUNDED
3759       binding_cmaui_port_7_test_resourceGroup_test_nested2Level:
3760         type: tosca.capabilities.network.Bindable
3761         valid_source_types:
3762         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3763         occurrences:
3764         - 0
3765         - UNBOUNDED
3766       endpoint_server_pd:
3767         type: tosca.capabilities.Endpoint.Admin
3768         occurrences:
3769         - 1
3770         - UNBOUNDED
3771       cpu_util_server_ps:
3772         type: org.openecomp.capabilities.metric.Ceilometer
3773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3774         occurrences:
3775         - 1
3776         - UNBOUNDED
3777       disk.write.bytes.rate_server_oam_test_nested2Level:
3778         type: org.openecomp.capabilities.metric.Ceilometer
3779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3780         occurrences:
3781         - 1
3782         - UNBOUNDED
3783       network.outpoing.packets_oam_server_port_test_nested2Level:
3784         type: org.openecomp.capabilities.metric.Ceilometer
3785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3786         occurrences:
3787         - 1
3788         - UNBOUNDED
3789       disk.allocation_server_pd:
3790         type: org.openecomp.capabilities.metric.Ceilometer
3791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3792         occurrences:
3793         - 1
3794         - UNBOUNDED
3795       disk.write.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
3796         type: org.openecomp.capabilities.metric.Ceilometer
3797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3798         occurrences:
3799         - 1
3800         - UNBOUNDED
3801       disk.device.write.bytes_server_oam_test_nested2Level:
3802         type: org.openecomp.capabilities.metric.Ceilometer
3803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3804         occurrences:
3805         - 1
3806         - UNBOUNDED
3807       disk.device.usage_server_pd:
3808         type: org.openecomp.capabilities.metric.Ceilometer
3809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3810         occurrences:
3811         - 1
3812         - UNBOUNDED
3813       disk.allocation_server_ps:
3814         type: org.openecomp.capabilities.metric.Ceilometer
3815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3816         occurrences:
3817         - 1
3818         - UNBOUNDED
3819       disk.latency_server_oam_test_nested2Level:
3820         type: org.openecomp.capabilities.metric.Ceilometer
3821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3822         occurrences:
3823         - 1
3824         - UNBOUNDED
3825       scalable_server_cmaui_test_resourceGroup_test_nested2Level:
3826         type: tosca.capabilities.Scalable
3827         occurrences:
3828         - 1
3829         - UNBOUNDED
3830       disk.write.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
3831         type: org.openecomp.capabilities.metric.Ceilometer
3832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3833         occurrences:
3834         - 1
3835         - UNBOUNDED
3836       disk.device.read.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
3837         type: org.openecomp.capabilities.metric.Ceilometer
3838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3839         occurrences:
3840         - 1
3841         - UNBOUNDED
3842       disk.device.write.requests.rate_server_oam_test_nested2Level:
3843         type: org.openecomp.capabilities.metric.Ceilometer
3844         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3845         occurrences:
3846         - 1
3847         - UNBOUNDED
3848       disk.device.usage_server_ps:
3849         type: org.openecomp.capabilities.metric.Ceilometer
3850         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3851         occurrences:
3852         - 1
3853         - UNBOUNDED
3854       instance_server_sm_test_nested2Level:
3855         type: org.openecomp.capabilities.metric.Ceilometer
3856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3857         occurrences:
3858         - 1
3859         - UNBOUNDED
3860       disk.device.write.bytes.rate_server_oam_test_nested2Level:
3861         type: org.openecomp.capabilities.metric.Ceilometer
3862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3863         occurrences:
3864         - 1
3865         - UNBOUNDED
3866       disk.device.latency_server_oam_test_nested2Level:
3867         type: org.openecomp.capabilities.metric.Ceilometer
3868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3869         occurrences:
3870         - 1
3871         - UNBOUNDED
3872       network.outgoing.packets.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
3873         type: org.openecomp.capabilities.metric.Ceilometer
3874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3875         occurrences:
3876         - 1
3877         - UNBOUNDED
3878       disk.device.write.bytes.rate_server_ps:
3879         type: org.openecomp.capabilities.metric.Ceilometer
3880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3881         occurrences:
3882         - 1
3883         - UNBOUNDED
3884       disk.write.bytes.rate_server_ps:
3885         type: org.openecomp.capabilities.metric.Ceilometer
3886         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3887         occurrences:
3888         - 1
3889         - UNBOUNDED
3890       network.outgoing.bytes.rate_pd_server_port:
3891         type: org.openecomp.capabilities.metric.Ceilometer
3892         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3893         occurrences:
3894         - 1
3895         - UNBOUNDED
3896       disk.device.iops_server_sm_test_nested2Level:
3897         type: org.openecomp.capabilities.metric.Ceilometer
3898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3899         occurrences:
3900         - 1
3901         - UNBOUNDED
3902       network.outgoing.packets.rate_pd_server_port:
3903         type: org.openecomp.capabilities.metric.Ceilometer
3904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3905         occurrences:
3906         - 1
3907         - UNBOUNDED
3908       binding_pd_server_port:
3909         type: tosca.capabilities.network.Bindable
3910         valid_source_types:
3911         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3912         occurrences:
3913         - 0
3914         - UNBOUNDED
3915       disk.write.bytes.rate_server_sm_test_nested2Level:
3916         type: org.openecomp.capabilities.metric.Ceilometer
3917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3918         occurrences:
3919         - 1
3920         - UNBOUNDED
3921       disk.device.iops_server_cmaui_test_resourceGroup_test_nested2Level:
3922         type: org.openecomp.capabilities.metric.Ceilometer
3923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3924         occurrences:
3925         - 1
3926         - UNBOUNDED
3927       disk.device.capacity_server_cmaui_test_resourceGroup_test_nested2Level:
3928         type: org.openecomp.capabilities.metric.Ceilometer
3929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3930         occurrences:
3931         - 1
3932         - UNBOUNDED
3933       disk.allocation_server_cmaui_test_resourceGroup_test_nested2Level:
3934         type: org.openecomp.capabilities.metric.Ceilometer
3935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3936         occurrences:
3937         - 1
3938         - UNBOUNDED
3939       disk.device.write.bytes.rate_server_pd:
3940         type: org.openecomp.capabilities.metric.Ceilometer
3941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3942         occurrences:
3943         - 1
3944         - UNBOUNDED
3945       disk.device.read.requests_server_oam_test_nested2Level:
3946         type: org.openecomp.capabilities.metric.Ceilometer
3947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3948         occurrences:
3949         - 1
3950         - UNBOUNDED
3951       os_server_ps:
3952         type: tosca.capabilities.OperatingSystem
3953         occurrences:
3954         - 1
3955         - UNBOUNDED
3956       cpu_util_server_sm_test_nested2Level:
3957         type: org.openecomp.capabilities.metric.Ceilometer
3958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3959         occurrences:
3960         - 1
3961         - UNBOUNDED
3962       disk.usage_server_oam_test_nested2Level:
3963         type: org.openecomp.capabilities.metric.Ceilometer
3964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3965         occurrences:
3966         - 1
3967         - UNBOUNDED
3968       binding_server_cmaui_test_resourceGroup_test_nested2Level:
3969         type: tosca.capabilities.network.Bindable
3970         occurrences:
3971         - 1
3972         - UNBOUNDED
3973       binding_oam_server_port_test_nested2Level:
3974         type: tosca.capabilities.network.Bindable
3975         valid_source_types:
3976         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3977         occurrences:
3978         - 0
3979         - UNBOUNDED
3980       network.outgoing.bytes.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
3981         type: org.openecomp.capabilities.metric.Ceilometer
3982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3983         occurrences:
3984         - 1
3985         - UNBOUNDED
3986       feature_server_ps:
3987         type: tosca.capabilities.Node
3988         occurrences:
3989         - 1
3990         - UNBOUNDED
3991       disk.device.iops_server_pd:
3992         type: org.openecomp.capabilities.metric.Ceilometer
3993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3994         occurrences:
3995         - 1
3996         - UNBOUNDED
3997       disk.read.requests_server_pd:
3998         type: org.openecomp.capabilities.metric.Ceilometer
3999         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4000         occurrences:
4001         - 1
4002         - UNBOUNDED
4003       os_server_pd:
4004         type: tosca.capabilities.OperatingSystem
4005         occurrences:
4006         - 1
4007         - UNBOUNDED
4008       network.outgoing.bytes.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
4009         type: org.openecomp.capabilities.metric.Ceilometer
4010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4011         occurrences:
4012         - 1
4013         - UNBOUNDED
4014       cpu_server_sm_test_nested2Level:
4015         type: org.openecomp.capabilities.metric.Ceilometer
4016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4017         occurrences:
4018         - 1
4019         - UNBOUNDED
4020       disk.write.bytes_server_pd:
4021         type: org.openecomp.capabilities.metric.Ceilometer
4022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4023         occurrences:
4024         - 1
4025         - UNBOUNDED
4026       disk.write.bytes.rate_server_pd:
4027         type: org.openecomp.capabilities.metric.Ceilometer
4028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4029         occurrences:
4030         - 1
4031         - UNBOUNDED
4032       disk.device.read.bytes_server_sm_test_nested2Level:
4033         type: org.openecomp.capabilities.metric.Ceilometer
4034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4035         occurrences:
4036         - 1
4037         - UNBOUNDED
4038       network.incoming.packets_sm_server_port_test_nested2Level:
4039         type: org.openecomp.capabilities.metric.Ceilometer
4040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4041         occurrences:
4042         - 1
4043         - UNBOUNDED
4044       disk.device.iops_server_ps:
4045         type: org.openecomp.capabilities.metric.Ceilometer
4046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4047         occurrences:
4048         - 1
4049         - UNBOUNDED
4050       feature_server_pd:
4051         type: tosca.capabilities.Node
4052         occurrences:
4053         - 1
4054         - UNBOUNDED
4055       disk.device.latency_server_cmaui_test_resourceGroup_test_nested2Level:
4056         type: org.openecomp.capabilities.metric.Ceilometer
4057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4058         occurrences:
4059         - 1
4060         - UNBOUNDED
4061       feature_test_resourceGroup_test_nested2Level:
4062         type: tosca.capabilities.Node
4063         occurrences:
4064         - 1
4065         - UNBOUNDED
4066       attachment_sm_server_port_test_nested2Level:
4067         type: tosca.capabilities.Attachment
4068         occurrences:
4069         - 1
4070         - UNBOUNDED
4071       disk.capacity_server_sm_test_nested2Level:
4072         type: org.openecomp.capabilities.metric.Ceilometer
4073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4074         occurrences:
4075         - 1
4076         - UNBOUNDED
4077       disk.iops_server_cmaui_test_resourceGroup_test_nested2Level:
4078         type: org.openecomp.capabilities.metric.Ceilometer
4079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4080         occurrences:
4081         - 1
4082         - UNBOUNDED
4083       attachment_cmaui_port_7_test_resourceGroup_test_nested2Level:
4084         type: tosca.capabilities.Attachment
4085         occurrences:
4086         - 1
4087         - UNBOUNDED
4088   org.openecomp.resource.abstract.nodes.heat.nested2:
4089     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
4090     properties:
4091       p1:
4092         type: string
4093         description: UID of OAM network
4094         required: true
4095         status: SUPPORTED
4096       p2:
4097         type: string
4098         description: UID of OAM network
4099         required: true
4100         status: SUPPORTED
4101       net2:
4102         type: string
4103         description: Contrail V2 network
4104         required: true
4105         status: SUPPORTED
4106       net1:
4107         type: string
4108         description: Neutron network
4109         required: true
4110         status: SUPPORTED
4111       security_group_name:
4112         type: list
4113         description: CMAUI1, CMAUI2 server names
4114         required: true
4115         status: SUPPORTED
4116         entry_schema:
4117           type: string
4118       sm_server_names:
4119         type: list
4120         description: SM server names
4121         required: true
4122         status: SUPPORTED
4123         entry_schema:
4124           type: string
4125       oam_server_image:
4126         type: string
4127         description: OAM Image server
4128         required: true
4129         status: SUPPORTED
4130       oam_server_ips:
4131         type: string
4132         required: true
4133         status: SUPPORTED
4134       oam_server_flavor:
4135         type: string
4136         description: Flavor for OAM server
4137         required: true
4138         status: SUPPORTED
4139       sm_server_ips:
4140         type: string
4141         required: true
4142         status: SUPPORTED
4143       availability_zone_0:
4144         type: string
4145         description: availabilityzone name
4146         required: true
4147         status: SUPPORTED
4148       net:
4149         type: string
4150         required: true
4151         status: SUPPORTED
4152       oam_server_names:
4153         type: list
4154         description: OAM server names
4155         required: true
4156         status: SUPPORTED
4157         entry_schema:
4158           type: string
4159       sm_server_flavor:
4160         type: string
4161         description: Flavor for SM server
4162         required: true
4163         status: SUPPORTED
4164       sm_server_image:
4165         type: string
4166         description: SM Image server
4167         required: true
4168         status: SUPPORTED
4169     requirements:
4170     - dependency_oam_server_port:
4171         capability: tosca.capabilities.Node
4172         node: tosca.nodes.Root
4173         relationship: tosca.relationships.DependsOn
4174         occurrences:
4175         - 0
4176         - UNBOUNDED
4177     - link_oam_server_port:
4178         capability: tosca.capabilities.network.Linkable
4179         relationship: tosca.relationships.network.LinksTo
4180         occurrences:
4181         - 1
4182         - 1
4183     - dependency_server_oam:
4184         capability: tosca.capabilities.Node
4185         node: tosca.nodes.Root
4186         relationship: tosca.relationships.DependsOn
4187         occurrences:
4188         - 0
4189         - UNBOUNDED
4190     - local_storage_server_oam:
4191         capability: tosca.capabilities.Attachment
4192         node: tosca.nodes.BlockStorage
4193         relationship: tosca.relationships.AttachesTo
4194         occurrences:
4195         - 0
4196         - UNBOUNDED
4197     - dependency_test_resourceGroup:
4198         capability: tosca.capabilities.Node
4199         node: tosca.nodes.Root
4200         relationship: tosca.relationships.DependsOn
4201         occurrences:
4202         - 0
4203         - UNBOUNDED
4204     - dependency_cmaui_port_7_test_resourceGroup:
4205         capability: tosca.capabilities.Node
4206         node: tosca.nodes.Root
4207         relationship: tosca.relationships.DependsOn
4208         occurrences:
4209         - 0
4210         - UNBOUNDED
4211     - link_cmaui_port_7_test_resourceGroup:
4212         capability: tosca.capabilities.network.Linkable
4213         relationship: tosca.relationships.network.LinksTo
4214         occurrences:
4215         - 1
4216         - 1
4217     - dependency_cmaui_port_8_test_resourceGroup:
4218         capability: tosca.capabilities.Node
4219         node: tosca.nodes.Root
4220         relationship: tosca.relationships.DependsOn
4221         occurrences:
4222         - 0
4223         - UNBOUNDED
4224     - link_cmaui_port_8_test_resourceGroup:
4225         capability: tosca.capabilities.network.Linkable
4226         relationship: tosca.relationships.network.LinksTo
4227         occurrences:
4228         - 1
4229         - 1
4230     - dependency_server_cmaui_test_resourceGroup:
4231         capability: tosca.capabilities.Node
4232         node: tosca.nodes.Root
4233         relationship: tosca.relationships.DependsOn
4234         occurrences:
4235         - 0
4236         - UNBOUNDED
4237     - local_storage_server_cmaui_test_resourceGroup:
4238         capability: tosca.capabilities.Attachment
4239         node: tosca.nodes.BlockStorage
4240         relationship: tosca.relationships.AttachesTo
4241         occurrences:
4242         - 0
4243         - UNBOUNDED
4244     - dependency_sm_server_port:
4245         capability: tosca.capabilities.Node
4246         node: tosca.nodes.Root
4247         relationship: tosca.relationships.DependsOn
4248         occurrences:
4249         - 0
4250         - UNBOUNDED
4251     - link_sm_server_port:
4252         capability: tosca.capabilities.network.Linkable
4253         relationship: tosca.relationships.network.LinksTo
4254         occurrences:
4255         - 1
4256         - 1
4257     - dependency_server_sm:
4258         capability: tosca.capabilities.Node
4259         node: tosca.nodes.Root
4260         relationship: tosca.relationships.DependsOn
4261         occurrences:
4262         - 0
4263         - UNBOUNDED
4264     - local_storage_server_sm:
4265         capability: tosca.capabilities.Attachment
4266         node: tosca.nodes.BlockStorage
4267         relationship: tosca.relationships.AttachesTo
4268         occurrences:
4269         - 0
4270         - UNBOUNDED
4271     capabilities:
4272       network.outpoing.packets_cmaui_port_7_test_resourceGroup:
4273         type: org.openecomp.capabilities.metric.Ceilometer
4274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4275         occurrences:
4276         - 1
4277         - UNBOUNDED
4278       binding_cmaui_port_7_test_resourceGroup:
4279         type: tosca.capabilities.network.Bindable
4280         valid_source_types:
4281         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4282         occurrences:
4283         - 0
4284         - UNBOUNDED
4285       memory.resident_server_cmaui_test_resourceGroup:
4286         type: org.openecomp.capabilities.metric.Ceilometer
4287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4288         occurrences:
4289         - 1
4290         - UNBOUNDED
4291       network.outgoing.bytes.rate_cmaui_port_7_test_resourceGroup:
4292         type: org.openecomp.capabilities.metric.Ceilometer
4293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4294         occurrences:
4295         - 1
4296         - UNBOUNDED
4297       os_server_sm:
4298         type: tosca.capabilities.OperatingSystem
4299         occurrences:
4300         - 1
4301         - UNBOUNDED
4302       disk.capacity_server_sm:
4303         type: org.openecomp.capabilities.metric.Ceilometer
4304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4305         occurrences:
4306         - 1
4307         - UNBOUNDED
4308       memory_server_oam:
4309         type: org.openecomp.capabilities.metric.Ceilometer
4310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4311         occurrences:
4312         - 1
4313         - UNBOUNDED
4314       feature_cmaui_port_8_test_resourceGroup:
4315         type: tosca.capabilities.Node
4316         occurrences:
4317         - 1
4318         - UNBOUNDED
4319       disk.write.bytes_server_cmaui_test_resourceGroup:
4320         type: org.openecomp.capabilities.metric.Ceilometer
4321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4322         occurrences:
4323         - 1
4324         - UNBOUNDED
4325       disk.device.iops_server_oam:
4326         type: org.openecomp.capabilities.metric.Ceilometer
4327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4328         occurrences:
4329         - 1
4330         - UNBOUNDED
4331       disk.device.usage_server_sm:
4332         type: org.openecomp.capabilities.metric.Ceilometer
4333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4334         occurrences:
4335         - 1
4336         - UNBOUNDED
4337       disk.device.write.requests.rate_server_sm:
4338         type: org.openecomp.capabilities.metric.Ceilometer
4339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4340         occurrences:
4341         - 1
4342         - UNBOUNDED
4343       disk.allocation_server_oam:
4344         type: org.openecomp.capabilities.metric.Ceilometer
4345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4346         occurrences:
4347         - 1
4348         - UNBOUNDED
4349       feature_server_cmaui_test_resourceGroup:
4350         type: tosca.capabilities.Node
4351         occurrences:
4352         - 1
4353         - UNBOUNDED
4354       network.incoming.packets_sm_server_port:
4355         type: org.openecomp.capabilities.metric.Ceilometer
4356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4357         occurrences:
4358         - 1
4359         - UNBOUNDED
4360       disk.write.bytes.rate_server_sm:
4361         type: org.openecomp.capabilities.metric.Ceilometer
4362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4363         occurrences:
4364         - 1
4365         - UNBOUNDED
4366       feature_oam_server_port:
4367         type: tosca.capabilities.Node
4368         occurrences:
4369         - 1
4370         - UNBOUNDED
4371       disk.usage_server_oam:
4372         type: org.openecomp.capabilities.metric.Ceilometer
4373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4374         occurrences:
4375         - 1
4376         - UNBOUNDED
4377       disk.device.iops_server_cmaui_test_resourceGroup:
4378         type: org.openecomp.capabilities.metric.Ceilometer
4379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4380         occurrences:
4381         - 1
4382         - UNBOUNDED
4383       instance_server_sm:
4384         type: org.openecomp.capabilities.metric.Ceilometer
4385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4386         occurrences:
4387         - 1
4388         - UNBOUNDED
4389       disk.device.latency_server_oam:
4390         type: org.openecomp.capabilities.metric.Ceilometer
4391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4392         occurrences:
4393         - 1
4394         - UNBOUNDED
4395       disk.root.size_server_oam:
4396         type: org.openecomp.capabilities.metric.Ceilometer
4397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4398         occurrences:
4399         - 1
4400         - UNBOUNDED
4401       host_server_sm:
4402         type: tosca.capabilities.Container
4403         valid_source_types:
4404         - tosca.nodes.SoftwareComponent
4405         occurrences:
4406         - 1
4407         - UNBOUNDED
4408       memory.usage_server_oam:
4409         type: org.openecomp.capabilities.metric.Ceilometer
4410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4411         occurrences:
4412         - 1
4413         - UNBOUNDED
4414       disk.capacity_server_cmaui_test_resourceGroup:
4415         type: org.openecomp.capabilities.metric.Ceilometer
4416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4417         occurrences:
4418         - 1
4419         - UNBOUNDED
4420       disk.read.bytes_server_oam:
4421         type: org.openecomp.capabilities.metric.Ceilometer
4422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4423         occurrences:
4424         - 1
4425         - UNBOUNDED
4426       disk.read.requests_server_oam:
4427         type: org.openecomp.capabilities.metric.Ceilometer
4428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4429         occurrences:
4430         - 1
4431         - UNBOUNDED
4432       cpu_util_server_sm:
4433         type: org.openecomp.capabilities.metric.Ceilometer
4434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4435         occurrences:
4436         - 1
4437         - UNBOUNDED
4438       network.incoming.bytes_cmaui_port_8_test_resourceGroup:
4439         type: org.openecomp.capabilities.metric.Ceilometer
4440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4441         occurrences:
4442         - 1
4443         - UNBOUNDED
4444       disk.device.capacity_server_sm:
4445         type: org.openecomp.capabilities.metric.Ceilometer
4446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4447         occurrences:
4448         - 1
4449         - UNBOUNDED
4450       disk.device.read.bytes_server_oam:
4451         type: org.openecomp.capabilities.metric.Ceilometer
4452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4453         occurrences:
4454         - 1
4455         - UNBOUNDED
4456       network.incoming.bytes_oam_server_port:
4457         type: org.openecomp.capabilities.metric.Ceilometer
4458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4459         occurrences:
4460         - 1
4461         - UNBOUNDED
4462       network.outgoing.bytes.rate_cmaui_port_8_test_resourceGroup:
4463         type: org.openecomp.capabilities.metric.Ceilometer
4464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4465         occurrences:
4466         - 1
4467         - UNBOUNDED
4468       disk.device.iops_server_sm:
4469         type: org.openecomp.capabilities.metric.Ceilometer
4470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4471         occurrences:
4472         - 1
4473         - UNBOUNDED
4474       disk.device.read.requests.rate_server_oam:
4475         type: org.openecomp.capabilities.metric.Ceilometer
4476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4477         occurrences:
4478         - 1
4479         - UNBOUNDED
4480       disk.device.latency_server_cmaui_test_resourceGroup:
4481         type: org.openecomp.capabilities.metric.Ceilometer
4482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4483         occurrences:
4484         - 1
4485         - UNBOUNDED
4486       vcpus_server_oam:
4487         type: org.openecomp.capabilities.metric.Ceilometer
4488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4489         occurrences:
4490         - 1
4491         - UNBOUNDED
4492       disk.device.read.bytes_server_sm:
4493         type: org.openecomp.capabilities.metric.Ceilometer
4494         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4495         occurrences:
4496         - 1
4497         - UNBOUNDED
4498       disk.read.bytes.rate_server_oam:
4499         type: org.openecomp.capabilities.metric.Ceilometer
4500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4501         occurrences:
4502         - 1
4503         - UNBOUNDED
4504       disk.write.bytes_server_oam:
4505         type: org.openecomp.capabilities.metric.Ceilometer
4506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4507         occurrences:
4508         - 1
4509         - UNBOUNDED
4510       disk.write.requests.rate_server_cmaui_test_resourceGroup:
4511         type: org.openecomp.capabilities.metric.Ceilometer
4512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4513         occurrences:
4514         - 1
4515         - UNBOUNDED
4516       instance_server_cmaui_test_resourceGroup:
4517         type: org.openecomp.capabilities.metric.Ceilometer
4518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4519         occurrences:
4520         - 1
4521         - UNBOUNDED
4522       disk.latency_server_sm:
4523         type: org.openecomp.capabilities.metric.Ceilometer
4524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4525         occurrences:
4526         - 1
4527         - UNBOUNDED
4528       disk.iops_server_cmaui_test_resourceGroup:
4529         type: org.openecomp.capabilities.metric.Ceilometer
4530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4531         occurrences:
4532         - 1
4533         - UNBOUNDED
4534       disk.device.allocation_server_oam:
4535         type: org.openecomp.capabilities.metric.Ceilometer
4536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4537         occurrences:
4538         - 1
4539         - UNBOUNDED
4540       attachment_oam_server_port:
4541         type: tosca.capabilities.Attachment
4542         occurrences:
4543         - 1
4544         - UNBOUNDED
4545       scalable_server_oam:
4546         type: tosca.capabilities.Scalable
4547         occurrences:
4548         - 1
4549         - UNBOUNDED
4550       disk.root.size_server_cmaui_test_resourceGroup:
4551         type: org.openecomp.capabilities.metric.Ceilometer
4552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4553         occurrences:
4554         - 1
4555         - UNBOUNDED
4556       cpu_util_server_oam:
4557         type: org.openecomp.capabilities.metric.Ceilometer
4558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4559         occurrences:
4560         - 1
4561         - UNBOUNDED
4562       disk.device.usage_server_cmaui_test_resourceGroup:
4563         type: org.openecomp.capabilities.metric.Ceilometer
4564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4565         occurrences:
4566         - 1
4567         - UNBOUNDED
4568       disk.write.bytes.rate_server_cmaui_test_resourceGroup:
4569         type: org.openecomp.capabilities.metric.Ceilometer
4570         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4571         occurrences:
4572         - 1
4573         - UNBOUNDED
4574       disk.latency_server_cmaui_test_resourceGroup:
4575         type: org.openecomp.capabilities.metric.Ceilometer
4576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4577         occurrences:
4578         - 1
4579         - UNBOUNDED
4580       feature_server_sm:
4581         type: tosca.capabilities.Node
4582         occurrences:
4583         - 1
4584         - UNBOUNDED
4585       cpu.delta_server_oam:
4586         type: org.openecomp.capabilities.metric.Ceilometer
4587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4588         occurrences:
4589         - 1
4590         - UNBOUNDED
4591       host_server_oam:
4592         type: tosca.capabilities.Container
4593         valid_source_types:
4594         - tosca.nodes.SoftwareComponent
4595         occurrences:
4596         - 1
4597         - UNBOUNDED
4598       cpu_server_cmaui_test_resourceGroup:
4599         type: org.openecomp.capabilities.metric.Ceilometer
4600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4601         occurrences:
4602         - 1
4603         - UNBOUNDED
4604       cpu.delta_server_sm:
4605         type: org.openecomp.capabilities.metric.Ceilometer
4606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4607         occurrences:
4608         - 1
4609         - UNBOUNDED
4610       binding_server_oam:
4611         type: tosca.capabilities.network.Bindable
4612         occurrences:
4613         - 1
4614         - UNBOUNDED
4615       disk.device.capacity_server_oam:
4616         type: org.openecomp.capabilities.metric.Ceilometer
4617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4618         occurrences:
4619         - 1
4620         - UNBOUNDED
4621       binding_server_cmaui_test_resourceGroup:
4622         type: tosca.capabilities.network.Bindable
4623         occurrences:
4624         - 1
4625         - UNBOUNDED
4626       disk.device.write.bytes.rate_server_sm:
4627         type: org.openecomp.capabilities.metric.Ceilometer
4628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4629         occurrences:
4630         - 1
4631         - UNBOUNDED
4632       disk.write.bytes_server_sm:
4633         type: org.openecomp.capabilities.metric.Ceilometer
4634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4635         occurrences:
4636         - 1
4637         - UNBOUNDED
4638       disk.latency_server_oam:
4639         type: org.openecomp.capabilities.metric.Ceilometer
4640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4641         occurrences:
4642         - 1
4643         - UNBOUNDED
4644       attachment_cmaui_port_8_test_resourceGroup:
4645         type: tosca.capabilities.Attachment
4646         occurrences:
4647         - 1
4648         - UNBOUNDED
4649       network.incoming.packets_cmaui_port_8_test_resourceGroup:
4650         type: org.openecomp.capabilities.metric.Ceilometer
4651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4652         occurrences:
4653         - 1
4654         - UNBOUNDED
4655       disk.device.allocation_server_cmaui_test_resourceGroup:
4656         type: org.openecomp.capabilities.metric.Ceilometer
4657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4658         occurrences:
4659         - 1
4660         - UNBOUNDED
4661       attachment_cmaui_port_7_test_resourceGroup:
4662         type: tosca.capabilities.Attachment
4663         occurrences:
4664         - 1
4665         - UNBOUNDED
4666       disk.device.read.requests_server_oam:
4667         type: org.openecomp.capabilities.metric.Ceilometer
4668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4669         occurrences:
4670         - 1
4671         - UNBOUNDED
4672       disk.device.write.requests.rate_server_oam:
4673         type: org.openecomp.capabilities.metric.Ceilometer
4674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4675         occurrences:
4676         - 1
4677         - UNBOUNDED
4678       endpoint_server_sm:
4679         type: tosca.capabilities.Endpoint.Admin
4680         occurrences:
4681         - 1
4682         - UNBOUNDED
4683       disk.device.allocation_server_sm:
4684         type: org.openecomp.capabilities.metric.Ceilometer
4685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4686         occurrences:
4687         - 1
4688         - UNBOUNDED
4689       feature_server_oam:
4690         type: tosca.capabilities.Node
4691         occurrences:
4692         - 1
4693         - UNBOUNDED
4694       feature_test_resourceGroup:
4695         type: tosca.capabilities.Node
4696         occurrences:
4697         - 1
4698         - UNBOUNDED
4699       disk.read.requests_server_sm:
4700         type: org.openecomp.capabilities.metric.Ceilometer
4701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4702         occurrences:
4703         - 1
4704         - UNBOUNDED
4705       binding_cmaui_port_8_test_resourceGroup:
4706         type: tosca.capabilities.network.Bindable
4707         valid_source_types:
4708         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4709         occurrences:
4710         - 0
4711         - UNBOUNDED
4712       disk.write.bytes.rate_server_oam:
4713         type: org.openecomp.capabilities.metric.Ceilometer
4714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4715         occurrences:
4716         - 1
4717         - UNBOUNDED
4718       disk.allocation_server_cmaui_test_resourceGroup:
4719         type: org.openecomp.capabilities.metric.Ceilometer
4720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4721         occurrences:
4722         - 1
4723         - UNBOUNDED
4724       memory.resident_server_sm:
4725         type: org.openecomp.capabilities.metric.Ceilometer
4726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4727         occurrences:
4728         - 1
4729         - UNBOUNDED
4730       disk.device.read.requests_server_cmaui_test_resourceGroup:
4731         type: org.openecomp.capabilities.metric.Ceilometer
4732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4733         occurrences:
4734         - 1
4735         - UNBOUNDED
4736       network.incoming.packets_cmaui_port_7_test_resourceGroup:
4737         type: org.openecomp.capabilities.metric.Ceilometer
4738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4739         occurrences:
4740         - 1
4741         - UNBOUNDED
4742       cpu_server_oam:
4743         type: org.openecomp.capabilities.metric.Ceilometer
4744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4745         occurrences:
4746         - 1
4747         - UNBOUNDED
4748       host_server_cmaui_test_resourceGroup:
4749         type: tosca.capabilities.Container
4750         valid_source_types:
4751         - tosca.nodes.SoftwareComponent
4752         occurrences:
4753         - 1
4754         - UNBOUNDED
4755       memory_server_sm:
4756         type: org.openecomp.capabilities.metric.Ceilometer
4757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4758         occurrences:
4759         - 1
4760         - UNBOUNDED
4761       scalable_server_sm:
4762         type: tosca.capabilities.Scalable
4763         occurrences:
4764         - 1
4765         - UNBOUNDED
4766       scalable_server_cmaui_test_resourceGroup:
4767         type: tosca.capabilities.Scalable
4768         occurrences:
4769         - 1
4770         - UNBOUNDED
4771       disk.device.read.bytes.rate_server_cmaui_test_resourceGroup:
4772         type: org.openecomp.capabilities.metric.Ceilometer
4773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4774         occurrences:
4775         - 1
4776         - UNBOUNDED
4777       network.outgoing.packets.rate_sm_server_port:
4778         type: org.openecomp.capabilities.metric.Ceilometer
4779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4780         occurrences:
4781         - 1
4782         - UNBOUNDED
4783       binding_sm_server_port:
4784         type: tosca.capabilities.network.Bindable
4785         valid_source_types:
4786         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4787         occurrences:
4788         - 0
4789         - UNBOUNDED
4790       network.outgoing.bytes.rate_sm_server_port:
4791         type: org.openecomp.capabilities.metric.Ceilometer
4792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4793         occurrences:
4794         - 1
4795         - UNBOUNDED
4796       disk.write.requests_server_oam:
4797         type: org.openecomp.capabilities.metric.Ceilometer
4798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4799         occurrences:
4800         - 1
4801         - UNBOUNDED
4802       disk.device.read.bytes_server_cmaui_test_resourceGroup:
4803         type: org.openecomp.capabilities.metric.Ceilometer
4804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4805         occurrences:
4806         - 1
4807         - UNBOUNDED
4808       disk.device.latency_server_sm:
4809         type: org.openecomp.capabilities.metric.Ceilometer
4810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4811         occurrences:
4812         - 1
4813         - UNBOUNDED
4814       memory.usage_server_sm:
4815         type: org.openecomp.capabilities.metric.Ceilometer
4816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4817         occurrences:
4818         - 1
4819         - UNBOUNDED
4820       memory.resident_server_oam:
4821         type: org.openecomp.capabilities.metric.Ceilometer
4822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4823         occurrences:
4824         - 1
4825         - UNBOUNDED
4826       network.incoming.bytes.rate_cmaui_port_8_test_resourceGroup:
4827         type: org.openecomp.capabilities.metric.Ceilometer
4828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4829         occurrences:
4830         - 1
4831         - UNBOUNDED
4832       feature_sm_server_port:
4833         type: tosca.capabilities.Node
4834         occurrences:
4835         - 1
4836         - UNBOUNDED
4837       disk.device.write.requests_server_sm:
4838         type: org.openecomp.capabilities.metric.Ceilometer
4839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4840         occurrences:
4841         - 1
4842         - UNBOUNDED
4843       network.incoming.packets.rate_cmaui_port_7_test_resourceGroup:
4844         type: org.openecomp.capabilities.metric.Ceilometer
4845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4846         occurrences:
4847         - 1
4848         - UNBOUNDED
4849       disk.write.requests_server_cmaui_test_resourceGroup:
4850         type: org.openecomp.capabilities.metric.Ceilometer
4851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4852         occurrences:
4853         - 1
4854         - UNBOUNDED
4855       disk.device.write.bytes_server_cmaui_test_resourceGroup:
4856         type: org.openecomp.capabilities.metric.Ceilometer
4857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4858         occurrences:
4859         - 1
4860         - UNBOUNDED
4861       disk.device.write.requests_server_oam:
4862         type: org.openecomp.capabilities.metric.Ceilometer
4863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4864         occurrences:
4865         - 1
4866         - UNBOUNDED
4867       disk.read.bytes_server_sm:
4868         type: org.openecomp.capabilities.metric.Ceilometer
4869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4870         occurrences:
4871         - 1
4872         - UNBOUNDED
4873       disk.device.write.requests.rate_server_cmaui_test_resourceGroup:
4874         type: org.openecomp.capabilities.metric.Ceilometer
4875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4876         occurrences:
4877         - 1
4878         - UNBOUNDED
4879       disk.device.write.bytes.rate_server_cmaui_test_resourceGroup:
4880         type: org.openecomp.capabilities.metric.Ceilometer
4881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4882         occurrences:
4883         - 1
4884         - UNBOUNDED
4885       cpu_server_sm:
4886         type: org.openecomp.capabilities.metric.Ceilometer
4887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4888         occurrences:
4889         - 1
4890         - UNBOUNDED
4891       endpoint_server_cmaui_test_resourceGroup:
4892         type: tosca.capabilities.Endpoint.Admin
4893         occurrences:
4894         - 1
4895         - UNBOUNDED
4896       network.outpoing.packets_sm_server_port:
4897         type: org.openecomp.capabilities.metric.Ceilometer
4898         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4899         occurrences:
4900         - 1
4901         - UNBOUNDED
4902       network.outgoing.packets.rate_cmaui_port_7_test_resourceGroup:
4903         type: org.openecomp.capabilities.metric.Ceilometer
4904         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4905         occurrences:
4906         - 1
4907         - UNBOUNDED
4908       network.incoming.bytes.rate_oam_server_port:
4909         type: org.openecomp.capabilities.metric.Ceilometer
4910         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4911         occurrences:
4912         - 1
4913         - UNBOUNDED
4914       disk.device.usage_server_oam:
4915         type: org.openecomp.capabilities.metric.Ceilometer
4916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4917         occurrences:
4918         - 1
4919         - UNBOUNDED
4920       network.outgoing.packets.rate_oam_server_port:
4921         type: org.openecomp.capabilities.metric.Ceilometer
4922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4923         occurrences:
4924         - 1
4925         - UNBOUNDED
4926       network.incoming.packets.rate_sm_server_port:
4927         type: org.openecomp.capabilities.metric.Ceilometer
4928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4929         occurrences:
4930         - 1
4931         - UNBOUNDED
4932       binding_oam_server_port:
4933         type: tosca.capabilities.network.Bindable
4934         valid_source_types:
4935         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4936         occurrences:
4937         - 0
4938         - UNBOUNDED
4939       disk.device.capacity_server_cmaui_test_resourceGroup:
4940         type: org.openecomp.capabilities.metric.Ceilometer
4941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4942         occurrences:
4943         - 1
4944         - UNBOUNDED
4945       network.incoming.packets.rate_oam_server_port:
4946         type: org.openecomp.capabilities.metric.Ceilometer
4947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4948         occurrences:
4949         - 1
4950         - UNBOUNDED
4951       disk.device.write.bytes_server_oam:
4952         type: org.openecomp.capabilities.metric.Ceilometer
4953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4954         occurrences:
4955         - 1
4956         - UNBOUNDED
4957       disk.device.read.requests_server_sm:
4958         type: org.openecomp.capabilities.metric.Ceilometer
4959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4960         occurrences:
4961         - 1
4962         - UNBOUNDED
4963       disk.device.write.requests_server_cmaui_test_resourceGroup:
4964         type: org.openecomp.capabilities.metric.Ceilometer
4965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4966         occurrences:
4967         - 1
4968         - UNBOUNDED
4969       disk.read.bytes_server_cmaui_test_resourceGroup:
4970         type: org.openecomp.capabilities.metric.Ceilometer
4971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4972         occurrences:
4973         - 1
4974         - UNBOUNDED
4975       disk.device.read.bytes.rate_server_sm:
4976         type: org.openecomp.capabilities.metric.Ceilometer
4977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4978         occurrences:
4979         - 1
4980         - UNBOUNDED
4981       disk.ephemeral.size_server_oam:
4982         type: org.openecomp.capabilities.metric.Ceilometer
4983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4984         occurrences:
4985         - 1
4986         - UNBOUNDED
4987       network.outpoing.packets_oam_server_port:
4988         type: org.openecomp.capabilities.metric.Ceilometer
4989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4990         occurrences:
4991         - 1
4992         - UNBOUNDED
4993       os_server_oam:
4994         type: tosca.capabilities.OperatingSystem
4995         occurrences:
4996         - 1
4997         - UNBOUNDED
4998       network.outgoing.bytes_cmaui_port_7_test_resourceGroup:
4999         type: org.openecomp.capabilities.metric.Ceilometer
5000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5001         occurrences:
5002         - 1
5003         - UNBOUNDED
5004       disk.capacity_server_oam:
5005         type: org.openecomp.capabilities.metric.Ceilometer
5006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5007         occurrences:
5008         - 1
5009         - UNBOUNDED
5010       disk.write.requests_server_sm:
5011         type: org.openecomp.capabilities.metric.Ceilometer
5012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5013         occurrences:
5014         - 1
5015         - UNBOUNDED
5016       network.incoming.bytes_cmaui_port_7_test_resourceGroup:
5017         type: org.openecomp.capabilities.metric.Ceilometer
5018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5019         occurrences:
5020         - 1
5021         - UNBOUNDED
5022       disk.ephemeral.size_server_sm:
5023         type: org.openecomp.capabilities.metric.Ceilometer
5024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5025         occurrences:
5026         - 1
5027         - UNBOUNDED
5028       disk.usage_server_cmaui_test_resourceGroup:
5029         type: org.openecomp.capabilities.metric.Ceilometer
5030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5031         occurrences:
5032         - 1
5033         - UNBOUNDED
5034       disk.read.bytes.rate_server_sm:
5035         type: org.openecomp.capabilities.metric.Ceilometer
5036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5037         occurrences:
5038         - 1
5039         - UNBOUNDED
5040       endpoint_server_oam:
5041         type: tosca.capabilities.Endpoint.Admin
5042         occurrences:
5043         - 1
5044         - UNBOUNDED
5045       network.outpoing.packets_cmaui_port_8_test_resourceGroup:
5046         type: org.openecomp.capabilities.metric.Ceilometer
5047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5048         occurrences:
5049         - 1
5050         - UNBOUNDED
5051       disk.device.read.requests.rate_server_sm:
5052         type: org.openecomp.capabilities.metric.Ceilometer
5053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5054         occurrences:
5055         - 1
5056         - UNBOUNDED
5057       os_server_cmaui_test_resourceGroup:
5058         type: tosca.capabilities.OperatingSystem
5059         occurrences:
5060         - 1
5061         - UNBOUNDED
5062       binding_server_sm:
5063         type: tosca.capabilities.network.Bindable
5064         occurrences:
5065         - 1
5066         - UNBOUNDED
5067       disk.root.size_server_sm:
5068         type: org.openecomp.capabilities.metric.Ceilometer
5069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5070         occurrences:
5071         - 1
5072         - UNBOUNDED
5073       network.outgoing.bytes_oam_server_port:
5074         type: org.openecomp.capabilities.metric.Ceilometer
5075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5076         occurrences:
5077         - 1
5078         - UNBOUNDED
5079       disk.allocation_server_sm:
5080         type: org.openecomp.capabilities.metric.Ceilometer
5081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5082         occurrences:
5083         - 1
5084         - UNBOUNDED
5085       disk.iops_server_oam:
5086         type: org.openecomp.capabilities.metric.Ceilometer
5087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5088         occurrences:
5089         - 1
5090         - UNBOUNDED
5091       vcpus_server_cmaui_test_resourceGroup:
5092         type: org.openecomp.capabilities.metric.Ceilometer
5093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5094         occurrences:
5095         - 1
5096         - UNBOUNDED
5097       network.outgoing.bytes_cmaui_port_8_test_resourceGroup:
5098         type: org.openecomp.capabilities.metric.Ceilometer
5099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5100         occurrences:
5101         - 1
5102         - UNBOUNDED
5103       disk.write.requests.rate_server_sm:
5104         type: org.openecomp.capabilities.metric.Ceilometer
5105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5106         occurrences:
5107         - 1
5108         - UNBOUNDED
5109       network.outgoing.bytes.rate_oam_server_port:
5110         type: org.openecomp.capabilities.metric.Ceilometer
5111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5112         occurrences:
5113         - 1
5114         - UNBOUNDED
5115       disk.device.write.bytes_server_sm:
5116         type: org.openecomp.capabilities.metric.Ceilometer
5117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5118         occurrences:
5119         - 1
5120         - UNBOUNDED
5121       network.incoming.packets.rate_cmaui_port_8_test_resourceGroup:
5122         type: org.openecomp.capabilities.metric.Ceilometer
5123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5124         occurrences:
5125         - 1
5126         - UNBOUNDED
5127       network.incoming.bytes.rate_cmaui_port_7_test_resourceGroup:
5128         type: org.openecomp.capabilities.metric.Ceilometer
5129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5130         occurrences:
5131         - 1
5132         - UNBOUNDED
5133       disk.write.requests.rate_server_oam:
5134         type: org.openecomp.capabilities.metric.Ceilometer
5135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5136         occurrences:
5137         - 1
5138         - UNBOUNDED
5139       network.outgoing.packets.rate_cmaui_port_8_test_resourceGroup:
5140         type: org.openecomp.capabilities.metric.Ceilometer
5141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5142         occurrences:
5143         - 1
5144         - UNBOUNDED
5145       disk.device.read.bytes.rate_server_oam:
5146         type: org.openecomp.capabilities.metric.Ceilometer
5147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5148         occurrences:
5149         - 1
5150         - UNBOUNDED
5151       memory.usage_server_cmaui_test_resourceGroup:
5152         type: org.openecomp.capabilities.metric.Ceilometer
5153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5154         occurrences:
5155         - 1
5156         - UNBOUNDED
5157       network.incoming.bytes.rate_sm_server_port:
5158         type: org.openecomp.capabilities.metric.Ceilometer
5159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5160         occurrences:
5161         - 1
5162         - UNBOUNDED
5163       memory_server_cmaui_test_resourceGroup:
5164         type: org.openecomp.capabilities.metric.Ceilometer
5165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5166         occurrences:
5167         - 1
5168         - UNBOUNDED
5169       disk.device.write.bytes.rate_server_oam:
5170         type: org.openecomp.capabilities.metric.Ceilometer
5171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5172         occurrences:
5173         - 1
5174         - UNBOUNDED
5175       network.incoming.packets_oam_server_port:
5176         type: org.openecomp.capabilities.metric.Ceilometer
5177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5178         occurrences:
5179         - 1
5180         - UNBOUNDED
5181       disk.read.requests_server_cmaui_test_resourceGroup:
5182         type: org.openecomp.capabilities.metric.Ceilometer
5183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5184         occurrences:
5185         - 1
5186         - UNBOUNDED
5187       disk.ephemeral.size_server_cmaui_test_resourceGroup:
5188         type: org.openecomp.capabilities.metric.Ceilometer
5189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5190         occurrences:
5191         - 1
5192         - UNBOUNDED
5193       disk.usage_server_sm:
5194         type: org.openecomp.capabilities.metric.Ceilometer
5195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5196         occurrences:
5197         - 1
5198         - UNBOUNDED
5199       instance_server_oam:
5200         type: org.openecomp.capabilities.metric.Ceilometer
5201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5202         occurrences:
5203         - 1
5204         - UNBOUNDED
5205       feature_cmaui_port_7_test_resourceGroup:
5206         type: tosca.capabilities.Node
5207         occurrences:
5208         - 1
5209         - UNBOUNDED
5210       cpu.delta_server_cmaui_test_resourceGroup:
5211         type: org.openecomp.capabilities.metric.Ceilometer
5212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5213         occurrences:
5214         - 1
5215         - UNBOUNDED
5216       cpu_util_server_cmaui_test_resourceGroup:
5217         type: org.openecomp.capabilities.metric.Ceilometer
5218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5219         occurrences:
5220         - 1
5221         - UNBOUNDED
5222       disk.device.read.requests.rate_server_cmaui_test_resourceGroup:
5223         type: org.openecomp.capabilities.metric.Ceilometer
5224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5225         occurrences:
5226         - 1
5227         - UNBOUNDED
5228       network.outgoing.bytes_sm_server_port:
5229         type: org.openecomp.capabilities.metric.Ceilometer
5230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5231         occurrences:
5232         - 1
5233         - UNBOUNDED
5234       vcpus_server_sm:
5235         type: org.openecomp.capabilities.metric.Ceilometer
5236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5237         occurrences:
5238         - 1
5239         - UNBOUNDED
5240       disk.read.bytes.rate_server_cmaui_test_resourceGroup:
5241         type: org.openecomp.capabilities.metric.Ceilometer
5242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5243         occurrences:
5244         - 1
5245         - UNBOUNDED
5246       attachment_sm_server_port:
5247         type: tosca.capabilities.Attachment
5248         occurrences:
5249         - 1
5250         - UNBOUNDED
5251       network.incoming.bytes_sm_server_port:
5252         type: org.openecomp.capabilities.metric.Ceilometer
5253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5254         occurrences:
5255         - 1
5256         - UNBOUNDED
5257       disk.iops_server_sm:
5258         type: org.openecomp.capabilities.metric.Ceilometer
5259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5260         occurrences:
5261         - 1
5262         - UNBOUNDED
5263   org.openecomp.resource.abstract.nodes.sm_server:
5264     derived_from: org.openecomp.resource.abstract.nodes.VFC
5265     properties:
5266       index_value:
5267         type: integer
5268         description: Index value of this substitution service template runtime instance
5269         required: false
5270         default: 0
5271         status: SUPPORTED
5272         constraints:
5273         - greater_or_equal: 0
5274       port_sm_server_port_order:
5275         type: integer
5276         required: true
5277         status: SUPPORTED
5278       port_sm_server_port_vlan_requirements:
5279         type: list
5280         required: true
5281         status: SUPPORTED
5282         entry_schema:
5283           type: org.openecomp.datatypes.network.VlanRequirements
5284       port_sm_server_port_subnetpoolid:
5285         type: string
5286         required: true
5287         status: SUPPORTED
5288       vm_flavor_name:
5289         type: string
5290         required: true
5291         status: SUPPORTED
5292       port_sm_server_port_exCP_naming:
5293         type: org.openecomp.datatypes.Naming
5294         required: true
5295         status: SUPPORTED
5296       port_sm_server_port_network_role_tag:
5297         type: string
5298         required: true
5299         status: SUPPORTED
5300       port_sm_server_port_network_role:
5301         type: string
5302         required: true
5303         status: SUPPORTED
5304       port_sm_server_port_network:
5305         type: list
5306         required: true
5307         status: SUPPORTED
5308         entry_schema:
5309           type: string
5310       compute_sm_server_name:
5311         type: list
5312         required: true
5313         status: SUPPORTED
5314         entry_schema:
5315           type: string
5316       port_sm_server_port_ip_requirements:
5317         type: list
5318         required: true
5319         status: SUPPORTED
5320         entry_schema:
5321           type: org.openecomp.datatypes.network.IpRequirements
5322       vm_image_name:
5323         type: string
5324         required: true
5325         status: SUPPORTED
5326       compute_sm_server_availability_zone:
5327         type: list
5328         required: true
5329         status: SUPPORTED
5330         entry_schema:
5331           type: string
5332       port_sm_server_port_mac_requirements:
5333         type: org.openecomp.datatypes.network.MacRequirements
5334         required: true
5335         status: SUPPORTED
5336       port_sm_server_port_replacement_policy:
5337         type: list
5338         required: true
5339         status: SUPPORTED
5340         entry_schema:
5341           type: string
5342       port_sm_server_port_fixed_ips:
5343         type: list
5344         required: true
5345         status: SUPPORTED
5346         entry_schema:
5347           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
5348       port_sm_server_port_security_groups:
5349         type: list
5350         required: true
5351         status: SUPPORTED
5352         entry_schema:
5353           type: json
5354     requirements:
5355     - dependency_sm_server:
5356         capability: tosca.capabilities.Node
5357         node: tosca.nodes.Root
5358         relationship: tosca.relationships.DependsOn
5359         occurrences:
5360         - 0
5361         - UNBOUNDED
5362     - local_storage_sm_server:
5363         capability: tosca.capabilities.Attachment
5364         node: tosca.nodes.BlockStorage
5365         relationship: tosca.relationships.AttachesTo
5366         occurrences:
5367         - 0
5368         - UNBOUNDED
5369     - dependency_sm_server_sm_server_port:
5370         capability: tosca.capabilities.Node
5371         node: tosca.nodes.Root
5372         relationship: tosca.relationships.DependsOn
5373         occurrences:
5374         - 0
5375         - UNBOUNDED
5376     - link_sm_server_sm_server_port:
5377         capability: tosca.capabilities.network.Linkable
5378         relationship: tosca.relationships.network.LinksTo
5379         occurrences:
5380         - 1
5381         - 1
5382     capabilities:
5383       disk.device.read.requests_sm_server:
5384         type: org.openecomp.capabilities.metric.Ceilometer
5385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5386         occurrences:
5387         - 1
5388         - UNBOUNDED
5389       binding_sm_server_sm_server_port:
5390         type: tosca.capabilities.network.Bindable
5391         valid_source_types:
5392         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5393         occurrences:
5394         - 0
5395         - UNBOUNDED
5396       disk.iops_sm_server:
5397         type: org.openecomp.capabilities.metric.Ceilometer
5398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5399         occurrences:
5400         - 1
5401         - UNBOUNDED
5402       disk.device.capacity_sm_server:
5403         type: org.openecomp.capabilities.metric.Ceilometer
5404         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5405         occurrences:
5406         - 1
5407         - UNBOUNDED
5408       disk.device.read.bytes.rate_sm_server:
5409         type: org.openecomp.capabilities.metric.Ceilometer
5410         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5411         occurrences:
5412         - 1
5413         - UNBOUNDED
5414       disk.device.write.requests.rate_sm_server:
5415         type: org.openecomp.capabilities.metric.Ceilometer
5416         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5417         occurrences:
5418         - 1
5419         - UNBOUNDED
5420       disk.device.allocation_sm_server:
5421         type: org.openecomp.capabilities.metric.Ceilometer
5422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5423         occurrences:
5424         - 1
5425         - UNBOUNDED
5426       network.incoming.bytes_sm_server_sm_server_port:
5427         type: org.openecomp.capabilities.metric.Ceilometer
5428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5429         occurrences:
5430         - 1
5431         - UNBOUNDED
5432       attachment_sm_server_sm_server_port:
5433         type: tosca.capabilities.Attachment
5434         occurrences:
5435         - 1
5436         - UNBOUNDED
5437       memory.usage_sm_server:
5438         type: org.openecomp.capabilities.metric.Ceilometer
5439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5440         occurrences:
5441         - 1
5442         - UNBOUNDED
5443       binding_sm_server:
5444         type: tosca.capabilities.network.Bindable
5445         occurrences:
5446         - 1
5447         - UNBOUNDED
5448       disk.read.requests_sm_server:
5449         type: org.openecomp.capabilities.metric.Ceilometer
5450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5451         occurrences:
5452         - 1
5453         - UNBOUNDED
5454       network.outpoing.packets_sm_server_sm_server_port:
5455         type: org.openecomp.capabilities.metric.Ceilometer
5456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5457         occurrences:
5458         - 1
5459         - UNBOUNDED
5460       endpoint_sm_server:
5461         type: tosca.capabilities.Endpoint.Admin
5462         occurrences:
5463         - 1
5464         - UNBOUNDED
5465       disk.device.read.requests.rate_sm_server:
5466         type: org.openecomp.capabilities.metric.Ceilometer
5467         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5468         occurrences:
5469         - 1
5470         - UNBOUNDED
5471       disk.capacity_sm_server:
5472         type: org.openecomp.capabilities.metric.Ceilometer
5473         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5474         occurrences:
5475         - 1
5476         - UNBOUNDED
5477       disk.allocation_sm_server:
5478         type: org.openecomp.capabilities.metric.Ceilometer
5479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5480         occurrences:
5481         - 1
5482         - UNBOUNDED
5483       disk.root.size_sm_server:
5484         type: org.openecomp.capabilities.metric.Ceilometer
5485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5486         occurrences:
5487         - 1
5488         - UNBOUNDED
5489       disk.usage_sm_server:
5490         type: org.openecomp.capabilities.metric.Ceilometer
5491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5492         occurrences:
5493         - 1
5494         - UNBOUNDED
5495       vcpus_sm_server:
5496         type: org.openecomp.capabilities.metric.Ceilometer
5497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5498         occurrences:
5499         - 1
5500         - UNBOUNDED
5501       disk.write.bytes_sm_server:
5502         type: org.openecomp.capabilities.metric.Ceilometer
5503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5504         occurrences:
5505         - 1
5506         - UNBOUNDED
5507       cpu.delta_sm_server:
5508         type: org.openecomp.capabilities.metric.Ceilometer
5509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5510         occurrences:
5511         - 1
5512         - UNBOUNDED
5513       os_sm_server:
5514         type: tosca.capabilities.OperatingSystem
5515         occurrences:
5516         - 1
5517         - UNBOUNDED
5518       feature_sm_server_sm_server_port:
5519         type: tosca.capabilities.Node
5520         occurrences:
5521         - 1
5522         - UNBOUNDED
5523       memory.resident_sm_server:
5524         type: org.openecomp.capabilities.metric.Ceilometer
5525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5526         occurrences:
5527         - 1
5528         - UNBOUNDED
5529       network.outgoing.bytes_sm_server_sm_server_port:
5530         type: org.openecomp.capabilities.metric.Ceilometer
5531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5532         occurrences:
5533         - 1
5534         - UNBOUNDED
5535       instance_sm_server:
5536         type: org.openecomp.capabilities.metric.Ceilometer
5537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5538         occurrences:
5539         - 1
5540         - UNBOUNDED
5541       cpu_sm_server:
5542         type: org.openecomp.capabilities.metric.Ceilometer
5543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5544         occurrences:
5545         - 1
5546         - UNBOUNDED
5547       disk.device.write.bytes_sm_server:
5548         type: org.openecomp.capabilities.metric.Ceilometer
5549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5550         occurrences:
5551         - 1
5552         - UNBOUNDED
5553       network.incoming.packets.rate_sm_server_sm_server_port:
5554         type: org.openecomp.capabilities.metric.Ceilometer
5555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5556         occurrences:
5557         - 1
5558         - UNBOUNDED
5559       disk.write.requests.rate_sm_server:
5560         type: org.openecomp.capabilities.metric.Ceilometer
5561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5562         occurrences:
5563         - 1
5564         - UNBOUNDED
5565       disk.device.write.bytes.rate_sm_server:
5566         type: org.openecomp.capabilities.metric.Ceilometer
5567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5568         occurrences:
5569         - 1
5570         - UNBOUNDED
5571       disk.write.bytes.rate_sm_server:
5572         type: org.openecomp.capabilities.metric.Ceilometer
5573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5574         occurrences:
5575         - 1
5576         - UNBOUNDED
5577       disk.device.write.requests_sm_server:
5578         type: org.openecomp.capabilities.metric.Ceilometer
5579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5580         occurrences:
5581         - 1
5582         - UNBOUNDED
5583       disk.device.latency_sm_server:
5584         type: org.openecomp.capabilities.metric.Ceilometer
5585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5586         occurrences:
5587         - 1
5588         - UNBOUNDED
5589       host_sm_server:
5590         type: tosca.capabilities.Container
5591         valid_source_types:
5592         - tosca.nodes.SoftwareComponent
5593         occurrences:
5594         - 1
5595         - UNBOUNDED
5596       feature_sm_server:
5597         type: tosca.capabilities.Node
5598         occurrences:
5599         - 1
5600         - UNBOUNDED
5601       disk.device.usage_sm_server:
5602         type: org.openecomp.capabilities.metric.Ceilometer
5603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5604         occurrences:
5605         - 1
5606         - UNBOUNDED
5607       scalable_sm_server:
5608         type: tosca.capabilities.Scalable
5609         occurrences:
5610         - 1
5611         - UNBOUNDED
5612       disk.device.iops_sm_server:
5613         type: org.openecomp.capabilities.metric.Ceilometer
5614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5615         occurrences:
5616         - 1
5617         - UNBOUNDED
5618       disk.read.bytes.rate_sm_server:
5619         type: org.openecomp.capabilities.metric.Ceilometer
5620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5621         occurrences:
5622         - 1
5623         - UNBOUNDED
5624       disk.device.read.bytes_sm_server:
5625         type: org.openecomp.capabilities.metric.Ceilometer
5626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5627         occurrences:
5628         - 1
5629         - UNBOUNDED
5630       disk.latency_sm_server:
5631         type: org.openecomp.capabilities.metric.Ceilometer
5632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5633         occurrences:
5634         - 1
5635         - UNBOUNDED
5636       network.incoming.bytes.rate_sm_server_sm_server_port:
5637         type: org.openecomp.capabilities.metric.Ceilometer
5638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5639         occurrences:
5640         - 1
5641         - UNBOUNDED
5642       disk.read.bytes_sm_server:
5643         type: org.openecomp.capabilities.metric.Ceilometer
5644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5645         occurrences:
5646         - 1
5647         - UNBOUNDED
5648       disk.write.requests_sm_server:
5649         type: org.openecomp.capabilities.metric.Ceilometer
5650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5651         occurrences:
5652         - 1
5653         - UNBOUNDED
5654       cpu_util_sm_server:
5655         type: org.openecomp.capabilities.metric.Ceilometer
5656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5657         occurrences:
5658         - 1
5659         - UNBOUNDED
5660       disk.ephemeral.size_sm_server:
5661         type: org.openecomp.capabilities.metric.Ceilometer
5662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5663         occurrences:
5664         - 1
5665         - UNBOUNDED
5666       network.outgoing.packets.rate_sm_server_sm_server_port:
5667         type: org.openecomp.capabilities.metric.Ceilometer
5668         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5669         occurrences:
5670         - 1
5671         - UNBOUNDED
5672       network.incoming.packets_sm_server_sm_server_port:
5673         type: org.openecomp.capabilities.metric.Ceilometer
5674         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5675         occurrences:
5676         - 1
5677         - UNBOUNDED
5678       memory_sm_server:
5679         type: org.openecomp.capabilities.metric.Ceilometer
5680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5681         occurrences:
5682         - 1
5683         - UNBOUNDED
5684       network.outgoing.bytes.rate_sm_server_sm_server_port:
5685         type: org.openecomp.capabilities.metric.Ceilometer
5686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5687         occurrences:
5688         - 1
5689         - UNBOUNDED
5690   org.openecomp.resource.abstract.nodes.ps_server:
5691     derived_from: org.openecomp.resource.abstract.nodes.VFC
5692     properties:
5693       port_ps_server_port_network:
5694         type: list
5695         required: true
5696         status: SUPPORTED
5697         entry_schema:
5698           type: string
5699       compute_ps_server_name:
5700         type: list
5701         required: true
5702         status: SUPPORTED
5703         entry_schema:
5704           type: string
5705       port_ps_server_port_security_groups:
5706         type: list
5707         required: true
5708         status: SUPPORTED
5709         entry_schema:
5710           type: json
5711       port_ps_server_port_vlan_requirements:
5712         type: list
5713         required: true
5714         status: SUPPORTED
5715         entry_schema:
5716           type: org.openecomp.datatypes.network.VlanRequirements
5717       compute_ps_server_availability_zone:
5718         type: list
5719         required: true
5720         status: SUPPORTED
5721         entry_schema:
5722           type: string
5723       port_ps_server_port_network_role:
5724         type: string
5725         required: true
5726         status: SUPPORTED
5727       index_value:
5728         type: integer
5729         description: Index value of this substitution service template runtime instance
5730         required: false
5731         default: 0
5732         status: SUPPORTED
5733         constraints:
5734         - greater_or_equal: 0
5735       port_ps_server_port_order:
5736         type: integer
5737         required: true
5738         status: SUPPORTED
5739       port_ps_server_port_subnetpoolid:
5740         type: string
5741         required: true
5742         status: SUPPORTED
5743       port_ps_server_port_fixed_ips:
5744         type: list
5745         required: true
5746         status: SUPPORTED
5747         entry_schema:
5748           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
5749       vm_flavor_name:
5750         type: string
5751         required: true
5752         status: SUPPORTED
5753       port_ps_server_port_exCP_naming:
5754         type: org.openecomp.datatypes.Naming
5755         required: true
5756         status: SUPPORTED
5757       port_ps_server_port_ip_requirements:
5758         type: list
5759         required: true
5760         status: SUPPORTED
5761         entry_schema:
5762           type: org.openecomp.datatypes.network.IpRequirements
5763       port_ps_server_port_mac_requirements:
5764         type: org.openecomp.datatypes.network.MacRequirements
5765         required: true
5766         status: SUPPORTED
5767       vm_image_name:
5768         type: string
5769         required: true
5770         status: SUPPORTED
5771       port_ps_server_port_replacement_policy:
5772         type: list
5773         required: true
5774         status: SUPPORTED
5775         entry_schema:
5776           type: string
5777       port_ps_server_port_network_role_tag:
5778         type: string
5779         required: true
5780         status: SUPPORTED
5781     requirements:
5782     - dependency_ps_server_ps_server_port:
5783         capability: tosca.capabilities.Node
5784         node: tosca.nodes.Root
5785         relationship: tosca.relationships.DependsOn
5786         occurrences:
5787         - 0
5788         - UNBOUNDED
5789     - link_ps_server_ps_server_port:
5790         capability: tosca.capabilities.network.Linkable
5791         relationship: tosca.relationships.network.LinksTo
5792         occurrences:
5793         - 1
5794         - 1
5795     - dependency_ps_server:
5796         capability: tosca.capabilities.Node
5797         node: tosca.nodes.Root
5798         relationship: tosca.relationships.DependsOn
5799         occurrences:
5800         - 0
5801         - UNBOUNDED
5802     - local_storage_ps_server:
5803         capability: tosca.capabilities.Attachment
5804         node: tosca.nodes.BlockStorage
5805         relationship: tosca.relationships.AttachesTo
5806         occurrences:
5807         - 0
5808         - UNBOUNDED
5809     capabilities:
5810       instance_ps_server:
5811         type: org.openecomp.capabilities.metric.Ceilometer
5812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5813         occurrences:
5814         - 1
5815         - UNBOUNDED
5816       host_ps_server:
5817         type: tosca.capabilities.Container
5818         valid_source_types:
5819         - tosca.nodes.SoftwareComponent
5820         occurrences:
5821         - 1
5822         - UNBOUNDED
5823       network.incoming.packets_ps_server_ps_server_port:
5824         type: org.openecomp.capabilities.metric.Ceilometer
5825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5826         occurrences:
5827         - 1
5828         - UNBOUNDED
5829       cpu.delta_ps_server:
5830         type: org.openecomp.capabilities.metric.Ceilometer
5831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5832         occurrences:
5833         - 1
5834         - UNBOUNDED
5835       disk.write.bytes.rate_ps_server:
5836         type: org.openecomp.capabilities.metric.Ceilometer
5837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5838         occurrences:
5839         - 1
5840         - UNBOUNDED
5841       feature_ps_server_ps_server_port:
5842         type: tosca.capabilities.Node
5843         occurrences:
5844         - 1
5845         - UNBOUNDED
5846       feature_ps_server:
5847         type: tosca.capabilities.Node
5848         occurrences:
5849         - 1
5850         - UNBOUNDED
5851       disk.root.size_ps_server:
5852         type: org.openecomp.capabilities.metric.Ceilometer
5853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5854         occurrences:
5855         - 1
5856         - UNBOUNDED
5857       disk.device.read.requests.rate_ps_server:
5858         type: org.openecomp.capabilities.metric.Ceilometer
5859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5860         occurrences:
5861         - 1
5862         - UNBOUNDED
5863       cpu_ps_server:
5864         type: org.openecomp.capabilities.metric.Ceilometer
5865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5866         occurrences:
5867         - 1
5868         - UNBOUNDED
5869       disk.device.write.bytes_ps_server:
5870         type: org.openecomp.capabilities.metric.Ceilometer
5871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5872         occurrences:
5873         - 1
5874         - UNBOUNDED
5875       disk.device.read.bytes_ps_server:
5876         type: org.openecomp.capabilities.metric.Ceilometer
5877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5878         occurrences:
5879         - 1
5880         - UNBOUNDED
5881       disk.read.bytes_ps_server:
5882         type: org.openecomp.capabilities.metric.Ceilometer
5883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5884         occurrences:
5885         - 1
5886         - UNBOUNDED
5887       network.incoming.bytes_ps_server_ps_server_port:
5888         type: org.openecomp.capabilities.metric.Ceilometer
5889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5890         occurrences:
5891         - 1
5892         - UNBOUNDED
5893       disk.device.iops_ps_server:
5894         type: org.openecomp.capabilities.metric.Ceilometer
5895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5896         occurrences:
5897         - 1
5898         - UNBOUNDED
5899       disk.device.latency_ps_server:
5900         type: org.openecomp.capabilities.metric.Ceilometer
5901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5902         occurrences:
5903         - 1
5904         - UNBOUNDED
5905       disk.read.bytes.rate_ps_server:
5906         type: org.openecomp.capabilities.metric.Ceilometer
5907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5908         occurrences:
5909         - 1
5910         - UNBOUNDED
5911       memory_ps_server:
5912         type: org.openecomp.capabilities.metric.Ceilometer
5913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5914         occurrences:
5915         - 1
5916         - UNBOUNDED
5917       scalable_ps_server:
5918         type: tosca.capabilities.Scalable
5919         occurrences:
5920         - 1
5921         - UNBOUNDED
5922       attachment_ps_server_ps_server_port:
5923         type: tosca.capabilities.Attachment
5924         occurrences:
5925         - 1
5926         - UNBOUNDED
5927       disk.write.requests.rate_ps_server:
5928         type: org.openecomp.capabilities.metric.Ceilometer
5929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5930         occurrences:
5931         - 1
5932         - UNBOUNDED
5933       disk.write.requests_ps_server:
5934         type: org.openecomp.capabilities.metric.Ceilometer
5935         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5936         occurrences:
5937         - 1
5938         - UNBOUNDED
5939       disk.latency_ps_server:
5940         type: org.openecomp.capabilities.metric.Ceilometer
5941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5942         occurrences:
5943         - 1
5944         - UNBOUNDED
5945       disk.ephemeral.size_ps_server:
5946         type: org.openecomp.capabilities.metric.Ceilometer
5947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5948         occurrences:
5949         - 1
5950         - UNBOUNDED
5951       disk.device.capacity_ps_server:
5952         type: org.openecomp.capabilities.metric.Ceilometer
5953         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5954         occurrences:
5955         - 1
5956         - UNBOUNDED
5957       network.incoming.packets.rate_ps_server_ps_server_port:
5958         type: org.openecomp.capabilities.metric.Ceilometer
5959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5960         occurrences:
5961         - 1
5962         - UNBOUNDED
5963       disk.iops_ps_server:
5964         type: org.openecomp.capabilities.metric.Ceilometer
5965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5966         occurrences:
5967         - 1
5968         - UNBOUNDED
5969       disk.device.read.bytes.rate_ps_server:
5970         type: org.openecomp.capabilities.metric.Ceilometer
5971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5972         occurrences:
5973         - 1
5974         - UNBOUNDED
5975       cpu_util_ps_server:
5976         type: org.openecomp.capabilities.metric.Ceilometer
5977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5978         occurrences:
5979         - 1
5980         - UNBOUNDED
5981       memory.resident_ps_server:
5982         type: org.openecomp.capabilities.metric.Ceilometer
5983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5984         occurrences:
5985         - 1
5986         - UNBOUNDED
5987       disk.device.read.requests_ps_server:
5988         type: org.openecomp.capabilities.metric.Ceilometer
5989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5990         occurrences:
5991         - 1
5992         - UNBOUNDED
5993       disk.write.bytes_ps_server:
5994         type: org.openecomp.capabilities.metric.Ceilometer
5995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5996         occurrences:
5997         - 1
5998         - UNBOUNDED
5999       network.outgoing.bytes.rate_ps_server_ps_server_port:
6000         type: org.openecomp.capabilities.metric.Ceilometer
6001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6002         occurrences:
6003         - 1
6004         - UNBOUNDED
6005       network.outgoing.packets.rate_ps_server_ps_server_port:
6006         type: org.openecomp.capabilities.metric.Ceilometer
6007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6008         occurrences:
6009         - 1
6010         - UNBOUNDED
6011       network.incoming.bytes.rate_ps_server_ps_server_port:
6012         type: org.openecomp.capabilities.metric.Ceilometer
6013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6014         occurrences:
6015         - 1
6016         - UNBOUNDED
6017       disk.device.write.requests.rate_ps_server:
6018         type: org.openecomp.capabilities.metric.Ceilometer
6019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6020         occurrences:
6021         - 1
6022         - UNBOUNDED
6023       disk.read.requests_ps_server:
6024         type: org.openecomp.capabilities.metric.Ceilometer
6025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6026         occurrences:
6027         - 1
6028         - UNBOUNDED
6029       disk.allocation_ps_server:
6030         type: org.openecomp.capabilities.metric.Ceilometer
6031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6032         occurrences:
6033         - 1
6034         - UNBOUNDED
6035       memory.usage_ps_server:
6036         type: org.openecomp.capabilities.metric.Ceilometer
6037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6038         occurrences:
6039         - 1
6040         - UNBOUNDED
6041       binding_ps_server:
6042         type: tosca.capabilities.network.Bindable
6043         occurrences:
6044         - 1
6045         - UNBOUNDED
6046       os_ps_server:
6047         type: tosca.capabilities.OperatingSystem
6048         occurrences:
6049         - 1
6050         - UNBOUNDED
6051       disk.device.usage_ps_server:
6052         type: org.openecomp.capabilities.metric.Ceilometer
6053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6054         occurrences:
6055         - 1
6056         - UNBOUNDED
6057       binding_ps_server_ps_server_port:
6058         type: tosca.capabilities.network.Bindable
6059         valid_source_types:
6060         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6061         occurrences:
6062         - 0
6063         - UNBOUNDED
6064       disk.device.write.bytes.rate_ps_server:
6065         type: org.openecomp.capabilities.metric.Ceilometer
6066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6067         occurrences:
6068         - 1
6069         - UNBOUNDED
6070       vcpus_ps_server:
6071         type: org.openecomp.capabilities.metric.Ceilometer
6072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6073         occurrences:
6074         - 1
6075         - UNBOUNDED
6076       network.outgoing.bytes_ps_server_ps_server_port:
6077         type: org.openecomp.capabilities.metric.Ceilometer
6078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6079         occurrences:
6080         - 1
6081         - UNBOUNDED
6082       disk.usage_ps_server:
6083         type: org.openecomp.capabilities.metric.Ceilometer
6084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6085         occurrences:
6086         - 1
6087         - UNBOUNDED
6088       disk.device.write.requests_ps_server:
6089         type: org.openecomp.capabilities.metric.Ceilometer
6090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6091         occurrences:
6092         - 1
6093         - UNBOUNDED
6094       network.outpoing.packets_ps_server_ps_server_port:
6095         type: org.openecomp.capabilities.metric.Ceilometer
6096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6097         occurrences:
6098         - 1
6099         - UNBOUNDED
6100       endpoint_ps_server:
6101         type: tosca.capabilities.Endpoint.Admin
6102         occurrences:
6103         - 1
6104         - UNBOUNDED
6105       disk.capacity_ps_server:
6106         type: org.openecomp.capabilities.metric.Ceilometer
6107         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6108         occurrences:
6109         - 1
6110         - UNBOUNDED
6111       disk.device.allocation_ps_server:
6112         type: org.openecomp.capabilities.metric.Ceilometer
6113         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6114         occurrences:
6115         - 1
6116         - UNBOUNDED
6117   org.openecomp.resource.vfc.nodes.heat.oam_server:
6118     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
6119     properties:
6120       port_oam_server_port_network:
6121         type: list
6122         required: true
6123         status: SUPPORTED
6124         entry_schema:
6125           type: string
6126       port_oam_server_port_order:
6127         type: integer
6128         required: true
6129         status: SUPPORTED
6130       index_value:
6131         type: integer
6132         description: Index value of this substitution service template runtime instance
6133         required: false
6134         default: 0
6135         status: SUPPORTED
6136         constraints:
6137         - greater_or_equal: 0
6138       port_oam_server_port_security_groups:
6139         type: list
6140         required: true
6141         status: SUPPORTED
6142         entry_schema:
6143           type: json
6144       port_oam_server_port_replacement_policy:
6145         type: list
6146         required: true
6147         status: SUPPORTED
6148         entry_schema:
6149           type: string
6150       vm_flavor_name:
6151         type: string
6152         required: true
6153         status: SUPPORTED
6154       port_oam_server_port_mac_requirements:
6155         type: org.openecomp.datatypes.network.MacRequirements
6156         required: true
6157         status: SUPPORTED
6158       port_oam_server_port_exCP_naming:
6159         type: org.openecomp.datatypes.Naming
6160         required: true
6161         status: SUPPORTED
6162       compute_oam_server_availability_zone:
6163         type: list
6164         required: true
6165         status: SUPPORTED
6166         entry_schema:
6167           type: string
6168       vm_image_name:
6169         type: string
6170         required: true
6171         status: SUPPORTED
6172       port_oam_server_port_fixed_ips:
6173         type: list
6174         required: true
6175         status: SUPPORTED
6176         entry_schema:
6177           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
6178       port_oam_server_port_subnetpoolid:
6179         type: string
6180         required: true
6181         status: SUPPORTED
6182       port_oam_server_port_network_role_tag:
6183         type: string
6184         required: true
6185         status: SUPPORTED
6186       port_oam_server_port_network_role:
6187         type: string
6188         required: true
6189         status: SUPPORTED
6190       port_oam_server_port_vlan_requirements:
6191         type: list
6192         required: true
6193         status: SUPPORTED
6194         entry_schema:
6195           type: org.openecomp.datatypes.network.VlanRequirements
6196       compute_oam_server_name:
6197         type: list
6198         required: true
6199         status: SUPPORTED
6200         entry_schema:
6201           type: string
6202       port_oam_server_port_ip_requirements:
6203         type: list
6204         required: true
6205         status: SUPPORTED
6206         entry_schema:
6207           type: org.openecomp.datatypes.network.IpRequirements