06e161e03472d728a6aec1204f60a7a14948b18a
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
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     requirements:
100     - dependency_pd_server:
101         capability: tosca.capabilities.Node
102         node: tosca.nodes.Root
103         relationship: tosca.relationships.DependsOn
104         occurrences:
105         - 0
106         - UNBOUNDED
107     - local_storage_pd_server:
108         capability: tosca.capabilities.Attachment
109         node: tosca.nodes.BlockStorage
110         relationship: tosca.relationships.AttachesTo
111         occurrences:
112         - 0
113         - UNBOUNDED
114     - dependency_pd_server_pd_server_port:
115         capability: tosca.capabilities.Node
116         node: tosca.nodes.Root
117         relationship: tosca.relationships.DependsOn
118         occurrences:
119         - 0
120         - UNBOUNDED
121     - link_pd_server_pd_server_port:
122         capability: tosca.capabilities.network.Linkable
123         relationship: tosca.relationships.network.LinksTo
124         occurrences:
125         - 1
126         - 1
127     capabilities:
128       scalable_pd_server:
129         type: tosca.capabilities.Scalable
130         occurrences:
131         - 1
132         - UNBOUNDED
133       disk.read.bytes.rate_pd_server:
134         type: org.openecomp.capabilities.metric.Ceilometer
135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
136         occurrences:
137         - 1
138         - UNBOUNDED
139       network.outgoing.packets.rate_pd_server_pd_server_port:
140         type: org.openecomp.capabilities.metric.Ceilometer
141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
142         occurrences:
143         - 1
144         - UNBOUNDED
145       network.incoming.bytes.rate_pd_server_pd_server_port:
146         type: org.openecomp.capabilities.metric.Ceilometer
147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
148         occurrences:
149         - 1
150         - UNBOUNDED
151       memory.usage_pd_server:
152         type: org.openecomp.capabilities.metric.Ceilometer
153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
154         occurrences:
155         - 1
156         - UNBOUNDED
157       network.outgoing.bytes.rate_pd_server_pd_server_port:
158         type: org.openecomp.capabilities.metric.Ceilometer
159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
160         occurrences:
161         - 1
162         - UNBOUNDED
163       memory_pd_server:
164         type: org.openecomp.capabilities.metric.Ceilometer
165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
166         occurrences:
167         - 1
168         - UNBOUNDED
169       disk.device.usage_pd_server:
170         type: org.openecomp.capabilities.metric.Ceilometer
171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
172         occurrences:
173         - 1
174         - UNBOUNDED
175       os_pd_server:
176         type: tosca.capabilities.OperatingSystem
177         occurrences:
178         - 1
179         - UNBOUNDED
180       disk.write.bytes.rate_pd_server:
181         type: org.openecomp.capabilities.metric.Ceilometer
182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
183         occurrences:
184         - 1
185         - UNBOUNDED
186       network.outpoing.packets_pd_server_pd_server_port:
187         type: org.openecomp.capabilities.metric.Ceilometer
188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
189         occurrences:
190         - 1
191         - UNBOUNDED
192       cpu_pd_server:
193         type: org.openecomp.capabilities.metric.Ceilometer
194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
195         occurrences:
196         - 1
197         - UNBOUNDED
198       cpu_util_pd_server:
199         type: org.openecomp.capabilities.metric.Ceilometer
200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
201         occurrences:
202         - 1
203         - UNBOUNDED
204       network.incoming.bytes_pd_server_pd_server_port:
205         type: org.openecomp.capabilities.metric.Ceilometer
206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
207         occurrences:
208         - 1
209         - UNBOUNDED
210       disk.device.write.requests.rate_pd_server:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       disk.read.bytes_pd_server:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.device.read.bytes.rate_pd_server:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       attachment_pd_server_pd_server_port:
229         type: tosca.capabilities.Attachment
230         occurrences:
231         - 1
232         - UNBOUNDED
233       network.incoming.packets.rate_pd_server_pd_server_port:
234         type: org.openecomp.capabilities.metric.Ceilometer
235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
236         occurrences:
237         - 1
238         - UNBOUNDED
239       disk.iops_pd_server:
240         type: org.openecomp.capabilities.metric.Ceilometer
241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
242         occurrences:
243         - 1
244         - UNBOUNDED
245       memory.resident_pd_server:
246         type: org.openecomp.capabilities.metric.Ceilometer
247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
248         occurrences:
249         - 1
250         - UNBOUNDED
251       cpu.delta_pd_server:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       vcpus_pd_server:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       disk.device.write.bytes.rate_pd_server:
264         type: org.openecomp.capabilities.metric.Ceilometer
265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
266         occurrences:
267         - 1
268         - UNBOUNDED
269       disk.device.write.requests_pd_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       endpoint_pd_server:
276         type: tosca.capabilities.Endpoint.Admin
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.capacity_pd_server:
281         type: org.openecomp.capabilities.metric.Ceilometer
282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
283         occurrences:
284         - 1
285         - UNBOUNDED
286       disk.device.allocation_pd_server:
287         type: org.openecomp.capabilities.metric.Ceilometer
288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
289         occurrences:
290         - 1
291         - UNBOUNDED
292       disk.allocation_pd_server:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       binding_pd_server:
299         type: tosca.capabilities.network.Bindable
300         occurrences:
301         - 1
302         - UNBOUNDED
303       disk.read.requests_pd_server:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       network.incoming.packets_pd_server_pd_server_port:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       feature_pd_server:
316         type: tosca.capabilities.Node
317         occurrences:
318         - 1
319         - UNBOUNDED
320       disk.usage_pd_server:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.write.bytes_pd_server:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.device.read.requests.rate_pd_server:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.root.size_pd_server:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.device.read.bytes_pd_server:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.device.write.bytes_pd_server:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.device.read.requests_pd_server:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       feature_pd_server_pd_server_port:
363         type: tosca.capabilities.Node
364         occurrences:
365         - 1
366         - UNBOUNDED
367       instance_pd_server:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       host_pd_server:
374         type: tosca.capabilities.Container
375         valid_source_types:
376         - tosca.nodes.SoftwareComponent
377         occurrences:
378         - 1
379         - UNBOUNDED
380       binding_pd_server_pd_server_port:
381         type: tosca.capabilities.network.Bindable
382         valid_source_types:
383         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
384         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
385         occurrences:
386         - 0
387         - UNBOUNDED
388       disk.write.requests.rate_pd_server:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.ephemeral.size_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.outgoing.bytes_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       disk.write.requests_pd_server:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       forwarder_pd_server_pd_server_port:
413         type: org.openecomp.capabilities.Forwarder
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.device.latency_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.latency_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.device.capacity_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.iops_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   org.openecomp.resource.abstract.nodes.heat.cmaui:
442     derived_from: org.openecomp.resource.abstract.nodes.VFC
443     properties:
444       cmaui_names:
445         type: list
446         description: CMAUI1, CMAUI2 server names
447         required: true
448         status: SUPPORTED
449         entry_schema:
450           type: string
451       p1:
452         type: string
453         description: UID of OAM network
454         required: true
455         status: SUPPORTED
456       port_cmaui_port_8_mac_requirements:
457         type: org.openecomp.datatypes.network.MacRequirements
458         required: true
459         status: SUPPORTED
460       p2:
461         type: string
462         required: true
463         status: SUPPORTED
464       net2:
465         type: string
466         description: Contrail V2 network
467         required: true
468         status: SUPPORTED
469       net1:
470         type: string
471         description: Neutron network
472         required: true
473         status: SUPPORTED
474       indx:
475         type: float
476         required: true
477         status: SUPPORTED
478       port_cmaui_port_8_order:
479         type: integer
480         required: true
481         status: SUPPORTED
482       port_cmaui_port_7_network_role_tag:
483         type: string
484         required: true
485         status: SUPPORTED
486       availability_zone_0:
487         type: string
488         description: availabilityzone name
489         required: true
490         status: SUPPORTED
491       net:
492         type: string
493         required: true
494         status: SUPPORTED
495       port_cmaui_port_8_ip_requirements:
496         type: list
497         required: true
498         status: SUPPORTED
499         entry_schema:
500           type: org.openecomp.datatypes.network.IpRequirements
501       port_cmaui_port_7_exCP_naming:
502         type: org.openecomp.datatypes.Naming
503         required: true
504         status: SUPPORTED
505       security_group_name:
506         type: list
507         description: CMAUI1, CMAUI2 server names
508         required: true
509         status: SUPPORTED
510         entry_schema:
511           type: string
512       port_cmaui_port_8_network_role_tag:
513         type: string
514         required: true
515         status: SUPPORTED
516       port_cmaui_port_8_exCP_naming:
517         type: org.openecomp.datatypes.Naming
518         required: true
519         status: SUPPORTED
520       port_cmaui_port_7_vlan_requirements:
521         type: list
522         required: true
523         status: SUPPORTED
524         entry_schema:
525           type: org.openecomp.datatypes.network.VlanRequirements
526       port_cmaui_port_7_order:
527         type: integer
528         required: true
529         status: SUPPORTED
530       cmaui_image:
531         type: string
532         description: Image for CMAUI server
533         required: true
534         status: SUPPORTED
535       cmaui_flavor:
536         type: string
537         description: Flavor for CMAUI server
538         required: true
539         status: SUPPORTED
540       port_cmaui_port_7_mac_requirements:
541         type: org.openecomp.datatypes.network.MacRequirements
542         required: true
543         status: SUPPORTED
544       port_cmaui_port_7_ip_requirements:
545         type: list
546         required: true
547         status: SUPPORTED
548         entry_schema:
549           type: org.openecomp.datatypes.network.IpRequirements
550       port_cmaui_port_7_subnetpoolid:
551         type: string
552         required: true
553         status: SUPPORTED
554       port_cmaui_port_7_network_role:
555         type: string
556         required: true
557         status: SUPPORTED
558       port_cmaui_port_8_vlan_requirements:
559         type: list
560         required: true
561         status: SUPPORTED
562         entry_schema:
563           type: org.openecomp.datatypes.network.VlanRequirements
564       cmaui_oam_ips:
565         type: string
566         required: true
567         status: SUPPORTED
568       port_cmaui_port_8_network_role:
569         type: string
570         required: true
571         status: SUPPORTED
572       port_cmaui_port_8_subnetpoolid:
573         type: string
574         required: true
575         status: SUPPORTED
576     requirements:
577     - dependency_cmaui_port_7:
578         capability: tosca.capabilities.Node
579         node: tosca.nodes.Root
580         relationship: tosca.relationships.DependsOn
581         occurrences:
582         - 0
583         - UNBOUNDED
584     - link_cmaui_port_7:
585         capability: tosca.capabilities.network.Linkable
586         relationship: tosca.relationships.network.LinksTo
587         occurrences:
588         - 1
589         - 1
590     - dependency_cmaui_port_8:
591         capability: tosca.capabilities.Node
592         node: tosca.nodes.Root
593         relationship: tosca.relationships.DependsOn
594         occurrences:
595         - 0
596         - UNBOUNDED
597     - link_cmaui_port_8:
598         capability: tosca.capabilities.network.Linkable
599         relationship: tosca.relationships.network.LinksTo
600         occurrences:
601         - 1
602         - 1
603     - dependency_server_cmaui:
604         capability: tosca.capabilities.Node
605         node: tosca.nodes.Root
606         relationship: tosca.relationships.DependsOn
607         occurrences:
608         - 0
609         - UNBOUNDED
610     - local_storage_server_cmaui:
611         capability: tosca.capabilities.Attachment
612         node: tosca.nodes.BlockStorage
613         relationship: tosca.relationships.AttachesTo
614         occurrences:
615         - 0
616         - UNBOUNDED
617     capabilities:
618       cpu.delta_server_cmaui:
619         type: org.openecomp.capabilities.metric.Ceilometer
620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
621         occurrences:
622         - 1
623         - UNBOUNDED
624       disk.device.write.requests.rate_server_cmaui:
625         type: org.openecomp.capabilities.metric.Ceilometer
626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
627         occurrences:
628         - 1
629         - UNBOUNDED
630       disk.device.allocation_server_cmaui:
631         type: org.openecomp.capabilities.metric.Ceilometer
632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
633         occurrences:
634         - 1
635         - UNBOUNDED
636       feature_cmaui_port_7:
637         type: tosca.capabilities.Node
638         occurrences:
639         - 1
640         - UNBOUNDED
641       feature_cmaui_port_8:
642         type: tosca.capabilities.Node
643         occurrences:
644         - 1
645         - UNBOUNDED
646       scalable_server_cmaui:
647         type: tosca.capabilities.Scalable
648         occurrences:
649         - 1
650         - UNBOUNDED
651       disk.read.bytes.rate_server_cmaui:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       cpu_server_cmaui:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       disk.write.bytes.rate_server_cmaui:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       host_server_cmaui:
670         type: tosca.capabilities.Container
671         valid_source_types:
672         - tosca.nodes.SoftwareComponent
673         occurrences:
674         - 1
675         - UNBOUNDED
676       disk.device.read.bytes.rate_server_cmaui:
677         type: org.openecomp.capabilities.metric.Ceilometer
678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
679         occurrences:
680         - 1
681         - UNBOUNDED
682       cpu_util_server_cmaui:
683         type: org.openecomp.capabilities.metric.Ceilometer
684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
685         occurrences:
686         - 1
687         - UNBOUNDED
688       network.outgoing.packets.rate_cmaui_port_8:
689         type: org.openecomp.capabilities.metric.Ceilometer
690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
691         occurrences:
692         - 1
693         - UNBOUNDED
694       attachment_cmaui_port_7:
695         type: tosca.capabilities.Attachment
696         occurrences:
697         - 1
698         - UNBOUNDED
699       attachment_cmaui_port_8:
700         type: tosca.capabilities.Attachment
701         occurrences:
702         - 1
703         - UNBOUNDED
704       network.outgoing.packets.rate_cmaui_port_7:
705         type: org.openecomp.capabilities.metric.Ceilometer
706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
707         occurrences:
708         - 1
709         - UNBOUNDED
710       disk.device.latency_server_cmaui:
711         type: org.openecomp.capabilities.metric.Ceilometer
712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
713         occurrences:
714         - 1
715         - UNBOUNDED
716       disk.device.write.requests_server_cmaui:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       disk.read.requests_server_cmaui:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       disk.device.capacity_server_cmaui:
729         type: org.openecomp.capabilities.metric.Ceilometer
730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
731         occurrences:
732         - 1
733         - UNBOUNDED
734       disk.usage_server_cmaui:
735         type: org.openecomp.capabilities.metric.Ceilometer
736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
737         occurrences:
738         - 1
739         - UNBOUNDED
740       disk.device.usage_server_cmaui:
741         type: org.openecomp.capabilities.metric.Ceilometer
742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
743         occurrences:
744         - 1
745         - UNBOUNDED
746       disk.capacity_server_cmaui:
747         type: org.openecomp.capabilities.metric.Ceilometer
748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
749         occurrences:
750         - 1
751         - UNBOUNDED
752       disk.write.requests.rate_server_cmaui:
753         type: org.openecomp.capabilities.metric.Ceilometer
754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
755         occurrences:
756         - 1
757         - UNBOUNDED
758       disk.device.read.requests_server_cmaui:
759         type: org.openecomp.capabilities.metric.Ceilometer
760         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
761         occurrences:
762         - 1
763         - UNBOUNDED
764       instance_server_cmaui:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       disk.device.read.bytes_server_cmaui:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       network.incoming.packets.rate_cmaui_port_7:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       memory_server_cmaui:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       network.incoming.packets.rate_cmaui_port_8:
789         type: org.openecomp.capabilities.metric.Ceilometer
790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
791         occurrences:
792         - 1
793         - UNBOUNDED
794       disk.root.size_server_cmaui:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       binding_server_cmaui:
801         type: tosca.capabilities.network.Bindable
802         occurrences:
803         - 1
804         - UNBOUNDED
805       forwarder_cmaui_port_8:
806         type: org.openecomp.capabilities.Forwarder
807         occurrences:
808         - 1
809         - UNBOUNDED
810       forwarder_cmaui_port_7:
811         type: org.openecomp.capabilities.Forwarder
812         occurrences:
813         - 1
814         - UNBOUNDED
815       disk.device.read.requests.rate_server_cmaui:
816         type: org.openecomp.capabilities.metric.Ceilometer
817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
818         occurrences:
819         - 1
820         - UNBOUNDED
821       disk.write.bytes_server_cmaui:
822         type: org.openecomp.capabilities.metric.Ceilometer
823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
824         occurrences:
825         - 1
826         - UNBOUNDED
827       os_server_cmaui:
828         type: tosca.capabilities.OperatingSystem
829         occurrences:
830         - 1
831         - UNBOUNDED
832       disk.device.write.bytes.rate_server_cmaui:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       network.incoming.packets_cmaui_port_7:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       network.incoming.packets_cmaui_port_8:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       network.incoming.bytes.rate_cmaui_port_7:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       network.incoming.bytes.rate_cmaui_port_8:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       memory.resident_server_cmaui:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       network.outgoing.bytes_cmaui_port_7:
869         type: org.openecomp.capabilities.metric.Ceilometer
870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
871         occurrences:
872         - 1
873         - UNBOUNDED
874       disk.latency_server_cmaui:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       feature_server_cmaui:
881         type: tosca.capabilities.Node
882         occurrences:
883         - 1
884         - UNBOUNDED
885       network.outpoing.packets_cmaui_port_7:
886         type: org.openecomp.capabilities.metric.Ceilometer
887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
888         occurrences:
889         - 1
890         - UNBOUNDED
891       vcpus_server_cmaui:
892         type: org.openecomp.capabilities.metric.Ceilometer
893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
894         occurrences:
895         - 1
896         - UNBOUNDED
897       network.outpoing.packets_cmaui_port_8:
898         type: org.openecomp.capabilities.metric.Ceilometer
899         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
900         occurrences:
901         - 1
902         - UNBOUNDED
903       disk.device.write.bytes_server_cmaui:
904         type: org.openecomp.capabilities.metric.Ceilometer
905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
906         occurrences:
907         - 1
908         - UNBOUNDED
909       binding_cmaui_port_7:
910         type: tosca.capabilities.network.Bindable
911         valid_source_types:
912         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
913         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
914         occurrences:
915         - 0
916         - UNBOUNDED
917       network.outgoing.bytes_cmaui_port_8:
918         type: org.openecomp.capabilities.metric.Ceilometer
919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
920         occurrences:
921         - 1
922         - UNBOUNDED
923       binding_cmaui_port_8:
924         type: tosca.capabilities.network.Bindable
925         valid_source_types:
926         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
927         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
928         occurrences:
929         - 0
930         - UNBOUNDED
931       disk.allocation_server_cmaui:
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       disk.write.requests_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       memory.usage_server_cmaui:
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.ephemeral.size_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       network.outgoing.bytes.rate_cmaui_port_7:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       network.incoming.bytes_cmaui_port_8:
962         type: org.openecomp.capabilities.metric.Ceilometer
963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
964         occurrences:
965         - 1
966         - UNBOUNDED
967       endpoint_server_cmaui:
968         type: tosca.capabilities.Endpoint.Admin
969         occurrences:
970         - 1
971         - UNBOUNDED
972       network.incoming.bytes_cmaui_port_7:
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.iops_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       network.outgoing.bytes.rate_cmaui_port_8:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       disk.device.iops_server_cmaui:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       disk.read.bytes_server_cmaui:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002   org.openecomp.resource.abstract.nodes.oam_server:
1003     derived_from: org.openecomp.resource.abstract.nodes.VFC
1004     properties:
1005       port_oam_server_port_network:
1006         type: list
1007         required: true
1008         status: SUPPORTED
1009         entry_schema:
1010           type: string
1011       port_oam_server_port_order:
1012         type: integer
1013         required: true
1014         status: SUPPORTED
1015       index_value:
1016         type: integer
1017         description: Index value of this substitution service template runtime instance
1018         required: false
1019         default: 0
1020         status: SUPPORTED
1021         constraints:
1022         - greater_or_equal: 0
1023       port_oam_server_port_security_groups:
1024         type: list
1025         required: true
1026         status: SUPPORTED
1027         entry_schema:
1028           type: json
1029       port_oam_server_port_replacement_policy:
1030         type: list
1031         required: true
1032         status: SUPPORTED
1033         entry_schema:
1034           type: string
1035       vm_flavor_name:
1036         type: string
1037         required: true
1038         status: SUPPORTED
1039       port_oam_server_port_mac_requirements:
1040         type: org.openecomp.datatypes.network.MacRequirements
1041         required: true
1042         status: SUPPORTED
1043       port_oam_server_port_exCP_naming:
1044         type: org.openecomp.datatypes.Naming
1045         required: true
1046         status: SUPPORTED
1047       compute_oam_server_availability_zone:
1048         type: list
1049         required: true
1050         status: SUPPORTED
1051         entry_schema:
1052           type: string
1053       vm_image_name:
1054         type: string
1055         required: true
1056         status: SUPPORTED
1057       port_oam_server_port_fixed_ips:
1058         type: list
1059         required: true
1060         status: SUPPORTED
1061         entry_schema:
1062           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1063       port_oam_server_port_subnetpoolid:
1064         type: string
1065         required: true
1066         status: SUPPORTED
1067       port_oam_server_port_network_role_tag:
1068         type: string
1069         required: true
1070         status: SUPPORTED
1071       port_oam_server_port_network_role:
1072         type: string
1073         required: true
1074         status: SUPPORTED
1075       port_oam_server_port_vlan_requirements:
1076         type: list
1077         required: true
1078         status: SUPPORTED
1079         entry_schema:
1080           type: org.openecomp.datatypes.network.VlanRequirements
1081       compute_oam_server_name:
1082         type: list
1083         required: true
1084         status: SUPPORTED
1085         entry_schema:
1086           type: string
1087       port_oam_server_port_ip_requirements:
1088         type: list
1089         required: true
1090         status: SUPPORTED
1091         entry_schema:
1092           type: org.openecomp.datatypes.network.IpRequirements
1093     requirements:
1094     - dependency_oam_server:
1095         capability: tosca.capabilities.Node
1096         node: tosca.nodes.Root
1097         relationship: tosca.relationships.DependsOn
1098         occurrences:
1099         - 0
1100         - UNBOUNDED
1101     - local_storage_oam_server:
1102         capability: tosca.capabilities.Attachment
1103         node: tosca.nodes.BlockStorage
1104         relationship: tosca.relationships.AttachesTo
1105         occurrences:
1106         - 0
1107         - UNBOUNDED
1108     - dependency_oam_server_oam_server_port:
1109         capability: tosca.capabilities.Node
1110         node: tosca.nodes.Root
1111         relationship: tosca.relationships.DependsOn
1112         occurrences:
1113         - 0
1114         - UNBOUNDED
1115     - link_oam_server_oam_server_port:
1116         capability: tosca.capabilities.network.Linkable
1117         relationship: tosca.relationships.network.LinksTo
1118         occurrences:
1119         - 1
1120         - 1
1121     capabilities:
1122       cpu.delta_oam_server:
1123         type: org.openecomp.capabilities.metric.Ceilometer
1124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1125         occurrences:
1126         - 1
1127         - UNBOUNDED
1128       host_oam_server:
1129         type: tosca.capabilities.Container
1130         valid_source_types:
1131         - tosca.nodes.SoftwareComponent
1132         occurrences:
1133         - 1
1134         - UNBOUNDED
1135       disk.usage_oam_server:
1136         type: org.openecomp.capabilities.metric.Ceilometer
1137         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1138         occurrences:
1139         - 1
1140         - UNBOUNDED
1141       network.incoming.packets.rate_oam_server_oam_server_port:
1142         type: org.openecomp.capabilities.metric.Ceilometer
1143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1144         occurrences:
1145         - 1
1146         - UNBOUNDED
1147       feature_oam_server:
1148         type: tosca.capabilities.Node
1149         occurrences:
1150         - 1
1151         - UNBOUNDED
1152       disk.device.write.bytes_oam_server:
1153         type: org.openecomp.capabilities.metric.Ceilometer
1154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1155         occurrences:
1156         - 1
1157         - UNBOUNDED
1158       cpu_util_oam_server:
1159         type: org.openecomp.capabilities.metric.Ceilometer
1160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1161         occurrences:
1162         - 1
1163         - UNBOUNDED
1164       network.outpoing.packets_oam_server_oam_server_port:
1165         type: org.openecomp.capabilities.metric.Ceilometer
1166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1167         occurrences:
1168         - 1
1169         - UNBOUNDED
1170       disk.capacity_oam_server:
1171         type: org.openecomp.capabilities.metric.Ceilometer
1172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1173         occurrences:
1174         - 1
1175         - UNBOUNDED
1176       memory_oam_server:
1177         type: org.openecomp.capabilities.metric.Ceilometer
1178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       disk.read.bytes.rate_oam_server:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188       disk.write.bytes_oam_server:
1189         type: org.openecomp.capabilities.metric.Ceilometer
1190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       disk.write.requests_oam_server:
1195         type: org.openecomp.capabilities.metric.Ceilometer
1196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1197         occurrences:
1198         - 1
1199         - UNBOUNDED
1200       attachment_oam_server_oam_server_port:
1201         type: tosca.capabilities.Attachment
1202         occurrences:
1203         - 1
1204         - UNBOUNDED
1205       cpu_oam_server:
1206         type: org.openecomp.capabilities.metric.Ceilometer
1207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1208         occurrences:
1209         - 1
1210         - UNBOUNDED
1211       vcpus_oam_server:
1212         type: org.openecomp.capabilities.metric.Ceilometer
1213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1214         occurrences:
1215         - 1
1216         - UNBOUNDED
1217       disk.device.read.requests.rate_oam_server:
1218         type: org.openecomp.capabilities.metric.Ceilometer
1219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1220         occurrences:
1221         - 1
1222         - UNBOUNDED
1223       disk.allocation_oam_server:
1224         type: org.openecomp.capabilities.metric.Ceilometer
1225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1226         occurrences:
1227         - 1
1228         - UNBOUNDED
1229       disk.write.bytes.rate_oam_server:
1230         type: org.openecomp.capabilities.metric.Ceilometer
1231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1232         occurrences:
1233         - 1
1234         - UNBOUNDED
1235       disk.device.write.requests.rate_oam_server:
1236         type: org.openecomp.capabilities.metric.Ceilometer
1237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1238         occurrences:
1239         - 1
1240         - UNBOUNDED
1241       instance_oam_server:
1242         type: org.openecomp.capabilities.metric.Ceilometer
1243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1244         occurrences:
1245         - 1
1246         - UNBOUNDED
1247       memory.resident_oam_server:
1248         type: org.openecomp.capabilities.metric.Ceilometer
1249         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1250         occurrences:
1251         - 1
1252         - UNBOUNDED
1253       disk.device.read.requests_oam_server:
1254         type: org.openecomp.capabilities.metric.Ceilometer
1255         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1256         occurrences:
1257         - 1
1258         - UNBOUNDED
1259       disk.device.allocation_oam_server:
1260         type: org.openecomp.capabilities.metric.Ceilometer
1261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       disk.device.write.requests_oam_server:
1266         type: org.openecomp.capabilities.metric.Ceilometer
1267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1268         occurrences:
1269         - 1
1270         - UNBOUNDED
1271       binding_oam_server_oam_server_port:
1272         type: tosca.capabilities.network.Bindable
1273         valid_source_types:
1274         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1275         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1276         occurrences:
1277         - 0
1278         - UNBOUNDED
1279       disk.iops_oam_server:
1280         type: org.openecomp.capabilities.metric.Ceilometer
1281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1282         occurrences:
1283         - 1
1284         - UNBOUNDED
1285       disk.device.capacity_oam_server:
1286         type: org.openecomp.capabilities.metric.Ceilometer
1287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1288         occurrences:
1289         - 1
1290         - UNBOUNDED
1291       binding_oam_server:
1292         type: tosca.capabilities.network.Bindable
1293         occurrences:
1294         - 1
1295         - UNBOUNDED
1296       disk.device.write.bytes.rate_oam_server:
1297         type: org.openecomp.capabilities.metric.Ceilometer
1298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1299         occurrences:
1300         - 1
1301         - UNBOUNDED
1302       disk.device.usage_oam_server:
1303         type: org.openecomp.capabilities.metric.Ceilometer
1304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1305         occurrences:
1306         - 1
1307         - UNBOUNDED
1308       network.incoming.bytes.rate_oam_server_oam_server_port:
1309         type: org.openecomp.capabilities.metric.Ceilometer
1310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1311         occurrences:
1312         - 1
1313         - UNBOUNDED
1314       disk.latency_oam_server:
1315         type: org.openecomp.capabilities.metric.Ceilometer
1316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1317         occurrences:
1318         - 1
1319         - UNBOUNDED
1320       disk.read.requests_oam_server:
1321         type: org.openecomp.capabilities.metric.Ceilometer
1322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1323         occurrences:
1324         - 1
1325         - UNBOUNDED
1326       disk.device.iops_oam_server:
1327         type: org.openecomp.capabilities.metric.Ceilometer
1328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1329         occurrences:
1330         - 1
1331         - UNBOUNDED
1332       disk.root.size_oam_server:
1333         type: org.openecomp.capabilities.metric.Ceilometer
1334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1335         occurrences:
1336         - 1
1337         - UNBOUNDED
1338       network.outgoing.bytes_oam_server_oam_server_port:
1339         type: org.openecomp.capabilities.metric.Ceilometer
1340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1341         occurrences:
1342         - 1
1343         - UNBOUNDED
1344       disk.device.latency_oam_server:
1345         type: org.openecomp.capabilities.metric.Ceilometer
1346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1347         occurrences:
1348         - 1
1349         - UNBOUNDED
1350       feature_oam_server_oam_server_port:
1351         type: tosca.capabilities.Node
1352         occurrences:
1353         - 1
1354         - UNBOUNDED
1355       memory.usage_oam_server:
1356         type: org.openecomp.capabilities.metric.Ceilometer
1357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1358         occurrences:
1359         - 1
1360         - UNBOUNDED
1361       endpoint_oam_server:
1362         type: tosca.capabilities.Endpoint.Admin
1363         occurrences:
1364         - 1
1365         - UNBOUNDED
1366       forwarder_oam_server_oam_server_port:
1367         type: org.openecomp.capabilities.Forwarder
1368         occurrences:
1369         - 1
1370         - UNBOUNDED
1371       network.outgoing.bytes.rate_oam_server_oam_server_port:
1372         type: org.openecomp.capabilities.metric.Ceilometer
1373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1374         occurrences:
1375         - 1
1376         - UNBOUNDED
1377       scalable_oam_server:
1378         type: tosca.capabilities.Scalable
1379         occurrences:
1380         - 1
1381         - UNBOUNDED
1382       disk.write.requests.rate_oam_server:
1383         type: org.openecomp.capabilities.metric.Ceilometer
1384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1385         occurrences:
1386         - 1
1387         - UNBOUNDED
1388       network.incoming.bytes_oam_server_oam_server_port:
1389         type: org.openecomp.capabilities.metric.Ceilometer
1390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1391         occurrences:
1392         - 1
1393         - UNBOUNDED
1394       disk.device.read.bytes.rate_oam_server:
1395         type: org.openecomp.capabilities.metric.Ceilometer
1396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1397         occurrences:
1398         - 1
1399         - UNBOUNDED
1400       disk.device.read.bytes_oam_server:
1401         type: org.openecomp.capabilities.metric.Ceilometer
1402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1403         occurrences:
1404         - 1
1405         - UNBOUNDED
1406       os_oam_server:
1407         type: tosca.capabilities.OperatingSystem
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411       disk.read.bytes_oam_server:
1412         type: org.openecomp.capabilities.metric.Ceilometer
1413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1414         occurrences:
1415         - 1
1416         - UNBOUNDED
1417       network.incoming.packets_oam_server_oam_server_port:
1418         type: org.openecomp.capabilities.metric.Ceilometer
1419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1420         occurrences:
1421         - 1
1422         - UNBOUNDED
1423       network.outgoing.packets.rate_oam_server_oam_server_port:
1424         type: org.openecomp.capabilities.metric.Ceilometer
1425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       disk.ephemeral.size_oam_server:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435   org.openecomp.resource.abstract.nodes.heat.nested1:
1436     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1437     properties:
1438       p1:
1439         type: string
1440         description: UID of OAM network
1441         required: true
1442         status: SUPPORTED
1443       ps_server_image:
1444         type: string
1445         description: Ps Image server
1446         required: true
1447         status: SUPPORTED
1448       p2:
1449         type: string
1450         description: UID of OAM network
1451         required: true
1452         status: SUPPORTED
1453       ps_server_ips:
1454         type: string
1455         required: true
1456         status: SUPPORTED
1457       net2:
1458         type: string
1459         description: Contrail V2 network
1460         required: true
1461         status: SUPPORTED
1462       net1:
1463         type: string
1464         description: Neutron network
1465         required: true
1466         status: SUPPORTED
1467       security_group_name:
1468         type: list
1469         description: CMAUI1, CMAUI2 server names
1470         required: true
1471         status: SUPPORTED
1472         entry_schema:
1473           type: string
1474       ps_server_flavor:
1475         type: string
1476         description: Flavor for PS server
1477         required: true
1478         status: SUPPORTED
1479       pd_server_names:
1480         type: list
1481         description: PD server names
1482         required: true
1483         status: SUPPORTED
1484         entry_schema:
1485           type: string
1486       pd_server_flavor:
1487         type: string
1488         description: Flavor for PD server
1489         required: true
1490         status: SUPPORTED
1491       ps_server_names:
1492         type: list
1493         description: Ps server names
1494         required: true
1495         status: SUPPORTED
1496         entry_schema:
1497           type: string
1498       pd_server_image:
1499         type: string
1500         description: PD Image server
1501         required: true
1502         status: SUPPORTED
1503       availability_zone_0:
1504         type: string
1505         description: availabilityzone name
1506         required: true
1507         status: SUPPORTED
1508       net:
1509         type: string
1510         required: true
1511         status: SUPPORTED
1512       pd_server_ips:
1513         type: string
1514         required: true
1515         status: SUPPORTED
1516     requirements:
1517     - dependency_server_ps:
1518         capability: tosca.capabilities.Node
1519         node: tosca.nodes.Root
1520         relationship: tosca.relationships.DependsOn
1521         occurrences:
1522         - 0
1523         - UNBOUNDED
1524     - local_storage_server_ps:
1525         capability: tosca.capabilities.Attachment
1526         node: tosca.nodes.BlockStorage
1527         relationship: tosca.relationships.AttachesTo
1528         occurrences:
1529         - 0
1530         - UNBOUNDED
1531     - dependency_ps_server_port:
1532         capability: tosca.capabilities.Node
1533         node: tosca.nodes.Root
1534         relationship: tosca.relationships.DependsOn
1535         occurrences:
1536         - 0
1537         - UNBOUNDED
1538     - link_ps_server_port:
1539         capability: tosca.capabilities.network.Linkable
1540         relationship: tosca.relationships.network.LinksTo
1541         occurrences:
1542         - 1
1543         - 1
1544     - dependency_pd_server_port:
1545         capability: tosca.capabilities.Node
1546         node: tosca.nodes.Root
1547         relationship: tosca.relationships.DependsOn
1548         occurrences:
1549         - 0
1550         - UNBOUNDED
1551     - link_pd_server_port:
1552         capability: tosca.capabilities.network.Linkable
1553         relationship: tosca.relationships.network.LinksTo
1554         occurrences:
1555         - 1
1556         - 1
1557     - dependency_server_pd:
1558         capability: tosca.capabilities.Node
1559         node: tosca.nodes.Root
1560         relationship: tosca.relationships.DependsOn
1561         occurrences:
1562         - 0
1563         - UNBOUNDED
1564     - local_storage_server_pd:
1565         capability: tosca.capabilities.Attachment
1566         node: tosca.nodes.BlockStorage
1567         relationship: tosca.relationships.AttachesTo
1568         occurrences:
1569         - 0
1570         - UNBOUNDED
1571     - dependency_test_nested2Level:
1572         capability: tosca.capabilities.Node
1573         node: tosca.nodes.Root
1574         relationship: tosca.relationships.DependsOn
1575         occurrences:
1576         - 0
1577         - UNBOUNDED
1578     - dependency_oam_server_port_test_nested2Level:
1579         capability: tosca.capabilities.Node
1580         node: tosca.nodes.Root
1581         relationship: tosca.relationships.DependsOn
1582         occurrences:
1583         - 0
1584         - UNBOUNDED
1585     - link_oam_server_port_test_nested2Level:
1586         capability: tosca.capabilities.network.Linkable
1587         relationship: tosca.relationships.network.LinksTo
1588         occurrences:
1589         - 1
1590         - 1
1591     - dependency_server_oam_test_nested2Level:
1592         capability: tosca.capabilities.Node
1593         node: tosca.nodes.Root
1594         relationship: tosca.relationships.DependsOn
1595         occurrences:
1596         - 0
1597         - UNBOUNDED
1598     - local_storage_server_oam_test_nested2Level:
1599         capability: tosca.capabilities.Attachment
1600         node: tosca.nodes.BlockStorage
1601         relationship: tosca.relationships.AttachesTo
1602         occurrences:
1603         - 0
1604         - UNBOUNDED
1605     - dependency_test_resourceGroup_test_nested2Level:
1606         capability: tosca.capabilities.Node
1607         node: tosca.nodes.Root
1608         relationship: tosca.relationships.DependsOn
1609         occurrences:
1610         - 0
1611         - UNBOUNDED
1612     - dependency_cmaui_port_7_test_resourceGroup_test_nested2Level:
1613         capability: tosca.capabilities.Node
1614         node: tosca.nodes.Root
1615         relationship: tosca.relationships.DependsOn
1616         occurrences:
1617         - 0
1618         - UNBOUNDED
1619     - link_cmaui_port_7_test_resourceGroup_test_nested2Level:
1620         capability: tosca.capabilities.network.Linkable
1621         relationship: tosca.relationships.network.LinksTo
1622         occurrences:
1623         - 1
1624         - 1
1625     - dependency_cmaui_port_8_test_resourceGroup_test_nested2Level:
1626         capability: tosca.capabilities.Node
1627         node: tosca.nodes.Root
1628         relationship: tosca.relationships.DependsOn
1629         occurrences:
1630         - 0
1631         - UNBOUNDED
1632     - link_cmaui_port_8_test_resourceGroup_test_nested2Level:
1633         capability: tosca.capabilities.network.Linkable
1634         relationship: tosca.relationships.network.LinksTo
1635         occurrences:
1636         - 1
1637         - 1
1638     - dependency_server_cmaui_test_resourceGroup_test_nested2Level:
1639         capability: tosca.capabilities.Node
1640         node: tosca.nodes.Root
1641         relationship: tosca.relationships.DependsOn
1642         occurrences:
1643         - 0
1644         - UNBOUNDED
1645     - local_storage_server_cmaui_test_resourceGroup_test_nested2Level:
1646         capability: tosca.capabilities.Attachment
1647         node: tosca.nodes.BlockStorage
1648         relationship: tosca.relationships.AttachesTo
1649         occurrences:
1650         - 0
1651         - UNBOUNDED
1652     - dependency_sm_server_port_test_nested2Level:
1653         capability: tosca.capabilities.Node
1654         node: tosca.nodes.Root
1655         relationship: tosca.relationships.DependsOn
1656         occurrences:
1657         - 0
1658         - UNBOUNDED
1659     - link_sm_server_port_test_nested2Level:
1660         capability: tosca.capabilities.network.Linkable
1661         relationship: tosca.relationships.network.LinksTo
1662         occurrences:
1663         - 1
1664         - 1
1665     - dependency_server_sm_test_nested2Level:
1666         capability: tosca.capabilities.Node
1667         node: tosca.nodes.Root
1668         relationship: tosca.relationships.DependsOn
1669         occurrences:
1670         - 0
1671         - UNBOUNDED
1672     - local_storage_server_sm_test_nested2Level:
1673         capability: tosca.capabilities.Attachment
1674         node: tosca.nodes.BlockStorage
1675         relationship: tosca.relationships.AttachesTo
1676         occurrences:
1677         - 0
1678         - UNBOUNDED
1679     capabilities:
1680       disk.device.allocation_server_sm_test_nested2Level:
1681         type: org.openecomp.capabilities.metric.Ceilometer
1682         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1683         occurrences:
1684         - 1
1685         - UNBOUNDED
1686       binding_server_sm_test_nested2Level:
1687         type: tosca.capabilities.network.Bindable
1688         occurrences:
1689         - 1
1690         - UNBOUNDED
1691       disk.write.bytes_server_ps:
1692         type: org.openecomp.capabilities.metric.Ceilometer
1693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1694         occurrences:
1695         - 1
1696         - UNBOUNDED
1697       disk.latency_server_sm_test_nested2Level:
1698         type: org.openecomp.capabilities.metric.Ceilometer
1699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1700         occurrences:
1701         - 1
1702         - UNBOUNDED
1703       network.outpoing.packets_cmaui_port_7_test_resourceGroup_test_nested2Level:
1704         type: org.openecomp.capabilities.metric.Ceilometer
1705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1706         occurrences:
1707         - 1
1708         - UNBOUNDED
1709       disk.device.write.requests_server_oam_test_nested2Level:
1710         type: org.openecomp.capabilities.metric.Ceilometer
1711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1712         occurrences:
1713         - 1
1714         - UNBOUNDED
1715       cpu.delta_server_sm_test_nested2Level:
1716         type: org.openecomp.capabilities.metric.Ceilometer
1717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1718         occurrences:
1719         - 1
1720         - UNBOUNDED
1721       memory.usage_server_sm_test_nested2Level:
1722         type: org.openecomp.capabilities.metric.Ceilometer
1723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1724         occurrences:
1725         - 1
1726         - UNBOUNDED
1727       disk.write.requests.rate_server_sm_test_nested2Level:
1728         type: org.openecomp.capabilities.metric.Ceilometer
1729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1730         occurrences:
1731         - 1
1732         - UNBOUNDED
1733       disk.read.requests_server_oam_test_nested2Level:
1734         type: org.openecomp.capabilities.metric.Ceilometer
1735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1736         occurrences:
1737         - 1
1738         - UNBOUNDED
1739       network.outgoing.bytes_cmaui_port_8_test_resourceGroup_test_nested2Level:
1740         type: org.openecomp.capabilities.metric.Ceilometer
1741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1742         occurrences:
1743         - 1
1744         - UNBOUNDED
1745       disk.device.write.bytes_server_sm_test_nested2Level:
1746         type: org.openecomp.capabilities.metric.Ceilometer
1747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751       network.outgoing.bytes_sm_server_port_test_nested2Level:
1752         type: org.openecomp.capabilities.metric.Ceilometer
1753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1754         occurrences:
1755         - 1
1756         - UNBOUNDED
1757       network.incoming.packets.rate_ps_server_port:
1758         type: org.openecomp.capabilities.metric.Ceilometer
1759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1760         occurrences:
1761         - 1
1762         - UNBOUNDED
1763       disk.device.allocation_server_pd:
1764         type: org.openecomp.capabilities.metric.Ceilometer
1765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1766         occurrences:
1767         - 1
1768         - UNBOUNDED
1769       binding_server_oam_test_nested2Level:
1770         type: tosca.capabilities.network.Bindable
1771         occurrences:
1772         - 1
1773         - UNBOUNDED
1774       instance_server_oam_test_nested2Level:
1775         type: org.openecomp.capabilities.metric.Ceilometer
1776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1777         occurrences:
1778         - 1
1779         - UNBOUNDED
1780       network.outgoing.packets.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
1781         type: org.openecomp.capabilities.metric.Ceilometer
1782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1783         occurrences:
1784         - 1
1785         - UNBOUNDED
1786       os_server_cmaui_test_resourceGroup_test_nested2Level:
1787         type: tosca.capabilities.OperatingSystem
1788         occurrences:
1789         - 1
1790         - UNBOUNDED
1791       forwarder_sm_server_port_test_nested2Level:
1792         type: org.openecomp.capabilities.Forwarder
1793         occurrences:
1794         - 1
1795         - UNBOUNDED
1796       disk.read.requests_server_sm_test_nested2Level:
1797         type: org.openecomp.capabilities.metric.Ceilometer
1798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1799         occurrences:
1800         - 1
1801         - UNBOUNDED
1802       vcpus_server_cmaui_test_resourceGroup_test_nested2Level:
1803         type: org.openecomp.capabilities.metric.Ceilometer
1804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1805         occurrences:
1806         - 1
1807         - UNBOUNDED
1808       instance_server_cmaui_test_resourceGroup_test_nested2Level:
1809         type: org.openecomp.capabilities.metric.Ceilometer
1810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1811         occurrences:
1812         - 1
1813         - UNBOUNDED
1814       feature_ps_server_port:
1815         type: tosca.capabilities.Node
1816         occurrences:
1817         - 1
1818         - UNBOUNDED
1819       cpu.delta_server_cmaui_test_resourceGroup_test_nested2Level:
1820         type: org.openecomp.capabilities.metric.Ceilometer
1821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1822         occurrences:
1823         - 1
1824         - UNBOUNDED
1825       binding_cmaui_port_8_test_resourceGroup_test_nested2Level:
1826         type: tosca.capabilities.network.Bindable
1827         valid_source_types:
1828         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1829         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1830         occurrences:
1831         - 0
1832         - UNBOUNDED
1833       disk.write.bytes_server_sm_test_nested2Level:
1834         type: org.openecomp.capabilities.metric.Ceilometer
1835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1836         occurrences:
1837         - 1
1838         - UNBOUNDED
1839       memory.resident_server_cmaui_test_resourceGroup_test_nested2Level:
1840         type: org.openecomp.capabilities.metric.Ceilometer
1841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1842         occurrences:
1843         - 1
1844         - UNBOUNDED
1845       disk.write.requests.rate_server_oam_test_nested2Level:
1846         type: org.openecomp.capabilities.metric.Ceilometer
1847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1848         occurrences:
1849         - 1
1850         - UNBOUNDED
1851       network.outgoing.bytes.rate_ps_server_port:
1852         type: org.openecomp.capabilities.metric.Ceilometer
1853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1854         occurrences:
1855         - 1
1856         - UNBOUNDED
1857       disk.device.read.bytes_server_ps:
1858         type: org.openecomp.capabilities.metric.Ceilometer
1859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1860         occurrences:
1861         - 1
1862         - UNBOUNDED
1863       disk.device.allocation_server_ps:
1864         type: org.openecomp.capabilities.metric.Ceilometer
1865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1866         occurrences:
1867         - 1
1868         - UNBOUNDED
1869       network.outgoing.packets.rate_ps_server_port:
1870         type: org.openecomp.capabilities.metric.Ceilometer
1871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1872         occurrences:
1873         - 1
1874         - UNBOUNDED
1875       binding_ps_server_port:
1876         type: tosca.capabilities.network.Bindable
1877         valid_source_types:
1878         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1879         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1880         occurrences:
1881         - 0
1882         - UNBOUNDED
1883       disk.read.bytes.rate_server_oam_test_nested2Level:
1884         type: org.openecomp.capabilities.metric.Ceilometer
1885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1886         occurrences:
1887         - 1
1888         - UNBOUNDED
1889       feature_server_oam_test_nested2Level:
1890         type: tosca.capabilities.Node
1891         occurrences:
1892         - 1
1893         - UNBOUNDED
1894       network.incoming.packets_pd_server_port:
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_test_resourceGroup_test_nested2Level:
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       cpu_util_server_oam_test_nested2Level:
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       network.outpoing.packets_ps_server_port:
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       disk.device.read.bytes_server_pd:
1919         type: org.openecomp.capabilities.metric.Ceilometer
1920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1921         occurrences:
1922         - 1
1923         - UNBOUNDED
1924       endpoint_server_oam_test_nested2Level:
1925         type: tosca.capabilities.Endpoint.Admin
1926         occurrences:
1927         - 1
1928         - UNBOUNDED
1929       disk.read.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
1930         type: org.openecomp.capabilities.metric.Ceilometer
1931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1932         occurrences:
1933         - 1
1934         - UNBOUNDED
1935       disk.capacity_server_oam_test_nested2Level:
1936         type: org.openecomp.capabilities.metric.Ceilometer
1937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1938         occurrences:
1939         - 1
1940         - UNBOUNDED
1941       disk.device.usage_server_cmaui_test_resourceGroup_test_nested2Level:
1942         type: org.openecomp.capabilities.metric.Ceilometer
1943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1944         occurrences:
1945         - 1
1946         - UNBOUNDED
1947       host_server_pd:
1948         type: tosca.capabilities.Container
1949         valid_source_types:
1950         - tosca.nodes.SoftwareComponent
1951         occurrences:
1952         - 1
1953         - UNBOUNDED
1954       network.outpoing.packets_sm_server_port_test_nested2Level:
1955         type: org.openecomp.capabilities.metric.Ceilometer
1956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       disk.ephemeral.size_server_pd:
1961         type: org.openecomp.capabilities.metric.Ceilometer
1962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1963         occurrences:
1964         - 1
1965         - UNBOUNDED
1966       disk.write.requests.rate_server_pd:
1967         type: org.openecomp.capabilities.metric.Ceilometer
1968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1969         occurrences:
1970         - 1
1971         - UNBOUNDED
1972       disk.capacity_server_cmaui_test_resourceGroup_test_nested2Level:
1973         type: org.openecomp.capabilities.metric.Ceilometer
1974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1975         occurrences:
1976         - 1
1977         - UNBOUNDED
1978       disk.device.usage_server_sm_test_nested2Level:
1979         type: org.openecomp.capabilities.metric.Ceilometer
1980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1981         occurrences:
1982         - 1
1983         - UNBOUNDED
1984       disk.ephemeral.size_server_oam_test_nested2Level:
1985         type: org.openecomp.capabilities.metric.Ceilometer
1986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1987         occurrences:
1988         - 1
1989         - UNBOUNDED
1990       network.incoming.bytes_pd_server_port:
1991         type: org.openecomp.capabilities.metric.Ceilometer
1992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1993         occurrences:
1994         - 1
1995         - UNBOUNDED
1996       disk.device.write.bytes.rate_server_sm_test_nested2Level:
1997         type: org.openecomp.capabilities.metric.Ceilometer
1998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1999         occurrences:
2000         - 1
2001         - UNBOUNDED
2002       feature_oam_server_port_test_nested2Level:
2003         type: tosca.capabilities.Node
2004         occurrences:
2005         - 1
2006         - UNBOUNDED
2007       disk.device.allocation_server_oam_test_nested2Level:
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       network.incoming.packets.rate_pd_server_port:
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       disk.allocation_server_oam_test_nested2Level:
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       feature_test_nested2Level:
2026         type: tosca.capabilities.Node
2027         occurrences:
2028         - 1
2029         - UNBOUNDED
2030       forwarder_cmaui_port_8_test_resourceGroup_test_nested2Level:
2031         type: org.openecomp.capabilities.Forwarder
2032         occurrences:
2033         - 1
2034         - UNBOUNDED
2035       disk.read.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
2036         type: org.openecomp.capabilities.metric.Ceilometer
2037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2038         occurrences:
2039         - 1
2040         - UNBOUNDED
2041       disk.ephemeral.size_server_ps:
2042         type: org.openecomp.capabilities.metric.Ceilometer
2043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2044         occurrences:
2045         - 1
2046         - UNBOUNDED
2047       memory.resident_server_sm_test_nested2Level:
2048         type: org.openecomp.capabilities.metric.Ceilometer
2049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2050         occurrences:
2051         - 1
2052         - UNBOUNDED
2053       disk.write.requests.rate_server_ps:
2054         type: org.openecomp.capabilities.metric.Ceilometer
2055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2056         occurrences:
2057         - 1
2058         - UNBOUNDED
2059       disk.usage_server_sm_test_nested2Level:
2060         type: org.openecomp.capabilities.metric.Ceilometer
2061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2062         occurrences:
2063         - 1
2064         - UNBOUNDED
2065       disk.device.capacity_server_sm_test_nested2Level:
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.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
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       disk.device.read.requests.rate_server_sm_test_nested2Level:
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.outgoing.bytes.rate_sm_server_port_test_nested2Level:
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       disk.device.write.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
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       disk.ephemeral.size_server_cmaui_test_resourceGroup_test_nested2Level:
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       feature_cmaui_port_7_test_resourceGroup_test_nested2Level:
2102         type: tosca.capabilities.Node
2103         occurrences:
2104         - 1
2105         - UNBOUNDED
2106       network.incoming.bytes_cmaui_port_8_test_resourceGroup_test_nested2Level:
2107         type: org.openecomp.capabilities.metric.Ceilometer
2108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2109         occurrences:
2110         - 1
2111         - UNBOUNDED
2112       network.incoming.packets_oam_server_port_test_nested2Level:
2113         type: org.openecomp.capabilities.metric.Ceilometer
2114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2115         occurrences:
2116         - 1
2117         - UNBOUNDED
2118       memory_server_sm_test_nested2Level:
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       disk.device.read.bytes.rate_server_sm_test_nested2Level:
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_pd_server_port:
2131         type: org.openecomp.capabilities.metric.Ceilometer
2132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2133         occurrences:
2134         - 1
2135         - UNBOUNDED
2136       feature_server_sm_test_nested2Level:
2137         type: tosca.capabilities.Node
2138         occurrences:
2139         - 1
2140         - UNBOUNDED
2141       network.incoming.packets.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
2142         type: org.openecomp.capabilities.metric.Ceilometer
2143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2144         occurrences:
2145         - 1
2146         - UNBOUNDED
2147       host_server_ps:
2148         type: tosca.capabilities.Container
2149         valid_source_types:
2150         - tosca.nodes.SoftwareComponent
2151         occurrences:
2152         - 1
2153         - UNBOUNDED
2154       network.incoming.packets_ps_server_port:
2155         type: org.openecomp.capabilities.metric.Ceilometer
2156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2157         occurrences:
2158         - 1
2159         - UNBOUNDED
2160       os_server_sm_test_nested2Level:
2161         type: tosca.capabilities.OperatingSystem
2162         occurrences:
2163         - 1
2164         - UNBOUNDED
2165       network.outgoing.bytes_ps_server_port:
2166         type: org.openecomp.capabilities.metric.Ceilometer
2167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2168         occurrences:
2169         - 1
2170         - UNBOUNDED
2171       memory_server_oam_test_nested2Level:
2172         type: org.openecomp.capabilities.metric.Ceilometer
2173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2174         occurrences:
2175         - 1
2176         - UNBOUNDED
2177       memory_server_cmaui_test_resourceGroup_test_nested2Level:
2178         type: org.openecomp.capabilities.metric.Ceilometer
2179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2180         occurrences:
2181         - 1
2182         - UNBOUNDED
2183       disk.device.read.requests.rate_server_oam_test_nested2Level:
2184         type: org.openecomp.capabilities.metric.Ceilometer
2185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2186         occurrences:
2187         - 1
2188         - UNBOUNDED
2189       network.outgoing.packets.rate_sm_server_port_test_nested2Level:
2190         type: org.openecomp.capabilities.metric.Ceilometer
2191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2192         occurrences:
2193         - 1
2194         - UNBOUNDED
2195       disk.device.write.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
2196         type: org.openecomp.capabilities.metric.Ceilometer
2197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2198         occurrences:
2199         - 1
2200         - UNBOUNDED
2201       disk.write.requests_server_oam_test_nested2Level:
2202         type: org.openecomp.capabilities.metric.Ceilometer
2203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2204         occurrences:
2205         - 1
2206         - UNBOUNDED
2207       disk.capacity_server_pd:
2208         type: org.openecomp.capabilities.metric.Ceilometer
2209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2210         occurrences:
2211         - 1
2212         - UNBOUNDED
2213       network.incoming.bytes_ps_server_port:
2214         type: org.openecomp.capabilities.metric.Ceilometer
2215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2216         occurrences:
2217         - 1
2218         - UNBOUNDED
2219       forwarder_ps_server_port:
2220         type: org.openecomp.capabilities.Forwarder
2221         occurrences:
2222         - 1
2223         - UNBOUNDED
2224       disk.device.capacity_server_pd:
2225         type: org.openecomp.capabilities.metric.Ceilometer
2226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2227         occurrences:
2228         - 1
2229         - UNBOUNDED
2230       disk.device.read.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2231         type: org.openecomp.capabilities.metric.Ceilometer
2232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2233         occurrences:
2234         - 1
2235         - UNBOUNDED
2236       network.incoming.bytes.rate_pd_server_port:
2237         type: org.openecomp.capabilities.metric.Ceilometer
2238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2239         occurrences:
2240         - 1
2241         - UNBOUNDED
2242       disk.device.read.requests_server_sm_test_nested2Level:
2243         type: org.openecomp.capabilities.metric.Ceilometer
2244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2245         occurrences:
2246         - 1
2247         - UNBOUNDED
2248       vcpus_server_ps:
2249         type: org.openecomp.capabilities.metric.Ceilometer
2250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2251         occurrences:
2252         - 1
2253         - UNBOUNDED
2254       disk.read.bytes_server_oam_test_nested2Level:
2255         type: org.openecomp.capabilities.metric.Ceilometer
2256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2257         occurrences:
2258         - 1
2259         - UNBOUNDED
2260       binding_sm_server_port_test_nested2Level:
2261         type: tosca.capabilities.network.Bindable
2262         valid_source_types:
2263         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2264         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2265         occurrences:
2266         - 0
2267         - UNBOUNDED
2268       disk.iops_server_sm_test_nested2Level:
2269         type: org.openecomp.capabilities.metric.Ceilometer
2270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2271         occurrences:
2272         - 1
2273         - UNBOUNDED
2274       network.incoming.packets.rate_sm_server_port_test_nested2Level:
2275         type: org.openecomp.capabilities.metric.Ceilometer
2276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2277         occurrences:
2278         - 1
2279         - UNBOUNDED
2280       forwarder_oam_server_port_test_nested2Level:
2281         type: org.openecomp.capabilities.Forwarder
2282         occurrences:
2283         - 1
2284         - UNBOUNDED
2285       disk.capacity_server_ps:
2286         type: org.openecomp.capabilities.metric.Ceilometer
2287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2288         occurrences:
2289         - 1
2290         - UNBOUNDED
2291       network.incoming.bytes.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
2292         type: org.openecomp.capabilities.metric.Ceilometer
2293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2294         occurrences:
2295         - 1
2296         - UNBOUNDED
2297       network.incoming.bytes_oam_server_port_test_nested2Level:
2298         type: org.openecomp.capabilities.metric.Ceilometer
2299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2300         occurrences:
2301         - 1
2302         - UNBOUNDED
2303       host_server_sm_test_nested2Level:
2304         type: tosca.capabilities.Container
2305         valid_source_types:
2306         - tosca.nodes.SoftwareComponent
2307         occurrences:
2308         - 1
2309         - UNBOUNDED
2310       network.incoming.bytes.rate_sm_server_port_test_nested2Level:
2311         type: org.openecomp.capabilities.metric.Ceilometer
2312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2313         occurrences:
2314         - 1
2315         - UNBOUNDED
2316       disk.device.capacity_server_oam_test_nested2Level:
2317         type: org.openecomp.capabilities.metric.Ceilometer
2318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2319         occurrences:
2320         - 1
2321         - UNBOUNDED
2322       network.outgoing.bytes.rate_oam_server_port_test_nested2Level:
2323         type: org.openecomp.capabilities.metric.Ceilometer
2324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2325         occurrences:
2326         - 1
2327         - UNBOUNDED
2328       endpoint_server_cmaui_test_resourceGroup_test_nested2Level:
2329         type: tosca.capabilities.Endpoint.Admin
2330         occurrences:
2331         - 1
2332         - UNBOUNDED
2333       vcpus_server_sm_test_nested2Level:
2334         type: org.openecomp.capabilities.metric.Ceilometer
2335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2336         occurrences:
2337         - 1
2338         - UNBOUNDED
2339       network.incoming.packets_cmaui_port_7_test_resourceGroup_test_nested2Level:
2340         type: org.openecomp.capabilities.metric.Ceilometer
2341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2342         occurrences:
2343         - 1
2344         - UNBOUNDED
2345       disk.usage_server_cmaui_test_resourceGroup_test_nested2Level:
2346         type: org.openecomp.capabilities.metric.Ceilometer
2347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2348         occurrences:
2349         - 1
2350         - UNBOUNDED
2351       cpu_util_server_cmaui_test_resourceGroup_test_nested2Level:
2352         type: org.openecomp.capabilities.metric.Ceilometer
2353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2354         occurrences:
2355         - 1
2356         - UNBOUNDED
2357       host_server_cmaui_test_resourceGroup_test_nested2Level:
2358         type: tosca.capabilities.Container
2359         valid_source_types:
2360         - tosca.nodes.SoftwareComponent
2361         occurrences:
2362         - 1
2363         - UNBOUNDED
2364       instance_server_pd:
2365         type: org.openecomp.capabilities.metric.Ceilometer
2366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2367         occurrences:
2368         - 1
2369         - UNBOUNDED
2370       disk.device.write.requests.rate_server_sm_test_nested2Level:
2371         type: org.openecomp.capabilities.metric.Ceilometer
2372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2373         occurrences:
2374         - 1
2375         - UNBOUNDED
2376       disk.device.allocation_server_cmaui_test_resourceGroup_test_nested2Level:
2377         type: org.openecomp.capabilities.metric.Ceilometer
2378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2379         occurrences:
2380         - 1
2381         - UNBOUNDED
2382       feature_pd_server_port:
2383         type: tosca.capabilities.Node
2384         occurrences:
2385         - 1
2386         - UNBOUNDED
2387       disk.read.bytes_server_ps:
2388         type: org.openecomp.capabilities.metric.Ceilometer
2389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2390         occurrences:
2391         - 1
2392         - UNBOUNDED
2393       cpu_server_ps:
2394         type: org.openecomp.capabilities.metric.Ceilometer
2395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2396         occurrences:
2397         - 1
2398         - UNBOUNDED
2399       cpu.delta_server_pd:
2400         type: org.openecomp.capabilities.metric.Ceilometer
2401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2402         occurrences:
2403         - 1
2404         - UNBOUNDED
2405       instance_server_ps:
2406         type: org.openecomp.capabilities.metric.Ceilometer
2407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2408         occurrences:
2409         - 1
2410         - UNBOUNDED
2411       network.incoming.packets.rate_oam_server_port_test_nested2Level:
2412         type: org.openecomp.capabilities.metric.Ceilometer
2413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2414         occurrences:
2415         - 1
2416         - UNBOUNDED
2417       disk.read.bytes.rate_server_ps:
2418         type: org.openecomp.capabilities.metric.Ceilometer
2419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2420         occurrences:
2421         - 1
2422         - UNBOUNDED
2423       disk.latency_server_pd:
2424         type: org.openecomp.capabilities.metric.Ceilometer
2425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2426         occurrences:
2427         - 1
2428         - UNBOUNDED
2429       disk.root.size_server_sm_test_nested2Level:
2430         type: org.openecomp.capabilities.metric.Ceilometer
2431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2432         occurrences:
2433         - 1
2434         - UNBOUNDED
2435       network.outgoing.packets.rate_oam_server_port_test_nested2Level:
2436         type: org.openecomp.capabilities.metric.Ceilometer
2437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2438         occurrences:
2439         - 1
2440         - UNBOUNDED
2441       scalable_server_sm_test_nested2Level:
2442         type: tosca.capabilities.Scalable
2443         occurrences:
2444         - 1
2445         - UNBOUNDED
2446       cpu.delta_server_ps:
2447         type: org.openecomp.capabilities.metric.Ceilometer
2448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2449         occurrences:
2450         - 1
2451         - UNBOUNDED
2452       disk.root.size_server_cmaui_test_resourceGroup_test_nested2Level:
2453         type: org.openecomp.capabilities.metric.Ceilometer
2454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2455         occurrences:
2456         - 1
2457         - UNBOUNDED
2458       attachment_oam_server_port_test_nested2Level:
2459         type: tosca.capabilities.Attachment
2460         occurrences:
2461         - 1
2462         - UNBOUNDED
2463       disk.latency_server_ps:
2464         type: org.openecomp.capabilities.metric.Ceilometer
2465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2466         occurrences:
2467         - 1
2468         - UNBOUNDED
2469       disk.device.write.requests.rate_server_ps:
2470         type: org.openecomp.capabilities.metric.Ceilometer
2471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2472         occurrences:
2473         - 1
2474         - UNBOUNDED
2475       disk.root.size_server_oam_test_nested2Level:
2476         type: org.openecomp.capabilities.metric.Ceilometer
2477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2478         occurrences:
2479         - 1
2480         - UNBOUNDED
2481       disk.device.latency_server_pd:
2482         type: org.openecomp.capabilities.metric.Ceilometer
2483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2484         occurrences:
2485         - 1
2486         - UNBOUNDED
2487       disk.write.requests_server_sm_test_nested2Level:
2488         type: org.openecomp.capabilities.metric.Ceilometer
2489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2490         occurrences:
2491         - 1
2492         - UNBOUNDED
2493       memory.usage_server_cmaui_test_resourceGroup_test_nested2Level:
2494         type: org.openecomp.capabilities.metric.Ceilometer
2495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2496         occurrences:
2497         - 1
2498         - UNBOUNDED
2499       disk.device.capacity_server_ps:
2500         type: org.openecomp.capabilities.metric.Ceilometer
2501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2502         occurrences:
2503         - 1
2504         - UNBOUNDED
2505       disk.device.iops_server_oam_test_nested2Level:
2506         type: org.openecomp.capabilities.metric.Ceilometer
2507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2508         occurrences:
2509         - 1
2510         - UNBOUNDED
2511       scalable_server_pd:
2512         type: tosca.capabilities.Scalable
2513         occurrences:
2514         - 1
2515         - UNBOUNDED
2516       cpu.delta_server_oam_test_nested2Level:
2517         type: org.openecomp.capabilities.metric.Ceilometer
2518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       disk.device.latency_server_ps:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       disk.device.write.requests.rate_server_pd:
2529         type: org.openecomp.capabilities.metric.Ceilometer
2530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2531         occurrences:
2532         - 1
2533         - UNBOUNDED
2534       disk.device.read.bytes_server_oam_test_nested2Level:
2535         type: org.openecomp.capabilities.metric.Ceilometer
2536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2537         occurrences:
2538         - 1
2539         - UNBOUNDED
2540       scalable_server_ps:
2541         type: tosca.capabilities.Scalable
2542         occurrences:
2543         - 1
2544         - UNBOUNDED
2545       cpu_server_pd:
2546         type: org.openecomp.capabilities.metric.Ceilometer
2547         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2548         occurrences:
2549         - 1
2550         - UNBOUNDED
2551       feature_server_cmaui_test_resourceGroup_test_nested2Level:
2552         type: tosca.capabilities.Node
2553         occurrences:
2554         - 1
2555         - UNBOUNDED
2556       endpoint_server_sm_test_nested2Level:
2557         type: tosca.capabilities.Endpoint.Admin
2558         occurrences:
2559         - 1
2560         - UNBOUNDED
2561       disk.device.read.bytes.rate_server_oam_test_nested2Level:
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       vcpus_server_oam_test_nested2Level:
2568         type: org.openecomp.capabilities.metric.Ceilometer
2569         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2570         occurrences:
2571         - 1
2572         - UNBOUNDED
2573       disk.iops_server_pd:
2574         type: org.openecomp.capabilities.metric.Ceilometer
2575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2576         occurrences:
2577         - 1
2578         - UNBOUNDED
2579       disk.device.read.bytes.rate_server_pd:
2580         type: org.openecomp.capabilities.metric.Ceilometer
2581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2582         occurrences:
2583         - 1
2584         - UNBOUNDED
2585       disk.write.bytes_server_oam_test_nested2Level:
2586         type: org.openecomp.capabilities.metric.Ceilometer
2587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2588         occurrences:
2589         - 1
2590         - UNBOUNDED
2591       disk.iops_server_oam_test_nested2Level:
2592         type: org.openecomp.capabilities.metric.Ceilometer
2593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2594         occurrences:
2595         - 1
2596         - UNBOUNDED
2597       disk.device.read.requests_server_pd:
2598         type: org.openecomp.capabilities.metric.Ceilometer
2599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2600         occurrences:
2601         - 1
2602         - UNBOUNDED
2603       network.incoming.packets_cmaui_port_8_test_resourceGroup_test_nested2Level:
2604         type: org.openecomp.capabilities.metric.Ceilometer
2605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2606         occurrences:
2607         - 1
2608         - UNBOUNDED
2609       disk.read.bytes.rate_server_sm_test_nested2Level:
2610         type: org.openecomp.capabilities.metric.Ceilometer
2611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2612         occurrences:
2613         - 1
2614         - UNBOUNDED
2615       disk.iops_server_ps:
2616         type: org.openecomp.capabilities.metric.Ceilometer
2617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2618         occurrences:
2619         - 1
2620         - UNBOUNDED
2621       disk.device.read.bytes.rate_server_ps:
2622         type: org.openecomp.capabilities.metric.Ceilometer
2623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2624         occurrences:
2625         - 1
2626         - UNBOUNDED
2627       network.outgoing.bytes_oam_server_port_test_nested2Level:
2628         type: org.openecomp.capabilities.metric.Ceilometer
2629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2630         occurrences:
2631         - 1
2632         - UNBOUNDED
2633       binding_server_ps:
2634         type: tosca.capabilities.network.Bindable
2635         occurrences:
2636         - 1
2637         - UNBOUNDED
2638       attachment_ps_server_port:
2639         type: tosca.capabilities.Attachment
2640         occurrences:
2641         - 1
2642         - UNBOUNDED
2643       disk.device.read.requests_server_ps:
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       memory.usage_server_pd:
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.ephemeral.size_server_sm_test_nested2Level:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       disk.device.write.requests.rate_server_cmaui_test_resourceGroup_test_nested2Level:
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       disk.read.bytes.rate_server_pd:
2668         type: org.openecomp.capabilities.metric.Ceilometer
2669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2670         occurrences:
2671         - 1
2672         - UNBOUNDED
2673       os_server_oam_test_nested2Level:
2674         type: tosca.capabilities.OperatingSystem
2675         occurrences:
2676         - 1
2677         - UNBOUNDED
2678       memory_server_pd:
2679         type: org.openecomp.capabilities.metric.Ceilometer
2680         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2681         occurrences:
2682         - 1
2683         - UNBOUNDED
2684       disk.device.read.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2685         type: org.openecomp.capabilities.metric.Ceilometer
2686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2687         occurrences:
2688         - 1
2689         - UNBOUNDED
2690       forwarder_cmaui_port_7_test_resourceGroup_test_nested2Level:
2691         type: org.openecomp.capabilities.Forwarder
2692         occurrences:
2693         - 1
2694         - UNBOUNDED
2695       disk.device.write.requests_server_pd:
2696         type: org.openecomp.capabilities.metric.Ceilometer
2697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2698         occurrences:
2699         - 1
2700         - UNBOUNDED
2701       network.incoming.bytes.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
2702         type: org.openecomp.capabilities.metric.Ceilometer
2703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2704         occurrences:
2705         - 1
2706         - UNBOUNDED
2707       feature_sm_server_port_test_nested2Level:
2708         type: tosca.capabilities.Node
2709         occurrences:
2710         - 1
2711         - UNBOUNDED
2712       memory.usage_server_ps:
2713         type: org.openecomp.capabilities.metric.Ceilometer
2714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2715         occurrences:
2716         - 1
2717         - UNBOUNDED
2718       disk.read.bytes_server_pd:
2719         type: org.openecomp.capabilities.metric.Ceilometer
2720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2721         occurrences:
2722         - 1
2723         - UNBOUNDED
2724       disk.device.write.requests_server_ps:
2725         type: org.openecomp.capabilities.metric.Ceilometer
2726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2727         occurrences:
2728         - 1
2729         - UNBOUNDED
2730       disk.latency_server_cmaui_test_resourceGroup_test_nested2Level:
2731         type: org.openecomp.capabilities.metric.Ceilometer
2732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2733         occurrences:
2734         - 1
2735         - UNBOUNDED
2736       network.outpoing.packets_cmaui_port_8_test_resourceGroup_test_nested2Level:
2737         type: org.openecomp.capabilities.metric.Ceilometer
2738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2739         occurrences:
2740         - 1
2741         - UNBOUNDED
2742       network.incoming.bytes.rate_oam_server_port_test_nested2Level:
2743         type: org.openecomp.capabilities.metric.Ceilometer
2744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2745         occurrences:
2746         - 1
2747         - UNBOUNDED
2748       vcpus_server_pd:
2749         type: org.openecomp.capabilities.metric.Ceilometer
2750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2751         occurrences:
2752         - 1
2753         - UNBOUNDED
2754       cpu_server_oam_test_nested2Level:
2755         type: org.openecomp.capabilities.metric.Ceilometer
2756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2757         occurrences:
2758         - 1
2759         - UNBOUNDED
2760       network.incoming.bytes.rate_ps_server_port:
2761         type: org.openecomp.capabilities.metric.Ceilometer
2762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2763         occurrences:
2764         - 1
2765         - UNBOUNDED
2766       disk.write.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2767         type: org.openecomp.capabilities.metric.Ceilometer
2768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2769         occurrences:
2770         - 1
2771         - UNBOUNDED
2772       host_server_oam_test_nested2Level:
2773         type: tosca.capabilities.Container
2774         valid_source_types:
2775         - tosca.nodes.SoftwareComponent
2776         occurrences:
2777         - 1
2778         - UNBOUNDED
2779       memory_server_ps:
2780         type: org.openecomp.capabilities.metric.Ceilometer
2781         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2782         occurrences:
2783         - 1
2784         - UNBOUNDED
2785       disk.device.write.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2786         type: org.openecomp.capabilities.metric.Ceilometer
2787         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2788         occurrences:
2789         - 1
2790         - UNBOUNDED
2791       attachment_pd_server_port:
2792         type: tosca.capabilities.Attachment
2793         occurrences:
2794         - 1
2795         - UNBOUNDED
2796       disk.write.requests_server_pd:
2797         type: org.openecomp.capabilities.metric.Ceilometer
2798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2799         occurrences:
2800         - 1
2801         - UNBOUNDED
2802       scalable_server_oam_test_nested2Level:
2803         type: tosca.capabilities.Scalable
2804         occurrences:
2805         - 1
2806         - UNBOUNDED
2807       network.incoming.bytes_cmaui_port_7_test_resourceGroup_test_nested2Level:
2808         type: org.openecomp.capabilities.metric.Ceilometer
2809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2810         occurrences:
2811         - 1
2812         - UNBOUNDED
2813       disk.device.latency_server_sm_test_nested2Level:
2814         type: org.openecomp.capabilities.metric.Ceilometer
2815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2816         occurrences:
2817         - 1
2818         - UNBOUNDED
2819       disk.allocation_server_sm_test_nested2Level:
2820         type: org.openecomp.capabilities.metric.Ceilometer
2821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2822         occurrences:
2823         - 1
2824         - UNBOUNDED
2825       disk.device.write.bytes_server_ps:
2826         type: org.openecomp.capabilities.metric.Ceilometer
2827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2828         occurrences:
2829         - 1
2830         - UNBOUNDED
2831       disk.root.size_server_ps:
2832         type: org.openecomp.capabilities.metric.Ceilometer
2833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2834         occurrences:
2835         - 1
2836         - UNBOUNDED
2837       disk.device.read.requests.rate_server_ps:
2838         type: org.openecomp.capabilities.metric.Ceilometer
2839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2840         occurrences:
2841         - 1
2842         - UNBOUNDED
2843       network.outgoing.bytes_pd_server_port:
2844         type: org.openecomp.capabilities.metric.Ceilometer
2845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2846         occurrences:
2847         - 1
2848         - UNBOUNDED
2849       feature_cmaui_port_8_test_resourceGroup_test_nested2Level:
2850         type: tosca.capabilities.Node
2851         occurrences:
2852         - 1
2853         - UNBOUNDED
2854       disk.write.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2855         type: org.openecomp.capabilities.metric.Ceilometer
2856         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2857         occurrences:
2858         - 1
2859         - UNBOUNDED
2860       disk.device.usage_server_oam_test_nested2Level:
2861         type: org.openecomp.capabilities.metric.Ceilometer
2862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2863         occurrences:
2864         - 1
2865         - UNBOUNDED
2866       disk.write.requests_server_ps:
2867         type: org.openecomp.capabilities.metric.Ceilometer
2868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2869         occurrences:
2870         - 1
2871         - UNBOUNDED
2872       network.incoming.bytes_sm_server_port_test_nested2Level:
2873         type: org.openecomp.capabilities.metric.Ceilometer
2874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2875         occurrences:
2876         - 1
2877         - UNBOUNDED
2878       binding_server_pd:
2879         type: tosca.capabilities.network.Bindable
2880         occurrences:
2881         - 1
2882         - UNBOUNDED
2883       network.outgoing.bytes_cmaui_port_7_test_resourceGroup_test_nested2Level:
2884         type: org.openecomp.capabilities.metric.Ceilometer
2885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2886         occurrences:
2887         - 1
2888         - UNBOUNDED
2889       disk.device.read.bytes.rate_server_cmaui_test_resourceGroup_test_nested2Level:
2890         type: org.openecomp.capabilities.metric.Ceilometer
2891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2892         occurrences:
2893         - 1
2894         - UNBOUNDED
2895       disk.root.size_server_pd:
2896         type: org.openecomp.capabilities.metric.Ceilometer
2897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2898         occurrences:
2899         - 1
2900         - UNBOUNDED
2901       memory.resident_server_oam_test_nested2Level:
2902         type: org.openecomp.capabilities.metric.Ceilometer
2903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2904         occurrences:
2905         - 1
2906         - UNBOUNDED
2907       disk.device.read.requests.rate_server_pd:
2908         type: org.openecomp.capabilities.metric.Ceilometer
2909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2910         occurrences:
2911         - 1
2912         - UNBOUNDED
2913       disk.device.write.bytes_server_pd:
2914         type: org.openecomp.capabilities.metric.Ceilometer
2915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2916         occurrences:
2917         - 1
2918         - UNBOUNDED
2919       memory.usage_server_oam_test_nested2Level:
2920         type: org.openecomp.capabilities.metric.Ceilometer
2921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2922         occurrences:
2923         - 1
2924         - UNBOUNDED
2925       disk.device.write.requests_server_sm_test_nested2Level:
2926         type: org.openecomp.capabilities.metric.Ceilometer
2927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2928         occurrences:
2929         - 1
2930         - UNBOUNDED
2931       memory.resident_server_pd:
2932         type: org.openecomp.capabilities.metric.Ceilometer
2933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2934         occurrences:
2935         - 1
2936         - UNBOUNDED
2937       disk.usage_server_ps:
2938         type: org.openecomp.capabilities.metric.Ceilometer
2939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2940         occurrences:
2941         - 1
2942         - UNBOUNDED
2943       cpu_util_server_pd:
2944         type: org.openecomp.capabilities.metric.Ceilometer
2945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2946         occurrences:
2947         - 1
2948         - UNBOUNDED
2949       endpoint_server_ps:
2950         type: tosca.capabilities.Endpoint.Admin
2951         occurrences:
2952         - 1
2953         - UNBOUNDED
2954       disk.read.bytes_server_sm_test_nested2Level:
2955         type: org.openecomp.capabilities.metric.Ceilometer
2956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2957         occurrences:
2958         - 1
2959         - UNBOUNDED
2960       attachment_cmaui_port_8_test_resourceGroup_test_nested2Level:
2961         type: tosca.capabilities.Attachment
2962         occurrences:
2963         - 1
2964         - UNBOUNDED
2965       disk.read.requests_server_ps:
2966         type: org.openecomp.capabilities.metric.Ceilometer
2967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2968         occurrences:
2969         - 1
2970         - UNBOUNDED
2971       memory.resident_server_ps:
2972         type: org.openecomp.capabilities.metric.Ceilometer
2973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2974         occurrences:
2975         - 1
2976         - UNBOUNDED
2977       disk.read.requests_server_cmaui_test_resourceGroup_test_nested2Level:
2978         type: org.openecomp.capabilities.metric.Ceilometer
2979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2980         occurrences:
2981         - 1
2982         - UNBOUNDED
2983       disk.usage_server_pd:
2984         type: org.openecomp.capabilities.metric.Ceilometer
2985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2986         occurrences:
2987         - 1
2988         - UNBOUNDED
2989       binding_cmaui_port_7_test_resourceGroup_test_nested2Level:
2990         type: tosca.capabilities.network.Bindable
2991         valid_source_types:
2992         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2993         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2994         occurrences:
2995         - 0
2996         - UNBOUNDED
2997       endpoint_server_pd:
2998         type: tosca.capabilities.Endpoint.Admin
2999         occurrences:
3000         - 1
3001         - UNBOUNDED
3002       cpu_util_server_ps:
3003         type: org.openecomp.capabilities.metric.Ceilometer
3004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3005         occurrences:
3006         - 1
3007         - UNBOUNDED
3008       forwarder_pd_server_port:
3009         type: org.openecomp.capabilities.Forwarder
3010         occurrences:
3011         - 1
3012         - UNBOUNDED
3013       disk.write.bytes.rate_server_oam_test_nested2Level:
3014         type: org.openecomp.capabilities.metric.Ceilometer
3015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3016         occurrences:
3017         - 1
3018         - UNBOUNDED
3019       network.outpoing.packets_oam_server_port_test_nested2Level:
3020         type: org.openecomp.capabilities.metric.Ceilometer
3021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3022         occurrences:
3023         - 1
3024         - UNBOUNDED
3025       disk.allocation_server_pd:
3026         type: org.openecomp.capabilities.metric.Ceilometer
3027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3028         occurrences:
3029         - 1
3030         - UNBOUNDED
3031       disk.write.bytes_server_cmaui_test_resourceGroup_test_nested2Level:
3032         type: org.openecomp.capabilities.metric.Ceilometer
3033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3034         occurrences:
3035         - 1
3036         - UNBOUNDED
3037       disk.device.write.bytes_server_oam_test_nested2Level:
3038         type: org.openecomp.capabilities.metric.Ceilometer
3039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3040         occurrences:
3041         - 1
3042         - UNBOUNDED
3043       disk.device.usage_server_pd:
3044         type: org.openecomp.capabilities.metric.Ceilometer
3045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3046         occurrences:
3047         - 1
3048         - UNBOUNDED
3049       disk.allocation_server_ps:
3050         type: org.openecomp.capabilities.metric.Ceilometer
3051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3052         occurrences:
3053         - 1
3054         - UNBOUNDED
3055       disk.latency_server_oam_test_nested2Level:
3056         type: org.openecomp.capabilities.metric.Ceilometer
3057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3058         occurrences:
3059         - 1
3060         - UNBOUNDED
3061       scalable_server_cmaui_test_resourceGroup_test_nested2Level:
3062         type: tosca.capabilities.Scalable
3063         occurrences:
3064         - 1
3065         - UNBOUNDED
3066       disk.write.requests.rate_server_cmaui_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       disk.device.read.bytes_server_cmaui_test_resourceGroup_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       disk.device.write.requests.rate_server_oam_test_nested2Level:
3079         type: org.openecomp.capabilities.metric.Ceilometer
3080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3081         occurrences:
3082         - 1
3083         - UNBOUNDED
3084       disk.device.usage_server_ps:
3085         type: org.openecomp.capabilities.metric.Ceilometer
3086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3087         occurrences:
3088         - 1
3089         - UNBOUNDED
3090       instance_server_sm_test_nested2Level:
3091         type: org.openecomp.capabilities.metric.Ceilometer
3092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3093         occurrences:
3094         - 1
3095         - UNBOUNDED
3096       disk.device.write.bytes.rate_server_oam_test_nested2Level:
3097         type: org.openecomp.capabilities.metric.Ceilometer
3098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3099         occurrences:
3100         - 1
3101         - UNBOUNDED
3102       disk.device.latency_server_oam_test_nested2Level:
3103         type: org.openecomp.capabilities.metric.Ceilometer
3104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3105         occurrences:
3106         - 1
3107         - UNBOUNDED
3108       network.outgoing.packets.rate_cmaui_port_7_test_resourceGroup_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       disk.device.write.bytes.rate_server_ps:
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.write.bytes.rate_server_ps:
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       network.outgoing.bytes.rate_pd_server_port:
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       disk.device.iops_server_sm_test_nested2Level:
3133         type: org.openecomp.capabilities.metric.Ceilometer
3134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3135         occurrences:
3136         - 1
3137         - UNBOUNDED
3138       network.outgoing.packets.rate_pd_server_port:
3139         type: org.openecomp.capabilities.metric.Ceilometer
3140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3141         occurrences:
3142         - 1
3143         - UNBOUNDED
3144       binding_pd_server_port:
3145         type: tosca.capabilities.network.Bindable
3146         valid_source_types:
3147         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3148         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3149         occurrences:
3150         - 0
3151         - UNBOUNDED
3152       disk.write.bytes.rate_server_sm_test_nested2Level:
3153         type: org.openecomp.capabilities.metric.Ceilometer
3154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3155         occurrences:
3156         - 1
3157         - UNBOUNDED
3158       disk.device.iops_server_cmaui_test_resourceGroup_test_nested2Level:
3159         type: org.openecomp.capabilities.metric.Ceilometer
3160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3161         occurrences:
3162         - 1
3163         - UNBOUNDED
3164       disk.device.capacity_server_cmaui_test_resourceGroup_test_nested2Level:
3165         type: org.openecomp.capabilities.metric.Ceilometer
3166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3167         occurrences:
3168         - 1
3169         - UNBOUNDED
3170       disk.allocation_server_cmaui_test_resourceGroup_test_nested2Level:
3171         type: org.openecomp.capabilities.metric.Ceilometer
3172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3173         occurrences:
3174         - 1
3175         - UNBOUNDED
3176       disk.device.write.bytes.rate_server_pd:
3177         type: org.openecomp.capabilities.metric.Ceilometer
3178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3179         occurrences:
3180         - 1
3181         - UNBOUNDED
3182       disk.device.read.requests_server_oam_test_nested2Level:
3183         type: org.openecomp.capabilities.metric.Ceilometer
3184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3185         occurrences:
3186         - 1
3187         - UNBOUNDED
3188       os_server_ps:
3189         type: tosca.capabilities.OperatingSystem
3190         occurrences:
3191         - 1
3192         - UNBOUNDED
3193       cpu_util_server_sm_test_nested2Level:
3194         type: org.openecomp.capabilities.metric.Ceilometer
3195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3196         occurrences:
3197         - 1
3198         - UNBOUNDED
3199       disk.usage_server_oam_test_nested2Level:
3200         type: org.openecomp.capabilities.metric.Ceilometer
3201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3202         occurrences:
3203         - 1
3204         - UNBOUNDED
3205       binding_server_cmaui_test_resourceGroup_test_nested2Level:
3206         type: tosca.capabilities.network.Bindable
3207         occurrences:
3208         - 1
3209         - UNBOUNDED
3210       binding_oam_server_port_test_nested2Level:
3211         type: tosca.capabilities.network.Bindable
3212         valid_source_types:
3213         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3214         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3215         occurrences:
3216         - 0
3217         - UNBOUNDED
3218       network.outgoing.bytes.rate_cmaui_port_8_test_resourceGroup_test_nested2Level:
3219         type: org.openecomp.capabilities.metric.Ceilometer
3220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3221         occurrences:
3222         - 1
3223         - UNBOUNDED
3224       feature_server_ps:
3225         type: tosca.capabilities.Node
3226         occurrences:
3227         - 1
3228         - UNBOUNDED
3229       disk.device.iops_server_pd:
3230         type: org.openecomp.capabilities.metric.Ceilometer
3231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3232         occurrences:
3233         - 1
3234         - UNBOUNDED
3235       disk.read.requests_server_pd:
3236         type: org.openecomp.capabilities.metric.Ceilometer
3237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3238         occurrences:
3239         - 1
3240         - UNBOUNDED
3241       os_server_pd:
3242         type: tosca.capabilities.OperatingSystem
3243         occurrences:
3244         - 1
3245         - UNBOUNDED
3246       network.outgoing.bytes.rate_cmaui_port_7_test_resourceGroup_test_nested2Level:
3247         type: org.openecomp.capabilities.metric.Ceilometer
3248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3249         occurrences:
3250         - 1
3251         - UNBOUNDED
3252       cpu_server_sm_test_nested2Level:
3253         type: org.openecomp.capabilities.metric.Ceilometer
3254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3255         occurrences:
3256         - 1
3257         - UNBOUNDED
3258       disk.write.bytes_server_pd:
3259         type: org.openecomp.capabilities.metric.Ceilometer
3260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3261         occurrences:
3262         - 1
3263         - UNBOUNDED
3264       disk.write.bytes.rate_server_pd:
3265         type: org.openecomp.capabilities.metric.Ceilometer
3266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3267         occurrences:
3268         - 1
3269         - UNBOUNDED
3270       disk.device.read.bytes_server_sm_test_nested2Level:
3271         type: org.openecomp.capabilities.metric.Ceilometer
3272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3273         occurrences:
3274         - 1
3275         - UNBOUNDED
3276       network.incoming.packets_sm_server_port_test_nested2Level:
3277         type: org.openecomp.capabilities.metric.Ceilometer
3278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3279         occurrences:
3280         - 1
3281         - UNBOUNDED
3282       disk.device.iops_server_ps:
3283         type: org.openecomp.capabilities.metric.Ceilometer
3284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3285         occurrences:
3286         - 1
3287         - UNBOUNDED
3288       feature_server_pd:
3289         type: tosca.capabilities.Node
3290         occurrences:
3291         - 1
3292         - UNBOUNDED
3293       disk.device.latency_server_cmaui_test_resourceGroup_test_nested2Level:
3294         type: org.openecomp.capabilities.metric.Ceilometer
3295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3296         occurrences:
3297         - 1
3298         - UNBOUNDED
3299       feature_test_resourceGroup_test_nested2Level:
3300         type: tosca.capabilities.Node
3301         occurrences:
3302         - 1
3303         - UNBOUNDED
3304       attachment_sm_server_port_test_nested2Level:
3305         type: tosca.capabilities.Attachment
3306         occurrences:
3307         - 1
3308         - UNBOUNDED
3309       disk.capacity_server_sm_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       disk.iops_server_cmaui_test_resourceGroup_test_nested2Level:
3316         type: org.openecomp.capabilities.metric.Ceilometer
3317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3318         occurrences:
3319         - 1
3320         - UNBOUNDED
3321       attachment_cmaui_port_7_test_resourceGroup_test_nested2Level:
3322         type: tosca.capabilities.Attachment
3323         occurrences:
3324         - 1
3325         - UNBOUNDED
3326   org.openecomp.resource.abstract.nodes.heat.nested2:
3327     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
3328     properties:
3329       p1:
3330         type: string
3331         description: UID of OAM network
3332         required: true
3333         status: SUPPORTED
3334       p2:
3335         type: string
3336         description: UID of OAM network
3337         required: true
3338         status: SUPPORTED
3339       net2:
3340         type: string
3341         description: Contrail V2 network
3342         required: true
3343         status: SUPPORTED
3344       net1:
3345         type: string
3346         description: Neutron network
3347         required: true
3348         status: SUPPORTED
3349       security_group_name:
3350         type: list
3351         description: CMAUI1, CMAUI2 server names
3352         required: true
3353         status: SUPPORTED
3354         entry_schema:
3355           type: string
3356       sm_server_names:
3357         type: list
3358         description: SM server names
3359         required: true
3360         status: SUPPORTED
3361         entry_schema:
3362           type: string
3363       oam_server_image:
3364         type: string
3365         description: OAM Image server
3366         required: true
3367         status: SUPPORTED
3368       oam_server_ips:
3369         type: string
3370         required: true
3371         status: SUPPORTED
3372       oam_server_flavor:
3373         type: string
3374         description: Flavor for OAM server
3375         required: true
3376         status: SUPPORTED
3377       sm_server_ips:
3378         type: string
3379         required: true
3380         status: SUPPORTED
3381       availability_zone_0:
3382         type: string
3383         description: availabilityzone name
3384         required: true
3385         status: SUPPORTED
3386       net:
3387         type: string
3388         required: true
3389         status: SUPPORTED
3390       oam_server_names:
3391         type: list
3392         description: OAM server names
3393         required: true
3394         status: SUPPORTED
3395         entry_schema:
3396           type: string
3397       sm_server_flavor:
3398         type: string
3399         description: Flavor for SM server
3400         required: true
3401         status: SUPPORTED
3402       sm_server_image:
3403         type: string
3404         description: SM Image server
3405         required: true
3406         status: SUPPORTED
3407     requirements:
3408     - dependency_oam_server_port:
3409         capability: tosca.capabilities.Node
3410         node: tosca.nodes.Root
3411         relationship: tosca.relationships.DependsOn
3412         occurrences:
3413         - 0
3414         - UNBOUNDED
3415     - link_oam_server_port:
3416         capability: tosca.capabilities.network.Linkable
3417         relationship: tosca.relationships.network.LinksTo
3418         occurrences:
3419         - 1
3420         - 1
3421     - dependency_server_oam:
3422         capability: tosca.capabilities.Node
3423         node: tosca.nodes.Root
3424         relationship: tosca.relationships.DependsOn
3425         occurrences:
3426         - 0
3427         - UNBOUNDED
3428     - local_storage_server_oam:
3429         capability: tosca.capabilities.Attachment
3430         node: tosca.nodes.BlockStorage
3431         relationship: tosca.relationships.AttachesTo
3432         occurrences:
3433         - 0
3434         - UNBOUNDED
3435     - dependency_test_resourceGroup:
3436         capability: tosca.capabilities.Node
3437         node: tosca.nodes.Root
3438         relationship: tosca.relationships.DependsOn
3439         occurrences:
3440         - 0
3441         - UNBOUNDED
3442     - dependency_cmaui_port_7_test_resourceGroup:
3443         capability: tosca.capabilities.Node
3444         node: tosca.nodes.Root
3445         relationship: tosca.relationships.DependsOn
3446         occurrences:
3447         - 0
3448         - UNBOUNDED
3449     - link_cmaui_port_7_test_resourceGroup:
3450         capability: tosca.capabilities.network.Linkable
3451         relationship: tosca.relationships.network.LinksTo
3452         occurrences:
3453         - 1
3454         - 1
3455     - dependency_cmaui_port_8_test_resourceGroup:
3456         capability: tosca.capabilities.Node
3457         node: tosca.nodes.Root
3458         relationship: tosca.relationships.DependsOn
3459         occurrences:
3460         - 0
3461         - UNBOUNDED
3462     - link_cmaui_port_8_test_resourceGroup:
3463         capability: tosca.capabilities.network.Linkable
3464         relationship: tosca.relationships.network.LinksTo
3465         occurrences:
3466         - 1
3467         - 1
3468     - dependency_server_cmaui_test_resourceGroup:
3469         capability: tosca.capabilities.Node
3470         node: tosca.nodes.Root
3471         relationship: tosca.relationships.DependsOn
3472         occurrences:
3473         - 0
3474         - UNBOUNDED
3475     - local_storage_server_cmaui_test_resourceGroup:
3476         capability: tosca.capabilities.Attachment
3477         node: tosca.nodes.BlockStorage
3478         relationship: tosca.relationships.AttachesTo
3479         occurrences:
3480         - 0
3481         - UNBOUNDED
3482     - dependency_sm_server_port:
3483         capability: tosca.capabilities.Node
3484         node: tosca.nodes.Root
3485         relationship: tosca.relationships.DependsOn
3486         occurrences:
3487         - 0
3488         - UNBOUNDED
3489     - link_sm_server_port:
3490         capability: tosca.capabilities.network.Linkable
3491         relationship: tosca.relationships.network.LinksTo
3492         occurrences:
3493         - 1
3494         - 1
3495     - dependency_server_sm:
3496         capability: tosca.capabilities.Node
3497         node: tosca.nodes.Root
3498         relationship: tosca.relationships.DependsOn
3499         occurrences:
3500         - 0
3501         - UNBOUNDED
3502     - local_storage_server_sm:
3503         capability: tosca.capabilities.Attachment
3504         node: tosca.nodes.BlockStorage
3505         relationship: tosca.relationships.AttachesTo
3506         occurrences:
3507         - 0
3508         - UNBOUNDED
3509     capabilities:
3510       network.outpoing.packets_cmaui_port_7_test_resourceGroup:
3511         type: org.openecomp.capabilities.metric.Ceilometer
3512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3513         occurrences:
3514         - 1
3515         - UNBOUNDED
3516       binding_cmaui_port_7_test_resourceGroup:
3517         type: tosca.capabilities.network.Bindable
3518         valid_source_types:
3519         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3520         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3521         occurrences:
3522         - 0
3523         - UNBOUNDED
3524       memory.resident_server_cmaui_test_resourceGroup:
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.outgoing.bytes.rate_cmaui_port_7_test_resourceGroup:
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       os_server_sm:
3537         type: tosca.capabilities.OperatingSystem
3538         occurrences:
3539         - 1
3540         - UNBOUNDED
3541       disk.capacity_server_sm:
3542         type: org.openecomp.capabilities.metric.Ceilometer
3543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3544         occurrences:
3545         - 1
3546         - UNBOUNDED
3547       memory_server_oam:
3548         type: org.openecomp.capabilities.metric.Ceilometer
3549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3550         occurrences:
3551         - 1
3552         - UNBOUNDED
3553       feature_cmaui_port_8_test_resourceGroup:
3554         type: tosca.capabilities.Node
3555         occurrences:
3556         - 1
3557         - UNBOUNDED
3558       disk.write.bytes_server_cmaui_test_resourceGroup:
3559         type: org.openecomp.capabilities.metric.Ceilometer
3560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3561         occurrences:
3562         - 1
3563         - UNBOUNDED
3564       disk.device.iops_server_oam:
3565         type: org.openecomp.capabilities.metric.Ceilometer
3566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3567         occurrences:
3568         - 1
3569         - UNBOUNDED
3570       disk.device.usage_server_sm:
3571         type: org.openecomp.capabilities.metric.Ceilometer
3572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3573         occurrences:
3574         - 1
3575         - UNBOUNDED
3576       disk.device.write.requests.rate_server_sm:
3577         type: org.openecomp.capabilities.metric.Ceilometer
3578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3579         occurrences:
3580         - 1
3581         - UNBOUNDED
3582       disk.allocation_server_oam:
3583         type: org.openecomp.capabilities.metric.Ceilometer
3584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3585         occurrences:
3586         - 1
3587         - UNBOUNDED
3588       feature_server_cmaui_test_resourceGroup:
3589         type: tosca.capabilities.Node
3590         occurrences:
3591         - 1
3592         - UNBOUNDED
3593       network.incoming.packets_sm_server_port:
3594         type: org.openecomp.capabilities.metric.Ceilometer
3595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3596         occurrences:
3597         - 1
3598         - UNBOUNDED
3599       disk.write.bytes.rate_server_sm:
3600         type: org.openecomp.capabilities.metric.Ceilometer
3601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3602         occurrences:
3603         - 1
3604         - UNBOUNDED
3605       feature_oam_server_port:
3606         type: tosca.capabilities.Node
3607         occurrences:
3608         - 1
3609         - UNBOUNDED
3610       disk.usage_server_oam:
3611         type: org.openecomp.capabilities.metric.Ceilometer
3612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3613         occurrences:
3614         - 1
3615         - UNBOUNDED
3616       disk.device.iops_server_cmaui_test_resourceGroup:
3617         type: org.openecomp.capabilities.metric.Ceilometer
3618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3619         occurrences:
3620         - 1
3621         - UNBOUNDED
3622       instance_server_sm:
3623         type: org.openecomp.capabilities.metric.Ceilometer
3624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3625         occurrences:
3626         - 1
3627         - UNBOUNDED
3628       disk.device.latency_server_oam:
3629         type: org.openecomp.capabilities.metric.Ceilometer
3630         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3631         occurrences:
3632         - 1
3633         - UNBOUNDED
3634       disk.root.size_server_oam:
3635         type: org.openecomp.capabilities.metric.Ceilometer
3636         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3637         occurrences:
3638         - 1
3639         - UNBOUNDED
3640       host_server_sm:
3641         type: tosca.capabilities.Container
3642         valid_source_types:
3643         - tosca.nodes.SoftwareComponent
3644         occurrences:
3645         - 1
3646         - UNBOUNDED
3647       memory.usage_server_oam:
3648         type: org.openecomp.capabilities.metric.Ceilometer
3649         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3650         occurrences:
3651         - 1
3652         - UNBOUNDED
3653       disk.capacity_server_cmaui_test_resourceGroup:
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.read.bytes_server_oam:
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.read.requests_server_oam:
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       forwarder_oam_server_port:
3672         type: org.openecomp.capabilities.Forwarder
3673         occurrences:
3674         - 1
3675         - UNBOUNDED
3676       cpu_util_server_sm:
3677         type: org.openecomp.capabilities.metric.Ceilometer
3678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3679         occurrences:
3680         - 1
3681         - UNBOUNDED
3682       network.incoming.bytes_cmaui_port_8_test_resourceGroup:
3683         type: org.openecomp.capabilities.metric.Ceilometer
3684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3685         occurrences:
3686         - 1
3687         - UNBOUNDED
3688       disk.device.capacity_server_sm:
3689         type: org.openecomp.capabilities.metric.Ceilometer
3690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3691         occurrences:
3692         - 1
3693         - UNBOUNDED
3694       disk.device.read.bytes_server_oam:
3695         type: org.openecomp.capabilities.metric.Ceilometer
3696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3697         occurrences:
3698         - 1
3699         - UNBOUNDED
3700       forwarder_sm_server_port:
3701         type: org.openecomp.capabilities.Forwarder
3702         occurrences:
3703         - 1
3704         - UNBOUNDED
3705       network.incoming.bytes_oam_server_port:
3706         type: org.openecomp.capabilities.metric.Ceilometer
3707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3708         occurrences:
3709         - 1
3710         - UNBOUNDED
3711       network.outgoing.bytes.rate_cmaui_port_8_test_resourceGroup:
3712         type: org.openecomp.capabilities.metric.Ceilometer
3713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3714         occurrences:
3715         - 1
3716         - UNBOUNDED
3717       disk.device.iops_server_sm:
3718         type: org.openecomp.capabilities.metric.Ceilometer
3719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3720         occurrences:
3721         - 1
3722         - UNBOUNDED
3723       disk.device.read.requests.rate_server_oam:
3724         type: org.openecomp.capabilities.metric.Ceilometer
3725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3726         occurrences:
3727         - 1
3728         - UNBOUNDED
3729       disk.device.latency_server_cmaui_test_resourceGroup:
3730         type: org.openecomp.capabilities.metric.Ceilometer
3731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3732         occurrences:
3733         - 1
3734         - UNBOUNDED
3735       vcpus_server_oam:
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       disk.device.read.bytes_server_sm:
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.bytes.rate_server_oam:
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.write.bytes_server_oam:
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       disk.write.requests.rate_server_cmaui_test_resourceGroup:
3760         type: org.openecomp.capabilities.metric.Ceilometer
3761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3762         occurrences:
3763         - 1
3764         - UNBOUNDED
3765       instance_server_cmaui_test_resourceGroup:
3766         type: org.openecomp.capabilities.metric.Ceilometer
3767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3768         occurrences:
3769         - 1
3770         - UNBOUNDED
3771       disk.latency_server_sm:
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.iops_server_cmaui_test_resourceGroup:
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       disk.device.allocation_server_oam:
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       attachment_oam_server_port:
3790         type: tosca.capabilities.Attachment
3791         occurrences:
3792         - 1
3793         - UNBOUNDED
3794       forwarder_cmaui_port_8_test_resourceGroup:
3795         type: org.openecomp.capabilities.Forwarder
3796         occurrences:
3797         - 1
3798         - UNBOUNDED
3799       scalable_server_oam:
3800         type: tosca.capabilities.Scalable
3801         occurrences:
3802         - 1
3803         - UNBOUNDED
3804       disk.root.size_server_cmaui_test_resourceGroup:
3805         type: org.openecomp.capabilities.metric.Ceilometer
3806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3807         occurrences:
3808         - 1
3809         - UNBOUNDED
3810       cpu_util_server_oam:
3811         type: org.openecomp.capabilities.metric.Ceilometer
3812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3813         occurrences:
3814         - 1
3815         - UNBOUNDED
3816       disk.device.usage_server_cmaui_test_resourceGroup:
3817         type: org.openecomp.capabilities.metric.Ceilometer
3818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3819         occurrences:
3820         - 1
3821         - UNBOUNDED
3822       disk.write.bytes.rate_server_cmaui_test_resourceGroup:
3823         type: org.openecomp.capabilities.metric.Ceilometer
3824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3825         occurrences:
3826         - 1
3827         - UNBOUNDED
3828       disk.latency_server_cmaui_test_resourceGroup:
3829         type: org.openecomp.capabilities.metric.Ceilometer
3830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3831         occurrences:
3832         - 1
3833         - UNBOUNDED
3834       feature_server_sm:
3835         type: tosca.capabilities.Node
3836         occurrences:
3837         - 1
3838         - UNBOUNDED
3839       cpu.delta_server_oam:
3840         type: org.openecomp.capabilities.metric.Ceilometer
3841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3842         occurrences:
3843         - 1
3844         - UNBOUNDED
3845       host_server_oam:
3846         type: tosca.capabilities.Container
3847         valid_source_types:
3848         - tosca.nodes.SoftwareComponent
3849         occurrences:
3850         - 1
3851         - UNBOUNDED
3852       cpu_server_cmaui_test_resourceGroup:
3853         type: org.openecomp.capabilities.metric.Ceilometer
3854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3855         occurrences:
3856         - 1
3857         - UNBOUNDED
3858       cpu.delta_server_sm:
3859         type: org.openecomp.capabilities.metric.Ceilometer
3860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3861         occurrences:
3862         - 1
3863         - UNBOUNDED
3864       binding_server_oam:
3865         type: tosca.capabilities.network.Bindable
3866         occurrences:
3867         - 1
3868         - UNBOUNDED
3869       disk.device.capacity_server_oam:
3870         type: org.openecomp.capabilities.metric.Ceilometer
3871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3872         occurrences:
3873         - 1
3874         - UNBOUNDED
3875       binding_server_cmaui_test_resourceGroup:
3876         type: tosca.capabilities.network.Bindable
3877         occurrences:
3878         - 1
3879         - UNBOUNDED
3880       disk.device.write.bytes.rate_server_sm:
3881         type: org.openecomp.capabilities.metric.Ceilometer
3882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3883         occurrences:
3884         - 1
3885         - UNBOUNDED
3886       disk.write.bytes_server_sm:
3887         type: org.openecomp.capabilities.metric.Ceilometer
3888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3889         occurrences:
3890         - 1
3891         - UNBOUNDED
3892       disk.latency_server_oam:
3893         type: org.openecomp.capabilities.metric.Ceilometer
3894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3895         occurrences:
3896         - 1
3897         - UNBOUNDED
3898       attachment_cmaui_port_8_test_resourceGroup:
3899         type: tosca.capabilities.Attachment
3900         occurrences:
3901         - 1
3902         - UNBOUNDED
3903       network.incoming.packets_cmaui_port_8_test_resourceGroup:
3904         type: org.openecomp.capabilities.metric.Ceilometer
3905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3906         occurrences:
3907         - 1
3908         - UNBOUNDED
3909       disk.device.allocation_server_cmaui_test_resourceGroup:
3910         type: org.openecomp.capabilities.metric.Ceilometer
3911         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3912         occurrences:
3913         - 1
3914         - UNBOUNDED
3915       attachment_cmaui_port_7_test_resourceGroup:
3916         type: tosca.capabilities.Attachment
3917         occurrences:
3918         - 1
3919         - UNBOUNDED
3920       disk.device.read.requests_server_oam:
3921         type: org.openecomp.capabilities.metric.Ceilometer
3922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3923         occurrences:
3924         - 1
3925         - UNBOUNDED
3926       disk.device.write.requests.rate_server_oam:
3927         type: org.openecomp.capabilities.metric.Ceilometer
3928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3929         occurrences:
3930         - 1
3931         - UNBOUNDED
3932       endpoint_server_sm:
3933         type: tosca.capabilities.Endpoint.Admin
3934         occurrences:
3935         - 1
3936         - UNBOUNDED
3937       disk.device.allocation_server_sm:
3938         type: org.openecomp.capabilities.metric.Ceilometer
3939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3940         occurrences:
3941         - 1
3942         - UNBOUNDED
3943       feature_server_oam:
3944         type: tosca.capabilities.Node
3945         occurrences:
3946         - 1
3947         - UNBOUNDED
3948       feature_test_resourceGroup:
3949         type: tosca.capabilities.Node
3950         occurrences:
3951         - 1
3952         - UNBOUNDED
3953       disk.read.requests_server_sm:
3954         type: org.openecomp.capabilities.metric.Ceilometer
3955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3956         occurrences:
3957         - 1
3958         - UNBOUNDED
3959       binding_cmaui_port_8_test_resourceGroup:
3960         type: tosca.capabilities.network.Bindable
3961         valid_source_types:
3962         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3963         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3964         occurrences:
3965         - 0
3966         - UNBOUNDED
3967       disk.write.bytes.rate_server_oam:
3968         type: org.openecomp.capabilities.metric.Ceilometer
3969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3970         occurrences:
3971         - 1
3972         - UNBOUNDED
3973       disk.allocation_server_cmaui_test_resourceGroup:
3974         type: org.openecomp.capabilities.metric.Ceilometer
3975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3976         occurrences:
3977         - 1
3978         - UNBOUNDED
3979       memory.resident_server_sm:
3980         type: org.openecomp.capabilities.metric.Ceilometer
3981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3982         occurrences:
3983         - 1
3984         - UNBOUNDED
3985       disk.device.read.requests_server_cmaui_test_resourceGroup:
3986         type: org.openecomp.capabilities.metric.Ceilometer
3987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3988         occurrences:
3989         - 1
3990         - UNBOUNDED
3991       network.incoming.packets_cmaui_port_7_test_resourceGroup:
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       cpu_server_oam:
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       host_server_cmaui_test_resourceGroup:
4004         type: tosca.capabilities.Container
4005         valid_source_types:
4006         - tosca.nodes.SoftwareComponent
4007         occurrences:
4008         - 1
4009         - UNBOUNDED
4010       memory_server_sm:
4011         type: org.openecomp.capabilities.metric.Ceilometer
4012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4013         occurrences:
4014         - 1
4015         - UNBOUNDED
4016       scalable_server_sm:
4017         type: tosca.capabilities.Scalable
4018         occurrences:
4019         - 1
4020         - UNBOUNDED
4021       scalable_server_cmaui_test_resourceGroup:
4022         type: tosca.capabilities.Scalable
4023         occurrences:
4024         - 1
4025         - UNBOUNDED
4026       disk.device.read.bytes.rate_server_cmaui_test_resourceGroup:
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       network.outgoing.packets.rate_sm_server_port:
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       binding_sm_server_port:
4039         type: tosca.capabilities.network.Bindable
4040         valid_source_types:
4041         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4042         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4043         occurrences:
4044         - 0
4045         - UNBOUNDED
4046       network.outgoing.bytes.rate_sm_server_port:
4047         type: org.openecomp.capabilities.metric.Ceilometer
4048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4049         occurrences:
4050         - 1
4051         - UNBOUNDED
4052       disk.write.requests_server_oam:
4053         type: org.openecomp.capabilities.metric.Ceilometer
4054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4055         occurrences:
4056         - 1
4057         - UNBOUNDED
4058       disk.device.read.bytes_server_cmaui_test_resourceGroup:
4059         type: org.openecomp.capabilities.metric.Ceilometer
4060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4061         occurrences:
4062         - 1
4063         - UNBOUNDED
4064       disk.device.latency_server_sm:
4065         type: org.openecomp.capabilities.metric.Ceilometer
4066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4067         occurrences:
4068         - 1
4069         - UNBOUNDED
4070       memory.usage_server_sm:
4071         type: org.openecomp.capabilities.metric.Ceilometer
4072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4073         occurrences:
4074         - 1
4075         - UNBOUNDED
4076       memory.resident_server_oam:
4077         type: org.openecomp.capabilities.metric.Ceilometer
4078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4079         occurrences:
4080         - 1
4081         - UNBOUNDED
4082       network.incoming.bytes.rate_cmaui_port_8_test_resourceGroup:
4083         type: org.openecomp.capabilities.metric.Ceilometer
4084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4085         occurrences:
4086         - 1
4087         - UNBOUNDED
4088       feature_sm_server_port:
4089         type: tosca.capabilities.Node
4090         occurrences:
4091         - 1
4092         - UNBOUNDED
4093       disk.device.write.requests_server_sm:
4094         type: org.openecomp.capabilities.metric.Ceilometer
4095         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4096         occurrences:
4097         - 1
4098         - UNBOUNDED
4099       network.incoming.packets.rate_cmaui_port_7_test_resourceGroup:
4100         type: org.openecomp.capabilities.metric.Ceilometer
4101         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4102         occurrences:
4103         - 1
4104         - UNBOUNDED
4105       forwarder_cmaui_port_7_test_resourceGroup:
4106         type: org.openecomp.capabilities.Forwarder
4107         occurrences:
4108         - 1
4109         - UNBOUNDED
4110       disk.write.requests_server_cmaui_test_resourceGroup:
4111         type: org.openecomp.capabilities.metric.Ceilometer
4112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4113         occurrences:
4114         - 1
4115         - UNBOUNDED
4116       disk.device.write.bytes_server_cmaui_test_resourceGroup:
4117         type: org.openecomp.capabilities.metric.Ceilometer
4118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4119         occurrences:
4120         - 1
4121         - UNBOUNDED
4122       disk.device.write.requests_server_oam:
4123         type: org.openecomp.capabilities.metric.Ceilometer
4124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4125         occurrences:
4126         - 1
4127         - UNBOUNDED
4128       disk.read.bytes_server_sm:
4129         type: org.openecomp.capabilities.metric.Ceilometer
4130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4131         occurrences:
4132         - 1
4133         - UNBOUNDED
4134       disk.device.write.requests.rate_server_cmaui_test_resourceGroup:
4135         type: org.openecomp.capabilities.metric.Ceilometer
4136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4137         occurrences:
4138         - 1
4139         - UNBOUNDED
4140       disk.device.write.bytes.rate_server_cmaui_test_resourceGroup:
4141         type: org.openecomp.capabilities.metric.Ceilometer
4142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4143         occurrences:
4144         - 1
4145         - UNBOUNDED
4146       cpu_server_sm:
4147         type: org.openecomp.capabilities.metric.Ceilometer
4148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4149         occurrences:
4150         - 1
4151         - UNBOUNDED
4152       endpoint_server_cmaui_test_resourceGroup:
4153         type: tosca.capabilities.Endpoint.Admin
4154         occurrences:
4155         - 1
4156         - UNBOUNDED
4157       network.outpoing.packets_sm_server_port:
4158         type: org.openecomp.capabilities.metric.Ceilometer
4159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4160         occurrences:
4161         - 1
4162         - UNBOUNDED
4163       network.outgoing.packets.rate_cmaui_port_7_test_resourceGroup:
4164         type: org.openecomp.capabilities.metric.Ceilometer
4165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4166         occurrences:
4167         - 1
4168         - UNBOUNDED
4169       network.incoming.bytes.rate_oam_server_port:
4170         type: org.openecomp.capabilities.metric.Ceilometer
4171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4172         occurrences:
4173         - 1
4174         - UNBOUNDED
4175       disk.device.usage_server_oam:
4176         type: org.openecomp.capabilities.metric.Ceilometer
4177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4178         occurrences:
4179         - 1
4180         - UNBOUNDED
4181       network.outgoing.packets.rate_oam_server_port:
4182         type: org.openecomp.capabilities.metric.Ceilometer
4183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4184         occurrences:
4185         - 1
4186         - UNBOUNDED
4187       network.incoming.packets.rate_sm_server_port:
4188         type: org.openecomp.capabilities.metric.Ceilometer
4189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4190         occurrences:
4191         - 1
4192         - UNBOUNDED
4193       binding_oam_server_port:
4194         type: tosca.capabilities.network.Bindable
4195         valid_source_types:
4196         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4197         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4198         occurrences:
4199         - 0
4200         - UNBOUNDED
4201       disk.device.capacity_server_cmaui_test_resourceGroup:
4202         type: org.openecomp.capabilities.metric.Ceilometer
4203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4204         occurrences:
4205         - 1
4206         - UNBOUNDED
4207       network.incoming.packets.rate_oam_server_port:
4208         type: org.openecomp.capabilities.metric.Ceilometer
4209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4210         occurrences:
4211         - 1
4212         - UNBOUNDED
4213       disk.device.write.bytes_server_oam:
4214         type: org.openecomp.capabilities.metric.Ceilometer
4215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4216         occurrences:
4217         - 1
4218         - UNBOUNDED
4219       disk.device.read.requests_server_sm:
4220         type: org.openecomp.capabilities.metric.Ceilometer
4221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4222         occurrences:
4223         - 1
4224         - UNBOUNDED
4225       disk.device.write.requests_server_cmaui_test_resourceGroup:
4226         type: org.openecomp.capabilities.metric.Ceilometer
4227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4228         occurrences:
4229         - 1
4230         - UNBOUNDED
4231       disk.read.bytes_server_cmaui_test_resourceGroup:
4232         type: org.openecomp.capabilities.metric.Ceilometer
4233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4234         occurrences:
4235         - 1
4236         - UNBOUNDED
4237       disk.device.read.bytes.rate_server_sm:
4238         type: org.openecomp.capabilities.metric.Ceilometer
4239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4240         occurrences:
4241         - 1
4242         - UNBOUNDED
4243       disk.ephemeral.size_server_oam:
4244         type: org.openecomp.capabilities.metric.Ceilometer
4245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4246         occurrences:
4247         - 1
4248         - UNBOUNDED
4249       network.outpoing.packets_oam_server_port:
4250         type: org.openecomp.capabilities.metric.Ceilometer
4251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4252         occurrences:
4253         - 1
4254         - UNBOUNDED
4255       os_server_oam:
4256         type: tosca.capabilities.OperatingSystem
4257         occurrences:
4258         - 1
4259         - UNBOUNDED
4260       network.outgoing.bytes_cmaui_port_7_test_resourceGroup:
4261         type: org.openecomp.capabilities.metric.Ceilometer
4262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4263         occurrences:
4264         - 1
4265         - UNBOUNDED
4266       disk.capacity_server_oam:
4267         type: org.openecomp.capabilities.metric.Ceilometer
4268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4269         occurrences:
4270         - 1
4271         - UNBOUNDED
4272       disk.write.requests_server_sm:
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       network.incoming.bytes_cmaui_port_7_test_resourceGroup:
4279         type: org.openecomp.capabilities.metric.Ceilometer
4280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4281         occurrences:
4282         - 1
4283         - UNBOUNDED
4284       disk.ephemeral.size_server_sm:
4285         type: org.openecomp.capabilities.metric.Ceilometer
4286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4287         occurrences:
4288         - 1
4289         - UNBOUNDED
4290       disk.usage_server_cmaui_test_resourceGroup:
4291         type: org.openecomp.capabilities.metric.Ceilometer
4292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4293         occurrences:
4294         - 1
4295         - UNBOUNDED
4296       disk.read.bytes.rate_server_sm:
4297         type: org.openecomp.capabilities.metric.Ceilometer
4298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4299         occurrences:
4300         - 1
4301         - UNBOUNDED
4302       endpoint_server_oam:
4303         type: tosca.capabilities.Endpoint.Admin
4304         occurrences:
4305         - 1
4306         - UNBOUNDED
4307       network.outpoing.packets_cmaui_port_8_test_resourceGroup:
4308         type: org.openecomp.capabilities.metric.Ceilometer
4309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4310         occurrences:
4311         - 1
4312         - UNBOUNDED
4313       disk.device.read.requests.rate_server_sm:
4314         type: org.openecomp.capabilities.metric.Ceilometer
4315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4316         occurrences:
4317         - 1
4318         - UNBOUNDED
4319       os_server_cmaui_test_resourceGroup:
4320         type: tosca.capabilities.OperatingSystem
4321         occurrences:
4322         - 1
4323         - UNBOUNDED
4324       binding_server_sm:
4325         type: tosca.capabilities.network.Bindable
4326         occurrences:
4327         - 1
4328         - UNBOUNDED
4329       disk.root.size_server_sm:
4330         type: org.openecomp.capabilities.metric.Ceilometer
4331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4332         occurrences:
4333         - 1
4334         - UNBOUNDED
4335       network.outgoing.bytes_oam_server_port:
4336         type: org.openecomp.capabilities.metric.Ceilometer
4337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4338         occurrences:
4339         - 1
4340         - UNBOUNDED
4341       disk.allocation_server_sm:
4342         type: org.openecomp.capabilities.metric.Ceilometer
4343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4344         occurrences:
4345         - 1
4346         - UNBOUNDED
4347       disk.iops_server_oam:
4348         type: org.openecomp.capabilities.metric.Ceilometer
4349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4350         occurrences:
4351         - 1
4352         - UNBOUNDED
4353       vcpus_server_cmaui_test_resourceGroup:
4354         type: org.openecomp.capabilities.metric.Ceilometer
4355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4356         occurrences:
4357         - 1
4358         - UNBOUNDED
4359       network.outgoing.bytes_cmaui_port_8_test_resourceGroup:
4360         type: org.openecomp.capabilities.metric.Ceilometer
4361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4362         occurrences:
4363         - 1
4364         - UNBOUNDED
4365       disk.write.requests.rate_server_sm:
4366         type: org.openecomp.capabilities.metric.Ceilometer
4367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4368         occurrences:
4369         - 1
4370         - UNBOUNDED
4371       network.outgoing.bytes.rate_oam_server_port:
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.write.bytes_server_sm:
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       network.incoming.packets.rate_cmaui_port_8_test_resourceGroup:
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       network.incoming.bytes.rate_cmaui_port_7_test_resourceGroup:
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.write.requests.rate_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       network.outgoing.packets.rate_cmaui_port_8_test_resourceGroup:
4402         type: org.openecomp.capabilities.metric.Ceilometer
4403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4404         occurrences:
4405         - 1
4406         - UNBOUNDED
4407       disk.device.read.bytes.rate_server_oam:
4408         type: org.openecomp.capabilities.metric.Ceilometer
4409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4410         occurrences:
4411         - 1
4412         - UNBOUNDED
4413       memory.usage_server_cmaui_test_resourceGroup:
4414         type: org.openecomp.capabilities.metric.Ceilometer
4415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4416         occurrences:
4417         - 1
4418         - UNBOUNDED
4419       network.incoming.bytes.rate_sm_server_port:
4420         type: org.openecomp.capabilities.metric.Ceilometer
4421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4422         occurrences:
4423         - 1
4424         - UNBOUNDED
4425       memory_server_cmaui_test_resourceGroup:
4426         type: org.openecomp.capabilities.metric.Ceilometer
4427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4428         occurrences:
4429         - 1
4430         - UNBOUNDED
4431       disk.device.write.bytes.rate_server_oam:
4432         type: org.openecomp.capabilities.metric.Ceilometer
4433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4434         occurrences:
4435         - 1
4436         - UNBOUNDED
4437       network.incoming.packets_oam_server_port:
4438         type: org.openecomp.capabilities.metric.Ceilometer
4439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4440         occurrences:
4441         - 1
4442         - UNBOUNDED
4443       disk.read.requests_server_cmaui_test_resourceGroup:
4444         type: org.openecomp.capabilities.metric.Ceilometer
4445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4446         occurrences:
4447         - 1
4448         - UNBOUNDED
4449       disk.ephemeral.size_server_cmaui_test_resourceGroup:
4450         type: org.openecomp.capabilities.metric.Ceilometer
4451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4452         occurrences:
4453         - 1
4454         - UNBOUNDED
4455       disk.usage_server_sm:
4456         type: org.openecomp.capabilities.metric.Ceilometer
4457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4458         occurrences:
4459         - 1
4460         - UNBOUNDED
4461       instance_server_oam:
4462         type: org.openecomp.capabilities.metric.Ceilometer
4463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4464         occurrences:
4465         - 1
4466         - UNBOUNDED
4467       feature_cmaui_port_7_test_resourceGroup:
4468         type: tosca.capabilities.Node
4469         occurrences:
4470         - 1
4471         - UNBOUNDED
4472       cpu.delta_server_cmaui_test_resourceGroup:
4473         type: org.openecomp.capabilities.metric.Ceilometer
4474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4475         occurrences:
4476         - 1
4477         - UNBOUNDED
4478       cpu_util_server_cmaui_test_resourceGroup:
4479         type: org.openecomp.capabilities.metric.Ceilometer
4480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4481         occurrences:
4482         - 1
4483         - UNBOUNDED
4484       disk.device.read.requests.rate_server_cmaui_test_resourceGroup:
4485         type: org.openecomp.capabilities.metric.Ceilometer
4486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4487         occurrences:
4488         - 1
4489         - UNBOUNDED
4490       network.outgoing.bytes_sm_server_port:
4491         type: org.openecomp.capabilities.metric.Ceilometer
4492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4493         occurrences:
4494         - 1
4495         - UNBOUNDED
4496       vcpus_server_sm:
4497         type: org.openecomp.capabilities.metric.Ceilometer
4498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4499         occurrences:
4500         - 1
4501         - UNBOUNDED
4502       disk.read.bytes.rate_server_cmaui_test_resourceGroup:
4503         type: org.openecomp.capabilities.metric.Ceilometer
4504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4505         occurrences:
4506         - 1
4507         - UNBOUNDED
4508       attachment_sm_server_port:
4509         type: tosca.capabilities.Attachment
4510         occurrences:
4511         - 1
4512         - UNBOUNDED
4513       network.incoming.bytes_sm_server_port:
4514         type: org.openecomp.capabilities.metric.Ceilometer
4515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4516         occurrences:
4517         - 1
4518         - UNBOUNDED
4519       disk.iops_server_sm:
4520         type: org.openecomp.capabilities.metric.Ceilometer
4521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4522         occurrences:
4523         - 1
4524         - UNBOUNDED
4525   org.openecomp.resource.abstract.nodes.sm_server:
4526     derived_from: org.openecomp.resource.abstract.nodes.VFC
4527     properties:
4528       index_value:
4529         type: integer
4530         description: Index value of this substitution service template runtime instance
4531         required: false
4532         default: 0
4533         status: SUPPORTED
4534         constraints:
4535         - greater_or_equal: 0
4536       port_sm_server_port_order:
4537         type: integer
4538         required: true
4539         status: SUPPORTED
4540       port_sm_server_port_vlan_requirements:
4541         type: list
4542         required: true
4543         status: SUPPORTED
4544         entry_schema:
4545           type: org.openecomp.datatypes.network.VlanRequirements
4546       port_sm_server_port_subnetpoolid:
4547         type: string
4548         required: true
4549         status: SUPPORTED
4550       vm_flavor_name:
4551         type: string
4552         required: true
4553         status: SUPPORTED
4554       port_sm_server_port_exCP_naming:
4555         type: org.openecomp.datatypes.Naming
4556         required: true
4557         status: SUPPORTED
4558       port_sm_server_port_network_role_tag:
4559         type: string
4560         required: true
4561         status: SUPPORTED
4562       port_sm_server_port_network_role:
4563         type: string
4564         required: true
4565         status: SUPPORTED
4566       port_sm_server_port_network:
4567         type: list
4568         required: true
4569         status: SUPPORTED
4570         entry_schema:
4571           type: string
4572       compute_sm_server_name:
4573         type: list
4574         required: true
4575         status: SUPPORTED
4576         entry_schema:
4577           type: string
4578       port_sm_server_port_ip_requirements:
4579         type: list
4580         required: true
4581         status: SUPPORTED
4582         entry_schema:
4583           type: org.openecomp.datatypes.network.IpRequirements
4584       vm_image_name:
4585         type: string
4586         required: true
4587         status: SUPPORTED
4588       compute_sm_server_availability_zone:
4589         type: list
4590         required: true
4591         status: SUPPORTED
4592         entry_schema:
4593           type: string
4594       port_sm_server_port_mac_requirements:
4595         type: org.openecomp.datatypes.network.MacRequirements
4596         required: true
4597         status: SUPPORTED
4598       port_sm_server_port_replacement_policy:
4599         type: list
4600         required: true
4601         status: SUPPORTED
4602         entry_schema:
4603           type: string
4604       port_sm_server_port_fixed_ips:
4605         type: list
4606         required: true
4607         status: SUPPORTED
4608         entry_schema:
4609           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
4610       port_sm_server_port_security_groups:
4611         type: list
4612         required: true
4613         status: SUPPORTED
4614         entry_schema:
4615           type: json
4616     requirements:
4617     - dependency_sm_server:
4618         capability: tosca.capabilities.Node
4619         node: tosca.nodes.Root
4620         relationship: tosca.relationships.DependsOn
4621         occurrences:
4622         - 0
4623         - UNBOUNDED
4624     - local_storage_sm_server:
4625         capability: tosca.capabilities.Attachment
4626         node: tosca.nodes.BlockStorage
4627         relationship: tosca.relationships.AttachesTo
4628         occurrences:
4629         - 0
4630         - UNBOUNDED
4631     - dependency_sm_server_sm_server_port:
4632         capability: tosca.capabilities.Node
4633         node: tosca.nodes.Root
4634         relationship: tosca.relationships.DependsOn
4635         occurrences:
4636         - 0
4637         - UNBOUNDED
4638     - link_sm_server_sm_server_port:
4639         capability: tosca.capabilities.network.Linkable
4640         relationship: tosca.relationships.network.LinksTo
4641         occurrences:
4642         - 1
4643         - 1
4644     capabilities:
4645       disk.device.read.requests_sm_server:
4646         type: org.openecomp.capabilities.metric.Ceilometer
4647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4648         occurrences:
4649         - 1
4650         - UNBOUNDED
4651       binding_sm_server_sm_server_port:
4652         type: tosca.capabilities.network.Bindable
4653         valid_source_types:
4654         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4655         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
4656         occurrences:
4657         - 0
4658         - UNBOUNDED
4659       forwarder_sm_server_sm_server_port:
4660         type: org.openecomp.capabilities.Forwarder
4661         occurrences:
4662         - 1
4663         - UNBOUNDED
4664       disk.iops_sm_server:
4665         type: org.openecomp.capabilities.metric.Ceilometer
4666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4667         occurrences:
4668         - 1
4669         - UNBOUNDED
4670       disk.device.capacity_sm_server:
4671         type: org.openecomp.capabilities.metric.Ceilometer
4672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4673         occurrences:
4674         - 1
4675         - UNBOUNDED
4676       disk.device.read.bytes.rate_sm_server:
4677         type: org.openecomp.capabilities.metric.Ceilometer
4678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4679         occurrences:
4680         - 1
4681         - UNBOUNDED
4682       disk.device.write.requests.rate_sm_server:
4683         type: org.openecomp.capabilities.metric.Ceilometer
4684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4685         occurrences:
4686         - 1
4687         - UNBOUNDED
4688       disk.device.allocation_sm_server:
4689         type: org.openecomp.capabilities.metric.Ceilometer
4690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4691         occurrences:
4692         - 1
4693         - UNBOUNDED
4694       network.incoming.bytes_sm_server_sm_server_port:
4695         type: org.openecomp.capabilities.metric.Ceilometer
4696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4697         occurrences:
4698         - 1
4699         - UNBOUNDED
4700       attachment_sm_server_sm_server_port:
4701         type: tosca.capabilities.Attachment
4702         occurrences:
4703         - 1
4704         - UNBOUNDED
4705       memory.usage_sm_server:
4706         type: org.openecomp.capabilities.metric.Ceilometer
4707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4708         occurrences:
4709         - 1
4710         - UNBOUNDED
4711       binding_sm_server:
4712         type: tosca.capabilities.network.Bindable
4713         occurrences:
4714         - 1
4715         - UNBOUNDED
4716       disk.read.requests_sm_server:
4717         type: org.openecomp.capabilities.metric.Ceilometer
4718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4719         occurrences:
4720         - 1
4721         - UNBOUNDED
4722       network.outpoing.packets_sm_server_sm_server_port:
4723         type: org.openecomp.capabilities.metric.Ceilometer
4724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4725         occurrences:
4726         - 1
4727         - UNBOUNDED
4728       endpoint_sm_server:
4729         type: tosca.capabilities.Endpoint.Admin
4730         occurrences:
4731         - 1
4732         - UNBOUNDED
4733       disk.device.read.requests.rate_sm_server:
4734         type: org.openecomp.capabilities.metric.Ceilometer
4735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4736         occurrences:
4737         - 1
4738         - UNBOUNDED
4739       disk.capacity_sm_server:
4740         type: org.openecomp.capabilities.metric.Ceilometer
4741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4742         occurrences:
4743         - 1
4744         - UNBOUNDED
4745       disk.allocation_sm_server:
4746         type: org.openecomp.capabilities.metric.Ceilometer
4747         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4748         occurrences:
4749         - 1
4750         - UNBOUNDED
4751       disk.root.size_sm_server:
4752         type: org.openecomp.capabilities.metric.Ceilometer
4753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4754         occurrences:
4755         - 1
4756         - UNBOUNDED
4757       disk.usage_sm_server:
4758         type: org.openecomp.capabilities.metric.Ceilometer
4759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4760         occurrences:
4761         - 1
4762         - UNBOUNDED
4763       vcpus_sm_server:
4764         type: org.openecomp.capabilities.metric.Ceilometer
4765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4766         occurrences:
4767         - 1
4768         - UNBOUNDED
4769       disk.write.bytes_sm_server:
4770         type: org.openecomp.capabilities.metric.Ceilometer
4771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4772         occurrences:
4773         - 1
4774         - UNBOUNDED
4775       cpu.delta_sm_server:
4776         type: org.openecomp.capabilities.metric.Ceilometer
4777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4778         occurrences:
4779         - 1
4780         - UNBOUNDED
4781       os_sm_server:
4782         type: tosca.capabilities.OperatingSystem
4783         occurrences:
4784         - 1
4785         - UNBOUNDED
4786       feature_sm_server_sm_server_port:
4787         type: tosca.capabilities.Node
4788         occurrences:
4789         - 1
4790         - UNBOUNDED
4791       memory.resident_sm_server:
4792         type: org.openecomp.capabilities.metric.Ceilometer
4793         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4794         occurrences:
4795         - 1
4796         - UNBOUNDED
4797       network.outgoing.bytes_sm_server_sm_server_port:
4798         type: org.openecomp.capabilities.metric.Ceilometer
4799         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4800         occurrences:
4801         - 1
4802         - UNBOUNDED
4803       instance_sm_server:
4804         type: org.openecomp.capabilities.metric.Ceilometer
4805         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4806         occurrences:
4807         - 1
4808         - UNBOUNDED
4809       cpu_sm_server:
4810         type: org.openecomp.capabilities.metric.Ceilometer
4811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4812         occurrences:
4813         - 1
4814         - UNBOUNDED
4815       disk.device.write.bytes_sm_server:
4816         type: org.openecomp.capabilities.metric.Ceilometer
4817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4818         occurrences:
4819         - 1
4820         - UNBOUNDED
4821       network.incoming.packets.rate_sm_server_sm_server_port:
4822         type: org.openecomp.capabilities.metric.Ceilometer
4823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4824         occurrences:
4825         - 1
4826         - UNBOUNDED
4827       disk.write.requests.rate_sm_server:
4828         type: org.openecomp.capabilities.metric.Ceilometer
4829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4830         occurrences:
4831         - 1
4832         - UNBOUNDED
4833       disk.device.write.bytes.rate_sm_server:
4834         type: org.openecomp.capabilities.metric.Ceilometer
4835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4836         occurrences:
4837         - 1
4838         - UNBOUNDED
4839       disk.write.bytes.rate_sm_server:
4840         type: org.openecomp.capabilities.metric.Ceilometer
4841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4842         occurrences:
4843         - 1
4844         - UNBOUNDED
4845       disk.device.write.requests_sm_server:
4846         type: org.openecomp.capabilities.metric.Ceilometer
4847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4848         occurrences:
4849         - 1
4850         - UNBOUNDED
4851       disk.device.latency_sm_server:
4852         type: org.openecomp.capabilities.metric.Ceilometer
4853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4854         occurrences:
4855         - 1
4856         - UNBOUNDED
4857       host_sm_server:
4858         type: tosca.capabilities.Container
4859         valid_source_types:
4860         - tosca.nodes.SoftwareComponent
4861         occurrences:
4862         - 1
4863         - UNBOUNDED
4864       feature_sm_server:
4865         type: tosca.capabilities.Node
4866         occurrences:
4867         - 1
4868         - UNBOUNDED
4869       disk.device.usage_sm_server:
4870         type: org.openecomp.capabilities.metric.Ceilometer
4871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4872         occurrences:
4873         - 1
4874         - UNBOUNDED
4875       scalable_sm_server:
4876         type: tosca.capabilities.Scalable
4877         occurrences:
4878         - 1
4879         - UNBOUNDED
4880       disk.device.iops_sm_server:
4881         type: org.openecomp.capabilities.metric.Ceilometer
4882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4883         occurrences:
4884         - 1
4885         - UNBOUNDED
4886       disk.read.bytes.rate_sm_server:
4887         type: org.openecomp.capabilities.metric.Ceilometer
4888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4889         occurrences:
4890         - 1
4891         - UNBOUNDED
4892       disk.device.read.bytes_sm_server:
4893         type: org.openecomp.capabilities.metric.Ceilometer
4894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4895         occurrences:
4896         - 1
4897         - UNBOUNDED
4898       disk.latency_sm_server:
4899         type: org.openecomp.capabilities.metric.Ceilometer
4900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4901         occurrences:
4902         - 1
4903         - UNBOUNDED
4904       network.incoming.bytes.rate_sm_server_sm_server_port:
4905         type: org.openecomp.capabilities.metric.Ceilometer
4906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4907         occurrences:
4908         - 1
4909         - UNBOUNDED
4910       disk.read.bytes_sm_server:
4911         type: org.openecomp.capabilities.metric.Ceilometer
4912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4913         occurrences:
4914         - 1
4915         - UNBOUNDED
4916       disk.write.requests_sm_server:
4917         type: org.openecomp.capabilities.metric.Ceilometer
4918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4919         occurrences:
4920         - 1
4921         - UNBOUNDED
4922       cpu_util_sm_server:
4923         type: org.openecomp.capabilities.metric.Ceilometer
4924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4925         occurrences:
4926         - 1
4927         - UNBOUNDED
4928       disk.ephemeral.size_sm_server:
4929         type: org.openecomp.capabilities.metric.Ceilometer
4930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4931         occurrences:
4932         - 1
4933         - UNBOUNDED
4934       network.outgoing.packets.rate_sm_server_sm_server_port:
4935         type: org.openecomp.capabilities.metric.Ceilometer
4936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4937         occurrences:
4938         - 1
4939         - UNBOUNDED
4940       network.incoming.packets_sm_server_sm_server_port:
4941         type: org.openecomp.capabilities.metric.Ceilometer
4942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4943         occurrences:
4944         - 1
4945         - UNBOUNDED
4946       memory_sm_server:
4947         type: org.openecomp.capabilities.metric.Ceilometer
4948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4949         occurrences:
4950         - 1
4951         - UNBOUNDED
4952       network.outgoing.bytes.rate_sm_server_sm_server_port:
4953         type: org.openecomp.capabilities.metric.Ceilometer
4954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4955         occurrences:
4956         - 1
4957         - UNBOUNDED
4958   org.openecomp.resource.abstract.nodes.ps_server:
4959     derived_from: org.openecomp.resource.abstract.nodes.VFC
4960     properties:
4961       port_ps_server_port_network:
4962         type: list
4963         required: true
4964         status: SUPPORTED
4965         entry_schema:
4966           type: string
4967       compute_ps_server_name:
4968         type: list
4969         required: true
4970         status: SUPPORTED
4971         entry_schema:
4972           type: string
4973       port_ps_server_port_security_groups:
4974         type: list
4975         required: true
4976         status: SUPPORTED
4977         entry_schema:
4978           type: json
4979       port_ps_server_port_vlan_requirements:
4980         type: list
4981         required: true
4982         status: SUPPORTED
4983         entry_schema:
4984           type: org.openecomp.datatypes.network.VlanRequirements
4985       compute_ps_server_availability_zone:
4986         type: list
4987         required: true
4988         status: SUPPORTED
4989         entry_schema:
4990           type: string
4991       port_ps_server_port_network_role:
4992         type: string
4993         required: true
4994         status: SUPPORTED
4995       index_value:
4996         type: integer
4997         description: Index value of this substitution service template runtime instance
4998         required: false
4999         default: 0
5000         status: SUPPORTED
5001         constraints:
5002         - greater_or_equal: 0
5003       port_ps_server_port_order:
5004         type: integer
5005         required: true
5006         status: SUPPORTED
5007       port_ps_server_port_subnetpoolid:
5008         type: string
5009         required: true
5010         status: SUPPORTED
5011       port_ps_server_port_fixed_ips:
5012         type: list
5013         required: true
5014         status: SUPPORTED
5015         entry_schema:
5016           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
5017       vm_flavor_name:
5018         type: string
5019         required: true
5020         status: SUPPORTED
5021       port_ps_server_port_exCP_naming:
5022         type: org.openecomp.datatypes.Naming
5023         required: true
5024         status: SUPPORTED
5025       port_ps_server_port_ip_requirements:
5026         type: list
5027         required: true
5028         status: SUPPORTED
5029         entry_schema:
5030           type: org.openecomp.datatypes.network.IpRequirements
5031       port_ps_server_port_mac_requirements:
5032         type: org.openecomp.datatypes.network.MacRequirements
5033         required: true
5034         status: SUPPORTED
5035       vm_image_name:
5036         type: string
5037         required: true
5038         status: SUPPORTED
5039       port_ps_server_port_replacement_policy:
5040         type: list
5041         required: true
5042         status: SUPPORTED
5043         entry_schema:
5044           type: string
5045       port_ps_server_port_network_role_tag:
5046         type: string
5047         required: true
5048         status: SUPPORTED
5049     requirements:
5050     - dependency_ps_server_ps_server_port:
5051         capability: tosca.capabilities.Node
5052         node: tosca.nodes.Root
5053         relationship: tosca.relationships.DependsOn
5054         occurrences:
5055         - 0
5056         - UNBOUNDED
5057     - link_ps_server_ps_server_port:
5058         capability: tosca.capabilities.network.Linkable
5059         relationship: tosca.relationships.network.LinksTo
5060         occurrences:
5061         - 1
5062         - 1
5063     - dependency_ps_server:
5064         capability: tosca.capabilities.Node
5065         node: tosca.nodes.Root
5066         relationship: tosca.relationships.DependsOn
5067         occurrences:
5068         - 0
5069         - UNBOUNDED
5070     - local_storage_ps_server:
5071         capability: tosca.capabilities.Attachment
5072         node: tosca.nodes.BlockStorage
5073         relationship: tosca.relationships.AttachesTo
5074         occurrences:
5075         - 0
5076         - UNBOUNDED
5077     capabilities:
5078       instance_ps_server:
5079         type: org.openecomp.capabilities.metric.Ceilometer
5080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5081         occurrences:
5082         - 1
5083         - UNBOUNDED
5084       host_ps_server:
5085         type: tosca.capabilities.Container
5086         valid_source_types:
5087         - tosca.nodes.SoftwareComponent
5088         occurrences:
5089         - 1
5090         - UNBOUNDED
5091       network.incoming.packets_ps_server_ps_server_port:
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       cpu.delta_ps_server:
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.bytes.rate_ps_server:
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       forwarder_ps_server_ps_server_port:
5110         type: org.openecomp.capabilities.Forwarder
5111         occurrences:
5112         - 1
5113         - UNBOUNDED
5114       feature_ps_server_ps_server_port:
5115         type: tosca.capabilities.Node
5116         occurrences:
5117         - 1
5118         - UNBOUNDED
5119       feature_ps_server:
5120         type: tosca.capabilities.Node
5121         occurrences:
5122         - 1
5123         - UNBOUNDED
5124       disk.root.size_ps_server:
5125         type: org.openecomp.capabilities.metric.Ceilometer
5126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5127         occurrences:
5128         - 1
5129         - UNBOUNDED
5130       disk.device.read.requests.rate_ps_server:
5131         type: org.openecomp.capabilities.metric.Ceilometer
5132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5133         occurrences:
5134         - 1
5135         - UNBOUNDED
5136       cpu_ps_server:
5137         type: org.openecomp.capabilities.metric.Ceilometer
5138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5139         occurrences:
5140         - 1
5141         - UNBOUNDED
5142       disk.device.write.bytes_ps_server:
5143         type: org.openecomp.capabilities.metric.Ceilometer
5144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5145         occurrences:
5146         - 1
5147         - UNBOUNDED
5148       disk.device.read.bytes_ps_server:
5149         type: org.openecomp.capabilities.metric.Ceilometer
5150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5151         occurrences:
5152         - 1
5153         - UNBOUNDED
5154       disk.read.bytes_ps_server:
5155         type: org.openecomp.capabilities.metric.Ceilometer
5156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5157         occurrences:
5158         - 1
5159         - UNBOUNDED
5160       network.incoming.bytes_ps_server_ps_server_port:
5161         type: org.openecomp.capabilities.metric.Ceilometer
5162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5163         occurrences:
5164         - 1
5165         - UNBOUNDED
5166       disk.device.iops_ps_server:
5167         type: org.openecomp.capabilities.metric.Ceilometer
5168         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5169         occurrences:
5170         - 1
5171         - UNBOUNDED
5172       disk.device.latency_ps_server:
5173         type: org.openecomp.capabilities.metric.Ceilometer
5174         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5175         occurrences:
5176         - 1
5177         - UNBOUNDED
5178       disk.read.bytes.rate_ps_server:
5179         type: org.openecomp.capabilities.metric.Ceilometer
5180         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5181         occurrences:
5182         - 1
5183         - UNBOUNDED
5184       memory_ps_server:
5185         type: org.openecomp.capabilities.metric.Ceilometer
5186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5187         occurrences:
5188         - 1
5189         - UNBOUNDED
5190       scalable_ps_server:
5191         type: tosca.capabilities.Scalable
5192         occurrences:
5193         - 1
5194         - UNBOUNDED
5195       attachment_ps_server_ps_server_port:
5196         type: tosca.capabilities.Attachment
5197         occurrences:
5198         - 1
5199         - UNBOUNDED
5200       disk.write.requests.rate_ps_server:
5201         type: org.openecomp.capabilities.metric.Ceilometer
5202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5203         occurrences:
5204         - 1
5205         - UNBOUNDED
5206       disk.write.requests_ps_server:
5207         type: org.openecomp.capabilities.metric.Ceilometer
5208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5209         occurrences:
5210         - 1
5211         - UNBOUNDED
5212       disk.latency_ps_server:
5213         type: org.openecomp.capabilities.metric.Ceilometer
5214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5215         occurrences:
5216         - 1
5217         - UNBOUNDED
5218       disk.ephemeral.size_ps_server:
5219         type: org.openecomp.capabilities.metric.Ceilometer
5220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5221         occurrences:
5222         - 1
5223         - UNBOUNDED
5224       disk.device.capacity_ps_server:
5225         type: org.openecomp.capabilities.metric.Ceilometer
5226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5227         occurrences:
5228         - 1
5229         - UNBOUNDED
5230       network.incoming.packets.rate_ps_server_ps_server_port:
5231         type: org.openecomp.capabilities.metric.Ceilometer
5232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5233         occurrences:
5234         - 1
5235         - UNBOUNDED
5236       disk.iops_ps_server:
5237         type: org.openecomp.capabilities.metric.Ceilometer
5238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5239         occurrences:
5240         - 1
5241         - UNBOUNDED
5242       disk.device.read.bytes.rate_ps_server:
5243         type: org.openecomp.capabilities.metric.Ceilometer
5244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5245         occurrences:
5246         - 1
5247         - UNBOUNDED
5248       cpu_util_ps_server:
5249         type: org.openecomp.capabilities.metric.Ceilometer
5250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5251         occurrences:
5252         - 1
5253         - UNBOUNDED
5254       memory.resident_ps_server:
5255         type: org.openecomp.capabilities.metric.Ceilometer
5256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5257         occurrences:
5258         - 1
5259         - UNBOUNDED
5260       disk.device.read.requests_ps_server:
5261         type: org.openecomp.capabilities.metric.Ceilometer
5262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5263         occurrences:
5264         - 1
5265         - UNBOUNDED
5266       disk.write.bytes_ps_server:
5267         type: org.openecomp.capabilities.metric.Ceilometer
5268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5269         occurrences:
5270         - 1
5271         - UNBOUNDED
5272       network.outgoing.bytes.rate_ps_server_ps_server_port:
5273         type: org.openecomp.capabilities.metric.Ceilometer
5274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5275         occurrences:
5276         - 1
5277         - UNBOUNDED
5278       network.outgoing.packets.rate_ps_server_ps_server_port:
5279         type: org.openecomp.capabilities.metric.Ceilometer
5280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5281         occurrences:
5282         - 1
5283         - UNBOUNDED
5284       network.incoming.bytes.rate_ps_server_ps_server_port:
5285         type: org.openecomp.capabilities.metric.Ceilometer
5286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5287         occurrences:
5288         - 1
5289         - UNBOUNDED
5290       disk.device.write.requests.rate_ps_server:
5291         type: org.openecomp.capabilities.metric.Ceilometer
5292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5293         occurrences:
5294         - 1
5295         - UNBOUNDED
5296       disk.read.requests_ps_server:
5297         type: org.openecomp.capabilities.metric.Ceilometer
5298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5299         occurrences:
5300         - 1
5301         - UNBOUNDED
5302       disk.allocation_ps_server:
5303         type: org.openecomp.capabilities.metric.Ceilometer
5304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5305         occurrences:
5306         - 1
5307         - UNBOUNDED
5308       memory.usage_ps_server:
5309         type: org.openecomp.capabilities.metric.Ceilometer
5310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5311         occurrences:
5312         - 1
5313         - UNBOUNDED
5314       binding_ps_server:
5315         type: tosca.capabilities.network.Bindable
5316         occurrences:
5317         - 1
5318         - UNBOUNDED
5319       os_ps_server:
5320         type: tosca.capabilities.OperatingSystem
5321         occurrences:
5322         - 1
5323         - UNBOUNDED
5324       disk.device.usage_ps_server:
5325         type: org.openecomp.capabilities.metric.Ceilometer
5326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5327         occurrences:
5328         - 1
5329         - UNBOUNDED
5330       binding_ps_server_ps_server_port:
5331         type: tosca.capabilities.network.Bindable
5332         valid_source_types:
5333         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5334         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5335         occurrences:
5336         - 0
5337         - UNBOUNDED
5338       disk.device.write.bytes.rate_ps_server:
5339         type: org.openecomp.capabilities.metric.Ceilometer
5340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5341         occurrences:
5342         - 1
5343         - UNBOUNDED
5344       vcpus_ps_server:
5345         type: org.openecomp.capabilities.metric.Ceilometer
5346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5347         occurrences:
5348         - 1
5349         - UNBOUNDED
5350       network.outgoing.bytes_ps_server_ps_server_port:
5351         type: org.openecomp.capabilities.metric.Ceilometer
5352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5353         occurrences:
5354         - 1
5355         - UNBOUNDED
5356       disk.usage_ps_server:
5357         type: org.openecomp.capabilities.metric.Ceilometer
5358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5359         occurrences:
5360         - 1
5361         - UNBOUNDED
5362       disk.device.write.requests_ps_server:
5363         type: org.openecomp.capabilities.metric.Ceilometer
5364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5365         occurrences:
5366         - 1
5367         - UNBOUNDED
5368       network.outpoing.packets_ps_server_ps_server_port:
5369         type: org.openecomp.capabilities.metric.Ceilometer
5370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5371         occurrences:
5372         - 1
5373         - UNBOUNDED
5374       endpoint_ps_server:
5375         type: tosca.capabilities.Endpoint.Admin
5376         occurrences:
5377         - 1
5378         - UNBOUNDED
5379       disk.capacity_ps_server:
5380         type: org.openecomp.capabilities.metric.Ceilometer
5381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5382         occurrences:
5383         - 1
5384         - UNBOUNDED
5385       disk.device.allocation_ps_server:
5386         type: org.openecomp.capabilities.metric.Ceilometer
5387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5388         occurrences:
5389         - 1
5390         - UNBOUNDED