beb3e3d011b3965b64bd07bb171617ccf2e5e40a
[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_1b_1:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       compute_pd_server_1b_name:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: string
17       index_value:
18         type: integer
19         description: Index value of this substitution service template runtime instance
20         required: false
21         default: 0
22         status: SUPPORTED
23         constraints:
24         - greater_or_equal: 0
25       vm_flavor_name:
26         type: string
27         required: true
28         status: SUPPORTED
29       port_pd_server_1b_port_vlan_requirements:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: org.openecomp.datatypes.network.VlanRequirements
35       port_pd_server_1b_port_network_role_tag:
36         type: string
37         required: true
38         status: SUPPORTED
39       vm_image_name:
40         type: string
41         required: true
42         status: SUPPORTED
43       port_pd_server_1b_port_replacement_policy:
44         type: list
45         required: true
46         status: SUPPORTED
47         entry_schema:
48           type: string
49       port_pd_server_1b_port_mac_requirements:
50         type: org.openecomp.datatypes.network.MacRequirements
51         required: true
52         status: SUPPORTED
53       port_pd_server_1b_port_network_role:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd_server_1b_port_fixed_ips:
58         type: list
59         required: true
60         status: SUPPORTED
61         entry_schema:
62           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
63       port_pd_server_1b_port_network:
64         type: list
65         required: true
66         status: SUPPORTED
67         entry_schema:
68           type: string
69       compute_pd_server_1b_availability_zone:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: string
75       port_pd_server_1b_port_order:
76         type: integer
77         required: true
78         status: SUPPORTED
79       port_pd_server_1b_port_exCP_naming:
80         type: org.openecomp.datatypes.Naming
81         required: true
82         status: SUPPORTED
83       port_pd_server_1b_port_ip_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.IpRequirements
89       port_pd_server_1b_port_subnetpoolid:
90         type: string
91         required: true
92         status: SUPPORTED
93     attributes:
94       pd_server_1b_accessIPv4:
95         type: string
96         status: SUPPORTED
97     requirements:
98     - dependency_pd_server_1b:
99         capability: tosca.capabilities.Node
100         node: tosca.nodes.Root
101         relationship: tosca.relationships.DependsOn
102         occurrences:
103         - 0
104         - UNBOUNDED
105     - local_storage_pd_server_1b:
106         capability: tosca.capabilities.Attachment
107         node: tosca.nodes.BlockStorage
108         relationship: tosca.relationships.AttachesTo
109         occurrences:
110         - 0
111         - UNBOUNDED
112     - dependency_pd_server_1b_pd_server_1b_port:
113         capability: tosca.capabilities.Node
114         node: tosca.nodes.Root
115         relationship: tosca.relationships.DependsOn
116         occurrences:
117         - 0
118         - UNBOUNDED
119     - link_pd_server_1b_pd_server_1b_port:
120         capability: tosca.capabilities.network.Linkable
121         relationship: tosca.relationships.network.LinksTo
122         occurrences:
123         - 1
124         - 1
125     capabilities:
126       disk.device.read.bytes_pd_server_1b:
127         type: org.openecomp.capabilities.metric.Ceilometer
128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
129         occurrences:
130         - 1
131         - UNBOUNDED
132       feature_pd_server_1b_pd_server_1b_port:
133         type: tosca.capabilities.Node
134         occurrences:
135         - 1
136         - UNBOUNDED
137       host_pd_server_1b:
138         type: tosca.capabilities.Container
139         valid_source_types:
140         - tosca.nodes.SoftwareComponent
141         occurrences:
142         - 1
143         - UNBOUNDED
144       disk.read.bytes.rate_pd_server_1b:
145         type: org.openecomp.capabilities.metric.Ceilometer
146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
147         occurrences:
148         - 1
149         - UNBOUNDED
150       disk.allocation_pd_server_1b:
151         type: org.openecomp.capabilities.metric.Ceilometer
152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
153         occurrences:
154         - 1
155         - UNBOUNDED
156       network.incoming.bytes.rate_pd_server_1b_pd_server_1b_port:
157         type: org.openecomp.capabilities.metric.Ceilometer
158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
159         occurrences:
160         - 1
161         - UNBOUNDED
162       cpu.delta_pd_server_1b:
163         type: org.openecomp.capabilities.metric.Ceilometer
164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
165         occurrences:
166         - 1
167         - UNBOUNDED
168       forwarder_pd_server_1b_pd_server_1b_port:
169         type: org.openecomp.capabilities.Forwarder
170         occurrences:
171         - 1
172         - UNBOUNDED
173       network.incoming.bytes_pd_server_1b_pd_server_1b_port:
174         type: org.openecomp.capabilities.metric.Ceilometer
175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
176         occurrences:
177         - 1
178         - UNBOUNDED
179       disk.device.read.requests_pd_server_1b:
180         type: org.openecomp.capabilities.metric.Ceilometer
181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
182         occurrences:
183         - 1
184         - UNBOUNDED
185       feature_pd_server_1b:
186         type: tosca.capabilities.Node
187         occurrences:
188         - 1
189         - UNBOUNDED
190       disk.device.iops_pd_server_1b:
191         type: org.openecomp.capabilities.metric.Ceilometer
192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
193         occurrences:
194         - 1
195         - UNBOUNDED
196       binding_pd_server_1b_pd_server_1b_port:
197         type: tosca.capabilities.network.Bindable
198         valid_source_types:
199         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
200         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
201         occurrences:
202         - 0
203         - UNBOUNDED
204       cpu_pd_server_1b:
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.write.bytes.rate_pd_server_1b:
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.device.read.requests.rate_pd_server_1b:
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       endpoint_pd_server_1b:
223         type: tosca.capabilities.Endpoint.Admin
224         occurrences:
225         - 1
226         - UNBOUNDED
227       disk.device.allocation_pd_server_1b:
228         type: org.openecomp.capabilities.metric.Ceilometer
229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
230         occurrences:
231         - 1
232         - UNBOUNDED
233       memory.usage_pd_server_1b:
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       network.outpoing.packets_pd_server_1b_pd_server_1b_port:
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_pd_server_1b:
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       disk.device.read.bytes.rate_pd_server_1b:
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       disk.device.latency_pd_server_1b:
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.read.bytes_pd_server_1b:
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.usage_pd_server_1b:
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       attachment_pd_server_1b_pd_server_1b_port:
276         type: tosca.capabilities.Attachment
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.device.write.requests_pd_server_1b:
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.latency_pd_server_1b:
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.ephemeral.size_pd_server_1b:
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       network.outgoing.bytes.rate_pd_server_1b_pd_server_1b_port:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       scalable_pd_server_1b:
305         type: tosca.capabilities.Scalable
306         occurrences:
307         - 1
308         - UNBOUNDED
309       disk.write.requests_pd_server_1b:
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       disk.device.write.bytes.rate_pd_server_1b:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       disk.root.size_pd_server_1b:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       disk.iops_pd_server_1b:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       disk.write.bytes_pd_server_1b:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.device.write.bytes_pd_server_1b:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       os_pd_server_1b:
346         type: tosca.capabilities.OperatingSystem
347         occurrences:
348         - 1
349         - UNBOUNDED
350       vcpus_pd_server_1b:
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       network.incoming.packets.rate_pd_server_1b_pd_server_1b_port:
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       instance_pd_server_1b:
363         type: org.openecomp.capabilities.metric.Ceilometer
364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
365         occurrences:
366         - 1
367         - UNBOUNDED
368       binding_pd_server_1b:
369         type: tosca.capabilities.network.Bindable
370         occurrences:
371         - 1
372         - UNBOUNDED
373       cpu_util_pd_server_1b:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       network.outgoing.bytes_pd_server_1b_pd_server_1b_port:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       memory.resident_pd_server_1b:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       network.incoming.packets_pd_server_1b_pd_server_1b_port:
392         type: org.openecomp.capabilities.metric.Ceilometer
393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
394         occurrences:
395         - 1
396         - UNBOUNDED
397       disk.device.write.requests.rate_pd_server_1b:
398         type: org.openecomp.capabilities.metric.Ceilometer
399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
400         occurrences:
401         - 1
402         - UNBOUNDED
403       disk.device.capacity_pd_server_1b:
404         type: org.openecomp.capabilities.metric.Ceilometer
405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
406         occurrences:
407         - 1
408         - UNBOUNDED
409       disk.read.requests_pd_server_1b:
410         type: org.openecomp.capabilities.metric.Ceilometer
411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
412         occurrences:
413         - 1
414         - UNBOUNDED
415       network.outgoing.packets.rate_pd_server_1b_pd_server_1b_port:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       disk.capacity_pd_server_1b:
422         type: org.openecomp.capabilities.metric.Ceilometer
423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
424         occurrences:
425         - 1
426         - UNBOUNDED
427       disk.usage_pd_server_1b:
428         type: org.openecomp.capabilities.metric.Ceilometer
429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
430         occurrences:
431         - 1
432         - UNBOUNDED
433       disk.write.requests.rate_pd_server_1b:
434         type: org.openecomp.capabilities.metric.Ceilometer
435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
436         occurrences:
437         - 1
438         - UNBOUNDED
439   org.openecomp.resource.abstract.nodes.osm_server_1c2:
440     derived_from: org.openecomp.resource.abstract.nodes.VFC
441     properties:
442       port_osm_port_replacement_policy:
443         type: list
444         required: true
445         status: SUPPORTED
446         entry_schema:
447           type: string
448       port_osm_port_exCP_naming:
449         type: org.openecomp.datatypes.Naming
450         required: true
451         status: SUPPORTED
452       port_osm_port_subnetpoolid:
453         type: string
454         required: true
455         status: SUPPORTED
456       index_value:
457         type: integer
458         description: Index value of this substitution service template runtime instance
459         required: false
460         default: 0
461         status: SUPPORTED
462         constraints:
463         - greater_or_equal: 0
464       port_osm_port_network:
465         type: list
466         required: true
467         status: SUPPORTED
468         entry_schema:
469           type: string
470       compute_osm_server_1c2_name:
471         type: list
472         required: true
473         status: SUPPORTED
474         entry_schema:
475           type: string
476       port_osm_port_vlan_requirements:
477         type: list
478         required: true
479         status: SUPPORTED
480         entry_schema:
481           type: org.openecomp.datatypes.network.VlanRequirements
482       vm_flavor_name:
483         type: string
484         required: true
485         status: SUPPORTED
486       port_osm_port_ip_requirements:
487         type: list
488         required: true
489         status: SUPPORTED
490         entry_schema:
491           type: org.openecomp.datatypes.network.IpRequirements
492       port_osm_port_fixed_ips:
493         type: list
494         required: true
495         status: SUPPORTED
496         entry_schema:
497           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
498       port_osm_port_network_role_tag:
499         type: string
500         required: true
501         status: SUPPORTED
502       port_osm_port_network_role:
503         type: string
504         required: true
505         status: SUPPORTED
506       vm_image_name:
507         type: string
508         required: true
509         status: SUPPORTED
510       port_osm_port_mac_requirements:
511         type: org.openecomp.datatypes.network.MacRequirements
512         required: true
513         status: SUPPORTED
514       port_osm_port_order:
515         type: integer
516         required: true
517         status: SUPPORTED
518       compute_osm_server_1c2_metadata:
519         type: list
520         required: true
521         status: SUPPORTED
522         entry_schema:
523           type: json
524       compute_osm_server_1c2_availability_zone:
525         type: list
526         required: true
527         status: SUPPORTED
528         entry_schema:
529           type: string
530     attributes:
531       osm_server_1c2_accessIPv4:
532         type: string
533         status: SUPPORTED
534     requirements:
535     - dependency_osm_server_1c2_osm_port:
536         capability: tosca.capabilities.Node
537         node: tosca.nodes.Root
538         relationship: tosca.relationships.DependsOn
539         occurrences:
540         - 0
541         - UNBOUNDED
542     - link_osm_server_1c2_osm_port:
543         capability: tosca.capabilities.network.Linkable
544         relationship: tosca.relationships.network.LinksTo
545         occurrences:
546         - 1
547         - 1
548     - dependency_osm_server_1c2:
549         capability: tosca.capabilities.Node
550         node: tosca.nodes.Root
551         relationship: tosca.relationships.DependsOn
552         occurrences:
553         - 0
554         - UNBOUNDED
555     - local_storage_osm_server_1c2:
556         capability: tosca.capabilities.Attachment
557         node: tosca.nodes.BlockStorage
558         relationship: tosca.relationships.AttachesTo
559         occurrences:
560         - 0
561         - UNBOUNDED
562     capabilities:
563       endpoint_osm_server_1c2:
564         type: tosca.capabilities.Endpoint.Admin
565         occurrences:
566         - 1
567         - UNBOUNDED
568       feature_osm_server_1c2_osm_port:
569         type: tosca.capabilities.Node
570         occurrences:
571         - 1
572         - UNBOUNDED
573       os_osm_server_1c2:
574         type: tosca.capabilities.OperatingSystem
575         occurrences:
576         - 1
577         - UNBOUNDED
578       disk.device.read.bytes.rate_osm_server_1c2:
579         type: org.openecomp.capabilities.metric.Ceilometer
580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
581         occurrences:
582         - 1
583         - UNBOUNDED
584       disk.write.requests.rate_osm_server_1c2:
585         type: org.openecomp.capabilities.metric.Ceilometer
586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
587         occurrences:
588         - 1
589         - UNBOUNDED
590       disk.device.read.requests.rate_osm_server_1c2:
591         type: org.openecomp.capabilities.metric.Ceilometer
592         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
593         occurrences:
594         - 1
595         - UNBOUNDED
596       disk.device.read.requests_osm_server_1c2:
597         type: org.openecomp.capabilities.metric.Ceilometer
598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
599         occurrences:
600         - 1
601         - UNBOUNDED
602       disk.device.iops_osm_server_1c2:
603         type: org.openecomp.capabilities.metric.Ceilometer
604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
605         occurrences:
606         - 1
607         - UNBOUNDED
608       disk.read.bytes.rate_osm_server_1c2:
609         type: org.openecomp.capabilities.metric.Ceilometer
610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
611         occurrences:
612         - 1
613         - UNBOUNDED
614       host_osm_server_1c2:
615         type: tosca.capabilities.Container
616         valid_source_types:
617         - tosca.nodes.SoftwareComponent
618         occurrences:
619         - 1
620         - UNBOUNDED
621       memory_osm_server_1c2:
622         type: org.openecomp.capabilities.metric.Ceilometer
623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
624         occurrences:
625         - 1
626         - UNBOUNDED
627       cpu_util_osm_server_1c2:
628         type: org.openecomp.capabilities.metric.Ceilometer
629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
630         occurrences:
631         - 1
632         - UNBOUNDED
633       cpu_osm_server_1c2:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       disk.device.write.bytes.rate_osm_server_1c2:
640         type: org.openecomp.capabilities.metric.Ceilometer
641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
642         occurrences:
643         - 1
644         - UNBOUNDED
645       disk.latency_osm_server_1c2:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       disk.read.requests_osm_server_1c2:
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       memory.resident_osm_server_1c2:
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       attachment_osm_server_1c2_osm_port:
664         type: tosca.capabilities.Attachment
665         occurrences:
666         - 1
667         - UNBOUNDED
668       feature_osm_server_1c2:
669         type: tosca.capabilities.Node
670         occurrences:
671         - 1
672         - UNBOUNDED
673       disk.device.latency_osm_server_1c2:
674         type: org.openecomp.capabilities.metric.Ceilometer
675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
676         occurrences:
677         - 1
678         - UNBOUNDED
679       disk.device.write.requests_osm_server_1c2:
680         type: org.openecomp.capabilities.metric.Ceilometer
681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
682         occurrences:
683         - 1
684         - UNBOUNDED
685       network.outgoing.bytes_osm_server_1c2_osm_port:
686         type: org.openecomp.capabilities.metric.Ceilometer
687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
688         occurrences:
689         - 1
690         - UNBOUNDED
691       disk.ephemeral.size_osm_server_1c2:
692         type: org.openecomp.capabilities.metric.Ceilometer
693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
694         occurrences:
695         - 1
696         - UNBOUNDED
697       disk.allocation_osm_server_1c2:
698         type: org.openecomp.capabilities.metric.Ceilometer
699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
700         occurrences:
701         - 1
702         - UNBOUNDED
703       binding_osm_server_1c2_osm_port:
704         type: tosca.capabilities.network.Bindable
705         valid_source_types:
706         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
707         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
708         occurrences:
709         - 0
710         - UNBOUNDED
711       disk.write.bytes_osm_server_1c2:
712         type: org.openecomp.capabilities.metric.Ceilometer
713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
714         occurrences:
715         - 1
716         - UNBOUNDED
717       disk.capacity_osm_server_1c2:
718         type: org.openecomp.capabilities.metric.Ceilometer
719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
720         occurrences:
721         - 1
722         - UNBOUNDED
723       network.incoming.bytes_osm_server_1c2_osm_port:
724         type: org.openecomp.capabilities.metric.Ceilometer
725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
726         occurrences:
727         - 1
728         - UNBOUNDED
729       disk.write.requests_osm_server_1c2:
730         type: org.openecomp.capabilities.metric.Ceilometer
731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
732         occurrences:
733         - 1
734         - UNBOUNDED
735       disk.iops_osm_server_1c2:
736         type: org.openecomp.capabilities.metric.Ceilometer
737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
738         occurrences:
739         - 1
740         - UNBOUNDED
741       binding_osm_server_1c2:
742         type: tosca.capabilities.network.Bindable
743         occurrences:
744         - 1
745         - UNBOUNDED
746       network.incoming.packets.rate_osm_server_1c2_osm_port:
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       scalable_osm_server_1c2:
753         type: tosca.capabilities.Scalable
754         occurrences:
755         - 1
756         - UNBOUNDED
757       cpu.delta_osm_server_1c2:
758         type: org.openecomp.capabilities.metric.Ceilometer
759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
760         occurrences:
761         - 1
762         - UNBOUNDED
763       vcpus_osm_server_1c2:
764         type: org.openecomp.capabilities.metric.Ceilometer
765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
766         occurrences:
767         - 1
768         - UNBOUNDED
769       disk.read.bytes_osm_server_1c2:
770         type: org.openecomp.capabilities.metric.Ceilometer
771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
772         occurrences:
773         - 1
774         - UNBOUNDED
775       disk.root.size_osm_server_1c2:
776         type: org.openecomp.capabilities.metric.Ceilometer
777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
778         occurrences:
779         - 1
780         - UNBOUNDED
781       disk.usage_osm_server_1c2:
782         type: org.openecomp.capabilities.metric.Ceilometer
783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
784         occurrences:
785         - 1
786         - UNBOUNDED
787       memory.usage_osm_server_1c2:
788         type: org.openecomp.capabilities.metric.Ceilometer
789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
790         occurrences:
791         - 1
792         - UNBOUNDED
793       network.outpoing.packets_osm_server_1c2_osm_port:
794         type: org.openecomp.capabilities.metric.Ceilometer
795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
796         occurrences:
797         - 1
798         - UNBOUNDED
799       disk.write.bytes.rate_osm_server_1c2:
800         type: org.openecomp.capabilities.metric.Ceilometer
801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
802         occurrences:
803         - 1
804         - UNBOUNDED
805       disk.device.allocation_osm_server_1c2:
806         type: org.openecomp.capabilities.metric.Ceilometer
807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
808         occurrences:
809         - 1
810         - UNBOUNDED
811       disk.device.usage_osm_server_1c2:
812         type: org.openecomp.capabilities.metric.Ceilometer
813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
814         occurrences:
815         - 1
816         - UNBOUNDED
817       network.outgoing.packets.rate_osm_server_1c2_osm_port:
818         type: org.openecomp.capabilities.metric.Ceilometer
819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
820         occurrences:
821         - 1
822         - UNBOUNDED
823       disk.device.read.bytes_osm_server_1c2:
824         type: org.openecomp.capabilities.metric.Ceilometer
825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
826         occurrences:
827         - 1
828         - UNBOUNDED
829       forwarder_osm_server_1c2_osm_port:
830         type: org.openecomp.capabilities.Forwarder
831         occurrences:
832         - 1
833         - UNBOUNDED
834       disk.device.capacity_osm_server_1c2:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       network.outgoing.bytes.rate_osm_server_1c2_osm_port:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       disk.device.write.bytes_osm_server_1c2:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.device.write.requests.rate_osm_server_1c2:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       network.incoming.bytes.rate_osm_server_1c2_osm_port:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       instance_osm_server_1c2:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       network.incoming.packets_osm_server_1c2_osm_port:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876   org.openecomp.resource.abstract.nodes.oam_server_1c2:
877     derived_from: org.openecomp.resource.abstract.nodes.VFC
878     properties:
879       port_oam_port_mac_requirements:
880         type: org.openecomp.datatypes.network.MacRequirements
881         required: true
882         status: SUPPORTED
883       compute_oam_server_1c2_name:
884         type: list
885         required: true
886         status: SUPPORTED
887         entry_schema:
888           type: string
889       index_value:
890         type: integer
891         description: Index value of this substitution service template runtime instance
892         required: false
893         default: 0
894         status: SUPPORTED
895         constraints:
896         - greater_or_equal: 0
897       port_oam_port_network:
898         type: list
899         required: true
900         status: SUPPORTED
901         entry_schema:
902           type: string
903       port_oam_port_exCP_naming:
904         type: org.openecomp.datatypes.Naming
905         required: true
906         status: SUPPORTED
907       port_oam_port_order:
908         type: integer
909         required: true
910         status: SUPPORTED
911       port_oam_port_subnetpoolid:
912         type: string
913         required: true
914         status: SUPPORTED
915       vm_flavor_name:
916         type: string
917         required: true
918         status: SUPPORTED
919       compute_oam_server_1c2_availability_zone:
920         type: list
921         required: true
922         status: SUPPORTED
923         entry_schema:
924           type: string
925       port_oam_port_fixed_ips:
926         type: list
927         required: true
928         status: SUPPORTED
929         entry_schema:
930           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
931       vm_image_name:
932         type: string
933         required: true
934         status: SUPPORTED
935       compute_oam_server_1c2_metadata:
936         type: list
937         required: true
938         status: SUPPORTED
939         entry_schema:
940           type: json
941       port_oam_port_vlan_requirements:
942         type: list
943         required: true
944         status: SUPPORTED
945         entry_schema:
946           type: org.openecomp.datatypes.network.VlanRequirements
947       port_oam_port_ip_requirements:
948         type: list
949         required: true
950         status: SUPPORTED
951         entry_schema:
952           type: org.openecomp.datatypes.network.IpRequirements
953       port_oam_port_replacement_policy:
954         type: list
955         required: true
956         status: SUPPORTED
957         entry_schema:
958           type: string
959       port_oam_port_network_role_tag:
960         type: string
961         required: true
962         status: SUPPORTED
963       port_oam_port_network_role:
964         type: string
965         required: true
966         status: SUPPORTED
967     attributes:
968       oam_server_1c2_accessIPv4:
969         type: string
970         status: SUPPORTED
971     requirements:
972     - dependency_oam_server_1c2:
973         capability: tosca.capabilities.Node
974         node: tosca.nodes.Root
975         relationship: tosca.relationships.DependsOn
976         occurrences:
977         - 0
978         - UNBOUNDED
979     - local_storage_oam_server_1c2:
980         capability: tosca.capabilities.Attachment
981         node: tosca.nodes.BlockStorage
982         relationship: tosca.relationships.AttachesTo
983         occurrences:
984         - 0
985         - UNBOUNDED
986     - dependency_oam_server_1c2_oam_port:
987         capability: tosca.capabilities.Node
988         node: tosca.nodes.Root
989         relationship: tosca.relationships.DependsOn
990         occurrences:
991         - 0
992         - UNBOUNDED
993     - link_oam_server_1c2_oam_port:
994         capability: tosca.capabilities.network.Linkable
995         relationship: tosca.relationships.network.LinksTo
996         occurrences:
997         - 1
998         - 1
999     capabilities:
1000       disk.device.usage_oam_server_1c2:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       disk.device.latency_oam_server_1c2:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       feature_oam_server_1c2:
1013         type: tosca.capabilities.Node
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       disk.read.requests_oam_server_1c2:
1018         type: org.openecomp.capabilities.metric.Ceilometer
1019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1020         occurrences:
1021         - 1
1022         - UNBOUNDED
1023       disk.write.bytes.rate_oam_server_1c2:
1024         type: org.openecomp.capabilities.metric.Ceilometer
1025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       disk.device.write.bytes.rate_oam_server_1c2:
1030         type: org.openecomp.capabilities.metric.Ceilometer
1031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       network.outgoing.packets.rate_oam_server_1c2_oam_port:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       network.outpoing.packets_oam_server_1c2_oam_port:
1042         type: org.openecomp.capabilities.metric.Ceilometer
1043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1044         occurrences:
1045         - 1
1046         - UNBOUNDED
1047       cpu_util_oam_server_1c2:
1048         type: org.openecomp.capabilities.metric.Ceilometer
1049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       disk.device.write.bytes_oam_server_1c2:
1054         type: org.openecomp.capabilities.metric.Ceilometer
1055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       disk.device.allocation_oam_server_1c2:
1060         type: org.openecomp.capabilities.metric.Ceilometer
1061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1062         occurrences:
1063         - 1
1064         - UNBOUNDED
1065       attachment_oam_server_1c2_oam_port:
1066         type: tosca.capabilities.Attachment
1067         occurrences:
1068         - 1
1069         - UNBOUNDED
1070       network.incoming.bytes.rate_oam_server_1c2_oam_port:
1071         type: org.openecomp.capabilities.metric.Ceilometer
1072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1073         occurrences:
1074         - 1
1075         - UNBOUNDED
1076       disk.root.size_oam_server_1c2:
1077         type: org.openecomp.capabilities.metric.Ceilometer
1078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1079         occurrences:
1080         - 1
1081         - UNBOUNDED
1082       disk.device.iops_oam_server_1c2:
1083         type: org.openecomp.capabilities.metric.Ceilometer
1084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       disk.read.bytes.rate_oam_server_1c2:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       network.outgoing.bytes_oam_server_1c2_oam_port:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       disk.allocation_oam_server_1c2:
1101         type: org.openecomp.capabilities.metric.Ceilometer
1102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       disk.read.bytes_oam_server_1c2:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       network.incoming.bytes_oam_server_1c2_oam_port:
1113         type: org.openecomp.capabilities.metric.Ceilometer
1114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       network.outgoing.bytes.rate_oam_server_1c2_oam_port:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       vcpus_oam_server_1c2:
1125         type: org.openecomp.capabilities.metric.Ceilometer
1126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1127         occurrences:
1128         - 1
1129         - UNBOUNDED
1130       disk.device.read.bytes.rate_oam_server_1c2:
1131         type: org.openecomp.capabilities.metric.Ceilometer
1132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136       network.incoming.packets_oam_server_1c2_oam_port:
1137         type: org.openecomp.capabilities.metric.Ceilometer
1138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1139         occurrences:
1140         - 1
1141         - UNBOUNDED
1142       cpu_oam_server_1c2:
1143         type: org.openecomp.capabilities.metric.Ceilometer
1144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1145         occurrences:
1146         - 1
1147         - UNBOUNDED
1148       disk.write.requests.rate_oam_server_1c2:
1149         type: org.openecomp.capabilities.metric.Ceilometer
1150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1151         occurrences:
1152         - 1
1153         - UNBOUNDED
1154       instance_oam_server_1c2:
1155         type: org.openecomp.capabilities.metric.Ceilometer
1156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1157         occurrences:
1158         - 1
1159         - UNBOUNDED
1160       host_oam_server_1c2:
1161         type: tosca.capabilities.Container
1162         valid_source_types:
1163         - tosca.nodes.SoftwareComponent
1164         occurrences:
1165         - 1
1166         - UNBOUNDED
1167       disk.device.capacity_oam_server_1c2:
1168         type: org.openecomp.capabilities.metric.Ceilometer
1169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1170         occurrences:
1171         - 1
1172         - UNBOUNDED
1173       disk.device.write.requests.rate_oam_server_1c2:
1174         type: org.openecomp.capabilities.metric.Ceilometer
1175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1176         occurrences:
1177         - 1
1178         - UNBOUNDED
1179       endpoint_oam_server_1c2:
1180         type: tosca.capabilities.Endpoint.Admin
1181         occurrences:
1182         - 1
1183         - UNBOUNDED
1184       forwarder_oam_server_1c2_oam_port:
1185         type: org.openecomp.capabilities.Forwarder
1186         occurrences:
1187         - 1
1188         - UNBOUNDED
1189       disk.ephemeral.size_oam_server_1c2:
1190         type: org.openecomp.capabilities.metric.Ceilometer
1191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1192         occurrences:
1193         - 1
1194         - UNBOUNDED
1195       memory.resident_oam_server_1c2:
1196         type: org.openecomp.capabilities.metric.Ceilometer
1197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1198         occurrences:
1199         - 1
1200         - UNBOUNDED
1201       memory_oam_server_1c2:
1202         type: org.openecomp.capabilities.metric.Ceilometer
1203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1204         occurrences:
1205         - 1
1206         - UNBOUNDED
1207       disk.device.read.bytes_oam_server_1c2:
1208         type: org.openecomp.capabilities.metric.Ceilometer
1209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1210         occurrences:
1211         - 1
1212         - UNBOUNDED
1213       memory.usage_oam_server_1c2:
1214         type: org.openecomp.capabilities.metric.Ceilometer
1215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1216         occurrences:
1217         - 1
1218         - UNBOUNDED
1219       disk.usage_oam_server_1c2:
1220         type: org.openecomp.capabilities.metric.Ceilometer
1221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1222         occurrences:
1223         - 1
1224         - UNBOUNDED
1225       network.incoming.packets.rate_oam_server_1c2_oam_port:
1226         type: org.openecomp.capabilities.metric.Ceilometer
1227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1228         occurrences:
1229         - 1
1230         - UNBOUNDED
1231       binding_oam_server_1c2_oam_port:
1232         type: tosca.capabilities.network.Bindable
1233         valid_source_types:
1234         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1235         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1236         occurrences:
1237         - 0
1238         - UNBOUNDED
1239       os_oam_server_1c2:
1240         type: tosca.capabilities.OperatingSystem
1241         occurrences:
1242         - 1
1243         - UNBOUNDED
1244       disk.device.read.requests_oam_server_1c2:
1245         type: org.openecomp.capabilities.metric.Ceilometer
1246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1247         occurrences:
1248         - 1
1249         - UNBOUNDED
1250       disk.latency_oam_server_1c2:
1251         type: org.openecomp.capabilities.metric.Ceilometer
1252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1253         occurrences:
1254         - 1
1255         - UNBOUNDED
1256       feature_oam_server_1c2_oam_port:
1257         type: tosca.capabilities.Node
1258         occurrences:
1259         - 1
1260         - UNBOUNDED
1261       disk.write.requests_oam_server_1c2:
1262         type: org.openecomp.capabilities.metric.Ceilometer
1263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1264         occurrences:
1265         - 1
1266         - UNBOUNDED
1267       disk.device.write.requests_oam_server_1c2:
1268         type: org.openecomp.capabilities.metric.Ceilometer
1269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1270         occurrences:
1271         - 1
1272         - UNBOUNDED
1273       binding_oam_server_1c2:
1274         type: tosca.capabilities.network.Bindable
1275         occurrences:
1276         - 1
1277         - UNBOUNDED
1278       scalable_oam_server_1c2:
1279         type: tosca.capabilities.Scalable
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283       cpu.delta_oam_server_1c2:
1284         type: org.openecomp.capabilities.metric.Ceilometer
1285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1286         occurrences:
1287         - 1
1288         - UNBOUNDED
1289       disk.write.bytes_oam_server_1c2:
1290         type: org.openecomp.capabilities.metric.Ceilometer
1291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1292         occurrences:
1293         - 1
1294         - UNBOUNDED
1295       disk.capacity_oam_server_1c2:
1296         type: org.openecomp.capabilities.metric.Ceilometer
1297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1298         occurrences:
1299         - 1
1300         - UNBOUNDED
1301       disk.device.read.requests.rate_oam_server_1c2:
1302         type: org.openecomp.capabilities.metric.Ceilometer
1303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1304         occurrences:
1305         - 1
1306         - UNBOUNDED
1307       disk.iops_oam_server_1c2:
1308         type: org.openecomp.capabilities.metric.Ceilometer
1309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1310         occurrences:
1311         - 1
1312         - UNBOUNDED
1313   org.openecomp.resource.abstract.nodes.heat.pd_server:
1314     derived_from: org.openecomp.resource.abstract.nodes.VFC
1315     properties:
1316       p1:
1317         type: string
1318         description: UID of OAM network
1319         required: true
1320         status: SUPPORTED
1321       p2:
1322         type: string
1323         description: UID of OAM network
1324         required: true
1325         status: SUPPORTED
1326       port_pd_server_port_1_order:
1327         type: integer
1328         required: true
1329         status: SUPPORTED
1330       pd_server_names:
1331         type: list
1332         description: PD server names
1333         required: true
1334         status: SUPPORTED
1335         entry_schema: &id001
1336           type: string
1337       port_pd_server_port_1_mac_requirements:
1338         type: org.openecomp.datatypes.network.MacRequirements
1339         required: true
1340         status: SUPPORTED
1341       port_pd_server_port_2_network_role:
1342         type: string
1343         required: true
1344         status: SUPPORTED
1345       port_pd_server_port_1_network_role:
1346         type: string
1347         required: true
1348         status: SUPPORTED
1349       pd_server_flavor:
1350         type: string
1351         description: Flavor for PD server
1352         required: true
1353         status: SUPPORTED
1354       port_pd_server_port_2_ip_requirements:
1355         type: list
1356         required: true
1357         status: SUPPORTED
1358         entry_schema:
1359           type: org.openecomp.datatypes.network.IpRequirements
1360       port_pd_server_port_2_mac_requirements:
1361         type: org.openecomp.datatypes.network.MacRequirements
1362         required: true
1363         status: SUPPORTED
1364       availability_zone_0:
1365         type: string
1366         description: availabilityzone name
1367         required: true
1368         status: SUPPORTED
1369       net:
1370         type: string
1371         required: true
1372         status: SUPPORTED
1373       port_pd_server_port_2_vlan_requirements:
1374         type: list
1375         required: true
1376         status: SUPPORTED
1377         entry_schema:
1378           type: org.openecomp.datatypes.network.VlanRequirements
1379       port_pd_server_port_2_subnetpoolid:
1380         type: string
1381         required: true
1382         status: SUPPORTED
1383       pd_server_ips:
1384         type: string
1385         required: true
1386         status: SUPPORTED
1387       port_pd_server_port_1_subnetpoolid:
1388         type: string
1389         required: true
1390         status: SUPPORTED
1391       port_pd_server_port_1_network_role_tag:
1392         type: string
1393         required: true
1394         status: SUPPORTED
1395       security_group_name:
1396         type: list
1397         description: CMAUI1, CMAUI2 server names
1398         required: true
1399         status: SUPPORTED
1400         entry_schema: &id002
1401           type: string
1402       ps_server_flavor:
1403         type: string
1404         description: Flavor for PS server
1405         required: true
1406         status: SUPPORTED
1407       port_pd_server_port_1_vlan_requirements:
1408         type: list
1409         required: true
1410         status: SUPPORTED
1411         entry_schema:
1412           type: org.openecomp.datatypes.network.VlanRequirements
1413       port_pd_server_port_2_order:
1414         type: integer
1415         required: true
1416         status: SUPPORTED
1417       port_pd_server_port_2_network_role_tag:
1418         type: string
1419         required: true
1420         status: SUPPORTED
1421       pd_server_image:
1422         type: string
1423         description: Flavor for PD server
1424         required: true
1425         status: SUPPORTED
1426       port_pd_server_port_1_ip_requirements:
1427         type: list
1428         required: true
1429         status: SUPPORTED
1430         entry_schema:
1431           type: org.openecomp.datatypes.network.IpRequirements
1432       port_pd_server_port_2_exCP_naming:
1433         type: org.openecomp.datatypes.Naming
1434         required: true
1435         status: SUPPORTED
1436       port_pd_server_port_1_exCP_naming:
1437         type: org.openecomp.datatypes.Naming
1438         required: true
1439         status: SUPPORTED
1440     attributes:
1441       pattern4_attr_1:
1442         type: string
1443         description: pattern4_attr_1_value
1444         status: SUPPORTED
1445     requirements:
1446     - dependency_pd_server_port_1:
1447         capability: tosca.capabilities.Node
1448         node: tosca.nodes.Root
1449         relationship: tosca.relationships.DependsOn
1450         occurrences:
1451         - 0
1452         - UNBOUNDED
1453     - link_pd_server_port_1:
1454         capability: tosca.capabilities.network.Linkable
1455         relationship: tosca.relationships.network.LinksTo
1456         occurrences:
1457         - 1
1458         - 1
1459     - dependency_pd_server_port_2:
1460         capability: tosca.capabilities.Node
1461         node: tosca.nodes.Root
1462         relationship: tosca.relationships.DependsOn
1463         occurrences:
1464         - 0
1465         - UNBOUNDED
1466     - link_pd_server_port_2:
1467         capability: tosca.capabilities.network.Linkable
1468         relationship: tosca.relationships.network.LinksTo
1469         occurrences:
1470         - 1
1471         - 1
1472     - dependency_server_pd:
1473         capability: tosca.capabilities.Node
1474         node: tosca.nodes.Root
1475         relationship: tosca.relationships.DependsOn
1476         occurrences:
1477         - 0
1478         - UNBOUNDED
1479     - local_storage_server_pd:
1480         capability: tosca.capabilities.Attachment
1481         node: tosca.nodes.BlockStorage
1482         relationship: tosca.relationships.AttachesTo
1483         occurrences:
1484         - 0
1485         - UNBOUNDED
1486     capabilities:
1487       disk.iops_server_pd:
1488         type: org.openecomp.capabilities.metric.Ceilometer
1489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1490         occurrences:
1491         - 1
1492         - UNBOUNDED
1493       disk.device.read.bytes.rate_server_pd:
1494         type: org.openecomp.capabilities.metric.Ceilometer
1495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1496         occurrences:
1497         - 1
1498         - UNBOUNDED
1499       memory.resident_server_pd:
1500         type: org.openecomp.capabilities.metric.Ceilometer
1501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1502         occurrences:
1503         - 1
1504         - UNBOUNDED
1505       cpu_util_server_pd:
1506         type: org.openecomp.capabilities.metric.Ceilometer
1507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1508         occurrences:
1509         - 1
1510         - UNBOUNDED
1511       network.incoming.bytes_pd_server_port_1:
1512         type: org.openecomp.capabilities.metric.Ceilometer
1513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1514         occurrences:
1515         - 1
1516         - UNBOUNDED
1517       network.incoming.bytes_pd_server_port_2:
1518         type: org.openecomp.capabilities.metric.Ceilometer
1519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1520         occurrences:
1521         - 1
1522         - UNBOUNDED
1523       disk.device.read.requests_server_pd:
1524         type: org.openecomp.capabilities.metric.Ceilometer
1525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1526         occurrences:
1527         - 1
1528         - UNBOUNDED
1529       network.incoming.bytes.rate_pd_server_port_1:
1530         type: org.openecomp.capabilities.metric.Ceilometer
1531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1532         occurrences:
1533         - 1
1534         - UNBOUNDED
1535       network.incoming.bytes.rate_pd_server_port_2:
1536         type: org.openecomp.capabilities.metric.Ceilometer
1537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1538         occurrences:
1539         - 1
1540         - UNBOUNDED
1541       disk.device.allocation_server_pd:
1542         type: org.openecomp.capabilities.metric.Ceilometer
1543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1544         occurrences:
1545         - 1
1546         - UNBOUNDED
1547       disk.usage_server_pd:
1548         type: org.openecomp.capabilities.metric.Ceilometer
1549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1550         occurrences:
1551         - 1
1552         - UNBOUNDED
1553       disk.capacity_server_pd:
1554         type: org.openecomp.capabilities.metric.Ceilometer
1555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1556         occurrences:
1557         - 1
1558         - UNBOUNDED
1559       endpoint_server_pd:
1560         type: tosca.capabilities.Endpoint.Admin
1561         occurrences:
1562         - 1
1563         - UNBOUNDED
1564       disk.device.capacity_server_pd:
1565         type: org.openecomp.capabilities.metric.Ceilometer
1566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1567         occurrences:
1568         - 1
1569         - UNBOUNDED
1570       attachment_pd_server_port_2:
1571         type: tosca.capabilities.Attachment
1572         occurrences:
1573         - 1
1574         - UNBOUNDED
1575       network.incoming.packets_pd_server_port_2:
1576         type: org.openecomp.capabilities.metric.Ceilometer
1577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1578         occurrences:
1579         - 1
1580         - UNBOUNDED
1581       attachment_pd_server_port_1:
1582         type: tosca.capabilities.Attachment
1583         occurrences:
1584         - 1
1585         - UNBOUNDED
1586       network.incoming.packets_pd_server_port_1:
1587         type: org.openecomp.capabilities.metric.Ceilometer
1588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1589         occurrences:
1590         - 1
1591         - UNBOUNDED
1592       memory.usage_server_pd:
1593         type: org.openecomp.capabilities.metric.Ceilometer
1594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1595         occurrences:
1596         - 1
1597         - UNBOUNDED
1598       disk.allocation_server_pd:
1599         type: org.openecomp.capabilities.metric.Ceilometer
1600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1601         occurrences:
1602         - 1
1603         - UNBOUNDED
1604       disk.read.bytes.rate_server_pd:
1605         type: org.openecomp.capabilities.metric.Ceilometer
1606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1607         occurrences:
1608         - 1
1609         - UNBOUNDED
1610       memory_server_pd:
1611         type: org.openecomp.capabilities.metric.Ceilometer
1612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1613         occurrences:
1614         - 1
1615         - UNBOUNDED
1616       disk.device.write.requests_server_pd:
1617         type: org.openecomp.capabilities.metric.Ceilometer
1618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1619         occurrences:
1620         - 1
1621         - UNBOUNDED
1622       disk.device.usage_server_pd:
1623         type: org.openecomp.capabilities.metric.Ceilometer
1624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1625         occurrences:
1626         - 1
1627         - UNBOUNDED
1628       feature_pd_server_port_1:
1629         type: tosca.capabilities.Node
1630         occurrences:
1631         - 1
1632         - UNBOUNDED
1633       feature_pd_server_port_2:
1634         type: tosca.capabilities.Node
1635         occurrences:
1636         - 1
1637         - UNBOUNDED
1638       disk.read.bytes_server_pd:
1639         type: org.openecomp.capabilities.metric.Ceilometer
1640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1641         occurrences:
1642         - 1
1643         - UNBOUNDED
1644       disk.device.read.bytes_server_pd:
1645         type: org.openecomp.capabilities.metric.Ceilometer
1646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1647         occurrences:
1648         - 1
1649         - UNBOUNDED
1650       network.incoming.packets.rate_pd_server_port_2:
1651         type: org.openecomp.capabilities.metric.Ceilometer
1652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1653         occurrences:
1654         - 1
1655         - UNBOUNDED
1656       network.incoming.packets.rate_pd_server_port_1:
1657         type: org.openecomp.capabilities.metric.Ceilometer
1658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1659         occurrences:
1660         - 1
1661         - UNBOUNDED
1662       instance_server_pd:
1663         type: org.openecomp.capabilities.metric.Ceilometer
1664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1665         occurrences:
1666         - 1
1667         - UNBOUNDED
1668       binding_pd_server_port_2:
1669         type: tosca.capabilities.network.Bindable
1670         valid_source_types:
1671         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1672         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1673         occurrences:
1674         - 0
1675         - UNBOUNDED
1676       binding_pd_server_port_1:
1677         type: tosca.capabilities.network.Bindable
1678         valid_source_types:
1679         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1680         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
1681         occurrences:
1682         - 0
1683         - UNBOUNDED
1684       cpu.delta_server_pd:
1685         type: org.openecomp.capabilities.metric.Ceilometer
1686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1687         occurrences:
1688         - 1
1689         - UNBOUNDED
1690       host_server_pd:
1691         type: tosca.capabilities.Container
1692         valid_source_types:
1693         - tosca.nodes.SoftwareComponent
1694         occurrences:
1695         - 1
1696         - UNBOUNDED
1697       network.outpoing.packets_pd_server_port_1:
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       vcpus_server_pd:
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.ephemeral.size_server_pd:
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       network.outpoing.packets_pd_server_port_2:
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       network.outgoing.packets.rate_pd_server_port_2:
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.latency_server_pd:
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       network.outgoing.packets.rate_pd_server_port_1:
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       disk.device.write.bytes.rate_server_pd:
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.write.requests.rate_server_pd:
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       disk.write.requests_server_pd:
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.outgoing.bytes_pd_server_port_2:
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.iops_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       network.outgoing.bytes_pd_server_port_1:
1770         type: org.openecomp.capabilities.metric.Ceilometer
1771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1772         occurrences:
1773         - 1
1774         - UNBOUNDED
1775       disk.read.requests_server_pd:
1776         type: org.openecomp.capabilities.metric.Ceilometer
1777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1778         occurrences:
1779         - 1
1780         - UNBOUNDED
1781       os_server_pd:
1782         type: tosca.capabilities.OperatingSystem
1783         occurrences:
1784         - 1
1785         - UNBOUNDED
1786       disk.device.latency_server_pd:
1787         type: org.openecomp.capabilities.metric.Ceilometer
1788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1789         occurrences:
1790         - 1
1791         - UNBOUNDED
1792       binding_server_pd:
1793         type: tosca.capabilities.network.Bindable
1794         occurrences:
1795         - 1
1796         - UNBOUNDED
1797       scalable_server_pd:
1798         type: tosca.capabilities.Scalable
1799         occurrences:
1800         - 1
1801         - UNBOUNDED
1802       network.outgoing.bytes.rate_pd_server_port_2:
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       forwarder_pd_server_port_1:
1809         type: org.openecomp.capabilities.Forwarder
1810         occurrences:
1811         - 1
1812         - UNBOUNDED
1813       network.outgoing.bytes.rate_pd_server_port_1:
1814         type: org.openecomp.capabilities.metric.Ceilometer
1815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1816         occurrences:
1817         - 1
1818         - UNBOUNDED
1819       disk.write.bytes_server_pd:
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       disk.write.bytes.rate_server_pd:
1826         type: org.openecomp.capabilities.metric.Ceilometer
1827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1828         occurrences:
1829         - 1
1830         - UNBOUNDED
1831       forwarder_pd_server_port_2:
1832         type: org.openecomp.capabilities.Forwarder
1833         occurrences:
1834         - 1
1835         - UNBOUNDED
1836       feature_server_pd:
1837         type: tosca.capabilities.Node
1838         occurrences:
1839         - 1
1840         - UNBOUNDED
1841       disk.root.size_server_pd:
1842         type: org.openecomp.capabilities.metric.Ceilometer
1843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1844         occurrences:
1845         - 1
1846         - UNBOUNDED
1847       disk.device.read.requests.rate_server_pd:
1848         type: org.openecomp.capabilities.metric.Ceilometer
1849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1850         occurrences:
1851         - 1
1852         - UNBOUNDED
1853       disk.device.write.requests.rate_server_pd:
1854         type: org.openecomp.capabilities.metric.Ceilometer
1855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1856         occurrences:
1857         - 1
1858         - UNBOUNDED
1859       disk.device.write.bytes_server_pd:
1860         type: org.openecomp.capabilities.metric.Ceilometer
1861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1862         occurrences:
1863         - 1
1864         - UNBOUNDED
1865       cpu_server_pd:
1866         type: org.openecomp.capabilities.metric.Ceilometer
1867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1868         occurrences:
1869         - 1
1870         - UNBOUNDED
1871   org.openecomp.resource.abstract.nodes.pd_server_1b:
1872     derived_from: org.openecomp.resource.abstract.nodes.VFC
1873     properties:
1874       port_ps_server_1b_port_vlan_requirements:
1875         type: list
1876         required: true
1877         status: SUPPORTED
1878         entry_schema:
1879           type: org.openecomp.datatypes.network.VlanRequirements
1880       compute_pd_server_1b_name:
1881         type: list
1882         required: true
1883         status: SUPPORTED
1884         entry_schema:
1885           type: string
1886       port_ps_server_1b_port_mac_requirements:
1887         type: org.openecomp.datatypes.network.MacRequirements
1888         required: true
1889         status: SUPPORTED
1890       port_ps_server_1b_port_network_role_tag:
1891         type: string
1892         required: true
1893         status: SUPPORTED
1894       port_ps_server_1b_port_fixed_ips:
1895         type: list
1896         required: true
1897         status: SUPPORTED
1898         entry_schema:
1899           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1900       index_value:
1901         type: integer
1902         description: Index value of this substitution service template runtime instance
1903         required: false
1904         default: 0
1905         status: SUPPORTED
1906         constraints:
1907         - greater_or_equal: 0
1908       port_ps_server_1b_port_order:
1909         type: integer
1910         required: true
1911         status: SUPPORTED
1912       vm_flavor_name:
1913         type: string
1914         required: true
1915         status: SUPPORTED
1916       port_ps_server_1b_port_network:
1917         type: list
1918         required: true
1919         status: SUPPORTED
1920         entry_schema:
1921           type: string
1922       port_ps_server_1b_port_exCP_naming:
1923         type: org.openecomp.datatypes.Naming
1924         required: true
1925         status: SUPPORTED
1926       port_ps_server_1b_port_ip_requirements:
1927         type: list
1928         required: true
1929         status: SUPPORTED
1930         entry_schema:
1931           type: org.openecomp.datatypes.network.IpRequirements
1932       vm_image_name:
1933         type: string
1934         required: true
1935         status: SUPPORTED
1936       port_ps_server_1b_port_network_role:
1937         type: string
1938         required: true
1939         status: SUPPORTED
1940       port_ps_server_1b_port_replacement_policy:
1941         type: list
1942         required: true
1943         status: SUPPORTED
1944         entry_schema:
1945           type: string
1946       port_ps_server_1b_port_subnetpoolid:
1947         type: string
1948         required: true
1949         status: SUPPORTED
1950       compute_pd_server_1b_availability_zone:
1951         type: list
1952         required: true
1953         status: SUPPORTED
1954         entry_schema:
1955           type: string
1956     requirements:
1957     - dependency_pd_server_1b:
1958         capability: tosca.capabilities.Node
1959         node: tosca.nodes.Root
1960         relationship: tosca.relationships.DependsOn
1961         occurrences:
1962         - 0
1963         - UNBOUNDED
1964     - local_storage_pd_server_1b:
1965         capability: tosca.capabilities.Attachment
1966         node: tosca.nodes.BlockStorage
1967         relationship: tosca.relationships.AttachesTo
1968         occurrences:
1969         - 0
1970         - UNBOUNDED
1971     - dependency_pd_server_1b_ps_server_1b_port:
1972         capability: tosca.capabilities.Node
1973         node: tosca.nodes.Root
1974         relationship: tosca.relationships.DependsOn
1975         occurrences:
1976         - 0
1977         - UNBOUNDED
1978     - link_pd_server_1b_ps_server_1b_port:
1979         capability: tosca.capabilities.network.Linkable
1980         relationship: tosca.relationships.network.LinksTo
1981         occurrences:
1982         - 1
1983         - 1
1984     capabilities:
1985       disk.device.read.bytes_pd_server_1b:
1986         type: org.openecomp.capabilities.metric.Ceilometer
1987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1988         occurrences:
1989         - 1
1990         - UNBOUNDED
1991       host_pd_server_1b:
1992         type: tosca.capabilities.Container
1993         valid_source_types:
1994         - tosca.nodes.SoftwareComponent
1995         occurrences:
1996         - 1
1997         - UNBOUNDED
1998       network.outpoing.packets_pd_server_1b_ps_server_1b_port:
1999         type: org.openecomp.capabilities.metric.Ceilometer
2000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2001         occurrences:
2002         - 1
2003         - UNBOUNDED
2004       disk.read.bytes.rate_pd_server_1b:
2005         type: org.openecomp.capabilities.metric.Ceilometer
2006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2007         occurrences:
2008         - 1
2009         - UNBOUNDED
2010       disk.allocation_pd_server_1b:
2011         type: org.openecomp.capabilities.metric.Ceilometer
2012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2013         occurrences:
2014         - 1
2015         - UNBOUNDED
2016       network.incoming.bytes.rate_pd_server_1b_ps_server_1b_port:
2017         type: org.openecomp.capabilities.metric.Ceilometer
2018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2019         occurrences:
2020         - 1
2021         - UNBOUNDED
2022       feature_pd_server_1b_ps_server_1b_port:
2023         type: tosca.capabilities.Node
2024         occurrences:
2025         - 1
2026         - UNBOUNDED
2027       cpu.delta_pd_server_1b:
2028         type: org.openecomp.capabilities.metric.Ceilometer
2029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2030         occurrences:
2031         - 1
2032         - UNBOUNDED
2033       network.incoming.packets_pd_server_1b_ps_server_1b_port:
2034         type: org.openecomp.capabilities.metric.Ceilometer
2035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2036         occurrences:
2037         - 1
2038         - UNBOUNDED
2039       forwarder_pd_server_1b_ps_server_1b_port:
2040         type: org.openecomp.capabilities.Forwarder
2041         occurrences:
2042         - 1
2043         - UNBOUNDED
2044       disk.device.read.requests_pd_server_1b:
2045         type: org.openecomp.capabilities.metric.Ceilometer
2046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2047         occurrences:
2048         - 1
2049         - UNBOUNDED
2050       feature_pd_server_1b:
2051         type: tosca.capabilities.Node
2052         occurrences:
2053         - 1
2054         - UNBOUNDED
2055       disk.device.iops_pd_server_1b:
2056         type: org.openecomp.capabilities.metric.Ceilometer
2057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2058         occurrences:
2059         - 1
2060         - UNBOUNDED
2061       network.outgoing.bytes.rate_pd_server_1b_ps_server_1b_port:
2062         type: org.openecomp.capabilities.metric.Ceilometer
2063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2064         occurrences:
2065         - 1
2066         - UNBOUNDED
2067       cpu_pd_server_1b:
2068         type: org.openecomp.capabilities.metric.Ceilometer
2069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2070         occurrences:
2071         - 1
2072         - UNBOUNDED
2073       disk.write.bytes.rate_pd_server_1b:
2074         type: org.openecomp.capabilities.metric.Ceilometer
2075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2076         occurrences:
2077         - 1
2078         - UNBOUNDED
2079       disk.device.read.requests.rate_pd_server_1b:
2080         type: org.openecomp.capabilities.metric.Ceilometer
2081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2082         occurrences:
2083         - 1
2084         - UNBOUNDED
2085       endpoint_pd_server_1b:
2086         type: tosca.capabilities.Endpoint.Admin
2087         occurrences:
2088         - 1
2089         - UNBOUNDED
2090       disk.device.allocation_pd_server_1b:
2091         type: org.openecomp.capabilities.metric.Ceilometer
2092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2093         occurrences:
2094         - 1
2095         - UNBOUNDED
2096       memory.usage_pd_server_1b:
2097         type: org.openecomp.capabilities.metric.Ceilometer
2098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2099         occurrences:
2100         - 1
2101         - UNBOUNDED
2102       memory_pd_server_1b:
2103         type: org.openecomp.capabilities.metric.Ceilometer
2104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2105         occurrences:
2106         - 1
2107         - UNBOUNDED
2108       network.outgoing.bytes_pd_server_1b_ps_server_1b_port:
2109         type: org.openecomp.capabilities.metric.Ceilometer
2110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2111         occurrences:
2112         - 1
2113         - UNBOUNDED
2114       disk.device.read.bytes.rate_pd_server_1b:
2115         type: org.openecomp.capabilities.metric.Ceilometer
2116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2117         occurrences:
2118         - 1
2119         - UNBOUNDED
2120       disk.device.latency_pd_server_1b:
2121         type: org.openecomp.capabilities.metric.Ceilometer
2122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2123         occurrences:
2124         - 1
2125         - UNBOUNDED
2126       disk.read.bytes_pd_server_1b:
2127         type: org.openecomp.capabilities.metric.Ceilometer
2128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2129         occurrences:
2130         - 1
2131         - UNBOUNDED
2132       disk.device.usage_pd_server_1b:
2133         type: org.openecomp.capabilities.metric.Ceilometer
2134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2135         occurrences:
2136         - 1
2137         - UNBOUNDED
2138       disk.device.write.requests_pd_server_1b:
2139         type: org.openecomp.capabilities.metric.Ceilometer
2140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2141         occurrences:
2142         - 1
2143         - UNBOUNDED
2144       disk.latency_pd_server_1b:
2145         type: org.openecomp.capabilities.metric.Ceilometer
2146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2147         occurrences:
2148         - 1
2149         - UNBOUNDED
2150       disk.ephemeral.size_pd_server_1b:
2151         type: org.openecomp.capabilities.metric.Ceilometer
2152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2153         occurrences:
2154         - 1
2155         - UNBOUNDED
2156       binding_pd_server_1b_ps_server_1b_port:
2157         type: tosca.capabilities.network.Bindable
2158         valid_source_types:
2159         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2160         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2161         occurrences:
2162         - 0
2163         - UNBOUNDED
2164       scalable_pd_server_1b:
2165         type: tosca.capabilities.Scalable
2166         occurrences:
2167         - 1
2168         - UNBOUNDED
2169       disk.write.requests_pd_server_1b:
2170         type: org.openecomp.capabilities.metric.Ceilometer
2171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2172         occurrences:
2173         - 1
2174         - UNBOUNDED
2175       disk.device.write.bytes.rate_pd_server_1b:
2176         type: org.openecomp.capabilities.metric.Ceilometer
2177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2178         occurrences:
2179         - 1
2180         - UNBOUNDED
2181       disk.root.size_pd_server_1b:
2182         type: org.openecomp.capabilities.metric.Ceilometer
2183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2184         occurrences:
2185         - 1
2186         - UNBOUNDED
2187       disk.iops_pd_server_1b:
2188         type: org.openecomp.capabilities.metric.Ceilometer
2189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2190         occurrences:
2191         - 1
2192         - UNBOUNDED
2193       disk.write.bytes_pd_server_1b:
2194         type: org.openecomp.capabilities.metric.Ceilometer
2195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2196         occurrences:
2197         - 1
2198         - UNBOUNDED
2199       disk.device.write.bytes_pd_server_1b:
2200         type: org.openecomp.capabilities.metric.Ceilometer
2201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2202         occurrences:
2203         - 1
2204         - UNBOUNDED
2205       os_pd_server_1b:
2206         type: tosca.capabilities.OperatingSystem
2207         occurrences:
2208         - 1
2209         - UNBOUNDED
2210       vcpus_pd_server_1b:
2211         type: org.openecomp.capabilities.metric.Ceilometer
2212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2213         occurrences:
2214         - 1
2215         - UNBOUNDED
2216       instance_pd_server_1b:
2217         type: org.openecomp.capabilities.metric.Ceilometer
2218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2219         occurrences:
2220         - 1
2221         - UNBOUNDED
2222       network.outgoing.packets.rate_pd_server_1b_ps_server_1b_port:
2223         type: org.openecomp.capabilities.metric.Ceilometer
2224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2225         occurrences:
2226         - 1
2227         - UNBOUNDED
2228       binding_pd_server_1b:
2229         type: tosca.capabilities.network.Bindable
2230         occurrences:
2231         - 1
2232         - UNBOUNDED
2233       cpu_util_pd_server_1b:
2234         type: org.openecomp.capabilities.metric.Ceilometer
2235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2236         occurrences:
2237         - 1
2238         - UNBOUNDED
2239       memory.resident_pd_server_1b:
2240         type: org.openecomp.capabilities.metric.Ceilometer
2241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2242         occurrences:
2243         - 1
2244         - UNBOUNDED
2245       network.incoming.packets.rate_pd_server_1b_ps_server_1b_port:
2246         type: org.openecomp.capabilities.metric.Ceilometer
2247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2248         occurrences:
2249         - 1
2250         - UNBOUNDED
2251       attachment_pd_server_1b_ps_server_1b_port:
2252         type: tosca.capabilities.Attachment
2253         occurrences:
2254         - 1
2255         - UNBOUNDED
2256       network.incoming.bytes_pd_server_1b_ps_server_1b_port:
2257         type: org.openecomp.capabilities.metric.Ceilometer
2258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2259         occurrences:
2260         - 1
2261         - UNBOUNDED
2262       disk.device.write.requests.rate_pd_server_1b:
2263         type: org.openecomp.capabilities.metric.Ceilometer
2264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2265         occurrences:
2266         - 1
2267         - UNBOUNDED
2268       disk.device.capacity_pd_server_1b:
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       disk.read.requests_pd_server_1b:
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       disk.capacity_pd_server_1b:
2281         type: org.openecomp.capabilities.metric.Ceilometer
2282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2283         occurrences:
2284         - 1
2285         - UNBOUNDED
2286       disk.usage_pd_server_1b:
2287         type: org.openecomp.capabilities.metric.Ceilometer
2288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2289         occurrences:
2290         - 1
2291         - UNBOUNDED
2292       disk.write.requests.rate_pd_server_1b:
2293         type: org.openecomp.capabilities.metric.Ceilometer
2294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2295         occurrences:
2296         - 1
2297         - UNBOUNDED
2298   org.openecomp.resource.abstract.nodes.BE_1c1:
2299     derived_from: org.openecomp.resource.abstract.nodes.VFC
2300     properties:
2301       port_BE_port_exCP_naming:
2302         type: org.openecomp.datatypes.Naming
2303         required: true
2304         status: SUPPORTED
2305       port_BE_port_network_role:
2306         type: string
2307         required: true
2308         status: SUPPORTED
2309       index_value:
2310         type: integer
2311         description: Index value of this substitution service template runtime instance
2312         required: false
2313         default: 0
2314         status: SUPPORTED
2315         constraints:
2316         - greater_or_equal: 0
2317       port_BE_port_order:
2318         type: integer
2319         required: true
2320         status: SUPPORTED
2321       port_BE_port_subnetpoolid:
2322         type: string
2323         required: true
2324         status: SUPPORTED
2325       vm_flavor_name:
2326         type: string
2327         required: true
2328         status: SUPPORTED
2329       port_BE_port_mac_requirements:
2330         type: org.openecomp.datatypes.network.MacRequirements
2331         required: true
2332         status: SUPPORTED
2333       port_BE_port_fixed_ips:
2334         type: list
2335         required: true
2336         status: SUPPORTED
2337         entry_schema:
2338           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2339       port_BE_port_vlan_requirements:
2340         type: list
2341         required: true
2342         status: SUPPORTED
2343         entry_schema:
2344           type: org.openecomp.datatypes.network.VlanRequirements
2345       compute_BE_1c1_availability_zone:
2346         type: list
2347         required: true
2348         status: SUPPORTED
2349         entry_schema:
2350           type: string
2351       port_BE_port_network:
2352         type: list
2353         required: true
2354         status: SUPPORTED
2355         entry_schema:
2356           type: string
2357       port_BE_port_ip_requirements:
2358         type: list
2359         required: true
2360         status: SUPPORTED
2361         entry_schema:
2362           type: org.openecomp.datatypes.network.IpRequirements
2363       port_BE_port_network_role_tag:
2364         type: string
2365         required: true
2366         status: SUPPORTED
2367       vm_image_name:
2368         type: string
2369         required: true
2370         status: SUPPORTED
2371       compute_BE_1c1_name:
2372         type: list
2373         required: true
2374         status: SUPPORTED
2375         entry_schema:
2376           type: string
2377       port_BE_port_replacement_policy:
2378         type: list
2379         required: true
2380         status: SUPPORTED
2381         entry_schema:
2382           type: string
2383     attributes:
2384       BE_1c1_accessIPv4:
2385         type: string
2386         status: SUPPORTED
2387     requirements:
2388     - dependency_BE_1c1_BE_port:
2389         capability: tosca.capabilities.Node
2390         node: tosca.nodes.Root
2391         relationship: tosca.relationships.DependsOn
2392         occurrences:
2393         - 0
2394         - UNBOUNDED
2395     - link_BE_1c1_BE_port:
2396         capability: tosca.capabilities.network.Linkable
2397         relationship: tosca.relationships.network.LinksTo
2398         occurrences:
2399         - 1
2400         - 1
2401     - dependency_BE_1c1:
2402         capability: tosca.capabilities.Node
2403         node: tosca.nodes.Root
2404         relationship: tosca.relationships.DependsOn
2405         occurrences:
2406         - 0
2407         - UNBOUNDED
2408     - local_storage_BE_1c1:
2409         capability: tosca.capabilities.Attachment
2410         node: tosca.nodes.BlockStorage
2411         relationship: tosca.relationships.AttachesTo
2412         occurrences:
2413         - 0
2414         - UNBOUNDED
2415     capabilities:
2416       disk.ephemeral.size_BE_1c1:
2417         type: org.openecomp.capabilities.metric.Ceilometer
2418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2419         occurrences:
2420         - 1
2421         - UNBOUNDED
2422       disk.device.write.bytes_BE_1c1:
2423         type: org.openecomp.capabilities.metric.Ceilometer
2424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2425         occurrences:
2426         - 1
2427         - UNBOUNDED
2428       os_BE_1c1:
2429         type: tosca.capabilities.OperatingSystem
2430         occurrences:
2431         - 1
2432         - UNBOUNDED
2433       endpoint_BE_1c1:
2434         type: tosca.capabilities.Endpoint.Admin
2435         occurrences:
2436         - 1
2437         - UNBOUNDED
2438       network.outpoing.packets_BE_1c1_BE_port:
2439         type: org.openecomp.capabilities.metric.Ceilometer
2440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2441         occurrences:
2442         - 1
2443         - UNBOUNDED
2444       disk.device.write.requests_BE_1c1:
2445         type: org.openecomp.capabilities.metric.Ceilometer
2446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2447         occurrences:
2448         - 1
2449         - UNBOUNDED
2450       disk.device.write.bytes.rate_BE_1c1:
2451         type: org.openecomp.capabilities.metric.Ceilometer
2452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2453         occurrences:
2454         - 1
2455         - UNBOUNDED
2456       vcpus_BE_1c1:
2457         type: org.openecomp.capabilities.metric.Ceilometer
2458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2459         occurrences:
2460         - 1
2461         - UNBOUNDED
2462       network.incoming.packets.rate_BE_1c1_BE_port:
2463         type: org.openecomp.capabilities.metric.Ceilometer
2464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2465         occurrences:
2466         - 1
2467         - UNBOUNDED
2468       attachment_BE_1c1_BE_port:
2469         type: tosca.capabilities.Attachment
2470         occurrences:
2471         - 1
2472         - UNBOUNDED
2473       network.incoming.bytes_BE_1c1_BE_port:
2474         type: org.openecomp.capabilities.metric.Ceilometer
2475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2476         occurrences:
2477         - 1
2478         - UNBOUNDED
2479       disk.capacity_BE_1c1:
2480         type: org.openecomp.capabilities.metric.Ceilometer
2481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2482         occurrences:
2483         - 1
2484         - UNBOUNDED
2485       disk.read.bytes_BE_1c1:
2486         type: org.openecomp.capabilities.metric.Ceilometer
2487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2488         occurrences:
2489         - 1
2490         - UNBOUNDED
2491       host_BE_1c1:
2492         type: tosca.capabilities.Container
2493         valid_source_types:
2494         - tosca.nodes.SoftwareComponent
2495         occurrences:
2496         - 1
2497         - UNBOUNDED
2498       disk.usage_BE_1c1:
2499         type: org.openecomp.capabilities.metric.Ceilometer
2500         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2501         occurrences:
2502         - 1
2503         - UNBOUNDED
2504       disk.write.bytes_BE_1c1:
2505         type: org.openecomp.capabilities.metric.Ceilometer
2506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2507         occurrences:
2508         - 1
2509         - UNBOUNDED
2510       network.outgoing.packets.rate_BE_1c1_BE_port:
2511         type: org.openecomp.capabilities.metric.Ceilometer
2512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2513         occurrences:
2514         - 1
2515         - UNBOUNDED
2516       binding_BE_1c1_BE_port:
2517         type: tosca.capabilities.network.Bindable
2518         valid_source_types:
2519         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2520         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
2521         occurrences:
2522         - 0
2523         - UNBOUNDED
2524       disk.device.usage_BE_1c1:
2525         type: org.openecomp.capabilities.metric.Ceilometer
2526         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2527         occurrences:
2528         - 1
2529         - UNBOUNDED
2530       disk.device.read.requests.rate_BE_1c1:
2531         type: org.openecomp.capabilities.metric.Ceilometer
2532         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2533         occurrences:
2534         - 1
2535         - UNBOUNDED
2536       network.outgoing.bytes.rate_BE_1c1_BE_port:
2537         type: org.openecomp.capabilities.metric.Ceilometer
2538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2539         occurrences:
2540         - 1
2541         - UNBOUNDED
2542       scalable_BE_1c1:
2543         type: tosca.capabilities.Scalable
2544         occurrences:
2545         - 1
2546         - UNBOUNDED
2547       disk.read.requests_BE_1c1:
2548         type: org.openecomp.capabilities.metric.Ceilometer
2549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2550         occurrences:
2551         - 1
2552         - UNBOUNDED
2553       memory_BE_1c1:
2554         type: org.openecomp.capabilities.metric.Ceilometer
2555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2556         occurrences:
2557         - 1
2558         - UNBOUNDED
2559       disk.iops_BE_1c1:
2560         type: org.openecomp.capabilities.metric.Ceilometer
2561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2562         occurrences:
2563         - 1
2564         - UNBOUNDED
2565       memory.usage_BE_1c1:
2566         type: org.openecomp.capabilities.metric.Ceilometer
2567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2568         occurrences:
2569         - 1
2570         - UNBOUNDED
2571       network.incoming.packets_BE_1c1_BE_port:
2572         type: org.openecomp.capabilities.metric.Ceilometer
2573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2574         occurrences:
2575         - 1
2576         - UNBOUNDED
2577       forwarder_BE_1c1_BE_port:
2578         type: org.openecomp.capabilities.Forwarder
2579         occurrences:
2580         - 1
2581         - UNBOUNDED
2582       disk.device.latency_BE_1c1:
2583         type: org.openecomp.capabilities.metric.Ceilometer
2584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2585         occurrences:
2586         - 1
2587         - UNBOUNDED
2588       disk.device.read.requests_BE_1c1:
2589         type: org.openecomp.capabilities.metric.Ceilometer
2590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2591         occurrences:
2592         - 1
2593         - UNBOUNDED
2594       memory.resident_BE_1c1:
2595         type: org.openecomp.capabilities.metric.Ceilometer
2596         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2597         occurrences:
2598         - 1
2599         - UNBOUNDED
2600       disk.allocation_BE_1c1:
2601         type: org.openecomp.capabilities.metric.Ceilometer
2602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2603         occurrences:
2604         - 1
2605         - UNBOUNDED
2606       disk.device.allocation_BE_1c1:
2607         type: org.openecomp.capabilities.metric.Ceilometer
2608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2609         occurrences:
2610         - 1
2611         - UNBOUNDED
2612       disk.device.write.requests.rate_BE_1c1:
2613         type: org.openecomp.capabilities.metric.Ceilometer
2614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2615         occurrences:
2616         - 1
2617         - UNBOUNDED
2618       instance_BE_1c1:
2619         type: org.openecomp.capabilities.metric.Ceilometer
2620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2621         occurrences:
2622         - 1
2623         - UNBOUNDED
2624       disk.read.bytes.rate_BE_1c1:
2625         type: org.openecomp.capabilities.metric.Ceilometer
2626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2627         occurrences:
2628         - 1
2629         - UNBOUNDED
2630       disk.device.iops_BE_1c1:
2631         type: org.openecomp.capabilities.metric.Ceilometer
2632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2633         occurrences:
2634         - 1
2635         - UNBOUNDED
2636       disk.root.size_BE_1c1:
2637         type: org.openecomp.capabilities.metric.Ceilometer
2638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2639         occurrences:
2640         - 1
2641         - UNBOUNDED
2642       network.incoming.bytes.rate_BE_1c1_BE_port:
2643         type: org.openecomp.capabilities.metric.Ceilometer
2644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2645         occurrences:
2646         - 1
2647         - UNBOUNDED
2648       cpu_BE_1c1:
2649         type: org.openecomp.capabilities.metric.Ceilometer
2650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2651         occurrences:
2652         - 1
2653         - UNBOUNDED
2654       cpu.delta_BE_1c1:
2655         type: org.openecomp.capabilities.metric.Ceilometer
2656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2657         occurrences:
2658         - 1
2659         - UNBOUNDED
2660       disk.write.requests.rate_BE_1c1:
2661         type: org.openecomp.capabilities.metric.Ceilometer
2662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2663         occurrences:
2664         - 1
2665         - UNBOUNDED
2666       binding_BE_1c1:
2667         type: tosca.capabilities.network.Bindable
2668         occurrences:
2669         - 1
2670         - UNBOUNDED
2671       feature_BE_1c1:
2672         type: tosca.capabilities.Node
2673         occurrences:
2674         - 1
2675         - UNBOUNDED
2676       disk.write.bytes.rate_BE_1c1:
2677         type: org.openecomp.capabilities.metric.Ceilometer
2678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2679         occurrences:
2680         - 1
2681         - UNBOUNDED
2682       disk.write.requests_BE_1c1:
2683         type: org.openecomp.capabilities.metric.Ceilometer
2684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2685         occurrences:
2686         - 1
2687         - UNBOUNDED
2688       disk.device.read.bytes_BE_1c1:
2689         type: org.openecomp.capabilities.metric.Ceilometer
2690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2691         occurrences:
2692         - 1
2693         - UNBOUNDED
2694       feature_BE_1c1_BE_port:
2695         type: tosca.capabilities.Node
2696         occurrences:
2697         - 1
2698         - UNBOUNDED
2699       disk.device.read.bytes.rate_BE_1c1:
2700         type: org.openecomp.capabilities.metric.Ceilometer
2701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2702         occurrences:
2703         - 1
2704         - UNBOUNDED
2705       disk.device.capacity_BE_1c1:
2706         type: org.openecomp.capabilities.metric.Ceilometer
2707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2708         occurrences:
2709         - 1
2710         - UNBOUNDED
2711       network.outgoing.bytes_BE_1c1_BE_port:
2712         type: org.openecomp.capabilities.metric.Ceilometer
2713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2714         occurrences:
2715         - 1
2716         - UNBOUNDED
2717       disk.latency_BE_1c1:
2718         type: org.openecomp.capabilities.metric.Ceilometer
2719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2720         occurrences:
2721         - 1
2722         - UNBOUNDED
2723       cpu_util_BE_1c1:
2724         type: org.openecomp.capabilities.metric.Ceilometer
2725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2726         occurrences:
2727         - 1
2728         - UNBOUNDED
2729   org.openecomp.resource.abstract.nodes.heat.nested1:
2730     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
2731     properties:
2732       p1:
2733         type: string
2734         description: UID of OAM network
2735         required: true
2736         status: SUPPORTED
2737       p2:
2738         type: string
2739         description: UID of OAM network
2740         required: true
2741         status: SUPPORTED
2742       cmaui_1c1_image:
2743         type: string
2744         description: Image for CMAUI server
2745         required: true
2746         status: SUPPORTED
2747       ps_server_1b_ips:
2748         type: string
2749         required: true
2750         status: SUPPORTED
2751       pd_server_1b_names:
2752         type: list
2753         description: PD server names
2754         required: true
2755         status: SUPPORTED
2756         entry_schema:
2757           type: string
2758       security_group_name:
2759         type: list
2760         description: CMAUI1, CMAUI2 server names
2761         required: true
2762         status: SUPPORTED
2763         entry_schema:
2764           type: string
2765       oam_server_1c2_image:
2766         type: string
2767         description: Image for CMAUI server
2768         required: true
2769         status: SUPPORTED
2770       cmaui_1c1_flavor:
2771         type: string
2772         description: Flavor for CMAUI server
2773         required: true
2774         status: SUPPORTED
2775       ps_server_1b_names:
2776         type: list
2777         description: Ps server names
2778         required: true
2779         status: SUPPORTED
2780         entry_schema:
2781           type: string
2782       cmaui_1c1_names:
2783         type: list
2784         description: CMAUI1, CMAUI2 server names
2785         required: true
2786         status: SUPPORTED
2787         entry_schema:
2788           type: string
2789       pd_server_1b_flavor:
2790         type: string
2791         description: Flavor for PD server
2792         required: true
2793         status: SUPPORTED
2794       pd_server_1b_ips:
2795         type: string
2796         required: true
2797         status: SUPPORTED
2798       packet_internal_network_1_name:
2799         type: string
2800         required: true
2801         status: SUPPORTED
2802       packet_external_network_1_name:
2803         type: string
2804         required: true
2805         status: SUPPORTED
2806       availability_zone_0:
2807         type: string
2808         description: availabilityzone name
2809         required: true
2810         status: SUPPORTED
2811       ps_server_1b_flavor:
2812         type: string
2813         description: Flavor for PS server
2814         required: true
2815         status: SUPPORTED
2816       cmaui_oam_ips:
2817         type: string
2818         required: true
2819         status: SUPPORTED
2820       ps_server_1b_image:
2821         type: string
2822         description: Ps Image server
2823         required: true
2824         status: SUPPORTED
2825       net:
2826         type: string
2827         required: true
2828         status: SUPPORTED
2829       pd_server_1b_image:
2830         type: string
2831         description: PD Image server
2832         required: true
2833         status: SUPPORTED
2834       oam_server_1c2_flavor:
2835         type: string
2836         description: Flavor for CMAUI server
2837         required: true
2838         status: SUPPORTED
2839       oam_server_1c2_names:
2840         type: list
2841         description: CMAUI1, CMAUI2 server names
2842         required: true
2843         status: SUPPORTED
2844         entry_schema:
2845           type: string
2846     attributes:
2847       all_pattern_attr_1:
2848         type: string
2849         description: all_pattern_attr_1
2850         status: SUPPORTED
2851     requirements:
2852     - dependency_cmaui_port_2:
2853         capability: tosca.capabilities.Node
2854         node: tosca.nodes.Root
2855         relationship: tosca.relationships.DependsOn
2856         occurrences:
2857         - 0
2858         - UNBOUNDED
2859     - dependency_nested1_pattern_4:
2860         capability: tosca.capabilities.Node
2861         node: tosca.nodes.Root
2862         relationship: tosca.relationships.DependsOn
2863         occurrences:
2864         - 0
2865         - UNBOUNDED
2866     - dependency_pd_server_port_1_nested1_pattern_4:
2867         capability: tosca.capabilities.Node
2868         node: tosca.nodes.Root
2869         relationship: tosca.relationships.DependsOn
2870         occurrences:
2871         - 0
2872         - UNBOUNDED
2873     - link_pd_server_port_1_nested1_pattern_4:
2874         capability: tosca.capabilities.network.Linkable
2875         relationship: tosca.relationships.network.LinksTo
2876         occurrences:
2877         - 1
2878         - 1
2879     - dependency_pd_server_port_2_nested1_pattern_4:
2880         capability: tosca.capabilities.Node
2881         node: tosca.nodes.Root
2882         relationship: tosca.relationships.DependsOn
2883         occurrences:
2884         - 0
2885         - UNBOUNDED
2886     - link_pd_server_port_2_nested1_pattern_4:
2887         capability: tosca.capabilities.network.Linkable
2888         relationship: tosca.relationships.network.LinksTo
2889         occurrences:
2890         - 1
2891         - 1
2892     - dependency_server_pd_nested1_pattern_4:
2893         capability: tosca.capabilities.Node
2894         node: tosca.nodes.Root
2895         relationship: tosca.relationships.DependsOn
2896         occurrences:
2897         - 0
2898         - UNBOUNDED
2899     - local_storage_server_pd_nested1_pattern_4:
2900         capability: tosca.capabilities.Attachment
2901         node: tosca.nodes.BlockStorage
2902         relationship: tosca.relationships.AttachesTo
2903         occurrences:
2904         - 0
2905         - UNBOUNDED
2906     - dependency_server_1c2_oam_1:
2907         capability: tosca.capabilities.Node
2908         node: tosca.nodes.Root
2909         relationship: tosca.relationships.DependsOn
2910         occurrences:
2911         - 0
2912         - UNBOUNDED
2913     - local_storage_server_1c2_oam_1:
2914         capability: tosca.capabilities.Attachment
2915         node: tosca.nodes.BlockStorage
2916         relationship: tosca.relationships.AttachesTo
2917         occurrences:
2918         - 0
2919         - UNBOUNDED
2920     - dependency_server_1c2_oam_2:
2921         capability: tosca.capabilities.Node
2922         node: tosca.nodes.Root
2923         relationship: tosca.relationships.DependsOn
2924         occurrences:
2925         - 0
2926         - UNBOUNDED
2927     - local_storage_server_1c2_oam_2:
2928         capability: tosca.capabilities.Attachment
2929         node: tosca.nodes.BlockStorage
2930         relationship: tosca.relationships.AttachesTo
2931         occurrences:
2932         - 0
2933         - UNBOUNDED
2934     - dependency_server_1b_pd_2:
2935         capability: tosca.capabilities.Node
2936         node: tosca.nodes.Root
2937         relationship: tosca.relationships.DependsOn
2938         occurrences:
2939         - 0
2940         - UNBOUNDED
2941     - local_storage_server_1b_pd_2:
2942         capability: tosca.capabilities.Attachment
2943         node: tosca.nodes.BlockStorage
2944         relationship: tosca.relationships.AttachesTo
2945         occurrences:
2946         - 0
2947         - UNBOUNDED
2948     - dependency_cmaui_port_1:
2949         capability: tosca.capabilities.Node
2950         node: tosca.nodes.Root
2951         relationship: tosca.relationships.DependsOn
2952         occurrences:
2953         - 0
2954         - UNBOUNDED
2955     - dependency_server_1b_pd_1:
2956         capability: tosca.capabilities.Node
2957         node: tosca.nodes.Root
2958         relationship: tosca.relationships.DependsOn
2959         occurrences:
2960         - 0
2961         - UNBOUNDED
2962     - local_storage_server_1b_pd_1:
2963         capability: tosca.capabilities.Attachment
2964         node: tosca.nodes.BlockStorage
2965         relationship: tosca.relationships.AttachesTo
2966         occurrences:
2967         - 0
2968         - UNBOUNDED
2969     - dependency_oam_port_1:
2970         capability: tosca.capabilities.Node
2971         node: tosca.nodes.Root
2972         relationship: tosca.relationships.DependsOn
2973         occurrences:
2974         - 0
2975         - UNBOUNDED
2976     - dependency_packet_internal_network_1:
2977         capability: tosca.capabilities.Node
2978         node: tosca.nodes.Root
2979         relationship: tosca.relationships.DependsOn
2980         occurrences:
2981         - 0
2982         - UNBOUNDED
2983     - dependency_server_1c1_cmaui_2:
2984         capability: tosca.capabilities.Node
2985         node: tosca.nodes.Root
2986         relationship: tosca.relationships.DependsOn
2987         occurrences:
2988         - 0
2989         - UNBOUNDED
2990     - local_storage_server_1c1_cmaui_2:
2991         capability: tosca.capabilities.Attachment
2992         node: tosca.nodes.BlockStorage
2993         relationship: tosca.relationships.AttachesTo
2994         occurrences:
2995         - 0
2996         - UNBOUNDED
2997     - dependency_server_1c1_cmaui_1:
2998         capability: tosca.capabilities.Node
2999         node: tosca.nodes.Root
3000         relationship: tosca.relationships.DependsOn
3001         occurrences:
3002         - 0
3003         - UNBOUNDED
3004     - local_storage_server_1c1_cmaui_1:
3005         capability: tosca.capabilities.Attachment
3006         node: tosca.nodes.BlockStorage
3007         relationship: tosca.relationships.AttachesTo
3008         occurrences:
3009         - 0
3010         - UNBOUNDED
3011     - dependency_ps_server_1b_port_1:
3012         capability: tosca.capabilities.Node
3013         node: tosca.nodes.Root
3014         relationship: tosca.relationships.DependsOn
3015         occurrences:
3016         - 0
3017         - UNBOUNDED
3018     - link_ps_server_1b_port_1:
3019         capability: tosca.capabilities.network.Linkable
3020         relationship: tosca.relationships.network.LinksTo
3021         occurrences:
3022         - 1
3023         - 1
3024     - dependency_pd_server_1b_port_1:
3025         capability: tosca.capabilities.Node
3026         node: tosca.nodes.Root
3027         relationship: tosca.relationships.DependsOn
3028         occurrences:
3029         - 0
3030         - UNBOUNDED
3031     - link_pd_server_1b_port_1:
3032         capability: tosca.capabilities.network.Linkable
3033         relationship: tosca.relationships.network.LinksTo
3034         occurrences:
3035         - 1
3036         - 1
3037     - dependency_oam_port_2:
3038         capability: tosca.capabilities.Node
3039         node: tosca.nodes.Root
3040         relationship: tosca.relationships.DependsOn
3041         occurrences:
3042         - 0
3043         - UNBOUNDED
3044     - dependency_packet_external_network_1:
3045         capability: tosca.capabilities.Node
3046         node: tosca.nodes.Root
3047         relationship: tosca.relationships.DependsOn
3048         occurrences:
3049         - 0
3050         - UNBOUNDED
3051     capabilities:
3052       memory_server_pd_nested1_pattern_4:
3053         type: org.openecomp.capabilities.metric.Ceilometer
3054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3055         occurrences:
3056         - 1
3057         - UNBOUNDED
3058       binding_ps_server_1b_port_1:
3059         type: tosca.capabilities.network.Bindable
3060         valid_source_types:
3061         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3062         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3063         occurrences:
3064         - 0
3065         - UNBOUNDED
3066       disk.capacity_server_1b_pd_1:
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.capacity_server_1b_pd_2:
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.read.requests_server_1c1_cmaui_2:
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.read.requests_server_1c1_cmaui_1:
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       disk.device.read.requests.rate_server_pd_nested1_pattern_4:
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       feature_pd_server_1b_port_1:
3097         type: tosca.capabilities.Node
3098         occurrences:
3099         - 1
3100         - UNBOUNDED
3101       network.outgoing.packets.rate_oam_port_2:
3102         type: org.openecomp.capabilities.metric.Ceilometer
3103         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3104         occurrences:
3105         - 1
3106         - UNBOUNDED
3107       network.outgoing.packets.rate_oam_port_1:
3108         type: org.openecomp.capabilities.metric.Ceilometer
3109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3110         occurrences:
3111         - 1
3112         - UNBOUNDED
3113       disk.device.iops_server_1b_pd_2:
3114         type: org.openecomp.capabilities.metric.Ceilometer
3115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3116         occurrences:
3117         - 1
3118         - UNBOUNDED
3119       disk.read.requests_server_pd_nested1_pattern_4:
3120         type: org.openecomp.capabilities.metric.Ceilometer
3121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3122         occurrences:
3123         - 1
3124         - UNBOUNDED
3125       disk.device.write.bytes_server_pd_nested1_pattern_4:
3126         type: org.openecomp.capabilities.metric.Ceilometer
3127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3128         occurrences:
3129         - 1
3130         - UNBOUNDED
3131       cpu.delta_server_pd_nested1_pattern_4:
3132         type: org.openecomp.capabilities.metric.Ceilometer
3133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3134         occurrences:
3135         - 1
3136         - UNBOUNDED
3137       disk.device.iops_server_1b_pd_1:
3138         type: org.openecomp.capabilities.metric.Ceilometer
3139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3140         occurrences:
3141         - 1
3142         - UNBOUNDED
3143       scalable_server_1c2_oam_2:
3144         type: tosca.capabilities.Scalable
3145         occurrences:
3146         - 1
3147         - UNBOUNDED
3148       scalable_server_1c2_oam_1:
3149         type: tosca.capabilities.Scalable
3150         occurrences:
3151         - 1
3152         - UNBOUNDED
3153       network.outgoing.packets.rate_ps_server_1b_port_1:
3154         type: org.openecomp.capabilities.metric.Ceilometer
3155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3156         occurrences:
3157         - 1
3158         - UNBOUNDED
3159       disk.device.read.requests_server_pd_nested1_pattern_4:
3160         type: org.openecomp.capabilities.metric.Ceilometer
3161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3162         occurrences:
3163         - 1
3164         - UNBOUNDED
3165       feature_pd_server_port_1_nested1_pattern_4:
3166         type: tosca.capabilities.Node
3167         occurrences:
3168         - 1
3169         - UNBOUNDED
3170       network.outpoing.packets_pd_server_port_1_nested1_pattern_4:
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.requests_server_1c1_cmaui_2:
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.write.requests_server_1c1_cmaui_1:
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       disk.device.read.bytes_server_1c1_cmaui_2:
3189         type: org.openecomp.capabilities.metric.Ceilometer
3190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3191         occurrences:
3192         - 1
3193         - UNBOUNDED
3194       disk.device.read.bytes_server_1c1_cmaui_1:
3195         type: org.openecomp.capabilities.metric.Ceilometer
3196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3197         occurrences:
3198         - 1
3199         - UNBOUNDED
3200       disk.device.capacity_server_1c2_oam_2:
3201         type: org.openecomp.capabilities.metric.Ceilometer
3202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3203         occurrences:
3204         - 1
3205         - UNBOUNDED
3206       disk.capacity_server_pd_nested1_pattern_4:
3207         type: org.openecomp.capabilities.metric.Ceilometer
3208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3209         occurrences:
3210         - 1
3211         - UNBOUNDED
3212       disk.device.capacity_server_1c2_oam_1:
3213         type: org.openecomp.capabilities.metric.Ceilometer
3214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3215         occurrences:
3216         - 1
3217         - UNBOUNDED
3218       network.outpoing.packets_oam_port_1:
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       network.outpoing.packets_oam_port_2:
3225         type: org.openecomp.capabilities.metric.Ceilometer
3226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3227         occurrences:
3228         - 1
3229         - UNBOUNDED
3230       binding_cmaui_port_1:
3231         type: tosca.capabilities.network.Bindable
3232         valid_source_types:
3233         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3234         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3235         occurrences:
3236         - 0
3237         - UNBOUNDED
3238       binding_cmaui_port_2:
3239         type: tosca.capabilities.network.Bindable
3240         valid_source_types:
3241         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3242         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3243         occurrences:
3244         - 0
3245         - UNBOUNDED
3246       end_point_packet_internal_network_1:
3247         type: tosca.capabilities.Endpoint
3248         occurrences:
3249         - 1
3250         - UNBOUNDED
3251       memory_server_1c2_oam_1:
3252         type: org.openecomp.capabilities.metric.Ceilometer
3253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3254         occurrences:
3255         - 1
3256         - UNBOUNDED
3257       memory_server_1c2_oam_2:
3258         type: org.openecomp.capabilities.metric.Ceilometer
3259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3260         occurrences:
3261         - 1
3262         - UNBOUNDED
3263       disk.write.bytes_server_1c2_oam_1:
3264         type: org.openecomp.capabilities.metric.Ceilometer
3265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3266         occurrences:
3267         - 1
3268         - UNBOUNDED
3269       disk.write.bytes_server_1c2_oam_2:
3270         type: org.openecomp.capabilities.metric.Ceilometer
3271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3272         occurrences:
3273         - 1
3274         - UNBOUNDED
3275       network.incoming.bytes.rate_pd_server_port_2_nested1_pattern_4:
3276         type: org.openecomp.capabilities.metric.Ceilometer
3277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3278         occurrences:
3279         - 1
3280         - UNBOUNDED
3281       network.incoming.bytes_cmaui_port_2:
3282         type: org.openecomp.capabilities.metric.Ceilometer
3283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3284         occurrences:
3285         - 1
3286         - UNBOUNDED
3287       network.incoming.bytes_cmaui_port_1:
3288         type: org.openecomp.capabilities.metric.Ceilometer
3289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3290         occurrences:
3291         - 1
3292         - UNBOUNDED
3293       network.incoming.packets_pd_server_port_2_nested1_pattern_4:
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       os_server_1c2_oam_1:
3300         type: tosca.capabilities.OperatingSystem
3301         occurrences:
3302         - 1
3303         - UNBOUNDED
3304       disk.device.iops_server_1c1_cmaui_2:
3305         type: org.openecomp.capabilities.metric.Ceilometer
3306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3307         occurrences:
3308         - 1
3309         - UNBOUNDED
3310       disk.device.iops_server_1c1_cmaui_1:
3311         type: org.openecomp.capabilities.metric.Ceilometer
3312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3313         occurrences:
3314         - 1
3315         - UNBOUNDED
3316       network.outgoing.packets.rate_pd_server_1b_port_1:
3317         type: org.openecomp.capabilities.metric.Ceilometer
3318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3319         occurrences:
3320         - 1
3321         - UNBOUNDED
3322       memory.resident_server_1b_pd_2:
3323         type: org.openecomp.capabilities.metric.Ceilometer
3324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3325         occurrences:
3326         - 1
3327         - UNBOUNDED
3328       disk.allocation_server_pd_nested1_pattern_4:
3329         type: org.openecomp.capabilities.metric.Ceilometer
3330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3331         occurrences:
3332         - 1
3333         - UNBOUNDED
3334       os_server_1c2_oam_2:
3335         type: tosca.capabilities.OperatingSystem
3336         occurrences:
3337         - 1
3338         - UNBOUNDED
3339       memory.resident_server_1b_pd_1:
3340         type: org.openecomp.capabilities.metric.Ceilometer
3341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3342         occurrences:
3343         - 1
3344         - UNBOUNDED
3345       disk.device.write.bytes.rate_server_pd_nested1_pattern_4:
3346         type: org.openecomp.capabilities.metric.Ceilometer
3347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3348         occurrences:
3349         - 1
3350         - UNBOUNDED
3351       feature_server_1c2_oam_2:
3352         type: tosca.capabilities.Node
3353         occurrences:
3354         - 1
3355         - UNBOUNDED
3356       network.incoming.packets.rate_cmaui_port_1:
3357         type: org.openecomp.capabilities.metric.Ceilometer
3358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3359         occurrences:
3360         - 1
3361         - UNBOUNDED
3362       network.incoming.packets.rate_cmaui_port_2:
3363         type: org.openecomp.capabilities.metric.Ceilometer
3364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3365         occurrences:
3366         - 1
3367         - UNBOUNDED
3368       network.outgoing.bytes_oam_port_2:
3369         type: org.openecomp.capabilities.metric.Ceilometer
3370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3371         occurrences:
3372         - 1
3373         - UNBOUNDED
3374       feature_server_1c2_oam_1:
3375         type: tosca.capabilities.Node
3376         occurrences:
3377         - 1
3378         - UNBOUNDED
3379       network.outgoing.bytes_oam_port_1:
3380         type: org.openecomp.capabilities.metric.Ceilometer
3381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3382         occurrences:
3383         - 1
3384         - UNBOUNDED
3385       disk.device.capacity_server_1c1_cmaui_2:
3386         type: org.openecomp.capabilities.metric.Ceilometer
3387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3388         occurrences:
3389         - 1
3390         - UNBOUNDED
3391       host_server_pd_nested1_pattern_4:
3392         type: tosca.capabilities.Container
3393         valid_source_types:
3394         - tosca.nodes.SoftwareComponent
3395         occurrences:
3396         - 1
3397         - UNBOUNDED
3398       attachment_oam_port_2:
3399         type: tosca.capabilities.Attachment
3400         occurrences:
3401         - 1
3402         - UNBOUNDED
3403       disk.capacity_server_1c2_oam_1:
3404         type: org.openecomp.capabilities.metric.Ceilometer
3405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3406         occurrences:
3407         - 1
3408         - UNBOUNDED
3409       disk.capacity_server_1c2_oam_2:
3410         type: org.openecomp.capabilities.metric.Ceilometer
3411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3412         occurrences:
3413         - 1
3414         - UNBOUNDED
3415       endpoint_server_pd_nested1_pattern_4:
3416         type: tosca.capabilities.Endpoint.Admin
3417         occurrences:
3418         - 1
3419         - UNBOUNDED
3420       attachment_oam_port_1:
3421         type: tosca.capabilities.Attachment
3422         occurrences:
3423         - 1
3424         - UNBOUNDED
3425       disk.device.read.bytes.rate_server_pd_nested1_pattern_4:
3426         type: org.openecomp.capabilities.metric.Ceilometer
3427         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3428         occurrences:
3429         - 1
3430         - UNBOUNDED
3431       disk.write.bytes.rate_server_1c2_oam_1:
3432         type: org.openecomp.capabilities.metric.Ceilometer
3433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3434         occurrences:
3435         - 1
3436         - UNBOUNDED
3437       disk.write.bytes.rate_server_1c2_oam_2:
3438         type: org.openecomp.capabilities.metric.Ceilometer
3439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3440         occurrences:
3441         - 1
3442         - UNBOUNDED
3443       disk.device.usage_server_1c1_cmaui_2:
3444         type: org.openecomp.capabilities.metric.Ceilometer
3445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3446         occurrences:
3447         - 1
3448         - UNBOUNDED
3449       disk.device.capacity_server_1c1_cmaui_1:
3450         type: org.openecomp.capabilities.metric.Ceilometer
3451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3452         occurrences:
3453         - 1
3454         - UNBOUNDED
3455       disk.device.usage_server_1c1_cmaui_1:
3456         type: org.openecomp.capabilities.metric.Ceilometer
3457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3458         occurrences:
3459         - 1
3460         - UNBOUNDED
3461       disk.device.latency_server_1c2_oam_2:
3462         type: org.openecomp.capabilities.metric.Ceilometer
3463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3464         occurrences:
3465         - 1
3466         - UNBOUNDED
3467       disk.device.latency_server_1c2_oam_1:
3468         type: org.openecomp.capabilities.metric.Ceilometer
3469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3470         occurrences:
3471         - 1
3472         - UNBOUNDED
3473       disk.write.requests.rate_server_1c1_cmaui_2:
3474         type: org.openecomp.capabilities.metric.Ceilometer
3475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3476         occurrences:
3477         - 1
3478         - UNBOUNDED
3479       disk.write.requests.rate_server_1c1_cmaui_1:
3480         type: org.openecomp.capabilities.metric.Ceilometer
3481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3482         occurrences:
3483         - 1
3484         - UNBOUNDED
3485       cpu_util_server_1c1_cmaui_2:
3486         type: org.openecomp.capabilities.metric.Ceilometer
3487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3488         occurrences:
3489         - 1
3490         - UNBOUNDED
3491       disk.allocation_server_1c2_oam_2:
3492         type: org.openecomp.capabilities.metric.Ceilometer
3493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3494         occurrences:
3495         - 1
3496         - UNBOUNDED
3497       disk.allocation_server_1c2_oam_1:
3498         type: org.openecomp.capabilities.metric.Ceilometer
3499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3500         occurrences:
3501         - 1
3502         - UNBOUNDED
3503       cpu_util_server_1c1_cmaui_1:
3504         type: org.openecomp.capabilities.metric.Ceilometer
3505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3506         occurrences:
3507         - 1
3508         - UNBOUNDED
3509       binding_pd_server_1b_port_1:
3510         type: tosca.capabilities.network.Bindable
3511         valid_source_types:
3512         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3513         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3514         occurrences:
3515         - 0
3516         - UNBOUNDED
3517       disk.device.latency_server_pd_nested1_pattern_4:
3518         type: org.openecomp.capabilities.metric.Ceilometer
3519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3520         occurrences:
3521         - 1
3522         - UNBOUNDED
3523       disk.write.requests_server_1b_pd_2:
3524         type: org.openecomp.capabilities.metric.Ceilometer
3525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3526         occurrences:
3527         - 1
3528         - UNBOUNDED
3529       disk.read.bytes_server_1c2_oam_1:
3530         type: org.openecomp.capabilities.metric.Ceilometer
3531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3532         occurrences:
3533         - 1
3534         - UNBOUNDED
3535       network.outpoing.packets_pd_server_port_2_nested1_pattern_4:
3536         type: org.openecomp.capabilities.metric.Ceilometer
3537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3538         occurrences:
3539         - 1
3540         - UNBOUNDED
3541       disk.read.bytes_server_1c2_oam_2:
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       disk.write.requests_server_1b_pd_1:
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       binding_oam_port_2:
3554         type: tosca.capabilities.network.Bindable
3555         valid_source_types:
3556         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3557         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3558         occurrences:
3559         - 0
3560         - UNBOUNDED
3561       binding_oam_port_1:
3562         type: tosca.capabilities.network.Bindable
3563         valid_source_types:
3564         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3565         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
3566         occurrences:
3567         - 0
3568         - UNBOUNDED
3569       disk.read.bytes.rate_server_1c1_cmaui_2:
3570         type: org.openecomp.capabilities.metric.Ceilometer
3571         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3572         occurrences:
3573         - 1
3574         - UNBOUNDED
3575       disk.read.bytes.rate_server_1c1_cmaui_1:
3576         type: org.openecomp.capabilities.metric.Ceilometer
3577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3578         occurrences:
3579         - 1
3580         - UNBOUNDED
3581       host_server_1c1_cmaui_2:
3582         type: tosca.capabilities.Container
3583         valid_source_types:
3584         - tosca.nodes.SoftwareComponent
3585         occurrences:
3586         - 1
3587         - UNBOUNDED
3588       host_server_1c1_cmaui_1:
3589         type: tosca.capabilities.Container
3590         valid_source_types:
3591         - tosca.nodes.SoftwareComponent
3592         occurrences:
3593         - 1
3594         - UNBOUNDED
3595       vcpus_server_1b_pd_1:
3596         type: org.openecomp.capabilities.metric.Ceilometer
3597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3598         occurrences:
3599         - 1
3600         - UNBOUNDED
3601       vcpus_server_1b_pd_2:
3602         type: org.openecomp.capabilities.metric.Ceilometer
3603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3604         occurrences:
3605         - 1
3606         - UNBOUNDED
3607       disk.latency_server_1c2_oam_1:
3608         type: org.openecomp.capabilities.metric.Ceilometer
3609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3610         occurrences:
3611         - 1
3612         - UNBOUNDED
3613       network.incoming.bytes.rate_pd_server_port_1_nested1_pattern_4:
3614         type: org.openecomp.capabilities.metric.Ceilometer
3615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3616         occurrences:
3617         - 1
3618         - UNBOUNDED
3619       disk.latency_server_1c2_oam_2:
3620         type: org.openecomp.capabilities.metric.Ceilometer
3621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3622         occurrences:
3623         - 1
3624         - UNBOUNDED
3625       disk.device.usage_server_pd_nested1_pattern_4:
3626         type: org.openecomp.capabilities.metric.Ceilometer
3627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3628         occurrences:
3629         - 1
3630         - UNBOUNDED
3631       disk.root.size_server_1c2_oam_1:
3632         type: org.openecomp.capabilities.metric.Ceilometer
3633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3634         occurrences:
3635         - 1
3636         - UNBOUNDED
3637       disk.root.size_server_1c2_oam_2:
3638         type: org.openecomp.capabilities.metric.Ceilometer
3639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3640         occurrences:
3641         - 1
3642         - UNBOUNDED
3643       disk.device.write.requests_server_1b_pd_1:
3644         type: org.openecomp.capabilities.metric.Ceilometer
3645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3646         occurrences:
3647         - 1
3648         - UNBOUNDED
3649       cpu_util_server_pd_nested1_pattern_4:
3650         type: org.openecomp.capabilities.metric.Ceilometer
3651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3652         occurrences:
3653         - 1
3654         - UNBOUNDED
3655       disk.device.write.requests_server_1b_pd_2:
3656         type: org.openecomp.capabilities.metric.Ceilometer
3657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3658         occurrences:
3659         - 1
3660         - UNBOUNDED
3661       network.incoming.bytes.rate_oam_port_1:
3662         type: org.openecomp.capabilities.metric.Ceilometer
3663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3664         occurrences:
3665         - 1
3666         - UNBOUNDED
3667       network.outgoing.bytes.rate_pd_server_port_1_nested1_pattern_4:
3668         type: org.openecomp.capabilities.metric.Ceilometer
3669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3670         occurrences:
3671         - 1
3672         - UNBOUNDED
3673       network.incoming.bytes.rate_oam_port_2:
3674         type: org.openecomp.capabilities.metric.Ceilometer
3675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3676         occurrences:
3677         - 1
3678         - UNBOUNDED
3679       memory.usage_server_1c1_cmaui_1:
3680         type: org.openecomp.capabilities.metric.Ceilometer
3681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3682         occurrences:
3683         - 1
3684         - UNBOUNDED
3685       memory.usage_server_1c1_cmaui_2:
3686         type: org.openecomp.capabilities.metric.Ceilometer
3687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3688         occurrences:
3689         - 1
3690         - UNBOUNDED
3691       end_point_packet_external_network_1:
3692         type: tosca.capabilities.Endpoint
3693         occurrences:
3694         - 1
3695         - UNBOUNDED
3696       binding_server_1c1_cmaui_2:
3697         type: tosca.capabilities.network.Bindable
3698         occurrences:
3699         - 1
3700         - UNBOUNDED
3701       binding_server_1c1_cmaui_1:
3702         type: tosca.capabilities.network.Bindable
3703         occurrences:
3704         - 1
3705         - UNBOUNDED
3706       disk.device.iops_server_1c2_oam_2:
3707         type: org.openecomp.capabilities.metric.Ceilometer
3708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3709         occurrences:
3710         - 1
3711         - UNBOUNDED
3712       disk.device.iops_server_1c2_oam_1:
3713         type: org.openecomp.capabilities.metric.Ceilometer
3714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3715         occurrences:
3716         - 1
3717         - UNBOUNDED
3718       network.incoming.bytes_pd_server_port_2_nested1_pattern_4:
3719         type: org.openecomp.capabilities.metric.Ceilometer
3720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3721         occurrences:
3722         - 1
3723         - UNBOUNDED
3724       forwarder_oam_port_1:
3725         type: org.openecomp.capabilities.Forwarder
3726         occurrences:
3727         - 1
3728         - UNBOUNDED
3729       forwarder_oam_port_2:
3730         type: org.openecomp.capabilities.Forwarder
3731         occurrences:
3732         - 1
3733         - UNBOUNDED
3734       binding_server_1c2_oam_2:
3735         type: tosca.capabilities.network.Bindable
3736         occurrences:
3737         - 1
3738         - UNBOUNDED
3739       binding_server_1c2_oam_1:
3740         type: tosca.capabilities.network.Bindable
3741         occurrences:
3742         - 1
3743         - UNBOUNDED
3744       disk.device.read.bytes.rate_server_1b_pd_2:
3745         type: org.openecomp.capabilities.metric.Ceilometer
3746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3747         occurrences:
3748         - 1
3749         - UNBOUNDED
3750       disk.write.requests_server_1c2_oam_2:
3751         type: org.openecomp.capabilities.metric.Ceilometer
3752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3753         occurrences:
3754         - 1
3755         - UNBOUNDED
3756       disk.write.requests_server_1c2_oam_1:
3757         type: org.openecomp.capabilities.metric.Ceilometer
3758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3759         occurrences:
3760         - 1
3761         - UNBOUNDED
3762       disk.device.read.bytes.rate_server_1b_pd_1:
3763         type: org.openecomp.capabilities.metric.Ceilometer
3764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3765         occurrences:
3766         - 1
3767         - UNBOUNDED
3768       network.incoming.bytes_ps_server_1b_port_1:
3769         type: org.openecomp.capabilities.metric.Ceilometer
3770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3771         occurrences:
3772         - 1
3773         - UNBOUNDED
3774       network.outgoing.packets.rate_pd_server_port_2_nested1_pattern_4:
3775         type: org.openecomp.capabilities.metric.Ceilometer
3776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3777         occurrences:
3778         - 1
3779         - UNBOUNDED
3780       disk.usage_server_1b_pd_2:
3781         type: org.openecomp.capabilities.metric.Ceilometer
3782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3783         occurrences:
3784         - 1
3785         - UNBOUNDED
3786       disk.write.bytes.rate_server_1b_pd_1:
3787         type: org.openecomp.capabilities.metric.Ceilometer
3788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3789         occurrences:
3790         - 1
3791         - UNBOUNDED
3792       disk.write.bytes.rate_server_1b_pd_2:
3793         type: org.openecomp.capabilities.metric.Ceilometer
3794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3795         occurrences:
3796         - 1
3797         - UNBOUNDED
3798       disk.usage_server_1b_pd_1:
3799         type: org.openecomp.capabilities.metric.Ceilometer
3800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3801         occurrences:
3802         - 1
3803         - UNBOUNDED
3804       network.incoming.packets_cmaui_port_2:
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       disk.device.write.requests_server_1c2_oam_2:
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.allocation_server_1c1_cmaui_1:
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.device.write.bytes.rate_server_1b_pd_2:
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.device.write.bytes.rate_server_1b_pd_1:
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       network.incoming.packets_cmaui_port_1:
3835         type: org.openecomp.capabilities.metric.Ceilometer
3836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3837         occurrences:
3838         - 1
3839         - UNBOUNDED
3840       feature_server_1b_pd_1:
3841         type: tosca.capabilities.Node
3842         occurrences:
3843         - 1
3844         - UNBOUNDED
3845       disk.device.write.requests.rate_server_1c1_cmaui_2:
3846         type: org.openecomp.capabilities.metric.Ceilometer
3847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3848         occurrences:
3849         - 1
3850         - UNBOUNDED
3851       disk.device.write.requests.rate_server_1c1_cmaui_1:
3852         type: org.openecomp.capabilities.metric.Ceilometer
3853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3854         occurrences:
3855         - 1
3856         - UNBOUNDED
3857       feature_server_1b_pd_2:
3858         type: tosca.capabilities.Node
3859         occurrences:
3860         - 1
3861         - UNBOUNDED
3862       disk.device.write.requests_server_1c2_oam_1:
3863         type: org.openecomp.capabilities.metric.Ceilometer
3864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3865         occurrences:
3866         - 1
3867         - UNBOUNDED
3868       disk.device.read.requests_server_1c2_oam_1:
3869         type: org.openecomp.capabilities.metric.Ceilometer
3870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3871         occurrences:
3872         - 1
3873         - UNBOUNDED
3874       disk.device.write.bytes_server_1b_pd_2:
3875         type: org.openecomp.capabilities.metric.Ceilometer
3876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3877         occurrences:
3878         - 1
3879         - UNBOUNDED
3880       disk.device.read.requests_server_1c2_oam_2:
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.device.write.bytes_server_1b_pd_1:
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.device.read.bytes_server_pd_nested1_pattern_4:
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       network.incoming.packets.rate_oam_port_1:
3899         type: org.openecomp.capabilities.metric.Ceilometer
3900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3901         occurrences:
3902         - 1
3903         - UNBOUNDED
3904       network.incoming.packets.rate_oam_port_2:
3905         type: org.openecomp.capabilities.metric.Ceilometer
3906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3907         occurrences:
3908         - 1
3909         - UNBOUNDED
3910       disk.iops_server_1b_pd_1:
3911         type: org.openecomp.capabilities.metric.Ceilometer
3912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3913         occurrences:
3914         - 1
3915         - UNBOUNDED
3916       disk.iops_server_1b_pd_2:
3917         type: org.openecomp.capabilities.metric.Ceilometer
3918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3919         occurrences:
3920         - 1
3921         - UNBOUNDED
3922       disk.allocation_server_1c1_cmaui_2:
3923         type: org.openecomp.capabilities.metric.Ceilometer
3924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3925         occurrences:
3926         - 1
3927         - UNBOUNDED
3928       disk.device.allocation_server_1c2_oam_2:
3929         type: org.openecomp.capabilities.metric.Ceilometer
3930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3931         occurrences:
3932         - 1
3933         - UNBOUNDED
3934       disk.device.allocation_server_1c2_oam_1:
3935         type: org.openecomp.capabilities.metric.Ceilometer
3936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3937         occurrences:
3938         - 1
3939         - UNBOUNDED
3940       disk.write.requests_server_1c1_cmaui_2:
3941         type: org.openecomp.capabilities.metric.Ceilometer
3942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3943         occurrences:
3944         - 1
3945         - UNBOUNDED
3946       disk.write.requests_server_1c1_cmaui_1:
3947         type: org.openecomp.capabilities.metric.Ceilometer
3948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3949         occurrences:
3950         - 1
3951         - UNBOUNDED
3952       link_packet_external_network_1:
3953         type: tosca.capabilities.network.Linkable
3954         occurrences:
3955         - 1
3956         - UNBOUNDED
3957       network.outgoing.bytes.rate_cmaui_port_2:
3958         type: org.openecomp.capabilities.metric.Ceilometer
3959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3960         occurrences:
3961         - 1
3962         - UNBOUNDED
3963       network.incoming.bytes_pd_server_port_1_nested1_pattern_4:
3964         type: org.openecomp.capabilities.metric.Ceilometer
3965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3966         occurrences:
3967         - 1
3968         - UNBOUNDED
3969       cpu_server_1c1_cmaui_2:
3970         type: org.openecomp.capabilities.metric.Ceilometer
3971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3972         occurrences:
3973         - 1
3974         - UNBOUNDED
3975       network.outgoing.bytes.rate_cmaui_port_1:
3976         type: org.openecomp.capabilities.metric.Ceilometer
3977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3978         occurrences:
3979         - 1
3980         - UNBOUNDED
3981       cpu_server_1c1_cmaui_1:
3982         type: org.openecomp.capabilities.metric.Ceilometer
3983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3984         occurrences:
3985         - 1
3986         - UNBOUNDED
3987       network.outpoing.packets_ps_server_1b_port_1:
3988         type: org.openecomp.capabilities.metric.Ceilometer
3989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3990         occurrences:
3991         - 1
3992         - UNBOUNDED
3993       cpu_server_1c2_oam_1:
3994         type: org.openecomp.capabilities.metric.Ceilometer
3995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3996         occurrences:
3997         - 1
3998         - UNBOUNDED
3999       cpu_server_1c2_oam_2:
4000         type: org.openecomp.capabilities.metric.Ceilometer
4001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4002         occurrences:
4003         - 1
4004         - UNBOUNDED
4005       disk.write.requests.rate_server_1c2_oam_2:
4006         type: org.openecomp.capabilities.metric.Ceilometer
4007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4008         occurrences:
4009         - 1
4010         - UNBOUNDED
4011       disk.device.read.bytes_server_1b_pd_1:
4012         type: org.openecomp.capabilities.metric.Ceilometer
4013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4014         occurrences:
4015         - 1
4016         - UNBOUNDED
4017       attachment_packet_external_network_1:
4018         type: tosca.capabilities.Attachment
4019         occurrences:
4020         - 1
4021         - UNBOUNDED
4022       disk.device.read.bytes_server_1b_pd_2:
4023         type: org.openecomp.capabilities.metric.Ceilometer
4024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4025         occurrences:
4026         - 1
4027         - UNBOUNDED
4028       feature_packet_internal_network_1:
4029         type: tosca.capabilities.Node
4030         occurrences:
4031         - 1
4032         - UNBOUNDED
4033       disk.iops_server_pd_nested1_pattern_4:
4034         type: org.openecomp.capabilities.metric.Ceilometer
4035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4036         occurrences:
4037         - 1
4038         - UNBOUNDED
4039       disk.write.requests.rate_server_1c2_oam_1:
4040         type: org.openecomp.capabilities.metric.Ceilometer
4041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4042         occurrences:
4043         - 1
4044         - UNBOUNDED
4045       disk.read.bytes_server_1b_pd_2:
4046         type: org.openecomp.capabilities.metric.Ceilometer
4047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4048         occurrences:
4049         - 1
4050         - UNBOUNDED
4051       disk.device.write.requests_server_pd_nested1_pattern_4:
4052         type: org.openecomp.capabilities.metric.Ceilometer
4053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4054         occurrences:
4055         - 1
4056         - UNBOUNDED
4057       disk.read.bytes_server_1b_pd_1:
4058         type: org.openecomp.capabilities.metric.Ceilometer
4059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4060         occurrences:
4061         - 1
4062         - UNBOUNDED
4063       endpoint_server_1b_pd_2:
4064         type: tosca.capabilities.Endpoint.Admin
4065         occurrences:
4066         - 1
4067         - UNBOUNDED
4068       endpoint_server_1b_pd_1:
4069         type: tosca.capabilities.Endpoint.Admin
4070         occurrences:
4071         - 1
4072         - UNBOUNDED
4073       network.incoming.bytes_pd_server_1b_port_1:
4074         type: org.openecomp.capabilities.metric.Ceilometer
4075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4076         occurrences:
4077         - 1
4078         - UNBOUNDED
4079       instance_server_pd_nested1_pattern_4:
4080         type: org.openecomp.capabilities.metric.Ceilometer
4081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4082         occurrences:
4083         - 1
4084         - UNBOUNDED
4085       disk.latency_server_1c1_cmaui_1:
4086         type: org.openecomp.capabilities.metric.Ceilometer
4087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4088         occurrences:
4089         - 1
4090         - UNBOUNDED
4091       memory_server_1b_pd_2:
4092         type: org.openecomp.capabilities.metric.Ceilometer
4093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4094         occurrences:
4095         - 1
4096         - UNBOUNDED
4097       disk.latency_server_1c1_cmaui_2:
4098         type: org.openecomp.capabilities.metric.Ceilometer
4099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4100         occurrences:
4101         - 1
4102         - UNBOUNDED
4103       memory_server_1b_pd_1:
4104         type: org.openecomp.capabilities.metric.Ceilometer
4105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4106         occurrences:
4107         - 1
4108         - UNBOUNDED
4109       network.outgoing.packets.rate_pd_server_port_1_nested1_pattern_4:
4110         type: org.openecomp.capabilities.metric.Ceilometer
4111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4112         occurrences:
4113         - 1
4114         - UNBOUNDED
4115       feature_packet_external_network_1:
4116         type: tosca.capabilities.Node
4117         occurrences:
4118         - 1
4119         - UNBOUNDED
4120       disk.device.latency_server_1b_pd_2:
4121         type: org.openecomp.capabilities.metric.Ceilometer
4122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4123         occurrences:
4124         - 1
4125         - UNBOUNDED
4126       disk.device.latency_server_1b_pd_1:
4127         type: org.openecomp.capabilities.metric.Ceilometer
4128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4129         occurrences:
4130         - 1
4131         - UNBOUNDED
4132       disk.read.bytes_server_pd_nested1_pattern_4:
4133         type: org.openecomp.capabilities.metric.Ceilometer
4134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4135         occurrences:
4136         - 1
4137         - UNBOUNDED
4138       disk.device.iops_server_pd_nested1_pattern_4:
4139         type: org.openecomp.capabilities.metric.Ceilometer
4140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4141         occurrences:
4142         - 1
4143         - UNBOUNDED
4144       network.incoming.packets_oam_port_1:
4145         type: org.openecomp.capabilities.metric.Ceilometer
4146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4147         occurrences:
4148         - 1
4149         - UNBOUNDED
4150       network.incoming.packets_oam_port_2:
4151         type: org.openecomp.capabilities.metric.Ceilometer
4152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4153         occurrences:
4154         - 1
4155         - UNBOUNDED
4156       network.incoming.bytes.rate_cmaui_port_1:
4157         type: org.openecomp.capabilities.metric.Ceilometer
4158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4159         occurrences:
4160         - 1
4161         - UNBOUNDED
4162       network.incoming.bytes.rate_cmaui_port_2:
4163         type: org.openecomp.capabilities.metric.Ceilometer
4164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4165         occurrences:
4166         - 1
4167         - UNBOUNDED
4168       disk.iops_server_1c1_cmaui_2:
4169         type: org.openecomp.capabilities.metric.Ceilometer
4170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4171         occurrences:
4172         - 1
4173         - UNBOUNDED
4174       disk.iops_server_1c1_cmaui_1:
4175         type: org.openecomp.capabilities.metric.Ceilometer
4176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4177         occurrences:
4178         - 1
4179         - UNBOUNDED
4180       disk.device.read.requests_server_1b_pd_2:
4181         type: org.openecomp.capabilities.metric.Ceilometer
4182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4183         occurrences:
4184         - 1
4185         - UNBOUNDED
4186       disk.device.read.requests_server_1b_pd_1:
4187         type: org.openecomp.capabilities.metric.Ceilometer
4188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4189         occurrences:
4190         - 1
4191         - UNBOUNDED
4192       forwarder_pd_server_port_2_nested1_pattern_4:
4193         type: org.openecomp.capabilities.Forwarder
4194         occurrences:
4195         - 1
4196         - UNBOUNDED
4197       disk.device.write.bytes_server_1c2_oam_1:
4198         type: org.openecomp.capabilities.metric.Ceilometer
4199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4200         occurrences:
4201         - 1
4202         - UNBOUNDED
4203       disk.device.write.bytes_server_1c2_oam_2:
4204         type: org.openecomp.capabilities.metric.Ceilometer
4205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4206         occurrences:
4207         - 1
4208         - UNBOUNDED
4209       disk.write.bytes_server_pd_nested1_pattern_4:
4210         type: org.openecomp.capabilities.metric.Ceilometer
4211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4212         occurrences:
4213         - 1
4214         - UNBOUNDED
4215       feature_pd_server_port_2_nested1_pattern_4:
4216         type: tosca.capabilities.Node
4217         occurrences:
4218         - 1
4219         - UNBOUNDED
4220       disk.device.write.bytes.rate_server_1c2_oam_2:
4221         type: org.openecomp.capabilities.metric.Ceilometer
4222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4223         occurrences:
4224         - 1
4225         - UNBOUNDED
4226       disk.read.bytes_server_1c1_cmaui_2:
4227         type: org.openecomp.capabilities.metric.Ceilometer
4228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4229         occurrences:
4230         - 1
4231         - UNBOUNDED
4232       disk.device.write.bytes.rate_server_1c2_oam_1:
4233         type: org.openecomp.capabilities.metric.Ceilometer
4234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4235         occurrences:
4236         - 1
4237         - UNBOUNDED
4238       disk.read.bytes_server_1c1_cmaui_1:
4239         type: org.openecomp.capabilities.metric.Ceilometer
4240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4241         occurrences:
4242         - 1
4243         - UNBOUNDED
4244       disk.iops_server_1c2_oam_2:
4245         type: org.openecomp.capabilities.metric.Ceilometer
4246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4247         occurrences:
4248         - 1
4249         - UNBOUNDED
4250       forwarder_pd_server_1b_port_1:
4251         type: org.openecomp.capabilities.Forwarder
4252         occurrences:
4253         - 1
4254         - UNBOUNDED
4255       disk.usage_server_1c2_oam_2:
4256         type: org.openecomp.capabilities.metric.Ceilometer
4257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4258         occurrences:
4259         - 1
4260         - UNBOUNDED
4261       feature_server_1c1_cmaui_1:
4262         type: tosca.capabilities.Node
4263         occurrences:
4264         - 1
4265         - UNBOUNDED
4266       disk.usage_server_1c2_oam_1:
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       feature_server_1c1_cmaui_2:
4273         type: tosca.capabilities.Node
4274         occurrences:
4275         - 1
4276         - UNBOUNDED
4277       network.outpoing.packets_pd_server_1b_port_1:
4278         type: org.openecomp.capabilities.metric.Ceilometer
4279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4280         occurrences:
4281         - 1
4282         - UNBOUNDED
4283       network.outgoing.bytes_cmaui_port_2:
4284         type: org.openecomp.capabilities.metric.Ceilometer
4285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4286         occurrences:
4287         - 1
4288         - UNBOUNDED
4289       disk.device.capacity_server_pd_nested1_pattern_4:
4290         type: org.openecomp.capabilities.metric.Ceilometer
4291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4292         occurrences:
4293         - 1
4294         - UNBOUNDED
4295       disk.iops_server_1c2_oam_1:
4296         type: org.openecomp.capabilities.metric.Ceilometer
4297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4298         occurrences:
4299         - 1
4300         - UNBOUNDED
4301       network.outgoing.bytes_cmaui_port_1:
4302         type: org.openecomp.capabilities.metric.Ceilometer
4303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4304         occurrences:
4305         - 1
4306         - UNBOUNDED
4307       network.outgoing.bytes_pd_server_port_1_nested1_pattern_4:
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       binding_server_pd_nested1_pattern_4:
4314         type: tosca.capabilities.network.Bindable
4315         occurrences:
4316         - 1
4317         - UNBOUNDED
4318       cpu_server_1b_pd_1:
4319         type: org.openecomp.capabilities.metric.Ceilometer
4320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4321         occurrences:
4322         - 1
4323         - UNBOUNDED
4324       feature_server_pd_nested1_pattern_4:
4325         type: tosca.capabilities.Node
4326         occurrences:
4327         - 1
4328         - UNBOUNDED
4329       disk.device.write.requests.rate_server_1c2_oam_1:
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       disk.device.write.requests.rate_server_1c2_oam_2:
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.read.bytes.rate_server_1c2_oam_1:
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       memory.usage_server_pd_nested1_pattern_4:
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       scalable_server_pd_nested1_pattern_4:
4354         type: tosca.capabilities.Scalable
4355         occurrences:
4356         - 1
4357         - UNBOUNDED
4358       disk.read.bytes.rate_server_1c2_oam_2:
4359         type: org.openecomp.capabilities.metric.Ceilometer
4360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4361         occurrences:
4362         - 1
4363         - UNBOUNDED
4364       cpu_server_1b_pd_2:
4365         type: org.openecomp.capabilities.metric.Ceilometer
4366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4367         occurrences:
4368         - 1
4369         - UNBOUNDED
4370       disk.usage_server_pd_nested1_pattern_4:
4371         type: org.openecomp.capabilities.metric.Ceilometer
4372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4373         occurrences:
4374         - 1
4375         - UNBOUNDED
4376       network.outgoing.bytes_pd_server_port_2_nested1_pattern_4:
4377         type: org.openecomp.capabilities.metric.Ceilometer
4378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4379         occurrences:
4380         - 1
4381         - UNBOUNDED
4382       vcpus_server_pd_nested1_pattern_4:
4383         type: org.openecomp.capabilities.metric.Ceilometer
4384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4385         occurrences:
4386         - 1
4387         - UNBOUNDED
4388       link_packet_internal_network_1:
4389         type: tosca.capabilities.network.Linkable
4390         occurrences:
4391         - 1
4392         - UNBOUNDED
4393       disk.write.bytes_server_1b_pd_1:
4394         type: org.openecomp.capabilities.metric.Ceilometer
4395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4396         occurrences:
4397         - 1
4398         - UNBOUNDED
4399       disk.write.bytes_server_1b_pd_2:
4400         type: org.openecomp.capabilities.metric.Ceilometer
4401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4402         occurrences:
4403         - 1
4404         - UNBOUNDED
4405       disk.device.usage_server_1c2_oam_2:
4406         type: org.openecomp.capabilities.metric.Ceilometer
4407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4408         occurrences:
4409         - 1
4410         - UNBOUNDED
4411       network.incoming.packets.rate_pd_server_port_2_nested1_pattern_4:
4412         type: org.openecomp.capabilities.metric.Ceilometer
4413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4414         occurrences:
4415         - 1
4416         - UNBOUNDED
4417       disk.device.write.requests.rate_server_1b_pd_2:
4418         type: org.openecomp.capabilities.metric.Ceilometer
4419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4420         occurrences:
4421         - 1
4422         - UNBOUNDED
4423       disk.device.usage_server_1c2_oam_1:
4424         type: org.openecomp.capabilities.metric.Ceilometer
4425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4426         occurrences:
4427         - 1
4428         - UNBOUNDED
4429       forwarder_pd_server_port_1_nested1_pattern_4:
4430         type: org.openecomp.capabilities.Forwarder
4431         occurrences:
4432         - 1
4433         - UNBOUNDED
4434       disk.latency_server_pd_nested1_pattern_4:
4435         type: org.openecomp.capabilities.metric.Ceilometer
4436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4437         occurrences:
4438         - 1
4439         - UNBOUNDED
4440       disk.device.write.requests.rate_server_1b_pd_1:
4441         type: org.openecomp.capabilities.metric.Ceilometer
4442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4443         occurrences:
4444         - 1
4445         - UNBOUNDED
4446       attachment_packet_internal_network_1:
4447         type: tosca.capabilities.Attachment
4448         occurrences:
4449         - 1
4450         - UNBOUNDED
4451       disk.write.requests.rate_server_pd_nested1_pattern_4:
4452         type: org.openecomp.capabilities.metric.Ceilometer
4453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4454         occurrences:
4455         - 1
4456         - UNBOUNDED
4457       os_server_pd_nested1_pattern_4:
4458         type: tosca.capabilities.OperatingSystem
4459         occurrences:
4460         - 1
4461         - UNBOUNDED
4462       cpu_util_server_1c2_oam_1:
4463         type: org.openecomp.capabilities.metric.Ceilometer
4464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4465         occurrences:
4466         - 1
4467         - UNBOUNDED
4468       cpu_util_server_1c2_oam_2:
4469         type: org.openecomp.capabilities.metric.Ceilometer
4470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4471         occurrences:
4472         - 1
4473         - UNBOUNDED
4474       network.incoming.packets_ps_server_1b_port_1:
4475         type: org.openecomp.capabilities.metric.Ceilometer
4476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4477         occurrences:
4478         - 1
4479         - UNBOUNDED
4480       network.outgoing.bytes.rate_ps_server_1b_port_1:
4481         type: org.openecomp.capabilities.metric.Ceilometer
4482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4483         occurrences:
4484         - 1
4485         - UNBOUNDED
4486       network.outgoing.bytes_pd_server_1b_port_1:
4487         type: org.openecomp.capabilities.metric.Ceilometer
4488         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4489         occurrences:
4490         - 1
4491         - UNBOUNDED
4492       attachment_pd_server_port_1_nested1_pattern_4:
4493         type: tosca.capabilities.Attachment
4494         occurrences:
4495         - 1
4496         - UNBOUNDED
4497       memory.resident_server_1c2_oam_2:
4498         type: org.openecomp.capabilities.metric.Ceilometer
4499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4500         occurrences:
4501         - 1
4502         - UNBOUNDED
4503       memory.resident_server_1c2_oam_1:
4504         type: org.openecomp.capabilities.metric.Ceilometer
4505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4506         occurrences:
4507         - 1
4508         - UNBOUNDED
4509       disk.device.allocation_server_1c1_cmaui_1:
4510         type: org.openecomp.capabilities.metric.Ceilometer
4511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4512         occurrences:
4513         - 1
4514         - UNBOUNDED
4515       disk.device.allocation_server_1c1_cmaui_2:
4516         type: org.openecomp.capabilities.metric.Ceilometer
4517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4518         occurrences:
4519         - 1
4520         - UNBOUNDED
4521       disk.root.size_server_pd_nested1_pattern_4:
4522         type: org.openecomp.capabilities.metric.Ceilometer
4523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4524         occurrences:
4525         - 1
4526         - UNBOUNDED
4527       vcpus_server_1c1_cmaui_1:
4528         type: org.openecomp.capabilities.metric.Ceilometer
4529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4530         occurrences:
4531         - 1
4532         - UNBOUNDED
4533       feature_cmaui_port_1:
4534         type: tosca.capabilities.Node
4535         occurrences:
4536         - 1
4537         - UNBOUNDED
4538       feature_cmaui_port_2:
4539         type: tosca.capabilities.Node
4540         occurrences:
4541         - 1
4542         - UNBOUNDED
4543       instance_server_1c1_cmaui_2:
4544         type: org.openecomp.capabilities.metric.Ceilometer
4545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4546         occurrences:
4547         - 1
4548         - UNBOUNDED
4549       instance_server_1c1_cmaui_1:
4550         type: org.openecomp.capabilities.metric.Ceilometer
4551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4552         occurrences:
4553         - 1
4554         - UNBOUNDED
4555       network.outgoing.bytes.rate_pd_server_1b_port_1:
4556         type: org.openecomp.capabilities.metric.Ceilometer
4557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4558         occurrences:
4559         - 1
4560         - UNBOUNDED
4561       attachment_pd_server_port_2_nested1_pattern_4:
4562         type: tosca.capabilities.Attachment
4563         occurrences:
4564         - 1
4565         - UNBOUNDED
4566       disk.device.read.requests.rate_server_1c2_oam_1:
4567         type: org.openecomp.capabilities.metric.Ceilometer
4568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4569         occurrences:
4570         - 1
4571         - UNBOUNDED
4572       disk.device.read.requests.rate_server_1c2_oam_2:
4573         type: org.openecomp.capabilities.metric.Ceilometer
4574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4575         occurrences:
4576         - 1
4577         - UNBOUNDED
4578       os_server_1b_pd_1:
4579         type: tosca.capabilities.OperatingSystem
4580         occurrences:
4581         - 1
4582         - UNBOUNDED
4583       os_server_1b_pd_2:
4584         type: tosca.capabilities.OperatingSystem
4585         occurrences:
4586         - 1
4587         - UNBOUNDED
4588       disk.root.size_server_1b_pd_2:
4589         type: org.openecomp.capabilities.metric.Ceilometer
4590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4591         occurrences:
4592         - 1
4593         - UNBOUNDED
4594       endpoint_server_1c1_cmaui_2:
4595         type: tosca.capabilities.Endpoint.Admin
4596         occurrences:
4597         - 1
4598         - UNBOUNDED
4599       network.incoming.packets.rate_ps_server_1b_port_1:
4600         type: org.openecomp.capabilities.metric.Ceilometer
4601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4602         occurrences:
4603         - 1
4604         - UNBOUNDED
4605       host_server_1b_pd_1:
4606         type: tosca.capabilities.Container
4607         valid_source_types:
4608         - tosca.nodes.SoftwareComponent
4609         occurrences:
4610         - 1
4611         - UNBOUNDED
4612       disk.root.size_server_1b_pd_1:
4613         type: org.openecomp.capabilities.metric.Ceilometer
4614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4615         occurrences:
4616         - 1
4617         - UNBOUNDED
4618       endpoint_server_1c1_cmaui_1:
4619         type: tosca.capabilities.Endpoint.Admin
4620         occurrences:
4621         - 1
4622         - UNBOUNDED
4623       host_server_1b_pd_2:
4624         type: tosca.capabilities.Container
4625         valid_source_types:
4626         - tosca.nodes.SoftwareComponent
4627         occurrences:
4628         - 1
4629         - UNBOUNDED
4630       vcpus_server_1c1_cmaui_2:
4631         type: org.openecomp.capabilities.metric.Ceilometer
4632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4633         occurrences:
4634         - 1
4635         - UNBOUNDED
4636       forwarder_cmaui_port_2:
4637         type: org.openecomp.capabilities.Forwarder
4638         occurrences:
4639         - 1
4640         - UNBOUNDED
4641       forwarder_cmaui_port_1:
4642         type: org.openecomp.capabilities.Forwarder
4643         occurrences:
4644         - 1
4645         - UNBOUNDED
4646       disk.allocation_server_1b_pd_1:
4647         type: org.openecomp.capabilities.metric.Ceilometer
4648         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4649         occurrences:
4650         - 1
4651         - UNBOUNDED
4652       disk.allocation_server_1b_pd_2:
4653         type: org.openecomp.capabilities.metric.Ceilometer
4654         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4655         occurrences:
4656         - 1
4657         - UNBOUNDED
4658       attachment_ps_server_1b_port_1:
4659         type: tosca.capabilities.Attachment
4660         occurrences:
4661         - 1
4662         - UNBOUNDED
4663       disk.device.read.requests.rate_server_1b_pd_1:
4664         type: org.openecomp.capabilities.metric.Ceilometer
4665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4666         occurrences:
4667         - 1
4668         - UNBOUNDED
4669       disk.device.read.requests.rate_server_1b_pd_2:
4670         type: org.openecomp.capabilities.metric.Ceilometer
4671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4672         occurrences:
4673         - 1
4674         - UNBOUNDED
4675       disk.write.bytes.rate_server_1c1_cmaui_1:
4676         type: org.openecomp.capabilities.metric.Ceilometer
4677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4678         occurrences:
4679         - 1
4680         - UNBOUNDED
4681       disk.write.bytes.rate_server_1c1_cmaui_2:
4682         type: org.openecomp.capabilities.metric.Ceilometer
4683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4684         occurrences:
4685         - 1
4686         - UNBOUNDED
4687       memory.resident_server_pd_nested1_pattern_4:
4688         type: org.openecomp.capabilities.metric.Ceilometer
4689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4690         occurrences:
4691         - 1
4692         - UNBOUNDED
4693       network.outgoing.bytes.rate_pd_server_port_2_nested1_pattern_4:
4694         type: org.openecomp.capabilities.metric.Ceilometer
4695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4696         occurrences:
4697         - 1
4698         - UNBOUNDED
4699       network.outgoing.bytes_ps_server_1b_port_1:
4700         type: org.openecomp.capabilities.metric.Ceilometer
4701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4702         occurrences:
4703         - 1
4704         - UNBOUNDED
4705       disk.device.allocation_server_pd_nested1_pattern_4:
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       network.outpoing.packets_cmaui_port_1:
4712         type: org.openecomp.capabilities.metric.Ceilometer
4713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4714         occurrences:
4715         - 1
4716         - UNBOUNDED
4717       network.outpoing.packets_cmaui_port_2:
4718         type: org.openecomp.capabilities.metric.Ceilometer
4719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4720         occurrences:
4721         - 1
4722         - UNBOUNDED
4723       disk.read.bytes.rate_server_1b_pd_2:
4724         type: org.openecomp.capabilities.metric.Ceilometer
4725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4726         occurrences:
4727         - 1
4728         - UNBOUNDED
4729       disk.read.bytes.rate_server_1b_pd_1:
4730         type: org.openecomp.capabilities.metric.Ceilometer
4731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4732         occurrences:
4733         - 1
4734         - UNBOUNDED
4735       memory.usage_server_1b_pd_2:
4736         type: org.openecomp.capabilities.metric.Ceilometer
4737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4738         occurrences:
4739         - 1
4740         - UNBOUNDED
4741       memory.usage_server_1c2_oam_2:
4742         type: org.openecomp.capabilities.metric.Ceilometer
4743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4744         occurrences:
4745         - 1
4746         - UNBOUNDED
4747       memory.usage_server_1b_pd_1:
4748         type: org.openecomp.capabilities.metric.Ceilometer
4749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4750         occurrences:
4751         - 1
4752         - UNBOUNDED
4753       memory.usage_server_1c2_oam_1:
4754         type: org.openecomp.capabilities.metric.Ceilometer
4755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4756         occurrences:
4757         - 1
4758         - UNBOUNDED
4759       disk.read.requests_server_1c2_oam_2:
4760         type: org.openecomp.capabilities.metric.Ceilometer
4761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4762         occurrences:
4763         - 1
4764         - UNBOUNDED
4765       disk.latency_server_1b_pd_2:
4766         type: org.openecomp.capabilities.metric.Ceilometer
4767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4768         occurrences:
4769         - 1
4770         - UNBOUNDED
4771       disk.read.requests_server_1c2_oam_1:
4772         type: org.openecomp.capabilities.metric.Ceilometer
4773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4774         occurrences:
4775         - 1
4776         - UNBOUNDED
4777       disk.latency_server_1b_pd_1:
4778         type: org.openecomp.capabilities.metric.Ceilometer
4779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4780         occurrences:
4781         - 1
4782         - UNBOUNDED
4783       memory.resident_server_1c1_cmaui_2:
4784         type: org.openecomp.capabilities.metric.Ceilometer
4785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4786         occurrences:
4787         - 1
4788         - UNBOUNDED
4789       memory.resident_server_1c1_cmaui_1:
4790         type: org.openecomp.capabilities.metric.Ceilometer
4791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4792         occurrences:
4793         - 1
4794         - UNBOUNDED
4795       os_server_1c1_cmaui_2:
4796         type: tosca.capabilities.OperatingSystem
4797         occurrences:
4798         - 1
4799         - UNBOUNDED
4800       os_server_1c1_cmaui_1:
4801         type: tosca.capabilities.OperatingSystem
4802         occurrences:
4803         - 1
4804         - UNBOUNDED
4805       disk.ephemeral.size_server_pd_nested1_pattern_4:
4806         type: org.openecomp.capabilities.metric.Ceilometer
4807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4808         occurrences:
4809         - 1
4810         - UNBOUNDED
4811       instance_server_1c2_oam_1:
4812         type: org.openecomp.capabilities.metric.Ceilometer
4813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4814         occurrences:
4815         - 1
4816         - UNBOUNDED
4817       instance_server_1c2_oam_2:
4818         type: org.openecomp.capabilities.metric.Ceilometer
4819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4820         occurrences:
4821         - 1
4822         - UNBOUNDED
4823       memory_server_1c1_cmaui_2:
4824         type: org.openecomp.capabilities.metric.Ceilometer
4825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4826         occurrences:
4827         - 1
4828         - UNBOUNDED
4829       network.incoming.bytes.rate_ps_server_1b_port_1:
4830         type: org.openecomp.capabilities.metric.Ceilometer
4831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4832         occurrences:
4833         - 1
4834         - UNBOUNDED
4835       disk.device.write.requests.rate_server_pd_nested1_pattern_4:
4836         type: org.openecomp.capabilities.metric.Ceilometer
4837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4838         occurrences:
4839         - 1
4840         - UNBOUNDED
4841       disk.write.requests.rate_server_1b_pd_1:
4842         type: org.openecomp.capabilities.metric.Ceilometer
4843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4844         occurrences:
4845         - 1
4846         - UNBOUNDED
4847       disk.write.requests.rate_server_1b_pd_2:
4848         type: org.openecomp.capabilities.metric.Ceilometer
4849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4850         occurrences:
4851         - 1
4852         - UNBOUNDED
4853       memory_server_1c1_cmaui_1:
4854         type: org.openecomp.capabilities.metric.Ceilometer
4855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4856         occurrences:
4857         - 1
4858         - UNBOUNDED
4859       disk.read.bytes.rate_server_pd_nested1_pattern_4:
4860         type: org.openecomp.capabilities.metric.Ceilometer
4861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4862         occurrences:
4863         - 1
4864         - UNBOUNDED
4865       vcpus_server_1c2_oam_1:
4866         type: org.openecomp.capabilities.metric.Ceilometer
4867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4868         occurrences:
4869         - 1
4870         - UNBOUNDED
4871       vcpus_server_1c2_oam_2:
4872         type: org.openecomp.capabilities.metric.Ceilometer
4873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4874         occurrences:
4875         - 1
4876         - UNBOUNDED
4877       disk.device.allocation_server_1b_pd_2:
4878         type: org.openecomp.capabilities.metric.Ceilometer
4879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4880         occurrences:
4881         - 1
4882         - UNBOUNDED
4883       disk.device.allocation_server_1b_pd_1:
4884         type: org.openecomp.capabilities.metric.Ceilometer
4885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4886         occurrences:
4887         - 1
4888         - UNBOUNDED
4889       disk.ephemeral.size_server_1c1_cmaui_1:
4890         type: org.openecomp.capabilities.metric.Ceilometer
4891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4892         occurrences:
4893         - 1
4894         - UNBOUNDED
4895       disk.ephemeral.size_server_1c1_cmaui_2:
4896         type: org.openecomp.capabilities.metric.Ceilometer
4897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4898         occurrences:
4899         - 1
4900         - UNBOUNDED
4901       disk.root.size_server_1c1_cmaui_2:
4902         type: org.openecomp.capabilities.metric.Ceilometer
4903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4904         occurrences:
4905         - 1
4906         - UNBOUNDED
4907       disk.root.size_server_1c1_cmaui_1:
4908         type: org.openecomp.capabilities.metric.Ceilometer
4909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4910         occurrences:
4911         - 1
4912         - UNBOUNDED
4913       disk.read.requests_server_1b_pd_2:
4914         type: org.openecomp.capabilities.metric.Ceilometer
4915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4916         occurrences:
4917         - 1
4918         - UNBOUNDED
4919       disk.device.write.bytes.rate_server_1c1_cmaui_2:
4920         type: org.openecomp.capabilities.metric.Ceilometer
4921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4922         occurrences:
4923         - 1
4924         - UNBOUNDED
4925       disk.read.requests_server_1b_pd_1:
4926         type: org.openecomp.capabilities.metric.Ceilometer
4927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4928         occurrences:
4929         - 1
4930         - UNBOUNDED
4931       cpu_util_server_1b_pd_2:
4932         type: org.openecomp.capabilities.metric.Ceilometer
4933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4934         occurrences:
4935         - 1
4936         - UNBOUNDED
4937       cpu_util_server_1b_pd_1:
4938         type: org.openecomp.capabilities.metric.Ceilometer
4939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4940         occurrences:
4941         - 1
4942         - UNBOUNDED
4943       disk.write.requests_server_pd_nested1_pattern_4:
4944         type: org.openecomp.capabilities.metric.Ceilometer
4945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4946         occurrences:
4947         - 1
4948         - UNBOUNDED
4949       forwarder_ps_server_1b_port_1:
4950         type: org.openecomp.capabilities.Forwarder
4951         occurrences:
4952         - 1
4953         - UNBOUNDED
4954       disk.device.write.bytes_server_1c1_cmaui_1:
4955         type: org.openecomp.capabilities.metric.Ceilometer
4956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4957         occurrences:
4958         - 1
4959         - UNBOUNDED
4960       disk.device.write.bytes.rate_server_1c1_cmaui_1:
4961         type: org.openecomp.capabilities.metric.Ceilometer
4962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4963         occurrences:
4964         - 1
4965         - UNBOUNDED
4966       disk.device.write.bytes_server_1c1_cmaui_2:
4967         type: org.openecomp.capabilities.metric.Ceilometer
4968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4969         occurrences:
4970         - 1
4971         - UNBOUNDED
4972       host_server_1c2_oam_1:
4973         type: tosca.capabilities.Container
4974         valid_source_types:
4975         - tosca.nodes.SoftwareComponent
4976         occurrences:
4977         - 1
4978         - UNBOUNDED
4979       host_server_1c2_oam_2:
4980         type: tosca.capabilities.Container
4981         valid_source_types:
4982         - tosca.nodes.SoftwareComponent
4983         occurrences:
4984         - 1
4985         - UNBOUNDED
4986       cpu_server_pd_nested1_pattern_4:
4987         type: org.openecomp.capabilities.metric.Ceilometer
4988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4989         occurrences:
4990         - 1
4991         - UNBOUNDED
4992       disk.device.read.requests_server_1c1_cmaui_2:
4993         type: org.openecomp.capabilities.metric.Ceilometer
4994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4995         occurrences:
4996         - 1
4997         - UNBOUNDED
4998       disk.device.read.requests_server_1c1_cmaui_1:
4999         type: org.openecomp.capabilities.metric.Ceilometer
5000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5001         occurrences:
5002         - 1
5003         - UNBOUNDED
5004       binding_server_1b_pd_2:
5005         type: tosca.capabilities.network.Bindable
5006         occurrences:
5007         - 1
5008         - UNBOUNDED
5009       binding_server_1b_pd_1:
5010         type: tosca.capabilities.network.Bindable
5011         occurrences:
5012         - 1
5013         - UNBOUNDED
5014       binding_pd_server_port_2_nested1_pattern_4:
5015         type: tosca.capabilities.network.Bindable
5016         valid_source_types:
5017         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5018         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5019         occurrences:
5020         - 0
5021         - UNBOUNDED
5022       disk.device.read.bytes.rate_server_1c1_cmaui_1:
5023         type: org.openecomp.capabilities.metric.Ceilometer
5024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5025         occurrences:
5026         - 1
5027         - UNBOUNDED
5028       disk.device.read.bytes.rate_server_1c1_cmaui_2:
5029         type: org.openecomp.capabilities.metric.Ceilometer
5030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5031         occurrences:
5032         - 1
5033         - UNBOUNDED
5034       attachment_pd_server_1b_port_1:
5035         type: tosca.capabilities.Attachment
5036         occurrences:
5037         - 1
5038         - UNBOUNDED
5039       cpu.delta_server_1c2_oam_2:
5040         type: org.openecomp.capabilities.metric.Ceilometer
5041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5042         occurrences:
5043         - 1
5044         - UNBOUNDED
5045       disk.ephemeral.size_server_1b_pd_1:
5046         type: org.openecomp.capabilities.metric.Ceilometer
5047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5048         occurrences:
5049         - 1
5050         - UNBOUNDED
5051       disk.ephemeral.size_server_1b_pd_2:
5052         type: org.openecomp.capabilities.metric.Ceilometer
5053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5054         occurrences:
5055         - 1
5056         - UNBOUNDED
5057       disk.usage_server_1c1_cmaui_2:
5058         type: org.openecomp.capabilities.metric.Ceilometer
5059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5060         occurrences:
5061         - 1
5062         - UNBOUNDED
5063       disk.usage_server_1c1_cmaui_1:
5064         type: org.openecomp.capabilities.metric.Ceilometer
5065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5066         occurrences:
5067         - 1
5068         - UNBOUNDED
5069       network.incoming.bytes_oam_port_2:
5070         type: org.openecomp.capabilities.metric.Ceilometer
5071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5072         occurrences:
5073         - 1
5074         - UNBOUNDED
5075       network.incoming.bytes_oam_port_1:
5076         type: org.openecomp.capabilities.metric.Ceilometer
5077         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5078         occurrences:
5079         - 1
5080         - UNBOUNDED
5081       disk.write.bytes.rate_server_pd_nested1_pattern_4:
5082         type: org.openecomp.capabilities.metric.Ceilometer
5083         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5084         occurrences:
5085         - 1
5086         - UNBOUNDED
5087       attachment_cmaui_port_2:
5088         type: tosca.capabilities.Attachment
5089         occurrences:
5090         - 1
5091         - UNBOUNDED
5092       network.outgoing.bytes.rate_oam_port_1:
5093         type: org.openecomp.capabilities.metric.Ceilometer
5094         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5095         occurrences:
5096         - 1
5097         - UNBOUNDED
5098       instance_server_1b_pd_1:
5099         type: org.openecomp.capabilities.metric.Ceilometer
5100         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5101         occurrences:
5102         - 1
5103         - UNBOUNDED
5104       disk.device.capacity_server_1b_pd_1:
5105         type: org.openecomp.capabilities.metric.Ceilometer
5106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5107         occurrences:
5108         - 1
5109         - UNBOUNDED
5110       network.outgoing.bytes.rate_oam_port_2:
5111         type: org.openecomp.capabilities.metric.Ceilometer
5112         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5113         occurrences:
5114         - 1
5115         - UNBOUNDED
5116       instance_server_1b_pd_2:
5117         type: org.openecomp.capabilities.metric.Ceilometer
5118         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5119         occurrences:
5120         - 1
5121         - UNBOUNDED
5122       disk.device.capacity_server_1b_pd_2:
5123         type: org.openecomp.capabilities.metric.Ceilometer
5124         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5125         occurrences:
5126         - 1
5127         - UNBOUNDED
5128       disk.capacity_server_1c1_cmaui_1:
5129         type: org.openecomp.capabilities.metric.Ceilometer
5130         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5131         occurrences:
5132         - 1
5133         - UNBOUNDED
5134       network.outgoing.packets.rate_cmaui_port_1:
5135         type: org.openecomp.capabilities.metric.Ceilometer
5136         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5137         occurrences:
5138         - 1
5139         - UNBOUNDED
5140       network.outgoing.packets.rate_cmaui_port_2:
5141         type: org.openecomp.capabilities.metric.Ceilometer
5142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5143         occurrences:
5144         - 1
5145         - UNBOUNDED
5146       attachment_cmaui_port_1:
5147         type: tosca.capabilities.Attachment
5148         occurrences:
5149         - 1
5150         - UNBOUNDED
5151       disk.capacity_server_1c1_cmaui_2:
5152         type: org.openecomp.capabilities.metric.Ceilometer
5153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5154         occurrences:
5155         - 1
5156         - UNBOUNDED
5157       disk.ephemeral.size_server_1c2_oam_2:
5158         type: org.openecomp.capabilities.metric.Ceilometer
5159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5160         occurrences:
5161         - 1
5162         - UNBOUNDED
5163       disk.ephemeral.size_server_1c2_oam_1:
5164         type: org.openecomp.capabilities.metric.Ceilometer
5165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5166         occurrences:
5167         - 1
5168         - UNBOUNDED
5169       disk.device.read.requests.rate_server_1c1_cmaui_1:
5170         type: org.openecomp.capabilities.metric.Ceilometer
5171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5172         occurrences:
5173         - 1
5174         - UNBOUNDED
5175       network.incoming.packets.rate_pd_server_1b_port_1:
5176         type: org.openecomp.capabilities.metric.Ceilometer
5177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5178         occurrences:
5179         - 1
5180         - UNBOUNDED
5181       disk.device.read.bytes_server_1c2_oam_2:
5182         type: org.openecomp.capabilities.metric.Ceilometer
5183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5184         occurrences:
5185         - 1
5186         - UNBOUNDED
5187       disk.device.read.bytes_server_1c2_oam_1:
5188         type: org.openecomp.capabilities.metric.Ceilometer
5189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5190         occurrences:
5191         - 1
5192         - UNBOUNDED
5193       disk.device.read.requests.rate_server_1c1_cmaui_2:
5194         type: org.openecomp.capabilities.metric.Ceilometer
5195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5196         occurrences:
5197         - 1
5198         - UNBOUNDED
5199       cpu.delta_server_1c2_oam_1:
5200         type: org.openecomp.capabilities.metric.Ceilometer
5201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5202         occurrences:
5203         - 1
5204         - UNBOUNDED
5205       disk.device.read.bytes.rate_server_1c2_oam_1:
5206         type: org.openecomp.capabilities.metric.Ceilometer
5207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5208         occurrences:
5209         - 1
5210         - UNBOUNDED
5211       disk.device.usage_server_1b_pd_1:
5212         type: org.openecomp.capabilities.metric.Ceilometer
5213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5214         occurrences:
5215         - 1
5216         - UNBOUNDED
5217       disk.device.usage_server_1b_pd_2:
5218         type: org.openecomp.capabilities.metric.Ceilometer
5219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5220         occurrences:
5221         - 1
5222         - UNBOUNDED
5223       network.incoming.packets.rate_pd_server_port_1_nested1_pattern_4:
5224         type: org.openecomp.capabilities.metric.Ceilometer
5225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5226         occurrences:
5227         - 1
5228         - UNBOUNDED
5229       disk.device.read.bytes.rate_server_1c2_oam_2:
5230         type: org.openecomp.capabilities.metric.Ceilometer
5231         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5232         occurrences:
5233         - 1
5234         - UNBOUNDED
5235       disk.write.bytes_server_1c1_cmaui_1:
5236         type: org.openecomp.capabilities.metric.Ceilometer
5237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5238         occurrences:
5239         - 1
5240         - UNBOUNDED
5241       disk.write.bytes_server_1c1_cmaui_2:
5242         type: org.openecomp.capabilities.metric.Ceilometer
5243         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5244         occurrences:
5245         - 1
5246         - UNBOUNDED
5247       feature_oam_port_2:
5248         type: tosca.capabilities.Node
5249         occurrences:
5250         - 1
5251         - UNBOUNDED
5252       feature_oam_port_1:
5253         type: tosca.capabilities.Node
5254         occurrences:
5255         - 1
5256         - UNBOUNDED
5257       feature_nested1_pattern_4:
5258         type: tosca.capabilities.Node
5259         occurrences:
5260         - 1
5261         - UNBOUNDED
5262       network.incoming.packets_pd_server_port_1_nested1_pattern_4:
5263         type: org.openecomp.capabilities.metric.Ceilometer
5264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5265         occurrences:
5266         - 1
5267         - UNBOUNDED
5268       disk.device.latency_server_1c1_cmaui_1:
5269         type: org.openecomp.capabilities.metric.Ceilometer
5270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5271         occurrences:
5272         - 1
5273         - UNBOUNDED
5274       scalable_server_1c1_cmaui_1:
5275         type: tosca.capabilities.Scalable
5276         occurrences:
5277         - 1
5278         - UNBOUNDED
5279       disk.device.latency_server_1c1_cmaui_2:
5280         type: org.openecomp.capabilities.metric.Ceilometer
5281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5282         occurrences:
5283         - 1
5284         - UNBOUNDED
5285       scalable_server_1c1_cmaui_2:
5286         type: tosca.capabilities.Scalable
5287         occurrences:
5288         - 1
5289         - UNBOUNDED
5290       cpu.delta_server_1c1_cmaui_2:
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       cpu.delta_server_1c1_cmaui_1:
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       scalable_server_1b_pd_1:
5303         type: tosca.capabilities.Scalable
5304         occurrences:
5305         - 1
5306         - UNBOUNDED
5307       scalable_server_1b_pd_2:
5308         type: tosca.capabilities.Scalable
5309         occurrences:
5310         - 1
5311         - UNBOUNDED
5312       cpu.delta_server_1b_pd_1:
5313         type: org.openecomp.capabilities.metric.Ceilometer
5314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5315         occurrences:
5316         - 1
5317         - UNBOUNDED
5318       cpu.delta_server_1b_pd_2:
5319         type: org.openecomp.capabilities.metric.Ceilometer
5320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5321         occurrences:
5322         - 1
5323         - UNBOUNDED
5324       network.incoming.packets_pd_server_1b_port_1:
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_pd_server_port_1_nested1_pattern_4:
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       network.incoming.bytes.rate_pd_server_1b_port_1:
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       feature_ps_server_1b_port_1:
5345         type: tosca.capabilities.Node
5346         occurrences:
5347         - 1
5348         - UNBOUNDED
5349       endpoint_server_1c2_oam_2:
5350         type: tosca.capabilities.Endpoint.Admin
5351         occurrences:
5352         - 1
5353         - UNBOUNDED
5354       endpoint_server_1c2_oam_1:
5355         type: tosca.capabilities.Endpoint.Admin
5356         occurrences:
5357         - 1
5358         - UNBOUNDED
5359   org.openecomp.resource.abstract.nodes.rd_server_1b_1:
5360     derived_from: org.openecomp.resource.abstract.nodes.VFC
5361     properties:
5362       port_ps_server_1b_port_vlan_requirements:
5363         type: list
5364         required: true
5365         status: SUPPORTED
5366         entry_schema:
5367           type: org.openecomp.datatypes.network.VlanRequirements
5368       port_ps_server_1b_port_mac_requirements:
5369         type: org.openecomp.datatypes.network.MacRequirements
5370         required: true
5371         status: SUPPORTED
5372       port_ps_server_1b_port_network_role_tag:
5373         type: string
5374         required: true
5375         status: SUPPORTED
5376       port_ps_server_1b_port_fixed_ips:
5377         type: list
5378         required: true
5379         status: SUPPORTED
5380         entry_schema:
5381           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
5382       index_value:
5383         type: integer
5384         description: Index value of this substitution service template runtime instance
5385         required: false
5386         default: 0
5387         status: SUPPORTED
5388         constraints:
5389         - greater_or_equal: 0
5390       compute_rd_server_1b_availability_zone:
5391         type: list
5392         required: true
5393         status: SUPPORTED
5394         entry_schema:
5395           type: string
5396       port_ps_server_1b_port_order:
5397         type: integer
5398         required: true
5399         status: SUPPORTED
5400       vm_flavor_name:
5401         type: string
5402         required: true
5403         status: SUPPORTED
5404       port_ps_server_1b_port_network:
5405         type: list
5406         required: true
5407         status: SUPPORTED
5408         entry_schema:
5409           type: string
5410       port_ps_server_1b_port_exCP_naming:
5411         type: org.openecomp.datatypes.Naming
5412         required: true
5413         status: SUPPORTED
5414       port_ps_server_1b_port_ip_requirements:
5415         type: list
5416         required: true
5417         status: SUPPORTED
5418         entry_schema:
5419           type: org.openecomp.datatypes.network.IpRequirements
5420       vm_image_name:
5421         type: string
5422         required: true
5423         status: SUPPORTED
5424       port_ps_server_1b_port_network_role:
5425         type: string
5426         required: true
5427         status: SUPPORTED
5428       port_ps_server_1b_port_replacement_policy:
5429         type: list
5430         required: true
5431         status: SUPPORTED
5432         entry_schema:
5433           type: string
5434       compute_rd_server_1b_name:
5435         type: list
5436         required: true
5437         status: SUPPORTED
5438         entry_schema:
5439           type: string
5440       port_ps_server_1b_port_subnetpoolid:
5441         type: string
5442         required: true
5443         status: SUPPORTED
5444     requirements:
5445     - dependency_rd_server_1b_ps_server_1b_port:
5446         capability: tosca.capabilities.Node
5447         node: tosca.nodes.Root
5448         relationship: tosca.relationships.DependsOn
5449         occurrences:
5450         - 0
5451         - UNBOUNDED
5452     - link_rd_server_1b_ps_server_1b_port:
5453         capability: tosca.capabilities.network.Linkable
5454         relationship: tosca.relationships.network.LinksTo
5455         occurrences:
5456         - 1
5457         - 1
5458     - dependency_rd_server_1b:
5459         capability: tosca.capabilities.Node
5460         node: tosca.nodes.Root
5461         relationship: tosca.relationships.DependsOn
5462         occurrences:
5463         - 0
5464         - UNBOUNDED
5465     - local_storage_rd_server_1b:
5466         capability: tosca.capabilities.Attachment
5467         node: tosca.nodes.BlockStorage
5468         relationship: tosca.relationships.AttachesTo
5469         occurrences:
5470         - 0
5471         - UNBOUNDED
5472     capabilities:
5473       disk.usage_rd_server_1b:
5474         type: org.openecomp.capabilities.metric.Ceilometer
5475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5476         occurrences:
5477         - 1
5478         - UNBOUNDED
5479       cpu_util_rd_server_1b:
5480         type: org.openecomp.capabilities.metric.Ceilometer
5481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5482         occurrences:
5483         - 1
5484         - UNBOUNDED
5485       vcpus_rd_server_1b:
5486         type: org.openecomp.capabilities.metric.Ceilometer
5487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5488         occurrences:
5489         - 1
5490         - UNBOUNDED
5491       disk.device.write.requests_rd_server_1b:
5492         type: org.openecomp.capabilities.metric.Ceilometer
5493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5494         occurrences:
5495         - 1
5496         - UNBOUNDED
5497       disk.device.write.bytes_rd_server_1b:
5498         type: org.openecomp.capabilities.metric.Ceilometer
5499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5500         occurrences:
5501         - 1
5502         - UNBOUNDED
5503       disk.capacity_rd_server_1b:
5504         type: org.openecomp.capabilities.metric.Ceilometer
5505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5506         occurrences:
5507         - 1
5508         - UNBOUNDED
5509       disk.write.requests_rd_server_1b:
5510         type: org.openecomp.capabilities.metric.Ceilometer
5511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5512         occurrences:
5513         - 1
5514         - UNBOUNDED
5515       scalable_rd_server_1b:
5516         type: tosca.capabilities.Scalable
5517         occurrences:
5518         - 1
5519         - UNBOUNDED
5520       network.incoming.bytes_rd_server_1b_ps_server_1b_port:
5521         type: org.openecomp.capabilities.metric.Ceilometer
5522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5523         occurrences:
5524         - 1
5525         - UNBOUNDED
5526       disk.device.usage_rd_server_1b:
5527         type: org.openecomp.capabilities.metric.Ceilometer
5528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5529         occurrences:
5530         - 1
5531         - UNBOUNDED
5532       binding_rd_server_1b_ps_server_1b_port:
5533         type: tosca.capabilities.network.Bindable
5534         valid_source_types:
5535         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5536         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
5537         occurrences:
5538         - 0
5539         - UNBOUNDED
5540       disk.device.latency_rd_server_1b:
5541         type: org.openecomp.capabilities.metric.Ceilometer
5542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5543         occurrences:
5544         - 1
5545         - UNBOUNDED
5546       disk.device.read.bytes.rate_rd_server_1b:
5547         type: org.openecomp.capabilities.metric.Ceilometer
5548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5549         occurrences:
5550         - 1
5551         - UNBOUNDED
5552       disk.read.bytes.rate_rd_server_1b:
5553         type: org.openecomp.capabilities.metric.Ceilometer
5554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5555         occurrences:
5556         - 1
5557         - UNBOUNDED
5558       disk.root.size_rd_server_1b:
5559         type: org.openecomp.capabilities.metric.Ceilometer
5560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5561         occurrences:
5562         - 1
5563         - UNBOUNDED
5564       disk.device.write.requests.rate_rd_server_1b:
5565         type: org.openecomp.capabilities.metric.Ceilometer
5566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5567         occurrences:
5568         - 1
5569         - UNBOUNDED
5570       os_rd_server_1b:
5571         type: tosca.capabilities.OperatingSystem
5572         occurrences:
5573         - 1
5574         - UNBOUNDED
5575       network.outpoing.packets_rd_server_1b_ps_server_1b_port:
5576         type: org.openecomp.capabilities.metric.Ceilometer
5577         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5578         occurrences:
5579         - 1
5580         - UNBOUNDED
5581       disk.device.read.bytes_rd_server_1b:
5582         type: org.openecomp.capabilities.metric.Ceilometer
5583         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5584         occurrences:
5585         - 1
5586         - UNBOUNDED
5587       disk.device.read.requests.rate_rd_server_1b:
5588         type: org.openecomp.capabilities.metric.Ceilometer
5589         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5590         occurrences:
5591         - 1
5592         - UNBOUNDED
5593       disk.device.allocation_rd_server_1b:
5594         type: org.openecomp.capabilities.metric.Ceilometer
5595         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5596         occurrences:
5597         - 1
5598         - UNBOUNDED
5599       network.incoming.packets_rd_server_1b_ps_server_1b_port:
5600         type: org.openecomp.capabilities.metric.Ceilometer
5601         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5602         occurrences:
5603         - 1
5604         - UNBOUNDED
5605       feature_rd_server_1b_ps_server_1b_port:
5606         type: tosca.capabilities.Node
5607         occurrences:
5608         - 1
5609         - UNBOUNDED
5610       disk.device.read.requests_rd_server_1b:
5611         type: org.openecomp.capabilities.metric.Ceilometer
5612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5613         occurrences:
5614         - 1
5615         - UNBOUNDED
5616       instance_rd_server_1b:
5617         type: org.openecomp.capabilities.metric.Ceilometer
5618         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5619         occurrences:
5620         - 1
5621         - UNBOUNDED
5622       disk.write.bytes.rate_rd_server_1b:
5623         type: org.openecomp.capabilities.metric.Ceilometer
5624         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5625         occurrences:
5626         - 1
5627         - UNBOUNDED
5628       forwarder_rd_server_1b_ps_server_1b_port:
5629         type: org.openecomp.capabilities.Forwarder
5630         occurrences:
5631         - 1
5632         - UNBOUNDED
5633       memory_rd_server_1b:
5634         type: org.openecomp.capabilities.metric.Ceilometer
5635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5636         occurrences:
5637         - 1
5638         - UNBOUNDED
5639       disk.write.bytes_rd_server_1b:
5640         type: org.openecomp.capabilities.metric.Ceilometer
5641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5642         occurrences:
5643         - 1
5644         - UNBOUNDED
5645       network.outgoing.packets.rate_rd_server_1b_ps_server_1b_port:
5646         type: org.openecomp.capabilities.metric.Ceilometer
5647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5648         occurrences:
5649         - 1
5650         - UNBOUNDED
5651       binding_rd_server_1b:
5652         type: tosca.capabilities.network.Bindable
5653         occurrences:
5654         - 1
5655         - UNBOUNDED
5656       network.incoming.packets.rate_rd_server_1b_ps_server_1b_port:
5657         type: org.openecomp.capabilities.metric.Ceilometer
5658         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5659         occurrences:
5660         - 1
5661         - UNBOUNDED
5662       network.outgoing.bytes_rd_server_1b_ps_server_1b_port:
5663         type: org.openecomp.capabilities.metric.Ceilometer
5664         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5665         occurrences:
5666         - 1
5667         - UNBOUNDED
5668       disk.read.bytes_rd_server_1b:
5669         type: org.openecomp.capabilities.metric.Ceilometer
5670         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5671         occurrences:
5672         - 1
5673         - UNBOUNDED
5674       feature_rd_server_1b:
5675         type: tosca.capabilities.Node
5676         occurrences:
5677         - 1
5678         - UNBOUNDED
5679       memory.resident_rd_server_1b:
5680         type: org.openecomp.capabilities.metric.Ceilometer
5681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5682         occurrences:
5683         - 1
5684         - UNBOUNDED
5685       disk.read.requests_rd_server_1b:
5686         type: org.openecomp.capabilities.metric.Ceilometer
5687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5688         occurrences:
5689         - 1
5690         - UNBOUNDED
5691       disk.ephemeral.size_rd_server_1b:
5692         type: org.openecomp.capabilities.metric.Ceilometer
5693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5694         occurrences:
5695         - 1
5696         - UNBOUNDED
5697       disk.latency_rd_server_1b:
5698         type: org.openecomp.capabilities.metric.Ceilometer
5699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5700         occurrences:
5701         - 1
5702         - UNBOUNDED
5703       disk.write.requests.rate_rd_server_1b:
5704         type: org.openecomp.capabilities.metric.Ceilometer
5705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5706         occurrences:
5707         - 1
5708         - UNBOUNDED
5709       disk.device.write.bytes.rate_rd_server_1b:
5710         type: org.openecomp.capabilities.metric.Ceilometer
5711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5712         occurrences:
5713         - 1
5714         - UNBOUNDED
5715       disk.device.iops_rd_server_1b:
5716         type: org.openecomp.capabilities.metric.Ceilometer
5717         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5718         occurrences:
5719         - 1
5720         - UNBOUNDED
5721       cpu_rd_server_1b:
5722         type: org.openecomp.capabilities.metric.Ceilometer
5723         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5724         occurrences:
5725         - 1
5726         - UNBOUNDED
5727       network.incoming.bytes.rate_rd_server_1b_ps_server_1b_port:
5728         type: org.openecomp.capabilities.metric.Ceilometer
5729         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5730         occurrences:
5731         - 1
5732         - UNBOUNDED
5733       cpu.delta_rd_server_1b:
5734         type: org.openecomp.capabilities.metric.Ceilometer
5735         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5736         occurrences:
5737         - 1
5738         - UNBOUNDED
5739       host_rd_server_1b:
5740         type: tosca.capabilities.Container
5741         valid_source_types:
5742         - tosca.nodes.SoftwareComponent
5743         occurrences:
5744         - 1
5745         - UNBOUNDED
5746       disk.device.capacity_rd_server_1b:
5747         type: org.openecomp.capabilities.metric.Ceilometer
5748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5749         occurrences:
5750         - 1
5751         - UNBOUNDED
5752       disk.allocation_rd_server_1b:
5753         type: org.openecomp.capabilities.metric.Ceilometer
5754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5755         occurrences:
5756         - 1
5757         - UNBOUNDED
5758       attachment_rd_server_1b_ps_server_1b_port:
5759         type: tosca.capabilities.Attachment
5760         occurrences:
5761         - 1
5762         - UNBOUNDED
5763       disk.iops_rd_server_1b:
5764         type: org.openecomp.capabilities.metric.Ceilometer
5765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5766         occurrences:
5767         - 1
5768         - UNBOUNDED
5769       network.outgoing.bytes.rate_rd_server_1b_ps_server_1b_port:
5770         type: org.openecomp.capabilities.metric.Ceilometer
5771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5772         occurrences:
5773         - 1
5774         - UNBOUNDED
5775       endpoint_rd_server_1b:
5776         type: tosca.capabilities.Endpoint.Admin
5777         occurrences:
5778         - 1
5779         - UNBOUNDED
5780       memory.usage_rd_server_1b:
5781         type: org.openecomp.capabilities.metric.Ceilometer
5782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5783         occurrences:
5784         - 1
5785         - UNBOUNDED
5786   org.openecomp.resource.abstract.nodes.rd_server_1b:
5787     derived_from: org.openecomp.resource.abstract.nodes.VFC
5788     properties:
5789       port_rd_server_1b_port_network:
5790         type: list
5791         required: true
5792         status: SUPPORTED
5793         entry_schema:
5794           type: string
5795       port_rd_server_1b_port_order:
5796         type: integer
5797         required: true
5798         status: SUPPORTED
5799       index_value:
5800         type: integer
5801         description: Index value of this substitution service template runtime instance
5802         required: false
5803         default: 0
5804         status: SUPPORTED
5805         constraints:
5806         - greater_or_equal: 0
5807       compute_rd_server_1b_availability_zone:
5808         type: list
5809         required: true
5810         status: SUPPORTED
5811         entry_schema:
5812           type: string
5813       vm_flavor_name:
5814         type: string
5815         required: true
5816         status: SUPPORTED
5817       port_rd_server_1b_port_ip_requirements:
5818         type: list
5819         required: true
5820         status: SUPPORTED
5821         entry_schema:
5822           type: org.openecomp.datatypes.network.IpRequirements
5823       port_rd_server_1b_port_network_role_tag:
5824         type: string
5825         required: true
5826         status: SUPPORTED
5827       port_rd_server_1b_port_network_role:
5828         type: string
5829         required: true
5830         status: SUPPORTED
5831       vm_image_name:
5832         type: string
5833         required: true
5834         status: SUPPORTED
5835       port_rd_server_1b_port_mac_requirements:
5836         type: org.openecomp.datatypes.network.MacRequirements
5837         required: true
5838         status: SUPPORTED
5839       port_rd_server_1b_port_subnetpoolid:
5840         type: string
5841         required: true
5842         status: SUPPORTED
5843       compute_rd_server_1b_name:
5844         type: list
5845         required: true
5846         status: SUPPORTED
5847         entry_schema:
5848           type: string
5849       port_rd_server_1b_port_fixed_ips:
5850         type: list
5851         required: true
5852         status: SUPPORTED
5853         entry_schema:
5854           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
5855       port_rd_server_1b_port_replacement_policy:
5856         type: list
5857         required: true
5858         status: SUPPORTED
5859         entry_schema:
5860           type: string
5861       port_rd_server_1b_port_vlan_requirements:
5862         type: list
5863         required: true
5864         status: SUPPORTED
5865         entry_schema:
5866           type: org.openecomp.datatypes.network.VlanRequirements
5867       port_rd_server_1b_port_exCP_naming:
5868         type: org.openecomp.datatypes.Naming
5869         required: true
5870         status: SUPPORTED
5871     attributes:
5872       rd_server_1b_accessIPv4:
5873         type: string
5874         status: SUPPORTED
5875     requirements:
5876     - dependency_rd_server_1b_rd_server_1b_port:
5877         capability: tosca.capabilities.Node
5878         node: tosca.nodes.Root
5879         relationship: tosca.relationships.DependsOn
5880         occurrences:
5881         - 0
5882         - UNBOUNDED
5883     - link_rd_server_1b_rd_server_1b_port:
5884         capability: tosca.capabilities.network.Linkable
5885         relationship: tosca.relationships.network.LinksTo
5886         occurrences:
5887         - 1
5888         - 1
5889     - dependency_rd_server_1b:
5890         capability: tosca.capabilities.Node
5891         node: tosca.nodes.Root
5892         relationship: tosca.relationships.DependsOn
5893         occurrences:
5894         - 0
5895         - UNBOUNDED
5896     - local_storage_rd_server_1b:
5897         capability: tosca.capabilities.Attachment
5898         node: tosca.nodes.BlockStorage
5899         relationship: tosca.relationships.AttachesTo
5900         occurrences:
5901         - 0
5902         - UNBOUNDED
5903     capabilities:
5904       network.outgoing.bytes.rate_rd_server_1b_rd_server_1b_port:
5905         type: org.openecomp.capabilities.metric.Ceilometer
5906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5907         occurrences:
5908         - 1
5909         - UNBOUNDED
5910       network.incoming.packets_rd_server_1b_rd_server_1b_port:
5911         type: org.openecomp.capabilities.metric.Ceilometer
5912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5913         occurrences:
5914         - 1
5915         - UNBOUNDED
5916       disk.usage_rd_server_1b:
5917         type: org.openecomp.capabilities.metric.Ceilometer
5918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5919         occurrences:
5920         - 1
5921         - UNBOUNDED
5922       cpu_util_rd_server_1b:
5923         type: org.openecomp.capabilities.metric.Ceilometer
5924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5925         occurrences:
5926         - 1
5927         - UNBOUNDED
5928       vcpus_rd_server_1b:
5929         type: org.openecomp.capabilities.metric.Ceilometer
5930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5931         occurrences:
5932         - 1
5933         - UNBOUNDED
5934       disk.device.write.requests_rd_server_1b:
5935         type: org.openecomp.capabilities.metric.Ceilometer
5936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5937         occurrences:
5938         - 1
5939         - UNBOUNDED
5940       disk.device.write.bytes_rd_server_1b:
5941         type: org.openecomp.capabilities.metric.Ceilometer
5942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5943         occurrences:
5944         - 1
5945         - UNBOUNDED
5946       disk.capacity_rd_server_1b:
5947         type: org.openecomp.capabilities.metric.Ceilometer
5948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5949         occurrences:
5950         - 1
5951         - UNBOUNDED
5952       disk.write.requests_rd_server_1b:
5953         type: org.openecomp.capabilities.metric.Ceilometer
5954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5955         occurrences:
5956         - 1
5957         - UNBOUNDED
5958       scalable_rd_server_1b:
5959         type: tosca.capabilities.Scalable
5960         occurrences:
5961         - 1
5962         - UNBOUNDED
5963       disk.device.usage_rd_server_1b:
5964         type: org.openecomp.capabilities.metric.Ceilometer
5965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5966         occurrences:
5967         - 1
5968         - UNBOUNDED
5969       disk.device.latency_rd_server_1b:
5970         type: org.openecomp.capabilities.metric.Ceilometer
5971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5972         occurrences:
5973         - 1
5974         - UNBOUNDED
5975       disk.device.read.bytes.rate_rd_server_1b:
5976         type: org.openecomp.capabilities.metric.Ceilometer
5977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5978         occurrences:
5979         - 1
5980         - UNBOUNDED
5981       network.incoming.bytes_rd_server_1b_rd_server_1b_port:
5982         type: org.openecomp.capabilities.metric.Ceilometer
5983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5984         occurrences:
5985         - 1
5986         - UNBOUNDED
5987       network.incoming.bytes.rate_rd_server_1b_rd_server_1b_port:
5988         type: org.openecomp.capabilities.metric.Ceilometer
5989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5990         occurrences:
5991         - 1
5992         - UNBOUNDED
5993       disk.read.bytes.rate_rd_server_1b:
5994         type: org.openecomp.capabilities.metric.Ceilometer
5995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5996         occurrences:
5997         - 1
5998         - UNBOUNDED
5999       disk.root.size_rd_server_1b:
6000         type: org.openecomp.capabilities.metric.Ceilometer
6001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6002         occurrences:
6003         - 1
6004         - UNBOUNDED
6005       disk.device.write.requests.rate_rd_server_1b:
6006         type: org.openecomp.capabilities.metric.Ceilometer
6007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6008         occurrences:
6009         - 1
6010         - UNBOUNDED
6011       os_rd_server_1b:
6012         type: tosca.capabilities.OperatingSystem
6013         occurrences:
6014         - 1
6015         - UNBOUNDED
6016       disk.device.read.bytes_rd_server_1b:
6017         type: org.openecomp.capabilities.metric.Ceilometer
6018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6019         occurrences:
6020         - 1
6021         - UNBOUNDED
6022       disk.device.read.requests.rate_rd_server_1b:
6023         type: org.openecomp.capabilities.metric.Ceilometer
6024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6025         occurrences:
6026         - 1
6027         - UNBOUNDED
6028       disk.device.allocation_rd_server_1b:
6029         type: org.openecomp.capabilities.metric.Ceilometer
6030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6031         occurrences:
6032         - 1
6033         - UNBOUNDED
6034       disk.device.read.requests_rd_server_1b:
6035         type: org.openecomp.capabilities.metric.Ceilometer
6036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6037         occurrences:
6038         - 1
6039         - UNBOUNDED
6040       instance_rd_server_1b:
6041         type: org.openecomp.capabilities.metric.Ceilometer
6042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6043         occurrences:
6044         - 1
6045         - UNBOUNDED
6046       disk.write.bytes.rate_rd_server_1b:
6047         type: org.openecomp.capabilities.metric.Ceilometer
6048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6049         occurrences:
6050         - 1
6051         - UNBOUNDED
6052       network.incoming.packets.rate_rd_server_1b_rd_server_1b_port:
6053         type: org.openecomp.capabilities.metric.Ceilometer
6054         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6055         occurrences:
6056         - 1
6057         - UNBOUNDED
6058       attachment_rd_server_1b_rd_server_1b_port:
6059         type: tosca.capabilities.Attachment
6060         occurrences:
6061         - 1
6062         - UNBOUNDED
6063       memory_rd_server_1b:
6064         type: org.openecomp.capabilities.metric.Ceilometer
6065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6066         occurrences:
6067         - 1
6068         - UNBOUNDED
6069       disk.write.bytes_rd_server_1b:
6070         type: org.openecomp.capabilities.metric.Ceilometer
6071         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6072         occurrences:
6073         - 1
6074         - UNBOUNDED
6075       binding_rd_server_1b:
6076         type: tosca.capabilities.network.Bindable
6077         occurrences:
6078         - 1
6079         - UNBOUNDED
6080       network.outgoing.packets.rate_rd_server_1b_rd_server_1b_port:
6081         type: org.openecomp.capabilities.metric.Ceilometer
6082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6083         occurrences:
6084         - 1
6085         - UNBOUNDED
6086       disk.read.bytes_rd_server_1b:
6087         type: org.openecomp.capabilities.metric.Ceilometer
6088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6089         occurrences:
6090         - 1
6091         - UNBOUNDED
6092       feature_rd_server_1b:
6093         type: tosca.capabilities.Node
6094         occurrences:
6095         - 1
6096         - UNBOUNDED
6097       memory.resident_rd_server_1b:
6098         type: org.openecomp.capabilities.metric.Ceilometer
6099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6100         occurrences:
6101         - 1
6102         - UNBOUNDED
6103       disk.read.requests_rd_server_1b:
6104         type: org.openecomp.capabilities.metric.Ceilometer
6105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6106         occurrences:
6107         - 1
6108         - UNBOUNDED
6109       disk.ephemeral.size_rd_server_1b:
6110         type: org.openecomp.capabilities.metric.Ceilometer
6111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6112         occurrences:
6113         - 1
6114         - UNBOUNDED
6115       disk.latency_rd_server_1b:
6116         type: org.openecomp.capabilities.metric.Ceilometer
6117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6118         occurrences:
6119         - 1
6120         - UNBOUNDED
6121       disk.write.requests.rate_rd_server_1b:
6122         type: org.openecomp.capabilities.metric.Ceilometer
6123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6124         occurrences:
6125         - 1
6126         - UNBOUNDED
6127       disk.device.write.bytes.rate_rd_server_1b:
6128         type: org.openecomp.capabilities.metric.Ceilometer
6129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6130         occurrences:
6131         - 1
6132         - UNBOUNDED
6133       binding_rd_server_1b_rd_server_1b_port:
6134         type: tosca.capabilities.network.Bindable
6135         valid_source_types:
6136         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6137         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6138         occurrences:
6139         - 0
6140         - UNBOUNDED
6141       forwarder_rd_server_1b_rd_server_1b_port:
6142         type: org.openecomp.capabilities.Forwarder
6143         occurrences:
6144         - 1
6145         - UNBOUNDED
6146       disk.device.iops_rd_server_1b:
6147         type: org.openecomp.capabilities.metric.Ceilometer
6148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6149         occurrences:
6150         - 1
6151         - UNBOUNDED
6152       cpu_rd_server_1b:
6153         type: org.openecomp.capabilities.metric.Ceilometer
6154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6155         occurrences:
6156         - 1
6157         - UNBOUNDED
6158       cpu.delta_rd_server_1b:
6159         type: org.openecomp.capabilities.metric.Ceilometer
6160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6161         occurrences:
6162         - 1
6163         - UNBOUNDED
6164       host_rd_server_1b:
6165         type: tosca.capabilities.Container
6166         valid_source_types:
6167         - tosca.nodes.SoftwareComponent
6168         occurrences:
6169         - 1
6170         - UNBOUNDED
6171       disk.device.capacity_rd_server_1b:
6172         type: org.openecomp.capabilities.metric.Ceilometer
6173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6174         occurrences:
6175         - 1
6176         - UNBOUNDED
6177       disk.allocation_rd_server_1b:
6178         type: org.openecomp.capabilities.metric.Ceilometer
6179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6180         occurrences:
6181         - 1
6182         - UNBOUNDED
6183       network.outpoing.packets_rd_server_1b_rd_server_1b_port:
6184         type: org.openecomp.capabilities.metric.Ceilometer
6185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6186         occurrences:
6187         - 1
6188         - UNBOUNDED
6189       disk.iops_rd_server_1b:
6190         type: org.openecomp.capabilities.metric.Ceilometer
6191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6192         occurrences:
6193         - 1
6194         - UNBOUNDED
6195       endpoint_rd_server_1b:
6196         type: tosca.capabilities.Endpoint.Admin
6197         occurrences:
6198         - 1
6199         - UNBOUNDED
6200       network.outgoing.bytes_rd_server_1b_rd_server_1b_port:
6201         type: org.openecomp.capabilities.metric.Ceilometer
6202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6203         occurrences:
6204         - 1
6205         - UNBOUNDED
6206       memory.usage_rd_server_1b:
6207         type: org.openecomp.capabilities.metric.Ceilometer
6208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6209         occurrences:
6210         - 1
6211         - UNBOUNDED
6212       feature_rd_server_1b_rd_server_1b_port:
6213         type: tosca.capabilities.Node
6214         occurrences:
6215         - 1
6216         - UNBOUNDED
6217   org.openecomp.resource.abstract.nodes.heat.nested-no-compute:
6218     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
6219     properties:
6220       cmaui_names:
6221         type: list
6222         description: CMAUI1, CMAUI2 server names
6223         required: true
6224         status: SUPPORTED
6225         entry_schema:
6226           type: string
6227       p1:
6228         type: string
6229         description: UID of OAM network
6230         required: true
6231         status: SUPPORTED
6232       p2:
6233         type: string
6234         description: UID of OAM network
6235         required: true
6236         status: SUPPORTED
6237       cmaui_image:
6238         type: string
6239         description: Image for CMAUI server
6240         required: true
6241         status: SUPPORTED
6242       cmaui_flavor:
6243         type: string
6244         description: Flavor for CMAUI server
6245         required: true
6246         status: SUPPORTED
6247       packet_internal_network_name:
6248         type: string
6249         required: true
6250         status: SUPPORTED
6251       packet_external_network_name:
6252         type: string
6253         required: true
6254         status: SUPPORTED
6255       security_group_name:
6256         type: list
6257         description: CMAUI1, CMAUI2 server names
6258         required: true
6259         status: SUPPORTED
6260         entry_schema:
6261           type: string
6262       availability_zone_0:
6263         type: string
6264         description: availabilityzone name
6265         required: true
6266         status: SUPPORTED
6267       cmaui_oam_ips:
6268         type: string
6269         required: true
6270         status: SUPPORTED
6271       net:
6272         type: string
6273         required: true
6274         status: SUPPORTED
6275     attributes:
6276       no_compute_attr_1:
6277         type: string
6278         description: no_compute_attr_1
6279         status: SUPPORTED
6280     requirements:
6281     - dependency_cmaui_port_12:
6282         capability: tosca.capabilities.Node
6283         node: tosca.nodes.Root
6284         relationship: tosca.relationships.DependsOn
6285         occurrences:
6286         - 0
6287         - UNBOUNDED
6288     - binding_cmaui_port_12:
6289         capability: tosca.capabilities.network.Bindable
6290         relationship: tosca.relationships.network.BindsTo
6291         occurrences:
6292         - 1
6293         - 1
6294     - dependency_cmaui_port_11:
6295         capability: tosca.capabilities.Node
6296         node: tosca.nodes.Root
6297         relationship: tosca.relationships.DependsOn
6298         occurrences:
6299         - 0
6300         - UNBOUNDED
6301     - binding_cmaui_port_11:
6302         capability: tosca.capabilities.network.Bindable
6303         relationship: tosca.relationships.network.BindsTo
6304         occurrences:
6305         - 1
6306         - 1
6307     - dependency_packet_external_network:
6308         capability: tosca.capabilities.Node
6309         node: tosca.nodes.Root
6310         relationship: tosca.relationships.DependsOn
6311         occurrences:
6312         - 0
6313         - UNBOUNDED
6314     - dependency_packet_internal_network:
6315         capability: tosca.capabilities.Node
6316         node: tosca.nodes.Root
6317         relationship: tosca.relationships.DependsOn
6318         occurrences:
6319         - 0
6320         - UNBOUNDED
6321     capabilities:
6322       network.outgoing.bytes.rate_cmaui_port_11:
6323         type: org.openecomp.capabilities.metric.Ceilometer
6324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6325         occurrences:
6326         - 1
6327         - UNBOUNDED
6328       network.outgoing.bytes.rate_cmaui_port_12:
6329         type: org.openecomp.capabilities.metric.Ceilometer
6330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6331         occurrences:
6332         - 1
6333         - UNBOUNDED
6334       network.outpoing.packets_cmaui_port_11:
6335         type: org.openecomp.capabilities.metric.Ceilometer
6336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6337         occurrences:
6338         - 1
6339         - UNBOUNDED
6340       network.outpoing.packets_cmaui_port_12:
6341         type: org.openecomp.capabilities.metric.Ceilometer
6342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6343         occurrences:
6344         - 1
6345         - UNBOUNDED
6346       forwarder_cmaui_port_11:
6347         type: org.openecomp.capabilities.Forwarder
6348         occurrences:
6349         - 1
6350         - UNBOUNDED
6351       forwarder_cmaui_port_12:
6352         type: org.openecomp.capabilities.Forwarder
6353         occurrences:
6354         - 1
6355         - UNBOUNDED
6356       end_point_packet_internal_network:
6357         type: tosca.capabilities.Endpoint
6358         occurrences:
6359         - 1
6360         - UNBOUNDED
6361       feature_cmaui_port_12:
6362         type: tosca.capabilities.Node
6363         occurrences:
6364         - 1
6365         - UNBOUNDED
6366       feature_cmaui_port_11:
6367         type: tosca.capabilities.Node
6368         occurrences:
6369         - 1
6370         - UNBOUNDED
6371       link_packet_internal_network:
6372         type: tosca.capabilities.network.Linkable
6373         occurrences:
6374         - 1
6375         - UNBOUNDED
6376       feature_packet_internal_network:
6377         type: tosca.capabilities.Node
6378         occurrences:
6379         - 1
6380         - UNBOUNDED
6381       network.incoming.bytes.rate_cmaui_port_11:
6382         type: org.openecomp.capabilities.metric.Ceilometer
6383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6384         occurrences:
6385         - 1
6386         - UNBOUNDED
6387       network.incoming.bytes.rate_cmaui_port_12:
6388         type: org.openecomp.capabilities.metric.Ceilometer
6389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6390         occurrences:
6391         - 1
6392         - UNBOUNDED
6393       end_point_packet_external_network:
6394         type: tosca.capabilities.Endpoint
6395         occurrences:
6396         - 1
6397         - UNBOUNDED
6398       network.outgoing.bytes_cmaui_port_11:
6399         type: org.openecomp.capabilities.metric.Ceilometer
6400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6401         occurrences:
6402         - 1
6403         - UNBOUNDED
6404       network.outgoing.bytes_cmaui_port_12:
6405         type: org.openecomp.capabilities.metric.Ceilometer
6406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6407         occurrences:
6408         - 1
6409         - UNBOUNDED
6410       attachment_packet_internal_network:
6411         type: tosca.capabilities.Attachment
6412         occurrences:
6413         - 1
6414         - UNBOUNDED
6415       network.outgoing.packets.rate_cmaui_port_12:
6416         type: org.openecomp.capabilities.metric.Ceilometer
6417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6418         occurrences:
6419         - 1
6420         - UNBOUNDED
6421       binding_cmaui_port_12:
6422         type: tosca.capabilities.network.Bindable
6423         valid_source_types:
6424         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6425         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6426         occurrences:
6427         - 0
6428         - UNBOUNDED
6429       network.outgoing.packets.rate_cmaui_port_11:
6430         type: org.openecomp.capabilities.metric.Ceilometer
6431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6432         occurrences:
6433         - 1
6434         - UNBOUNDED
6435       binding_cmaui_port_11:
6436         type: tosca.capabilities.network.Bindable
6437         valid_source_types:
6438         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6439         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6440         occurrences:
6441         - 0
6442         - UNBOUNDED
6443       attachment_cmaui_port_12:
6444         type: tosca.capabilities.Attachment
6445         occurrences:
6446         - 1
6447         - UNBOUNDED
6448       attachment_cmaui_port_11:
6449         type: tosca.capabilities.Attachment
6450         occurrences:
6451         - 1
6452         - UNBOUNDED
6453       network.incoming.packets.rate_cmaui_port_12:
6454         type: org.openecomp.capabilities.metric.Ceilometer
6455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6456         occurrences:
6457         - 1
6458         - UNBOUNDED
6459       network.incoming.packets.rate_cmaui_port_11:
6460         type: org.openecomp.capabilities.metric.Ceilometer
6461         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6462         occurrences:
6463         - 1
6464         - UNBOUNDED
6465       attachment_packet_external_network:
6466         type: tosca.capabilities.Attachment
6467         occurrences:
6468         - 1
6469         - UNBOUNDED
6470       network.incoming.bytes_cmaui_port_12:
6471         type: org.openecomp.capabilities.metric.Ceilometer
6472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6473         occurrences:
6474         - 1
6475         - UNBOUNDED
6476       network.incoming.packets_cmaui_port_11:
6477         type: org.openecomp.capabilities.metric.Ceilometer
6478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6479         occurrences:
6480         - 1
6481         - UNBOUNDED
6482       network.incoming.packets_cmaui_port_12:
6483         type: org.openecomp.capabilities.metric.Ceilometer
6484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6485         occurrences:
6486         - 1
6487         - UNBOUNDED
6488       network.incoming.bytes_cmaui_port_11:
6489         type: org.openecomp.capabilities.metric.Ceilometer
6490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6491         occurrences:
6492         - 1
6493         - UNBOUNDED
6494       link_packet_external_network:
6495         type: tosca.capabilities.network.Linkable
6496         occurrences:
6497         - 1
6498         - UNBOUNDED
6499       feature_packet_external_network:
6500         type: tosca.capabilities.Node
6501         occurrences:
6502         - 1
6503         - UNBOUNDED
6504   org.openecomp.resource.abstract.nodes.heat.pd_server_2:
6505     derived_from: org.openecomp.resource.abstract.nodes.VFC
6506     properties:
6507       p1:
6508         type: string
6509         description: UID of OAM network
6510         required: true
6511         status: SUPPORTED
6512       p2:
6513         type: string
6514         description: UID of OAM network
6515         required: true
6516         status: SUPPORTED
6517       port_pd_server_port_1_order:
6518         type: integer
6519         required: true
6520         status: SUPPORTED
6521       pd_server_names:
6522         type: list
6523         description: PD server names
6524         required: true
6525         status: SUPPORTED
6526         entry_schema: *id001
6527       port_pd_server_port_1_mac_requirements:
6528         type: org.openecomp.datatypes.network.MacRequirements
6529         required: true
6530         status: SUPPORTED
6531       port_pd_server_port_2_network_role:
6532         type: string
6533         required: true
6534         status: SUPPORTED
6535       port_pd_server_port_1_network_role:
6536         type: string
6537         required: true
6538         status: SUPPORTED
6539       pd_server_flavor:
6540         type: string
6541         description: Flavor for PD server
6542         required: true
6543         status: SUPPORTED
6544       port_pd_server_port_2_ip_requirements:
6545         type: list
6546         required: true
6547         status: SUPPORTED
6548         entry_schema:
6549           type: org.openecomp.datatypes.network.IpRequirements
6550       port_pd_server_port_2_mac_requirements:
6551         type: org.openecomp.datatypes.network.MacRequirements
6552         required: true
6553         status: SUPPORTED
6554       availability_zone_0:
6555         type: string
6556         description: availabilityzone name
6557         required: true
6558         status: SUPPORTED
6559       net:
6560         type: string
6561         required: true
6562         status: SUPPORTED
6563       port_pd_server_port_2_vlan_requirements:
6564         type: list
6565         required: true
6566         status: SUPPORTED
6567         entry_schema:
6568           type: org.openecomp.datatypes.network.VlanRequirements
6569       port_pd_server_port_2_subnetpoolid:
6570         type: string
6571         required: true
6572         status: SUPPORTED
6573       pd_server_ips:
6574         type: string
6575         required: true
6576         status: SUPPORTED
6577       port_pd_server_port_1_subnetpoolid:
6578         type: string
6579         required: true
6580         status: SUPPORTED
6581       port_pd_server_port_1_network_role_tag:
6582         type: string
6583         required: true
6584         status: SUPPORTED
6585       security_group_name:
6586         type: list
6587         description: CMAUI1, CMAUI2 server names
6588         required: true
6589         status: SUPPORTED
6590         entry_schema: *id002
6591       ps_server_flavor:
6592         type: string
6593         description: Flavor for PS server
6594         required: true
6595         status: SUPPORTED
6596       port_pd_server_port_1_vlan_requirements:
6597         type: list
6598         required: true
6599         status: SUPPORTED
6600         entry_schema:
6601           type: org.openecomp.datatypes.network.VlanRequirements
6602       port_pd_server_port_2_order:
6603         type: integer
6604         required: true
6605         status: SUPPORTED
6606       port_pd_server_port_2_network_role_tag:
6607         type: string
6608         required: true
6609         status: SUPPORTED
6610       pd_server_image:
6611         type: string
6612         description: Flavor for PD server
6613         required: true
6614         status: SUPPORTED
6615       port_pd_server_port_1_ip_requirements:
6616         type: list
6617         required: true
6618         status: SUPPORTED
6619         entry_schema:
6620           type: org.openecomp.datatypes.network.IpRequirements
6621       port_pd_server_port_2_exCP_naming:
6622         type: org.openecomp.datatypes.Naming
6623         required: true
6624         status: SUPPORTED
6625       port_pd_server_port_1_exCP_naming:
6626         type: org.openecomp.datatypes.Naming
6627         required: true
6628         status: SUPPORTED
6629     attributes:
6630       pattern4_attr_1:
6631         type: string
6632         description: pattern4_attr_1_value
6633         status: SUPPORTED
6634     requirements:
6635     - dependency_pd_server_port_1:
6636         capability: tosca.capabilities.Node
6637         node: tosca.nodes.Root
6638         relationship: tosca.relationships.DependsOn
6639         occurrences:
6640         - 0
6641         - UNBOUNDED
6642     - link_pd_server_port_1:
6643         capability: tosca.capabilities.network.Linkable
6644         relationship: tosca.relationships.network.LinksTo
6645         occurrences:
6646         - 1
6647         - 1
6648     - dependency_pd_server_port_2:
6649         capability: tosca.capabilities.Node
6650         node: tosca.nodes.Root
6651         relationship: tosca.relationships.DependsOn
6652         occurrences:
6653         - 0
6654         - UNBOUNDED
6655     - link_pd_server_port_2:
6656         capability: tosca.capabilities.network.Linkable
6657         relationship: tosca.relationships.network.LinksTo
6658         occurrences:
6659         - 1
6660         - 1
6661     - dependency_server_pd:
6662         capability: tosca.capabilities.Node
6663         node: tosca.nodes.Root
6664         relationship: tosca.relationships.DependsOn
6665         occurrences:
6666         - 0
6667         - UNBOUNDED
6668     - local_storage_server_pd:
6669         capability: tosca.capabilities.Attachment
6670         node: tosca.nodes.BlockStorage
6671         relationship: tosca.relationships.AttachesTo
6672         occurrences:
6673         - 0
6674         - UNBOUNDED
6675     capabilities:
6676       disk.iops_server_pd:
6677         type: org.openecomp.capabilities.metric.Ceilometer
6678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6679         occurrences:
6680         - 1
6681         - UNBOUNDED
6682       disk.device.read.bytes.rate_server_pd:
6683         type: org.openecomp.capabilities.metric.Ceilometer
6684         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6685         occurrences:
6686         - 1
6687         - UNBOUNDED
6688       memory.resident_server_pd:
6689         type: org.openecomp.capabilities.metric.Ceilometer
6690         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6691         occurrences:
6692         - 1
6693         - UNBOUNDED
6694       cpu_util_server_pd:
6695         type: org.openecomp.capabilities.metric.Ceilometer
6696         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6697         occurrences:
6698         - 1
6699         - UNBOUNDED
6700       network.incoming.bytes_pd_server_port_1:
6701         type: org.openecomp.capabilities.metric.Ceilometer
6702         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6703         occurrences:
6704         - 1
6705         - UNBOUNDED
6706       network.incoming.bytes_pd_server_port_2:
6707         type: org.openecomp.capabilities.metric.Ceilometer
6708         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6709         occurrences:
6710         - 1
6711         - UNBOUNDED
6712       disk.device.read.requests_server_pd:
6713         type: org.openecomp.capabilities.metric.Ceilometer
6714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6715         occurrences:
6716         - 1
6717         - UNBOUNDED
6718       network.incoming.bytes.rate_pd_server_port_1:
6719         type: org.openecomp.capabilities.metric.Ceilometer
6720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6721         occurrences:
6722         - 1
6723         - UNBOUNDED
6724       network.incoming.bytes.rate_pd_server_port_2:
6725         type: org.openecomp.capabilities.metric.Ceilometer
6726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6727         occurrences:
6728         - 1
6729         - UNBOUNDED
6730       disk.device.allocation_server_pd:
6731         type: org.openecomp.capabilities.metric.Ceilometer
6732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6733         occurrences:
6734         - 1
6735         - UNBOUNDED
6736       disk.usage_server_pd:
6737         type: org.openecomp.capabilities.metric.Ceilometer
6738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6739         occurrences:
6740         - 1
6741         - UNBOUNDED
6742       disk.capacity_server_pd:
6743         type: org.openecomp.capabilities.metric.Ceilometer
6744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6745         occurrences:
6746         - 1
6747         - UNBOUNDED
6748       endpoint_server_pd:
6749         type: tosca.capabilities.Endpoint.Admin
6750         occurrences:
6751         - 1
6752         - UNBOUNDED
6753       disk.device.capacity_server_pd:
6754         type: org.openecomp.capabilities.metric.Ceilometer
6755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6756         occurrences:
6757         - 1
6758         - UNBOUNDED
6759       attachment_pd_server_port_2:
6760         type: tosca.capabilities.Attachment
6761         occurrences:
6762         - 1
6763         - UNBOUNDED
6764       network.incoming.packets_pd_server_port_2:
6765         type: org.openecomp.capabilities.metric.Ceilometer
6766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6767         occurrences:
6768         - 1
6769         - UNBOUNDED
6770       attachment_pd_server_port_1:
6771         type: tosca.capabilities.Attachment
6772         occurrences:
6773         - 1
6774         - UNBOUNDED
6775       network.incoming.packets_pd_server_port_1:
6776         type: org.openecomp.capabilities.metric.Ceilometer
6777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6778         occurrences:
6779         - 1
6780         - UNBOUNDED
6781       memory.usage_server_pd:
6782         type: org.openecomp.capabilities.metric.Ceilometer
6783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6784         occurrences:
6785         - 1
6786         - UNBOUNDED
6787       disk.allocation_server_pd:
6788         type: org.openecomp.capabilities.metric.Ceilometer
6789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6790         occurrences:
6791         - 1
6792         - UNBOUNDED
6793       disk.read.bytes.rate_server_pd:
6794         type: org.openecomp.capabilities.metric.Ceilometer
6795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6796         occurrences:
6797         - 1
6798         - UNBOUNDED
6799       memory_server_pd:
6800         type: org.openecomp.capabilities.metric.Ceilometer
6801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6802         occurrences:
6803         - 1
6804         - UNBOUNDED
6805       disk.device.write.requests_server_pd:
6806         type: org.openecomp.capabilities.metric.Ceilometer
6807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6808         occurrences:
6809         - 1
6810         - UNBOUNDED
6811       disk.device.usage_server_pd:
6812         type: org.openecomp.capabilities.metric.Ceilometer
6813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6814         occurrences:
6815         - 1
6816         - UNBOUNDED
6817       feature_pd_server_port_1:
6818         type: tosca.capabilities.Node
6819         occurrences:
6820         - 1
6821         - UNBOUNDED
6822       feature_pd_server_port_2:
6823         type: tosca.capabilities.Node
6824         occurrences:
6825         - 1
6826         - UNBOUNDED
6827       disk.read.bytes_server_pd:
6828         type: org.openecomp.capabilities.metric.Ceilometer
6829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6830         occurrences:
6831         - 1
6832         - UNBOUNDED
6833       disk.device.read.bytes_server_pd:
6834         type: org.openecomp.capabilities.metric.Ceilometer
6835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6836         occurrences:
6837         - 1
6838         - UNBOUNDED
6839       network.incoming.packets.rate_pd_server_port_2:
6840         type: org.openecomp.capabilities.metric.Ceilometer
6841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6842         occurrences:
6843         - 1
6844         - UNBOUNDED
6845       network.incoming.packets.rate_pd_server_port_1:
6846         type: org.openecomp.capabilities.metric.Ceilometer
6847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6848         occurrences:
6849         - 1
6850         - UNBOUNDED
6851       instance_server_pd:
6852         type: org.openecomp.capabilities.metric.Ceilometer
6853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6854         occurrences:
6855         - 1
6856         - UNBOUNDED
6857       binding_pd_server_port_2:
6858         type: tosca.capabilities.network.Bindable
6859         valid_source_types:
6860         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6861         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6862         occurrences:
6863         - 0
6864         - UNBOUNDED
6865       binding_pd_server_port_1:
6866         type: tosca.capabilities.network.Bindable
6867         valid_source_types:
6868         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
6869         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
6870         occurrences:
6871         - 0
6872         - UNBOUNDED
6873       cpu.delta_server_pd:
6874         type: org.openecomp.capabilities.metric.Ceilometer
6875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6876         occurrences:
6877         - 1
6878         - UNBOUNDED
6879       host_server_pd:
6880         type: tosca.capabilities.Container
6881         valid_source_types:
6882         - tosca.nodes.SoftwareComponent
6883         occurrences:
6884         - 1
6885         - UNBOUNDED
6886       network.outpoing.packets_pd_server_port_1:
6887         type: org.openecomp.capabilities.metric.Ceilometer
6888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6889         occurrences:
6890         - 1
6891         - UNBOUNDED
6892       vcpus_server_pd:
6893         type: org.openecomp.capabilities.metric.Ceilometer
6894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6895         occurrences:
6896         - 1
6897         - UNBOUNDED
6898       disk.ephemeral.size_server_pd:
6899         type: org.openecomp.capabilities.metric.Ceilometer
6900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6901         occurrences:
6902         - 1
6903         - UNBOUNDED
6904       network.outpoing.packets_pd_server_port_2:
6905         type: org.openecomp.capabilities.metric.Ceilometer
6906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6907         occurrences:
6908         - 1
6909         - UNBOUNDED
6910       network.outgoing.packets.rate_pd_server_port_2:
6911         type: org.openecomp.capabilities.metric.Ceilometer
6912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6913         occurrences:
6914         - 1
6915         - UNBOUNDED
6916       disk.latency_server_pd:
6917         type: org.openecomp.capabilities.metric.Ceilometer
6918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6919         occurrences:
6920         - 1
6921         - UNBOUNDED
6922       network.outgoing.packets.rate_pd_server_port_1:
6923         type: org.openecomp.capabilities.metric.Ceilometer
6924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6925         occurrences:
6926         - 1
6927         - UNBOUNDED
6928       disk.device.write.bytes.rate_server_pd:
6929         type: org.openecomp.capabilities.metric.Ceilometer
6930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6931         occurrences:
6932         - 1
6933         - UNBOUNDED
6934       disk.write.requests.rate_server_pd:
6935         type: org.openecomp.capabilities.metric.Ceilometer
6936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6937         occurrences:
6938         - 1
6939         - UNBOUNDED
6940       disk.write.requests_server_pd:
6941         type: org.openecomp.capabilities.metric.Ceilometer
6942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6943         occurrences:
6944         - 1
6945         - UNBOUNDED
6946       network.outgoing.bytes_pd_server_port_2:
6947         type: org.openecomp.capabilities.metric.Ceilometer
6948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6949         occurrences:
6950         - 1
6951         - UNBOUNDED
6952       disk.device.iops_server_pd:
6953         type: org.openecomp.capabilities.metric.Ceilometer
6954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6955         occurrences:
6956         - 1
6957         - UNBOUNDED
6958       network.outgoing.bytes_pd_server_port_1:
6959         type: org.openecomp.capabilities.metric.Ceilometer
6960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6961         occurrences:
6962         - 1
6963         - UNBOUNDED
6964       disk.read.requests_server_pd:
6965         type: org.openecomp.capabilities.metric.Ceilometer
6966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6967         occurrences:
6968         - 1
6969         - UNBOUNDED
6970       os_server_pd:
6971         type: tosca.capabilities.OperatingSystem
6972         occurrences:
6973         - 1
6974         - UNBOUNDED
6975       disk.device.latency_server_pd:
6976         type: org.openecomp.capabilities.metric.Ceilometer
6977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6978         occurrences:
6979         - 1
6980         - UNBOUNDED
6981       binding_server_pd:
6982         type: tosca.capabilities.network.Bindable
6983         occurrences:
6984         - 1
6985         - UNBOUNDED
6986       scalable_server_pd:
6987         type: tosca.capabilities.Scalable
6988         occurrences:
6989         - 1
6990         - UNBOUNDED
6991       network.outgoing.bytes.rate_pd_server_port_2:
6992         type: org.openecomp.capabilities.metric.Ceilometer
6993         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
6994         occurrences:
6995         - 1
6996         - UNBOUNDED
6997       forwarder_pd_server_port_1:
6998         type: org.openecomp.capabilities.Forwarder
6999         occurrences:
7000         - 1
7001         - UNBOUNDED
7002       network.outgoing.bytes.rate_pd_server_port_1:
7003         type: org.openecomp.capabilities.metric.Ceilometer
7004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7005         occurrences:
7006         - 1
7007         - UNBOUNDED
7008       disk.write.bytes_server_pd:
7009         type: org.openecomp.capabilities.metric.Ceilometer
7010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7011         occurrences:
7012         - 1
7013         - UNBOUNDED
7014       disk.write.bytes.rate_server_pd:
7015         type: org.openecomp.capabilities.metric.Ceilometer
7016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7017         occurrences:
7018         - 1
7019         - UNBOUNDED
7020       forwarder_pd_server_port_2:
7021         type: org.openecomp.capabilities.Forwarder
7022         occurrences:
7023         - 1
7024         - UNBOUNDED
7025       feature_server_pd:
7026         type: tosca.capabilities.Node
7027         occurrences:
7028         - 1
7029         - UNBOUNDED
7030       disk.root.size_server_pd:
7031         type: org.openecomp.capabilities.metric.Ceilometer
7032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7033         occurrences:
7034         - 1
7035         - UNBOUNDED
7036       disk.device.read.requests.rate_server_pd:
7037         type: org.openecomp.capabilities.metric.Ceilometer
7038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7039         occurrences:
7040         - 1
7041         - UNBOUNDED
7042       disk.device.write.requests.rate_server_pd:
7043         type: org.openecomp.capabilities.metric.Ceilometer
7044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7045         occurrences:
7046         - 1
7047         - UNBOUNDED
7048       disk.device.write.bytes_server_pd:
7049         type: org.openecomp.capabilities.metric.Ceilometer
7050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7051         occurrences:
7052         - 1
7053         - UNBOUNDED
7054       cpu_server_pd:
7055         type: org.openecomp.capabilities.metric.Ceilometer
7056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7057         occurrences:
7058         - 1
7059         - UNBOUNDED
7060   org.openecomp.resource.abstract.nodes.heat.pd_server_1:
7061     derived_from: org.openecomp.resource.abstract.nodes.VFC
7062     properties:
7063       p1:
7064         type: string
7065         description: UID of OAM network
7066         required: true
7067         status: SUPPORTED
7068       p2:
7069         type: string
7070         description: UID of OAM network
7071         required: true
7072         status: SUPPORTED
7073       port_pd_server_port_1_order:
7074         type: integer
7075         required: true
7076         status: SUPPORTED
7077       pd_server_names:
7078         type: list
7079         description: PD server names
7080         required: true
7081         status: SUPPORTED
7082         entry_schema: *id001
7083       port_pd_server_port_1_mac_requirements:
7084         type: org.openecomp.datatypes.network.MacRequirements
7085         required: true
7086         status: SUPPORTED
7087       port_pd_server_port_2_network_role:
7088         type: string
7089         required: true
7090         status: SUPPORTED
7091       port_pd_server_port_1_network_role:
7092         type: string
7093         required: true
7094         status: SUPPORTED
7095       pd_server_flavor:
7096         type: string
7097         description: Flavor for PD server
7098         required: true
7099         status: SUPPORTED
7100       port_pd_server_port_2_ip_requirements:
7101         type: list
7102         required: true
7103         status: SUPPORTED
7104         entry_schema:
7105           type: org.openecomp.datatypes.network.IpRequirements
7106       port_pd_server_port_2_mac_requirements:
7107         type: org.openecomp.datatypes.network.MacRequirements
7108         required: true
7109         status: SUPPORTED
7110       availability_zone_0:
7111         type: string
7112         description: availabilityzone name
7113         required: true
7114         status: SUPPORTED
7115       net:
7116         type: string
7117         required: true
7118         status: SUPPORTED
7119       port_pd_server_port_2_vlan_requirements:
7120         type: list
7121         required: true
7122         status: SUPPORTED
7123         entry_schema:
7124           type: org.openecomp.datatypes.network.VlanRequirements
7125       port_pd_server_port_2_subnetpoolid:
7126         type: string
7127         required: true
7128         status: SUPPORTED
7129       pd_server_ips:
7130         type: string
7131         required: true
7132         status: SUPPORTED
7133       port_pd_server_port_1_subnetpoolid:
7134         type: string
7135         required: true
7136         status: SUPPORTED
7137       port_pd_server_port_1_network_role_tag:
7138         type: string
7139         required: true
7140         status: SUPPORTED
7141       security_group_name:
7142         type: list
7143         description: CMAUI1, CMAUI2 server names
7144         required: true
7145         status: SUPPORTED
7146         entry_schema: *id002
7147       ps_server_flavor:
7148         type: string
7149         description: Flavor for PS server
7150         required: true
7151         status: SUPPORTED
7152       port_pd_server_port_1_vlan_requirements:
7153         type: list
7154         required: true
7155         status: SUPPORTED
7156         entry_schema:
7157           type: org.openecomp.datatypes.network.VlanRequirements
7158       port_pd_server_port_2_order:
7159         type: integer
7160         required: true
7161         status: SUPPORTED
7162       port_pd_server_port_2_network_role_tag:
7163         type: string
7164         required: true
7165         status: SUPPORTED
7166       pd_server_image:
7167         type: string
7168         description: Flavor for PD server
7169         required: true
7170         status: SUPPORTED
7171       port_pd_server_port_1_ip_requirements:
7172         type: list
7173         required: true
7174         status: SUPPORTED
7175         entry_schema:
7176           type: org.openecomp.datatypes.network.IpRequirements
7177       port_pd_server_port_2_exCP_naming:
7178         type: org.openecomp.datatypes.Naming
7179         required: true
7180         status: SUPPORTED
7181       port_pd_server_port_1_exCP_naming:
7182         type: org.openecomp.datatypes.Naming
7183         required: true
7184         status: SUPPORTED
7185     attributes:
7186       pattern4_attr_1:
7187         type: string
7188         description: pattern4_attr_1_value
7189         status: SUPPORTED
7190     requirements:
7191     - dependency_pd_server_port_1:
7192         capability: tosca.capabilities.Node
7193         node: tosca.nodes.Root
7194         relationship: tosca.relationships.DependsOn
7195         occurrences:
7196         - 0
7197         - UNBOUNDED
7198     - link_pd_server_port_1:
7199         capability: tosca.capabilities.network.Linkable
7200         relationship: tosca.relationships.network.LinksTo
7201         occurrences:
7202         - 1
7203         - 1
7204     - dependency_pd_server_port_2:
7205         capability: tosca.capabilities.Node
7206         node: tosca.nodes.Root
7207         relationship: tosca.relationships.DependsOn
7208         occurrences:
7209         - 0
7210         - UNBOUNDED
7211     - link_pd_server_port_2:
7212         capability: tosca.capabilities.network.Linkable
7213         relationship: tosca.relationships.network.LinksTo
7214         occurrences:
7215         - 1
7216         - 1
7217     - dependency_server_pd:
7218         capability: tosca.capabilities.Node
7219         node: tosca.nodes.Root
7220         relationship: tosca.relationships.DependsOn
7221         occurrences:
7222         - 0
7223         - UNBOUNDED
7224     - local_storage_server_pd:
7225         capability: tosca.capabilities.Attachment
7226         node: tosca.nodes.BlockStorage
7227         relationship: tosca.relationships.AttachesTo
7228         occurrences:
7229         - 0
7230         - UNBOUNDED
7231     capabilities:
7232       disk.iops_server_pd:
7233         type: org.openecomp.capabilities.metric.Ceilometer
7234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7235         occurrences:
7236         - 1
7237         - UNBOUNDED
7238       disk.device.read.bytes.rate_server_pd:
7239         type: org.openecomp.capabilities.metric.Ceilometer
7240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7241         occurrences:
7242         - 1
7243         - UNBOUNDED
7244       memory.resident_server_pd:
7245         type: org.openecomp.capabilities.metric.Ceilometer
7246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7247         occurrences:
7248         - 1
7249         - UNBOUNDED
7250       cpu_util_server_pd:
7251         type: org.openecomp.capabilities.metric.Ceilometer
7252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7253         occurrences:
7254         - 1
7255         - UNBOUNDED
7256       network.incoming.bytes_pd_server_port_1:
7257         type: org.openecomp.capabilities.metric.Ceilometer
7258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7259         occurrences:
7260         - 1
7261         - UNBOUNDED
7262       network.incoming.bytes_pd_server_port_2:
7263         type: org.openecomp.capabilities.metric.Ceilometer
7264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7265         occurrences:
7266         - 1
7267         - UNBOUNDED
7268       disk.device.read.requests_server_pd:
7269         type: org.openecomp.capabilities.metric.Ceilometer
7270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7271         occurrences:
7272         - 1
7273         - UNBOUNDED
7274       network.incoming.bytes.rate_pd_server_port_1:
7275         type: org.openecomp.capabilities.metric.Ceilometer
7276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7277         occurrences:
7278         - 1
7279         - UNBOUNDED
7280       network.incoming.bytes.rate_pd_server_port_2:
7281         type: org.openecomp.capabilities.metric.Ceilometer
7282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7283         occurrences:
7284         - 1
7285         - UNBOUNDED
7286       disk.device.allocation_server_pd:
7287         type: org.openecomp.capabilities.metric.Ceilometer
7288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7289         occurrences:
7290         - 1
7291         - UNBOUNDED
7292       disk.usage_server_pd:
7293         type: org.openecomp.capabilities.metric.Ceilometer
7294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7295         occurrences:
7296         - 1
7297         - UNBOUNDED
7298       disk.capacity_server_pd:
7299         type: org.openecomp.capabilities.metric.Ceilometer
7300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7301         occurrences:
7302         - 1
7303         - UNBOUNDED
7304       endpoint_server_pd:
7305         type: tosca.capabilities.Endpoint.Admin
7306         occurrences:
7307         - 1
7308         - UNBOUNDED
7309       disk.device.capacity_server_pd:
7310         type: org.openecomp.capabilities.metric.Ceilometer
7311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7312         occurrences:
7313         - 1
7314         - UNBOUNDED
7315       attachment_pd_server_port_2:
7316         type: tosca.capabilities.Attachment
7317         occurrences:
7318         - 1
7319         - UNBOUNDED
7320       network.incoming.packets_pd_server_port_2:
7321         type: org.openecomp.capabilities.metric.Ceilometer
7322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7323         occurrences:
7324         - 1
7325         - UNBOUNDED
7326       attachment_pd_server_port_1:
7327         type: tosca.capabilities.Attachment
7328         occurrences:
7329         - 1
7330         - UNBOUNDED
7331       network.incoming.packets_pd_server_port_1:
7332         type: org.openecomp.capabilities.metric.Ceilometer
7333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7334         occurrences:
7335         - 1
7336         - UNBOUNDED
7337       memory.usage_server_pd:
7338         type: org.openecomp.capabilities.metric.Ceilometer
7339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7340         occurrences:
7341         - 1
7342         - UNBOUNDED
7343       disk.allocation_server_pd:
7344         type: org.openecomp.capabilities.metric.Ceilometer
7345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7346         occurrences:
7347         - 1
7348         - UNBOUNDED
7349       disk.read.bytes.rate_server_pd:
7350         type: org.openecomp.capabilities.metric.Ceilometer
7351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7352         occurrences:
7353         - 1
7354         - UNBOUNDED
7355       memory_server_pd:
7356         type: org.openecomp.capabilities.metric.Ceilometer
7357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7358         occurrences:
7359         - 1
7360         - UNBOUNDED
7361       disk.device.write.requests_server_pd:
7362         type: org.openecomp.capabilities.metric.Ceilometer
7363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7364         occurrences:
7365         - 1
7366         - UNBOUNDED
7367       disk.device.usage_server_pd:
7368         type: org.openecomp.capabilities.metric.Ceilometer
7369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7370         occurrences:
7371         - 1
7372         - UNBOUNDED
7373       feature_pd_server_port_1:
7374         type: tosca.capabilities.Node
7375         occurrences:
7376         - 1
7377         - UNBOUNDED
7378       feature_pd_server_port_2:
7379         type: tosca.capabilities.Node
7380         occurrences:
7381         - 1
7382         - UNBOUNDED
7383       disk.read.bytes_server_pd:
7384         type: org.openecomp.capabilities.metric.Ceilometer
7385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7386         occurrences:
7387         - 1
7388         - UNBOUNDED
7389       disk.device.read.bytes_server_pd:
7390         type: org.openecomp.capabilities.metric.Ceilometer
7391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7392         occurrences:
7393         - 1
7394         - UNBOUNDED
7395       network.incoming.packets.rate_pd_server_port_2:
7396         type: org.openecomp.capabilities.metric.Ceilometer
7397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7398         occurrences:
7399         - 1
7400         - UNBOUNDED
7401       network.incoming.packets.rate_pd_server_port_1:
7402         type: org.openecomp.capabilities.metric.Ceilometer
7403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7404         occurrences:
7405         - 1
7406         - UNBOUNDED
7407       instance_server_pd:
7408         type: org.openecomp.capabilities.metric.Ceilometer
7409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7410         occurrences:
7411         - 1
7412         - UNBOUNDED
7413       binding_pd_server_port_2:
7414         type: tosca.capabilities.network.Bindable
7415         valid_source_types:
7416         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7417         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
7418         occurrences:
7419         - 0
7420         - UNBOUNDED
7421       binding_pd_server_port_1:
7422         type: tosca.capabilities.network.Bindable
7423         valid_source_types:
7424         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7425         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
7426         occurrences:
7427         - 0
7428         - UNBOUNDED
7429       cpu.delta_server_pd:
7430         type: org.openecomp.capabilities.metric.Ceilometer
7431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7432         occurrences:
7433         - 1
7434         - UNBOUNDED
7435       host_server_pd:
7436         type: tosca.capabilities.Container
7437         valid_source_types:
7438         - tosca.nodes.SoftwareComponent
7439         occurrences:
7440         - 1
7441         - UNBOUNDED
7442       network.outpoing.packets_pd_server_port_1:
7443         type: org.openecomp.capabilities.metric.Ceilometer
7444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7445         occurrences:
7446         - 1
7447         - UNBOUNDED
7448       vcpus_server_pd:
7449         type: org.openecomp.capabilities.metric.Ceilometer
7450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7451         occurrences:
7452         - 1
7453         - UNBOUNDED
7454       disk.ephemeral.size_server_pd:
7455         type: org.openecomp.capabilities.metric.Ceilometer
7456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7457         occurrences:
7458         - 1
7459         - UNBOUNDED
7460       network.outpoing.packets_pd_server_port_2:
7461         type: org.openecomp.capabilities.metric.Ceilometer
7462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7463         occurrences:
7464         - 1
7465         - UNBOUNDED
7466       network.outgoing.packets.rate_pd_server_port_2:
7467         type: org.openecomp.capabilities.metric.Ceilometer
7468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7469         occurrences:
7470         - 1
7471         - UNBOUNDED
7472       disk.latency_server_pd:
7473         type: org.openecomp.capabilities.metric.Ceilometer
7474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7475         occurrences:
7476         - 1
7477         - UNBOUNDED
7478       network.outgoing.packets.rate_pd_server_port_1:
7479         type: org.openecomp.capabilities.metric.Ceilometer
7480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7481         occurrences:
7482         - 1
7483         - UNBOUNDED
7484       disk.device.write.bytes.rate_server_pd:
7485         type: org.openecomp.capabilities.metric.Ceilometer
7486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7487         occurrences:
7488         - 1
7489         - UNBOUNDED
7490       disk.write.requests.rate_server_pd:
7491         type: org.openecomp.capabilities.metric.Ceilometer
7492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7493         occurrences:
7494         - 1
7495         - UNBOUNDED
7496       disk.write.requests_server_pd:
7497         type: org.openecomp.capabilities.metric.Ceilometer
7498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7499         occurrences:
7500         - 1
7501         - UNBOUNDED
7502       network.outgoing.bytes_pd_server_port_2:
7503         type: org.openecomp.capabilities.metric.Ceilometer
7504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7505         occurrences:
7506         - 1
7507         - UNBOUNDED
7508       disk.device.iops_server_pd:
7509         type: org.openecomp.capabilities.metric.Ceilometer
7510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7511         occurrences:
7512         - 1
7513         - UNBOUNDED
7514       network.outgoing.bytes_pd_server_port_1:
7515         type: org.openecomp.capabilities.metric.Ceilometer
7516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7517         occurrences:
7518         - 1
7519         - UNBOUNDED
7520       disk.read.requests_server_pd:
7521         type: org.openecomp.capabilities.metric.Ceilometer
7522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7523         occurrences:
7524         - 1
7525         - UNBOUNDED
7526       os_server_pd:
7527         type: tosca.capabilities.OperatingSystem
7528         occurrences:
7529         - 1
7530         - UNBOUNDED
7531       disk.device.latency_server_pd:
7532         type: org.openecomp.capabilities.metric.Ceilometer
7533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7534         occurrences:
7535         - 1
7536         - UNBOUNDED
7537       binding_server_pd:
7538         type: tosca.capabilities.network.Bindable
7539         occurrences:
7540         - 1
7541         - UNBOUNDED
7542       scalable_server_pd:
7543         type: tosca.capabilities.Scalable
7544         occurrences:
7545         - 1
7546         - UNBOUNDED
7547       network.outgoing.bytes.rate_pd_server_port_2:
7548         type: org.openecomp.capabilities.metric.Ceilometer
7549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7550         occurrences:
7551         - 1
7552         - UNBOUNDED
7553       forwarder_pd_server_port_1:
7554         type: org.openecomp.capabilities.Forwarder
7555         occurrences:
7556         - 1
7557         - UNBOUNDED
7558       network.outgoing.bytes.rate_pd_server_port_1:
7559         type: org.openecomp.capabilities.metric.Ceilometer
7560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7561         occurrences:
7562         - 1
7563         - UNBOUNDED
7564       disk.write.bytes_server_pd:
7565         type: org.openecomp.capabilities.metric.Ceilometer
7566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7567         occurrences:
7568         - 1
7569         - UNBOUNDED
7570       disk.write.bytes.rate_server_pd:
7571         type: org.openecomp.capabilities.metric.Ceilometer
7572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7573         occurrences:
7574         - 1
7575         - UNBOUNDED
7576       forwarder_pd_server_port_2:
7577         type: org.openecomp.capabilities.Forwarder
7578         occurrences:
7579         - 1
7580         - UNBOUNDED
7581       feature_server_pd:
7582         type: tosca.capabilities.Node
7583         occurrences:
7584         - 1
7585         - UNBOUNDED
7586       disk.root.size_server_pd:
7587         type: org.openecomp.capabilities.metric.Ceilometer
7588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7589         occurrences:
7590         - 1
7591         - UNBOUNDED
7592       disk.device.read.requests.rate_server_pd:
7593         type: org.openecomp.capabilities.metric.Ceilometer
7594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7595         occurrences:
7596         - 1
7597         - UNBOUNDED
7598       disk.device.write.requests.rate_server_pd:
7599         type: org.openecomp.capabilities.metric.Ceilometer
7600         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7601         occurrences:
7602         - 1
7603         - UNBOUNDED
7604       disk.device.write.bytes_server_pd:
7605         type: org.openecomp.capabilities.metric.Ceilometer
7606         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7607         occurrences:
7608         - 1
7609         - UNBOUNDED
7610       cpu_server_pd:
7611         type: org.openecomp.capabilities.metric.Ceilometer
7612         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7613         occurrences:
7614         - 1
7615         - UNBOUNDED
7616   org.openecomp.resource.abstract.nodes.cmaui_1c1:
7617     derived_from: org.openecomp.resource.abstract.nodes.VFC
7618     properties:
7619       port_cmaui_port_vlan_requirements:
7620         type: list
7621         required: true
7622         status: SUPPORTED
7623         entry_schema:
7624           type: org.openecomp.datatypes.network.VlanRequirements
7625       port_cmaui_port_fixed_ips:
7626         type: list
7627         required: true
7628         status: SUPPORTED
7629         entry_schema:
7630           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
7631       port_cmaui_port_exCP_naming:
7632         type: org.openecomp.datatypes.Naming
7633         required: true
7634         status: SUPPORTED
7635       port_cmaui_port_network:
7636         type: list
7637         required: true
7638         status: SUPPORTED
7639         entry_schema:
7640           type: string
7641       index_value:
7642         type: integer
7643         description: Index value of this substitution service template runtime instance
7644         required: false
7645         default: 0
7646         status: SUPPORTED
7647         constraints:
7648         - greater_or_equal: 0
7649       compute_cmaui_1c1_availability_zone:
7650         type: list
7651         required: true
7652         status: SUPPORTED
7653         entry_schema:
7654           type: string
7655       port_cmaui_port_network_role_tag:
7656         type: string
7657         required: true
7658         status: SUPPORTED
7659       port_cmaui_port_order:
7660         type: integer
7661         required: true
7662         status: SUPPORTED
7663       vm_flavor_name:
7664         type: string
7665         required: true
7666         status: SUPPORTED
7667       port_cmaui_port_mac_requirements:
7668         type: org.openecomp.datatypes.network.MacRequirements
7669         required: true
7670         status: SUPPORTED
7671       port_cmaui_port_replacement_policy:
7672         type: list
7673         required: true
7674         status: SUPPORTED
7675         entry_schema:
7676           type: string
7677       port_cmaui_port_network_role:
7678         type: string
7679         required: true
7680         status: SUPPORTED
7681       vm_image_name:
7682         type: string
7683         required: true
7684         status: SUPPORTED
7685       port_cmaui_port_ip_requirements:
7686         type: list
7687         required: true
7688         status: SUPPORTED
7689         entry_schema:
7690           type: org.openecomp.datatypes.network.IpRequirements
7691       compute_cmaui_1c1_name:
7692         type: list
7693         required: true
7694         status: SUPPORTED
7695         entry_schema:
7696           type: string
7697       port_cmaui_port_subnetpoolid:
7698         type: string
7699         required: true
7700         status: SUPPORTED
7701     attributes:
7702       cmaui_1c1_accessIPv4:
7703         type: string
7704         status: SUPPORTED
7705     requirements:
7706     - dependency_cmaui_1c1_cmaui_port:
7707         capability: tosca.capabilities.Node
7708         node: tosca.nodes.Root
7709         relationship: tosca.relationships.DependsOn
7710         occurrences:
7711         - 0
7712         - UNBOUNDED
7713     - link_cmaui_1c1_cmaui_port:
7714         capability: tosca.capabilities.network.Linkable
7715         relationship: tosca.relationships.network.LinksTo
7716         occurrences:
7717         - 1
7718         - 1
7719     - dependency_cmaui_1c1:
7720         capability: tosca.capabilities.Node
7721         node: tosca.nodes.Root
7722         relationship: tosca.relationships.DependsOn
7723         occurrences:
7724         - 0
7725         - UNBOUNDED
7726     - local_storage_cmaui_1c1:
7727         capability: tosca.capabilities.Attachment
7728         node: tosca.nodes.BlockStorage
7729         relationship: tosca.relationships.AttachesTo
7730         occurrences:
7731         - 0
7732         - UNBOUNDED
7733     capabilities:
7734       binding_cmaui_1c1_cmaui_port:
7735         type: tosca.capabilities.network.Bindable
7736         valid_source_types:
7737         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
7738         - org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface
7739         occurrences:
7740         - 0
7741         - UNBOUNDED
7742       disk.iops_cmaui_1c1:
7743         type: org.openecomp.capabilities.metric.Ceilometer
7744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7745         occurrences:
7746         - 1
7747         - UNBOUNDED
7748       disk.write.bytes_cmaui_1c1:
7749         type: org.openecomp.capabilities.metric.Ceilometer
7750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7751         occurrences:
7752         - 1
7753         - UNBOUNDED
7754       disk.device.capacity_cmaui_1c1:
7755         type: org.openecomp.capabilities.metric.Ceilometer
7756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7757         occurrences:
7758         - 1
7759         - UNBOUNDED
7760       endpoint_cmaui_1c1:
7761         type: tosca.capabilities.Endpoint.Admin
7762         occurrences:
7763         - 1
7764         - UNBOUNDED
7765       network.incoming.bytes.rate_cmaui_1c1_cmaui_port:
7766         type: org.openecomp.capabilities.metric.Ceilometer
7767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7768         occurrences:
7769         - 1
7770         - UNBOUNDED
7771       network.incoming.packets_cmaui_1c1_cmaui_port:
7772         type: org.openecomp.capabilities.metric.Ceilometer
7773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7774         occurrences:
7775         - 1
7776         - UNBOUNDED
7777       network.outgoing.bytes_cmaui_1c1_cmaui_port:
7778         type: org.openecomp.capabilities.metric.Ceilometer
7779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7780         occurrences:
7781         - 1
7782         - UNBOUNDED
7783       network.outgoing.bytes.rate_cmaui_1c1_cmaui_port:
7784         type: org.openecomp.capabilities.metric.Ceilometer
7785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7786         occurrences:
7787         - 1
7788         - UNBOUNDED
7789       network.outpoing.packets_cmaui_1c1_cmaui_port:
7790         type: org.openecomp.capabilities.metric.Ceilometer
7791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7792         occurrences:
7793         - 1
7794         - UNBOUNDED
7795       memory_cmaui_1c1:
7796         type: org.openecomp.capabilities.metric.Ceilometer
7797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7798         occurrences:
7799         - 1
7800         - UNBOUNDED
7801       disk.latency_cmaui_1c1:
7802         type: org.openecomp.capabilities.metric.Ceilometer
7803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7804         occurrences:
7805         - 1
7806         - UNBOUNDED
7807       disk.read.bytes.rate_cmaui_1c1:
7808         type: org.openecomp.capabilities.metric.Ceilometer
7809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7810         occurrences:
7811         - 1
7812         - UNBOUNDED
7813       disk.write.requests.rate_cmaui_1c1:
7814         type: org.openecomp.capabilities.metric.Ceilometer
7815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7816         occurrences:
7817         - 1
7818         - UNBOUNDED
7819       disk.device.iops_cmaui_1c1:
7820         type: org.openecomp.capabilities.metric.Ceilometer
7821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7822         occurrences:
7823         - 1
7824         - UNBOUNDED
7825       disk.write.requests_cmaui_1c1:
7826         type: org.openecomp.capabilities.metric.Ceilometer
7827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7828         occurrences:
7829         - 1
7830         - UNBOUNDED
7831       disk.device.read.bytes_cmaui_1c1:
7832         type: org.openecomp.capabilities.metric.Ceilometer
7833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7834         occurrences:
7835         - 1
7836         - UNBOUNDED
7837       cpu_util_cmaui_1c1:
7838         type: org.openecomp.capabilities.metric.Ceilometer
7839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7840         occurrences:
7841         - 1
7842         - UNBOUNDED
7843       network.outgoing.packets.rate_cmaui_1c1_cmaui_port:
7844         type: org.openecomp.capabilities.metric.Ceilometer
7845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7846         occurrences:
7847         - 1
7848         - UNBOUNDED
7849       disk.device.read.bytes.rate_cmaui_1c1:
7850         type: org.openecomp.capabilities.metric.Ceilometer
7851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7852         occurrences:
7853         - 1
7854         - UNBOUNDED
7855       disk.ephemeral.size_cmaui_1c1:
7856         type: org.openecomp.capabilities.metric.Ceilometer
7857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7858         occurrences:
7859         - 1
7860         - UNBOUNDED
7861       instance_cmaui_1c1:
7862         type: org.openecomp.capabilities.metric.Ceilometer
7863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7864         occurrences:
7865         - 1
7866         - UNBOUNDED
7867       disk.device.read.requests_cmaui_1c1:
7868         type: org.openecomp.capabilities.metric.Ceilometer
7869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7870         occurrences:
7871         - 1
7872         - UNBOUNDED
7873       disk.device.write.bytes.rate_cmaui_1c1:
7874         type: org.openecomp.capabilities.metric.Ceilometer
7875         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7876         occurrences:
7877         - 1
7878         - UNBOUNDED
7879       cpu_cmaui_1c1:
7880         type: org.openecomp.capabilities.metric.Ceilometer
7881         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7882         occurrences:
7883         - 1
7884         - UNBOUNDED
7885       disk.read.bytes_cmaui_1c1:
7886         type: org.openecomp.capabilities.metric.Ceilometer
7887         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7888         occurrences:
7889         - 1
7890         - UNBOUNDED
7891       disk.device.usage_cmaui_1c1:
7892         type: org.openecomp.capabilities.metric.Ceilometer
7893         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7894         occurrences:
7895         - 1
7896         - UNBOUNDED
7897       host_cmaui_1c1:
7898         type: tosca.capabilities.Container
7899         valid_source_types:
7900         - tosca.nodes.SoftwareComponent
7901         occurrences:
7902         - 1
7903         - UNBOUNDED
7904       disk.device.write.requests_cmaui_1c1:
7905         type: org.openecomp.capabilities.metric.Ceilometer
7906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7907         occurrences:
7908         - 1
7909         - UNBOUNDED
7910       disk.device.latency_cmaui_1c1:
7911         type: org.openecomp.capabilities.metric.Ceilometer
7912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7913         occurrences:
7914         - 1
7915         - UNBOUNDED
7916       network.incoming.bytes_cmaui_1c1_cmaui_port:
7917         type: org.openecomp.capabilities.metric.Ceilometer
7918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7919         occurrences:
7920         - 1
7921         - UNBOUNDED
7922       disk.write.bytes.rate_cmaui_1c1:
7923         type: org.openecomp.capabilities.metric.Ceilometer
7924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7925         occurrences:
7926         - 1
7927         - UNBOUNDED
7928       memory.usage_cmaui_1c1:
7929         type: org.openecomp.capabilities.metric.Ceilometer
7930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7931         occurrences:
7932         - 1
7933         - UNBOUNDED
7934       scalable_cmaui_1c1:
7935         type: tosca.capabilities.Scalable
7936         occurrences:
7937         - 1
7938         - UNBOUNDED
7939       disk.root.size_cmaui_1c1:
7940         type: org.openecomp.capabilities.metric.Ceilometer
7941         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7942         occurrences:
7943         - 1
7944         - UNBOUNDED
7945       disk.capacity_cmaui_1c1:
7946         type: org.openecomp.capabilities.metric.Ceilometer
7947         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7948         occurrences:
7949         - 1
7950         - UNBOUNDED
7951       os_cmaui_1c1:
7952         type: tosca.capabilities.OperatingSystem
7953         occurrences:
7954         - 1
7955         - UNBOUNDED
7956       disk.device.read.requests.rate_cmaui_1c1:
7957         type: org.openecomp.capabilities.metric.Ceilometer
7958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7959         occurrences:
7960         - 1
7961         - UNBOUNDED
7962       feature_cmaui_1c1:
7963         type: tosca.capabilities.Node
7964         occurrences:
7965         - 1
7966         - UNBOUNDED
7967       network.incoming.packets.rate_cmaui_1c1_cmaui_port:
7968         type: org.openecomp.capabilities.metric.Ceilometer
7969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7970         occurrences:
7971         - 1
7972         - UNBOUNDED
7973       disk.allocation_cmaui_1c1:
7974         type: org.openecomp.capabilities.metric.Ceilometer
7975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7976         occurrences:
7977         - 1
7978         - UNBOUNDED
7979       disk.device.allocation_cmaui_1c1:
7980         type: org.openecomp.capabilities.metric.Ceilometer
7981         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7982         occurrences:
7983         - 1
7984         - UNBOUNDED
7985       disk.device.write.requests.rate_cmaui_1c1:
7986         type: org.openecomp.capabilities.metric.Ceilometer
7987         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7988         occurrences:
7989         - 1
7990         - UNBOUNDED
7991       forwarder_cmaui_1c1_cmaui_port:
7992         type: org.openecomp.capabilities.Forwarder
7993         occurrences:
7994         - 1
7995         - UNBOUNDED
7996       disk.device.write.bytes_cmaui_1c1:
7997         type: org.openecomp.capabilities.metric.Ceilometer
7998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
7999         occurrences:
8000         - 1
8001         - UNBOUNDED
8002       memory.resident_cmaui_1c1:
8003         type: org.openecomp.capabilities.metric.Ceilometer
8004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8005         occurrences:
8006         - 1
8007         - UNBOUNDED
8008       attachment_cmaui_1c1_cmaui_port:
8009         type: tosca.capabilities.Attachment
8010         occurrences:
8011         - 1
8012         - UNBOUNDED
8013       disk.usage_cmaui_1c1:
8014         type: org.openecomp.capabilities.metric.Ceilometer
8015         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8016         occurrences:
8017         - 1
8018         - UNBOUNDED
8019       disk.read.requests_cmaui_1c1:
8020         type: org.openecomp.capabilities.metric.Ceilometer
8021         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8022         occurrences:
8023         - 1
8024         - UNBOUNDED
8025       binding_cmaui_1c1:
8026         type: tosca.capabilities.network.Bindable
8027         occurrences:
8028         - 1
8029         - UNBOUNDED
8030       vcpus_cmaui_1c1:
8031         type: org.openecomp.capabilities.metric.Ceilometer
8032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8033         occurrences:
8034         - 1
8035         - UNBOUNDED
8036       feature_cmaui_1c1_cmaui_port:
8037         type: tosca.capabilities.Node
8038         occurrences:
8039         - 1
8040         - UNBOUNDED
8041       cpu.delta_cmaui_1c1:
8042         type: org.openecomp.capabilities.metric.Ceilometer
8043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
8044         occurrences:
8045         - 1
8046         - UNBOUNDED