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