effa6970cd3b4533fdbc6b3d2b1915a054b8d665
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       port_pd_server_port_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       port_pd_server_port_subnetpoolid:
18         type: string
19         required: true
20         status: SUPPORTED
21       index_value:
22         type: integer
23         description: Index value of this substitution service template runtime instance
24         required: false
25         default: 0
26         status: SUPPORTED
27         constraints:
28         - greater_or_equal: 0
29       port_pd_server_port_security_groups:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: json
35       compute_pd_server_availability_zone:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       compute_pd_server_name:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       port_pd_server_port_network:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       vm_flavor_name:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd_server_port_network_role_tag:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pd_server_port_exCP_naming:
62         type: org.openecomp.datatypes.Naming
63         required: true
64         status: SUPPORTED
65       port_pd_server_port_network_role:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_pd_server_port_fixed_ips:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
75       vm_image_name:
76         type: string
77         required: true
78         status: SUPPORTED
79       port_pd_server_port_order:
80         type: integer
81         required: true
82         status: SUPPORTED
83       port_pd_server_port_vlan_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.VlanRequirements
89       port_pd_server_port_replacement_policy:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: string
95       port_pd_server_port_mac_requirements:
96         type: org.openecomp.datatypes.network.MacRequirements
97         required: true
98         status: SUPPORTED
99     requirements:
100     - dependency_pd_server:
101         capability: tosca.capabilities.Node
102         node: tosca.nodes.Root
103         relationship: tosca.relationships.DependsOn
104         occurrences:
105         - 0
106         - UNBOUNDED
107     - local_storage_pd_server:
108         capability: tosca.capabilities.Attachment
109         node: tosca.nodes.BlockStorage
110         relationship: tosca.relationships.AttachesTo
111         occurrences:
112         - 0
113         - UNBOUNDED
114     - dependency_pd_server_pd_server_port:
115         capability: tosca.capabilities.Node
116         node: tosca.nodes.Root
117         relationship: tosca.relationships.DependsOn
118         occurrences:
119         - 0
120         - UNBOUNDED
121     - link_pd_server_pd_server_port:
122         capability: tosca.capabilities.network.Linkable
123         relationship: tosca.relationships.network.LinksTo
124         occurrences:
125         - 1
126         - 1
127     capabilities:
128       scalable_pd_server:
129         type: tosca.capabilities.Scalable
130         occurrences:
131         - 1
132         - UNBOUNDED
133       disk.read.bytes.rate_pd_server:
134         type: org.openecomp.capabilities.metric.Ceilometer
135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
136         occurrences:
137         - 1
138         - UNBOUNDED
139       network.outgoing.packets.rate_pd_server_pd_server_port:
140         type: org.openecomp.capabilities.metric.Ceilometer
141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
142         occurrences:
143         - 1
144         - UNBOUNDED
145       network.incoming.bytes.rate_pd_server_pd_server_port:
146         type: org.openecomp.capabilities.metric.Ceilometer
147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
148         occurrences:
149         - 1
150         - UNBOUNDED
151       memory.usage_pd_server:
152         type: org.openecomp.capabilities.metric.Ceilometer
153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
154         occurrences:
155         - 1
156         - UNBOUNDED
157       network.outgoing.bytes.rate_pd_server_pd_server_port:
158         type: org.openecomp.capabilities.metric.Ceilometer
159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
160         occurrences:
161         - 1
162         - UNBOUNDED
163       memory_pd_server:
164         type: org.openecomp.capabilities.metric.Ceilometer
165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
166         occurrences:
167         - 1
168         - UNBOUNDED
169       disk.device.usage_pd_server:
170         type: org.openecomp.capabilities.metric.Ceilometer
171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
172         occurrences:
173         - 1
174         - UNBOUNDED
175       os_pd_server:
176         type: tosca.capabilities.OperatingSystem
177         occurrences:
178         - 1
179         - UNBOUNDED
180       disk.write.bytes.rate_pd_server:
181         type: org.openecomp.capabilities.metric.Ceilometer
182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
183         occurrences:
184         - 1
185         - UNBOUNDED
186       network.outpoing.packets_pd_server_pd_server_port:
187         type: org.openecomp.capabilities.metric.Ceilometer
188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
189         occurrences:
190         - 1
191         - UNBOUNDED
192       cpu_pd_server:
193         type: org.openecomp.capabilities.metric.Ceilometer
194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
195         occurrences:
196         - 1
197         - UNBOUNDED
198       cpu_util_pd_server:
199         type: org.openecomp.capabilities.metric.Ceilometer
200         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
201         occurrences:
202         - 1
203         - UNBOUNDED
204       network.incoming.bytes_pd_server_pd_server_port:
205         type: org.openecomp.capabilities.metric.Ceilometer
206         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
207         occurrences:
208         - 1
209         - UNBOUNDED
210       disk.device.write.requests.rate_pd_server:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       disk.read.bytes_pd_server:
217         type: org.openecomp.capabilities.metric.Ceilometer
218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
219         occurrences:
220         - 1
221         - UNBOUNDED
222       disk.device.read.bytes.rate_pd_server:
223         type: org.openecomp.capabilities.metric.Ceilometer
224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
225         occurrences:
226         - 1
227         - UNBOUNDED
228       attachment_pd_server_pd_server_port:
229         type: tosca.capabilities.Attachment
230         occurrences:
231         - 1
232         - UNBOUNDED
233       network.incoming.packets.rate_pd_server_pd_server_port:
234         type: org.openecomp.capabilities.metric.Ceilometer
235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
236         occurrences:
237         - 1
238         - UNBOUNDED
239       disk.iops_pd_server:
240         type: org.openecomp.capabilities.metric.Ceilometer
241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
242         occurrences:
243         - 1
244         - UNBOUNDED
245       memory.resident_pd_server:
246         type: org.openecomp.capabilities.metric.Ceilometer
247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
248         occurrences:
249         - 1
250         - UNBOUNDED
251       cpu.delta_pd_server:
252         type: org.openecomp.capabilities.metric.Ceilometer
253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
254         occurrences:
255         - 1
256         - UNBOUNDED
257       vcpus_pd_server:
258         type: org.openecomp.capabilities.metric.Ceilometer
259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
260         occurrences:
261         - 1
262         - UNBOUNDED
263       disk.device.write.bytes.rate_pd_server:
264         type: org.openecomp.capabilities.metric.Ceilometer
265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
266         occurrences:
267         - 1
268         - UNBOUNDED
269       disk.device.write.requests_pd_server:
270         type: org.openecomp.capabilities.metric.Ceilometer
271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
272         occurrences:
273         - 1
274         - UNBOUNDED
275       endpoint_pd_server:
276         type: tosca.capabilities.Endpoint.Admin
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.capacity_pd_server:
281         type: org.openecomp.capabilities.metric.Ceilometer
282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
283         occurrences:
284         - 1
285         - UNBOUNDED
286       disk.device.allocation_pd_server:
287         type: org.openecomp.capabilities.metric.Ceilometer
288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
289         occurrences:
290         - 1
291         - UNBOUNDED
292       disk.allocation_pd_server:
293         type: org.openecomp.capabilities.metric.Ceilometer
294         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
295         occurrences:
296         - 1
297         - UNBOUNDED
298       binding_pd_server:
299         type: tosca.capabilities.network.Bindable
300         occurrences:
301         - 1
302         - UNBOUNDED
303       disk.read.requests_pd_server:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       network.incoming.packets_pd_server_pd_server_port:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       feature_pd_server:
316         type: tosca.capabilities.Node
317         occurrences:
318         - 1
319         - UNBOUNDED
320       disk.usage_pd_server:
321         type: org.openecomp.capabilities.metric.Ceilometer
322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
323         occurrences:
324         - 1
325         - UNBOUNDED
326       disk.write.bytes_pd_server:
327         type: org.openecomp.capabilities.metric.Ceilometer
328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
329         occurrences:
330         - 1
331         - UNBOUNDED
332       disk.device.read.requests.rate_pd_server:
333         type: org.openecomp.capabilities.metric.Ceilometer
334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
335         occurrences:
336         - 1
337         - UNBOUNDED
338       disk.root.size_pd_server:
339         type: org.openecomp.capabilities.metric.Ceilometer
340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
341         occurrences:
342         - 1
343         - UNBOUNDED
344       disk.device.read.bytes_pd_server:
345         type: org.openecomp.capabilities.metric.Ceilometer
346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
347         occurrences:
348         - 1
349         - UNBOUNDED
350       disk.device.write.bytes_pd_server:
351         type: org.openecomp.capabilities.metric.Ceilometer
352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
353         occurrences:
354         - 1
355         - UNBOUNDED
356       disk.device.read.requests_pd_server:
357         type: org.openecomp.capabilities.metric.Ceilometer
358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
359         occurrences:
360         - 1
361         - UNBOUNDED
362       feature_pd_server_pd_server_port:
363         type: tosca.capabilities.Node
364         occurrences:
365         - 1
366         - UNBOUNDED
367       instance_pd_server:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       host_pd_server:
374         type: tosca.capabilities.Container
375         valid_source_types:
376         - tosca.nodes.SoftwareComponent
377         occurrences:
378         - 1
379         - UNBOUNDED
380       binding_pd_server_pd_server_port:
381         type: tosca.capabilities.network.Bindable
382         valid_source_types:
383         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
384         occurrences:
385         - 0
386         - UNBOUNDED
387       disk.write.requests.rate_pd_server:
388         type: org.openecomp.capabilities.metric.Ceilometer
389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
390         occurrences:
391         - 1
392         - UNBOUNDED
393       disk.ephemeral.size_pd_server:
394         type: org.openecomp.capabilities.metric.Ceilometer
395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
396         occurrences:
397         - 1
398         - UNBOUNDED
399       network.outgoing.bytes_pd_server_pd_server_port:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.write.requests_pd_server:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       forwarder_pd_server_pd_server_port:
412         type: org.openecomp.capabilities.Forwarder
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.device.latency_pd_server:
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.latency_pd_server:
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.device.capacity_pd_server:
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       disk.device.iops_pd_server:
435         type: org.openecomp.capabilities.metric.Ceilometer
436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
437         occurrences:
438         - 1
439         - UNBOUNDED
440   org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B:
441     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
442     properties:
443       p1:
444         type: string
445         description: UID of OAM network
446         required: true
447         status: SUPPORTED
448       p2:
449         type: string
450         description: UID of OAM network
451         required: true
452         status: SUPPORTED
453       security_group_name:
454         type: list
455         description: CMAUI1, CMAUI2 server names
456         required: true
457         status: SUPPORTED
458         entry_schema:
459           type: string
460       sm_server_names:
461         type: list
462         description: SM server names
463         required: true
464         status: SUPPORTED
465         entry_schema:
466           type: string
467       oam_server_image:
468         type: string
469         description: OAM Image server
470         required: true
471         status: SUPPORTED
472       oam_server_ips:
473         type: string
474         required: true
475         status: SUPPORTED
476       oam_server_flavor:
477         type: string
478         description: Flavor for OAM server
479         required: true
480         status: SUPPORTED
481       sm_server_ips:
482         type: string
483         required: true
484         status: SUPPORTED
485       availability_zone_0:
486         type: string
487         description: availabilityzone name
488         required: true
489         status: SUPPORTED
490       net:
491         type: string
492         required: true
493         status: SUPPORTED
494       oam_server_names:
495         type: list
496         description: OAM server names
497         required: true
498         status: SUPPORTED
499         entry_schema:
500           type: string
501       sm_server_flavor:
502         type: string
503         description: Flavor for SM server
504         required: true
505         status: SUPPORTED
506       sm_server_image:
507         type: string
508         description: SM Image server
509         required: true
510         status: SUPPORTED
511     attributes:
512       nested_diff_file_attr_1:
513         type: string
514         description: nested_diff_file_attr_1_value
515         status: SUPPORTED
516     requirements:
517     - dependency_oam_server_port:
518         capability: tosca.capabilities.Node
519         node: tosca.nodes.Root
520         relationship: tosca.relationships.DependsOn
521         occurrences:
522         - 0
523         - UNBOUNDED
524     - link_oam_server_port:
525         capability: tosca.capabilities.network.Linkable
526         relationship: tosca.relationships.network.LinksTo
527         occurrences:
528         - 1
529         - 1
530     - dependency_server_oam:
531         capability: tosca.capabilities.Node
532         node: tosca.nodes.Root
533         relationship: tosca.relationships.DependsOn
534         occurrences:
535         - 0
536         - UNBOUNDED
537     - local_storage_server_oam:
538         capability: tosca.capabilities.Attachment
539         node: tosca.nodes.BlockStorage
540         relationship: tosca.relationships.AttachesTo
541         occurrences:
542         - 0
543         - UNBOUNDED
544     - dependency_sm_server_port:
545         capability: tosca.capabilities.Node
546         node: tosca.nodes.Root
547         relationship: tosca.relationships.DependsOn
548         occurrences:
549         - 0
550         - UNBOUNDED
551     - link_sm_server_port:
552         capability: tosca.capabilities.network.Linkable
553         relationship: tosca.relationships.network.LinksTo
554         occurrences:
555         - 1
556         - 1
557     - dependency_server_sm:
558         capability: tosca.capabilities.Node
559         node: tosca.nodes.Root
560         relationship: tosca.relationships.DependsOn
561         occurrences:
562         - 0
563         - UNBOUNDED
564     - local_storage_server_sm:
565         capability: tosca.capabilities.Attachment
566         node: tosca.nodes.BlockStorage
567         relationship: tosca.relationships.AttachesTo
568         occurrences:
569         - 0
570         - UNBOUNDED
571     capabilities:
572       os_server_sm:
573         type: tosca.capabilities.OperatingSystem
574         occurrences:
575         - 1
576         - UNBOUNDED
577       disk.capacity_server_sm:
578         type: org.openecomp.capabilities.metric.Ceilometer
579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
580         occurrences:
581         - 1
582         - UNBOUNDED
583       memory_server_oam:
584         type: org.openecomp.capabilities.metric.Ceilometer
585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
586         occurrences:
587         - 1
588         - UNBOUNDED
589       disk.device.iops_server_oam:
590         type: org.openecomp.capabilities.metric.Ceilometer
591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
592         occurrences:
593         - 1
594         - UNBOUNDED
595       disk.device.usage_server_sm:
596         type: org.openecomp.capabilities.metric.Ceilometer
597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
598         occurrences:
599         - 1
600         - UNBOUNDED
601       disk.device.write.requests.rate_server_sm:
602         type: org.openecomp.capabilities.metric.Ceilometer
603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
604         occurrences:
605         - 1
606         - UNBOUNDED
607       disk.allocation_server_oam:
608         type: org.openecomp.capabilities.metric.Ceilometer
609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
610         occurrences:
611         - 1
612         - UNBOUNDED
613       network.incoming.packets_sm_server_port:
614         type: org.openecomp.capabilities.metric.Ceilometer
615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
616         occurrences:
617         - 1
618         - UNBOUNDED
619       disk.write.bytes.rate_server_sm:
620         type: org.openecomp.capabilities.metric.Ceilometer
621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
622         occurrences:
623         - 1
624         - UNBOUNDED
625       feature_oam_server_port:
626         type: tosca.capabilities.Node
627         occurrences:
628         - 1
629         - UNBOUNDED
630       disk.usage_server_oam:
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       instance_server_sm:
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       disk.device.latency_server_oam:
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.root.size_server_oam:
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       host_server_sm:
655         type: tosca.capabilities.Container
656         valid_source_types:
657         - tosca.nodes.SoftwareComponent
658         occurrences:
659         - 1
660         - UNBOUNDED
661       memory.usage_server_oam:
662         type: org.openecomp.capabilities.metric.Ceilometer
663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
664         occurrences:
665         - 1
666         - UNBOUNDED
667       disk.read.bytes_server_oam:
668         type: org.openecomp.capabilities.metric.Ceilometer
669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
670         occurrences:
671         - 1
672         - UNBOUNDED
673       disk.read.requests_server_oam:
674         type: org.openecomp.capabilities.metric.Ceilometer
675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
676         occurrences:
677         - 1
678         - UNBOUNDED
679       forwarder_oam_server_port:
680         type: org.openecomp.capabilities.Forwarder
681         occurrences:
682         - 1
683         - UNBOUNDED
684       cpu_util_server_sm:
685         type: org.openecomp.capabilities.metric.Ceilometer
686         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
687         occurrences:
688         - 1
689         - UNBOUNDED
690       disk.device.capacity_server_sm:
691         type: org.openecomp.capabilities.metric.Ceilometer
692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
693         occurrences:
694         - 1
695         - UNBOUNDED
696       disk.device.read.bytes_server_oam:
697         type: org.openecomp.capabilities.metric.Ceilometer
698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
699         occurrences:
700         - 1
701         - UNBOUNDED
702       forwarder_sm_server_port:
703         type: org.openecomp.capabilities.Forwarder
704         occurrences:
705         - 1
706         - UNBOUNDED
707       network.incoming.bytes_oam_server_port:
708         type: org.openecomp.capabilities.metric.Ceilometer
709         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
710         occurrences:
711         - 1
712         - UNBOUNDED
713       disk.device.iops_server_sm:
714         type: org.openecomp.capabilities.metric.Ceilometer
715         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
716         occurrences:
717         - 1
718         - UNBOUNDED
719       disk.device.read.requests.rate_server_oam:
720         type: org.openecomp.capabilities.metric.Ceilometer
721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
722         occurrences:
723         - 1
724         - UNBOUNDED
725       vcpus_server_oam:
726         type: org.openecomp.capabilities.metric.Ceilometer
727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
728         occurrences:
729         - 1
730         - UNBOUNDED
731       disk.device.read.bytes_server_sm:
732         type: org.openecomp.capabilities.metric.Ceilometer
733         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
734         occurrences:
735         - 1
736         - UNBOUNDED
737       disk.read.bytes.rate_server_oam:
738         type: org.openecomp.capabilities.metric.Ceilometer
739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
740         occurrences:
741         - 1
742         - UNBOUNDED
743       disk.write.bytes_server_oam:
744         type: org.openecomp.capabilities.metric.Ceilometer
745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
746         occurrences:
747         - 1
748         - UNBOUNDED
749       disk.latency_server_sm:
750         type: org.openecomp.capabilities.metric.Ceilometer
751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
752         occurrences:
753         - 1
754         - UNBOUNDED
755       disk.device.allocation_server_oam:
756         type: org.openecomp.capabilities.metric.Ceilometer
757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
758         occurrences:
759         - 1
760         - UNBOUNDED
761       attachment_oam_server_port:
762         type: tosca.capabilities.Attachment
763         occurrences:
764         - 1
765         - UNBOUNDED
766       scalable_server_oam:
767         type: tosca.capabilities.Scalable
768         occurrences:
769         - 1
770         - UNBOUNDED
771       cpu_util_server_oam:
772         type: org.openecomp.capabilities.metric.Ceilometer
773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
774         occurrences:
775         - 1
776         - UNBOUNDED
777       feature_server_sm:
778         type: tosca.capabilities.Node
779         occurrences:
780         - 1
781         - UNBOUNDED
782       cpu.delta_server_oam:
783         type: org.openecomp.capabilities.metric.Ceilometer
784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
785         occurrences:
786         - 1
787         - UNBOUNDED
788       host_server_oam:
789         type: tosca.capabilities.Container
790         valid_source_types:
791         - tosca.nodes.SoftwareComponent
792         occurrences:
793         - 1
794         - UNBOUNDED
795       cpu.delta_server_sm:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       binding_server_oam:
802         type: tosca.capabilities.network.Bindable
803         occurrences:
804         - 1
805         - UNBOUNDED
806       disk.device.capacity_server_oam:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.device.write.bytes.rate_server_sm:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.write.bytes_server_sm:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       disk.latency_server_oam:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.device.read.requests_server_oam:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836       disk.device.write.requests.rate_server_oam:
837         type: org.openecomp.capabilities.metric.Ceilometer
838         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
839         occurrences:
840         - 1
841         - UNBOUNDED
842       endpoint_server_sm:
843         type: tosca.capabilities.Endpoint.Admin
844         occurrences:
845         - 1
846         - UNBOUNDED
847       disk.device.allocation_server_sm:
848         type: org.openecomp.capabilities.metric.Ceilometer
849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
850         occurrences:
851         - 1
852         - UNBOUNDED
853       feature_server_oam:
854         type: tosca.capabilities.Node
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.read.requests_server_sm:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.write.bytes.rate_server_oam:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       memory.resident_server_sm:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       cpu_server_oam:
877         type: org.openecomp.capabilities.metric.Ceilometer
878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
879         occurrences:
880         - 1
881         - UNBOUNDED
882       memory_server_sm:
883         type: org.openecomp.capabilities.metric.Ceilometer
884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
885         occurrences:
886         - 1
887         - UNBOUNDED
888       scalable_server_sm:
889         type: tosca.capabilities.Scalable
890         occurrences:
891         - 1
892         - UNBOUNDED
893       network.outgoing.packets.rate_sm_server_port:
894         type: org.openecomp.capabilities.metric.Ceilometer
895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
896         occurrences:
897         - 1
898         - UNBOUNDED
899       binding_sm_server_port:
900         type: tosca.capabilities.network.Bindable
901         valid_source_types:
902         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
903         occurrences:
904         - 0
905         - UNBOUNDED
906       network.outgoing.bytes.rate_sm_server_port:
907         type: org.openecomp.capabilities.metric.Ceilometer
908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
909         occurrences:
910         - 1
911         - UNBOUNDED
912       disk.write.requests_server_oam:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918       disk.device.latency_server_sm:
919         type: org.openecomp.capabilities.metric.Ceilometer
920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
921         occurrences:
922         - 1
923         - UNBOUNDED
924       memory.usage_server_sm:
925         type: org.openecomp.capabilities.metric.Ceilometer
926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
927         occurrences:
928         - 1
929         - UNBOUNDED
930       memory.resident_server_oam:
931         type: org.openecomp.capabilities.metric.Ceilometer
932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
933         occurrences:
934         - 1
935         - UNBOUNDED
936       feature_sm_server_port:
937         type: tosca.capabilities.Node
938         occurrences:
939         - 1
940         - UNBOUNDED
941       disk.device.write.requests_server_sm:
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       disk.device.write.requests_server_oam:
948         type: org.openecomp.capabilities.metric.Ceilometer
949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
950         occurrences:
951         - 1
952         - UNBOUNDED
953       disk.read.bytes_server_sm:
954         type: org.openecomp.capabilities.metric.Ceilometer
955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
956         occurrences:
957         - 1
958         - UNBOUNDED
959       cpu_server_sm:
960         type: org.openecomp.capabilities.metric.Ceilometer
961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
962         occurrences:
963         - 1
964         - UNBOUNDED
965       network.outpoing.packets_sm_server_port:
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.rate_oam_server_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       disk.device.usage_server_oam:
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       network.outgoing.packets.rate_oam_server_port:
984         type: org.openecomp.capabilities.metric.Ceilometer
985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
986         occurrences:
987         - 1
988         - UNBOUNDED
989       network.incoming.packets.rate_sm_server_port:
990         type: org.openecomp.capabilities.metric.Ceilometer
991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
992         occurrences:
993         - 1
994         - UNBOUNDED
995       binding_oam_server_port:
996         type: tosca.capabilities.network.Bindable
997         valid_source_types:
998         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
999         occurrences:
1000         - 0
1001         - UNBOUNDED
1002       network.incoming.packets.rate_oam_server_port:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.device.write.bytes_server_oam:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       disk.device.read.requests_server_sm:
1015         type: org.openecomp.capabilities.metric.Ceilometer
1016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1017         occurrences:
1018         - 1
1019         - UNBOUNDED
1020       disk.device.read.bytes.rate_server_sm:
1021         type: org.openecomp.capabilities.metric.Ceilometer
1022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1023         occurrences:
1024         - 1
1025         - UNBOUNDED
1026       disk.ephemeral.size_server_oam:
1027         type: org.openecomp.capabilities.metric.Ceilometer
1028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       network.outpoing.packets_oam_server_port:
1033         type: org.openecomp.capabilities.metric.Ceilometer
1034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       os_server_oam:
1039         type: tosca.capabilities.OperatingSystem
1040         occurrences:
1041         - 1
1042         - UNBOUNDED
1043       disk.capacity_server_oam:
1044         type: org.openecomp.capabilities.metric.Ceilometer
1045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1046         occurrences:
1047         - 1
1048         - UNBOUNDED
1049       disk.write.requests_server_sm:
1050         type: org.openecomp.capabilities.metric.Ceilometer
1051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1052         occurrences:
1053         - 1
1054         - UNBOUNDED
1055       disk.ephemeral.size_server_sm:
1056         type: org.openecomp.capabilities.metric.Ceilometer
1057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1058         occurrences:
1059         - 1
1060         - UNBOUNDED
1061       disk.read.bytes.rate_server_sm:
1062         type: org.openecomp.capabilities.metric.Ceilometer
1063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1064         occurrences:
1065         - 1
1066         - UNBOUNDED
1067       endpoint_server_oam:
1068         type: tosca.capabilities.Endpoint.Admin
1069         occurrences:
1070         - 1
1071         - UNBOUNDED
1072       disk.device.read.requests.rate_server_sm:
1073         type: org.openecomp.capabilities.metric.Ceilometer
1074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       binding_server_sm:
1079         type: tosca.capabilities.network.Bindable
1080         occurrences:
1081         - 1
1082         - UNBOUNDED
1083       disk.root.size_server_sm:
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.outgoing.bytes_oam_server_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.allocation_server_sm:
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.iops_server_oam:
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       disk.write.requests.rate_server_sm:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       network.outgoing.bytes.rate_oam_server_port:
1114         type: org.openecomp.capabilities.metric.Ceilometer
1115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1116         occurrences:
1117         - 1
1118         - UNBOUNDED
1119       disk.device.write.bytes_server_sm:
1120         type: org.openecomp.capabilities.metric.Ceilometer
1121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1122         occurrences:
1123         - 1
1124         - UNBOUNDED
1125       disk.write.requests.rate_server_oam:
1126         type: org.openecomp.capabilities.metric.Ceilometer
1127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1128         occurrences:
1129         - 1
1130         - UNBOUNDED
1131       disk.device.read.bytes.rate_server_oam:
1132         type: org.openecomp.capabilities.metric.Ceilometer
1133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1134         occurrences:
1135         - 1
1136         - UNBOUNDED
1137       network.incoming.bytes.rate_sm_server_port:
1138         type: org.openecomp.capabilities.metric.Ceilometer
1139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1140         occurrences:
1141         - 1
1142         - UNBOUNDED
1143       disk.device.write.bytes.rate_server_oam:
1144         type: org.openecomp.capabilities.metric.Ceilometer
1145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1146         occurrences:
1147         - 1
1148         - UNBOUNDED
1149       network.incoming.packets_oam_server_port:
1150         type: org.openecomp.capabilities.metric.Ceilometer
1151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1152         occurrences:
1153         - 1
1154         - UNBOUNDED
1155       disk.usage_server_sm:
1156         type: org.openecomp.capabilities.metric.Ceilometer
1157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1158         occurrences:
1159         - 1
1160         - UNBOUNDED
1161       instance_server_oam:
1162         type: org.openecomp.capabilities.metric.Ceilometer
1163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1164         occurrences:
1165         - 1
1166         - UNBOUNDED
1167       network.outgoing.bytes_sm_server_port:
1168         type: org.openecomp.capabilities.metric.Ceilometer
1169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1170         occurrences:
1171         - 1
1172         - UNBOUNDED
1173       vcpus_server_sm:
1174         type: org.openecomp.capabilities.metric.Ceilometer
1175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1176         occurrences:
1177         - 1
1178         - UNBOUNDED
1179       attachment_sm_server_port:
1180         type: tosca.capabilities.Attachment
1181         occurrences:
1182         - 1
1183         - UNBOUNDED
1184       network.incoming.bytes_sm_server_port:
1185         type: org.openecomp.capabilities.metric.Ceilometer
1186         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1187         occurrences:
1188         - 1
1189         - UNBOUNDED
1190       disk.iops_server_sm:
1191         type: org.openecomp.capabilities.metric.Ceilometer
1192         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1193         occurrences:
1194         - 1
1195         - UNBOUNDED
1196   org.openecomp.resource.abstract.nodes.heat.nested-other-file-1B:
1197     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1198     properties:
1199       p1:
1200         type: string
1201         description: UID of OAM network
1202         required: true
1203         status: SUPPORTED
1204       ps_server_image:
1205         type: string
1206         description: Ps Image server
1207         required: true
1208         status: SUPPORTED
1209       p2:
1210         type: string
1211         description: UID of OAM network
1212         required: true
1213         status: SUPPORTED
1214       ps_server_ips:
1215         type: string
1216         required: true
1217         status: SUPPORTED
1218       security_group_name:
1219         type: list
1220         description: CMAUI1, CMAUI2 server names
1221         required: true
1222         status: SUPPORTED
1223         entry_schema:
1224           type: string
1225       ps_server_flavor:
1226         type: string
1227         description: Flavor for PS server
1228         required: true
1229         status: SUPPORTED
1230       pd_server_names:
1231         type: list
1232         description: PD server names
1233         required: true
1234         status: SUPPORTED
1235         entry_schema:
1236           type: string
1237       pd_server_flavor:
1238         type: string
1239         description: Flavor for PD server
1240         required: true
1241         status: SUPPORTED
1242       ps_server_names:
1243         type: list
1244         description: Ps server names
1245         required: true
1246         status: SUPPORTED
1247         entry_schema:
1248           type: string
1249       pd_server_image:
1250         type: string
1251         description: PD Image server
1252         required: true
1253         status: SUPPORTED
1254       availability_zone_0:
1255         type: string
1256         description: availabilityzone name
1257         required: true
1258         status: SUPPORTED
1259       net:
1260         type: string
1261         required: true
1262         status: SUPPORTED
1263       pd_server_ips:
1264         type: string
1265         required: true
1266         status: SUPPORTED
1267     attributes:
1268       nested_same_file_attr_1:
1269         type: string
1270         description: nested_same_file_attr_1
1271         status: SUPPORTED
1272     requirements:
1273     - dependency_server_ps:
1274         capability: tosca.capabilities.Node
1275         node: tosca.nodes.Root
1276         relationship: tosca.relationships.DependsOn
1277         occurrences:
1278         - 0
1279         - UNBOUNDED
1280     - local_storage_server_ps:
1281         capability: tosca.capabilities.Attachment
1282         node: tosca.nodes.BlockStorage
1283         relationship: tosca.relationships.AttachesTo
1284         occurrences:
1285         - 0
1286         - UNBOUNDED
1287     - dependency_ps_server_port:
1288         capability: tosca.capabilities.Node
1289         node: tosca.nodes.Root
1290         relationship: tosca.relationships.DependsOn
1291         occurrences:
1292         - 0
1293         - UNBOUNDED
1294     - link_ps_server_port:
1295         capability: tosca.capabilities.network.Linkable
1296         relationship: tosca.relationships.network.LinksTo
1297         occurrences:
1298         - 1
1299         - 1
1300     - dependency_pd_server_port:
1301         capability: tosca.capabilities.Node
1302         node: tosca.nodes.Root
1303         relationship: tosca.relationships.DependsOn
1304         occurrences:
1305         - 0
1306         - UNBOUNDED
1307     - link_pd_server_port:
1308         capability: tosca.capabilities.network.Linkable
1309         relationship: tosca.relationships.network.LinksTo
1310         occurrences:
1311         - 1
1312         - 1
1313     - dependency_server_pd:
1314         capability: tosca.capabilities.Node
1315         node: tosca.nodes.Root
1316         relationship: tosca.relationships.DependsOn
1317         occurrences:
1318         - 0
1319         - UNBOUNDED
1320     - local_storage_server_pd:
1321         capability: tosca.capabilities.Attachment
1322         node: tosca.nodes.BlockStorage
1323         relationship: tosca.relationships.AttachesTo
1324         occurrences:
1325         - 0
1326         - UNBOUNDED
1327     capabilities:
1328       disk.iops_server_pd:
1329         type: org.openecomp.capabilities.metric.Ceilometer
1330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1331         occurrences:
1332         - 1
1333         - UNBOUNDED
1334       disk.device.read.bytes.rate_server_pd:
1335         type: org.openecomp.capabilities.metric.Ceilometer
1336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1337         occurrences:
1338         - 1
1339         - UNBOUNDED
1340       disk.write.bytes_server_ps:
1341         type: org.openecomp.capabilities.metric.Ceilometer
1342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1343         occurrences:
1344         - 1
1345         - UNBOUNDED
1346       disk.device.read.requests_server_pd:
1347         type: org.openecomp.capabilities.metric.Ceilometer
1348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1349         occurrences:
1350         - 1
1351         - UNBOUNDED
1352       network.incoming.packets.rate_ps_server_port:
1353         type: org.openecomp.capabilities.metric.Ceilometer
1354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       disk.device.allocation_server_pd:
1359         type: org.openecomp.capabilities.metric.Ceilometer
1360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1361         occurrences:
1362         - 1
1363         - UNBOUNDED
1364       disk.iops_server_ps:
1365         type: org.openecomp.capabilities.metric.Ceilometer
1366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1367         occurrences:
1368         - 1
1369         - UNBOUNDED
1370       disk.device.read.bytes.rate_server_ps:
1371         type: org.openecomp.capabilities.metric.Ceilometer
1372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1373         occurrences:
1374         - 1
1375         - UNBOUNDED
1376       binding_server_ps:
1377         type: tosca.capabilities.network.Bindable
1378         occurrences:
1379         - 1
1380         - UNBOUNDED
1381       attachment_ps_server_port:
1382         type: tosca.capabilities.Attachment
1383         occurrences:
1384         - 1
1385         - UNBOUNDED
1386       disk.device.read.requests_server_ps:
1387         type: org.openecomp.capabilities.metric.Ceilometer
1388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1389         occurrences:
1390         - 1
1391         - UNBOUNDED
1392       memory.usage_server_pd:
1393         type: org.openecomp.capabilities.metric.Ceilometer
1394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1395         occurrences:
1396         - 1
1397         - UNBOUNDED
1398       feature_ps_server_port:
1399         type: tosca.capabilities.Node
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       disk.read.bytes.rate_server_pd:
1404         type: org.openecomp.capabilities.metric.Ceilometer
1405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1406         occurrences:
1407         - 1
1408         - UNBOUNDED
1409       network.outgoing.bytes.rate_ps_server_port:
1410         type: org.openecomp.capabilities.metric.Ceilometer
1411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1412         occurrences:
1413         - 1
1414         - UNBOUNDED
1415       memory_server_pd:
1416         type: org.openecomp.capabilities.metric.Ceilometer
1417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1418         occurrences:
1419         - 1
1420         - UNBOUNDED
1421       disk.device.write.requests_server_pd:
1422         type: org.openecomp.capabilities.metric.Ceilometer
1423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1424         occurrences:
1425         - 1
1426         - UNBOUNDED
1427       disk.device.read.bytes_server_ps:
1428         type: org.openecomp.capabilities.metric.Ceilometer
1429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1430         occurrences:
1431         - 1
1432         - UNBOUNDED
1433       disk.device.allocation_server_ps:
1434         type: org.openecomp.capabilities.metric.Ceilometer
1435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1436         occurrences:
1437         - 1
1438         - UNBOUNDED
1439       memory.usage_server_ps:
1440         type: org.openecomp.capabilities.metric.Ceilometer
1441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       network.outgoing.packets.rate_ps_server_port:
1446         type: org.openecomp.capabilities.metric.Ceilometer
1447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1448         occurrences:
1449         - 1
1450         - UNBOUNDED
1451       binding_ps_server_port:
1452         type: tosca.capabilities.network.Bindable
1453         valid_source_types:
1454         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1455         occurrences:
1456         - 0
1457         - UNBOUNDED
1458       network.incoming.packets_pd_server_port:
1459         type: org.openecomp.capabilities.metric.Ceilometer
1460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1461         occurrences:
1462         - 1
1463         - UNBOUNDED
1464       disk.read.bytes_server_pd:
1465         type: org.openecomp.capabilities.metric.Ceilometer
1466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1467         occurrences:
1468         - 1
1469         - UNBOUNDED
1470       disk.device.write.requests_server_ps:
1471         type: org.openecomp.capabilities.metric.Ceilometer
1472         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1473         occurrences:
1474         - 1
1475         - UNBOUNDED
1476       network.outpoing.packets_ps_server_port:
1477         type: org.openecomp.capabilities.metric.Ceilometer
1478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1479         occurrences:
1480         - 1
1481         - UNBOUNDED
1482       disk.device.read.bytes_server_pd:
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       host_server_pd:
1489         type: tosca.capabilities.Container
1490         valid_source_types:
1491         - tosca.nodes.SoftwareComponent
1492         occurrences:
1493         - 1
1494         - UNBOUNDED
1495       vcpus_server_pd:
1496         type: org.openecomp.capabilities.metric.Ceilometer
1497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1498         occurrences:
1499         - 1
1500         - UNBOUNDED
1501       disk.ephemeral.size_server_pd:
1502         type: org.openecomp.capabilities.metric.Ceilometer
1503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1504         occurrences:
1505         - 1
1506         - UNBOUNDED
1507       network.incoming.bytes.rate_ps_server_port:
1508         type: org.openecomp.capabilities.metric.Ceilometer
1509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1510         occurrences:
1511         - 1
1512         - UNBOUNDED
1513       disk.write.requests.rate_server_pd:
1514         type: org.openecomp.capabilities.metric.Ceilometer
1515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1516         occurrences:
1517         - 1
1518         - UNBOUNDED
1519       memory_server_ps:
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       network.incoming.bytes_pd_server_port:
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       attachment_pd_server_port:
1532         type: tosca.capabilities.Attachment
1533         occurrences:
1534         - 1
1535         - UNBOUNDED
1536       disk.write.requests_server_pd:
1537         type: org.openecomp.capabilities.metric.Ceilometer
1538         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1539         occurrences:
1540         - 1
1541         - UNBOUNDED
1542       network.incoming.packets.rate_pd_server_port:
1543         type: org.openecomp.capabilities.metric.Ceilometer
1544         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1545         occurrences:
1546         - 1
1547         - UNBOUNDED
1548       disk.ephemeral.size_server_ps:
1549         type: org.openecomp.capabilities.metric.Ceilometer
1550         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1551         occurrences:
1552         - 1
1553         - UNBOUNDED
1554       disk.write.requests.rate_server_ps:
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       disk.device.write.bytes_server_ps:
1561         type: org.openecomp.capabilities.metric.Ceilometer
1562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1563         occurrences:
1564         - 1
1565         - UNBOUNDED
1566       disk.root.size_server_ps:
1567         type: org.openecomp.capabilities.metric.Ceilometer
1568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1569         occurrences:
1570         - 1
1571         - UNBOUNDED
1572       disk.device.read.requests.rate_server_ps:
1573         type: org.openecomp.capabilities.metric.Ceilometer
1574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1575         occurrences:
1576         - 1
1577         - UNBOUNDED
1578       network.outgoing.bytes_pd_server_port:
1579         type: org.openecomp.capabilities.metric.Ceilometer
1580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1581         occurrences:
1582         - 1
1583         - UNBOUNDED
1584       disk.write.requests_server_ps:
1585         type: org.openecomp.capabilities.metric.Ceilometer
1586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1587         occurrences:
1588         - 1
1589         - UNBOUNDED
1590       binding_server_pd:
1591         type: tosca.capabilities.network.Bindable
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       disk.root.size_server_pd:
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       disk.device.read.requests.rate_server_pd:
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       network.outpoing.packets_pd_server_port:
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.write.bytes_server_pd:
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       host_server_ps:
1620         type: tosca.capabilities.Container
1621         valid_source_types:
1622         - tosca.nodes.SoftwareComponent
1623         occurrences:
1624         - 1
1625         - UNBOUNDED
1626       network.incoming.packets_ps_server_port:
1627         type: org.openecomp.capabilities.metric.Ceilometer
1628         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1629         occurrences:
1630         - 1
1631         - UNBOUNDED
1632       memory.resident_server_pd:
1633         type: org.openecomp.capabilities.metric.Ceilometer
1634         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1635         occurrences:
1636         - 1
1637         - UNBOUNDED
1638       disk.usage_server_ps:
1639         type: org.openecomp.capabilities.metric.Ceilometer
1640         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1641         occurrences:
1642         - 1
1643         - UNBOUNDED
1644       network.outgoing.bytes_ps_server_port:
1645         type: org.openecomp.capabilities.metric.Ceilometer
1646         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1647         occurrences:
1648         - 1
1649         - UNBOUNDED
1650       cpu_util_server_pd:
1651         type: org.openecomp.capabilities.metric.Ceilometer
1652         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1653         occurrences:
1654         - 1
1655         - UNBOUNDED
1656       endpoint_server_ps:
1657         type: tosca.capabilities.Endpoint.Admin
1658         occurrences:
1659         - 1
1660         - UNBOUNDED
1661       disk.read.requests_server_ps:
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       memory.resident_server_ps:
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       disk.usage_server_pd:
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       disk.capacity_server_pd:
1680         type: org.openecomp.capabilities.metric.Ceilometer
1681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1682         occurrences:
1683         - 1
1684         - UNBOUNDED
1685       endpoint_server_pd:
1686         type: tosca.capabilities.Endpoint.Admin
1687         occurrences:
1688         - 1
1689         - UNBOUNDED
1690       cpu_util_server_ps:
1691         type: org.openecomp.capabilities.metric.Ceilometer
1692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1693         occurrences:
1694         - 1
1695         - UNBOUNDED
1696       forwarder_pd_server_port:
1697         type: org.openecomp.capabilities.Forwarder
1698         occurrences:
1699         - 1
1700         - UNBOUNDED
1701       network.incoming.bytes_ps_server_port:
1702         type: org.openecomp.capabilities.metric.Ceilometer
1703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1704         occurrences:
1705         - 1
1706         - UNBOUNDED
1707       forwarder_ps_server_port:
1708         type: org.openecomp.capabilities.Forwarder
1709         occurrences:
1710         - 1
1711         - UNBOUNDED
1712       disk.device.capacity_server_pd:
1713         type: org.openecomp.capabilities.metric.Ceilometer
1714         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1715         occurrences:
1716         - 1
1717         - UNBOUNDED
1718       network.incoming.bytes.rate_pd_server_port:
1719         type: org.openecomp.capabilities.metric.Ceilometer
1720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1721         occurrences:
1722         - 1
1723         - UNBOUNDED
1724       vcpus_server_ps:
1725         type: org.openecomp.capabilities.metric.Ceilometer
1726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1727         occurrences:
1728         - 1
1729         - UNBOUNDED
1730       disk.allocation_server_pd:
1731         type: org.openecomp.capabilities.metric.Ceilometer
1732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1733         occurrences:
1734         - 1
1735         - UNBOUNDED
1736       disk.device.usage_server_pd:
1737         type: org.openecomp.capabilities.metric.Ceilometer
1738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1739         occurrences:
1740         - 1
1741         - UNBOUNDED
1742       disk.capacity_server_ps:
1743         type: org.openecomp.capabilities.metric.Ceilometer
1744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1745         occurrences:
1746         - 1
1747         - UNBOUNDED
1748       disk.allocation_server_ps:
1749         type: org.openecomp.capabilities.metric.Ceilometer
1750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1751         occurrences:
1752         - 1
1753         - UNBOUNDED
1754       disk.device.usage_server_ps:
1755         type: org.openecomp.capabilities.metric.Ceilometer
1756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1757         occurrences:
1758         - 1
1759         - UNBOUNDED
1760       instance_server_pd:
1761         type: org.openecomp.capabilities.metric.Ceilometer
1762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1763         occurrences:
1764         - 1
1765         - UNBOUNDED
1766       disk.device.write.bytes.rate_server_ps:
1767         type: org.openecomp.capabilities.metric.Ceilometer
1768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1769         occurrences:
1770         - 1
1771         - UNBOUNDED
1772       disk.write.bytes.rate_server_ps:
1773         type: org.openecomp.capabilities.metric.Ceilometer
1774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1775         occurrences:
1776         - 1
1777         - UNBOUNDED
1778       feature_pd_server_port:
1779         type: tosca.capabilities.Node
1780         occurrences:
1781         - 1
1782         - UNBOUNDED
1783       disk.read.bytes_server_ps:
1784         type: org.openecomp.capabilities.metric.Ceilometer
1785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1786         occurrences:
1787         - 1
1788         - UNBOUNDED
1789       network.outgoing.bytes.rate_pd_server_port:
1790         type: org.openecomp.capabilities.metric.Ceilometer
1791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1792         occurrences:
1793         - 1
1794         - UNBOUNDED
1795       network.outgoing.packets.rate_pd_server_port:
1796         type: org.openecomp.capabilities.metric.Ceilometer
1797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1798         occurrences:
1799         - 1
1800         - UNBOUNDED
1801       binding_pd_server_port:
1802         type: tosca.capabilities.network.Bindable
1803         valid_source_types:
1804         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1805         occurrences:
1806         - 0
1807         - UNBOUNDED
1808       cpu_server_ps:
1809         type: org.openecomp.capabilities.metric.Ceilometer
1810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1811         occurrences:
1812         - 1
1813         - UNBOUNDED
1814       cpu.delta_server_pd:
1815         type: org.openecomp.capabilities.metric.Ceilometer
1816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1817         occurrences:
1818         - 1
1819         - UNBOUNDED
1820       instance_server_ps:
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.read.bytes.rate_server_ps:
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.latency_server_pd:
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       disk.device.write.bytes.rate_server_pd:
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       os_server_ps:
1845         type: tosca.capabilities.OperatingSystem
1846         occurrences:
1847         - 1
1848         - UNBOUNDED
1849       cpu.delta_server_ps:
1850         type: org.openecomp.capabilities.metric.Ceilometer
1851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1852         occurrences:
1853         - 1
1854         - UNBOUNDED
1855       feature_server_ps:
1856         type: tosca.capabilities.Node
1857         occurrences:
1858         - 1
1859         - UNBOUNDED
1860       disk.device.iops_server_pd:
1861         type: org.openecomp.capabilities.metric.Ceilometer
1862         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1863         occurrences:
1864         - 1
1865         - UNBOUNDED
1866       disk.latency_server_ps:
1867         type: org.openecomp.capabilities.metric.Ceilometer
1868         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1869         occurrences:
1870         - 1
1871         - UNBOUNDED
1872       disk.read.requests_server_pd:
1873         type: org.openecomp.capabilities.metric.Ceilometer
1874         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1875         occurrences:
1876         - 1
1877         - UNBOUNDED
1878       disk.device.write.requests.rate_server_ps:
1879         type: org.openecomp.capabilities.metric.Ceilometer
1880         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1881         occurrences:
1882         - 1
1883         - UNBOUNDED
1884       os_server_pd:
1885         type: tosca.capabilities.OperatingSystem
1886         occurrences:
1887         - 1
1888         - UNBOUNDED
1889       disk.device.latency_server_pd:
1890         type: org.openecomp.capabilities.metric.Ceilometer
1891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1892         occurrences:
1893         - 1
1894         - UNBOUNDED
1895       disk.device.capacity_server_ps:
1896         type: org.openecomp.capabilities.metric.Ceilometer
1897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1898         occurrences:
1899         - 1
1900         - UNBOUNDED
1901       scalable_server_pd:
1902         type: tosca.capabilities.Scalable
1903         occurrences:
1904         - 1
1905         - UNBOUNDED
1906       disk.write.bytes_server_pd:
1907         type: org.openecomp.capabilities.metric.Ceilometer
1908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1909         occurrences:
1910         - 1
1911         - UNBOUNDED
1912       disk.write.bytes.rate_server_pd:
1913         type: org.openecomp.capabilities.metric.Ceilometer
1914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1915         occurrences:
1916         - 1
1917         - UNBOUNDED
1918       disk.device.latency_server_ps:
1919         type: org.openecomp.capabilities.metric.Ceilometer
1920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1921         occurrences:
1922         - 1
1923         - UNBOUNDED
1924       disk.device.iops_server_ps:
1925         type: org.openecomp.capabilities.metric.Ceilometer
1926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1927         occurrences:
1928         - 1
1929         - UNBOUNDED
1930       feature_server_pd:
1931         type: tosca.capabilities.Node
1932         occurrences:
1933         - 1
1934         - UNBOUNDED
1935       disk.device.write.requests.rate_server_pd:
1936         type: org.openecomp.capabilities.metric.Ceilometer
1937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1938         occurrences:
1939         - 1
1940         - UNBOUNDED
1941       scalable_server_ps:
1942         type: tosca.capabilities.Scalable
1943         occurrences:
1944         - 1
1945         - UNBOUNDED
1946       cpu_server_pd:
1947         type: org.openecomp.capabilities.metric.Ceilometer
1948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1949         occurrences:
1950         - 1
1951         - UNBOUNDED
1952   org.openecomp.resource.abstract.nodes.oam_server:
1953     derived_from: org.openecomp.resource.abstract.nodes.VFC
1954     properties:
1955       port_oam_server_port_network:
1956         type: list
1957         required: true
1958         status: SUPPORTED
1959         entry_schema:
1960           type: string
1961       port_oam_server_port_order:
1962         type: integer
1963         required: true
1964         status: SUPPORTED
1965       index_value:
1966         type: integer
1967         description: Index value of this substitution service template runtime instance
1968         required: false
1969         default: 0
1970         status: SUPPORTED
1971         constraints:
1972         - greater_or_equal: 0
1973       port_oam_server_port_security_groups:
1974         type: list
1975         required: true
1976         status: SUPPORTED
1977         entry_schema:
1978           type: json
1979       port_oam_server_port_replacement_policy:
1980         type: list
1981         required: true
1982         status: SUPPORTED
1983         entry_schema:
1984           type: string
1985       vm_flavor_name:
1986         type: string
1987         required: true
1988         status: SUPPORTED
1989       port_oam_server_port_mac_requirements:
1990         type: org.openecomp.datatypes.network.MacRequirements
1991         required: true
1992         status: SUPPORTED
1993       port_oam_server_port_exCP_naming:
1994         type: org.openecomp.datatypes.Naming
1995         required: true
1996         status: SUPPORTED
1997       compute_oam_server_availability_zone:
1998         type: list
1999         required: true
2000         status: SUPPORTED
2001         entry_schema:
2002           type: string
2003       vm_image_name:
2004         type: string
2005         required: true
2006         status: SUPPORTED
2007       port_oam_server_port_fixed_ips:
2008         type: list
2009         required: true
2010         status: SUPPORTED
2011         entry_schema:
2012           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2013       port_oam_server_port_subnetpoolid:
2014         type: string
2015         required: true
2016         status: SUPPORTED
2017       port_oam_server_port_network_role_tag:
2018         type: string
2019         required: true
2020         status: SUPPORTED
2021       port_oam_server_port_network_role:
2022         type: string
2023         required: true
2024         status: SUPPORTED
2025       port_oam_server_port_vlan_requirements:
2026         type: list
2027         required: true
2028         status: SUPPORTED
2029         entry_schema:
2030           type: org.openecomp.datatypes.network.VlanRequirements
2031       compute_oam_server_name:
2032         type: list
2033         required: true
2034         status: SUPPORTED
2035         entry_schema:
2036           type: string
2037       port_oam_server_port_ip_requirements:
2038         type: list
2039         required: true
2040         status: SUPPORTED
2041         entry_schema:
2042           type: org.openecomp.datatypes.network.IpRequirements
2043     requirements:
2044     - dependency_oam_server:
2045         capability: tosca.capabilities.Node
2046         node: tosca.nodes.Root
2047         relationship: tosca.relationships.DependsOn
2048         occurrences:
2049         - 0
2050         - UNBOUNDED
2051     - local_storage_oam_server:
2052         capability: tosca.capabilities.Attachment
2053         node: tosca.nodes.BlockStorage
2054         relationship: tosca.relationships.AttachesTo
2055         occurrences:
2056         - 0
2057         - UNBOUNDED
2058     - dependency_oam_server_oam_server_port:
2059         capability: tosca.capabilities.Node
2060         node: tosca.nodes.Root
2061         relationship: tosca.relationships.DependsOn
2062         occurrences:
2063         - 0
2064         - UNBOUNDED
2065     - link_oam_server_oam_server_port:
2066         capability: tosca.capabilities.network.Linkable
2067         relationship: tosca.relationships.network.LinksTo
2068         occurrences:
2069         - 1
2070         - 1
2071     capabilities:
2072       cpu.delta_oam_server:
2073         type: org.openecomp.capabilities.metric.Ceilometer
2074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2075         occurrences:
2076         - 1
2077         - UNBOUNDED
2078       host_oam_server:
2079         type: tosca.capabilities.Container
2080         valid_source_types:
2081         - tosca.nodes.SoftwareComponent
2082         occurrences:
2083         - 1
2084         - UNBOUNDED
2085       disk.usage_oam_server:
2086         type: org.openecomp.capabilities.metric.Ceilometer
2087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2088         occurrences:
2089         - 1
2090         - UNBOUNDED
2091       network.incoming.packets.rate_oam_server_oam_server_port:
2092         type: org.openecomp.capabilities.metric.Ceilometer
2093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2094         occurrences:
2095         - 1
2096         - UNBOUNDED
2097       feature_oam_server:
2098         type: tosca.capabilities.Node
2099         occurrences:
2100         - 1
2101         - UNBOUNDED
2102       disk.device.write.bytes_oam_server:
2103         type: org.openecomp.capabilities.metric.Ceilometer
2104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2105         occurrences:
2106         - 1
2107         - UNBOUNDED
2108       cpu_util_oam_server:
2109         type: org.openecomp.capabilities.metric.Ceilometer
2110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2111         occurrences:
2112         - 1
2113         - UNBOUNDED
2114       network.outpoing.packets_oam_server_oam_server_port:
2115         type: org.openecomp.capabilities.metric.Ceilometer
2116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2117         occurrences:
2118         - 1
2119         - UNBOUNDED
2120       disk.capacity_oam_server:
2121         type: org.openecomp.capabilities.metric.Ceilometer
2122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2123         occurrences:
2124         - 1
2125         - UNBOUNDED
2126       memory_oam_server:
2127         type: org.openecomp.capabilities.metric.Ceilometer
2128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2129         occurrences:
2130         - 1
2131         - UNBOUNDED
2132       disk.read.bytes.rate_oam_server:
2133         type: org.openecomp.capabilities.metric.Ceilometer
2134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2135         occurrences:
2136         - 1
2137         - UNBOUNDED
2138       disk.write.bytes_oam_server:
2139         type: org.openecomp.capabilities.metric.Ceilometer
2140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2141         occurrences:
2142         - 1
2143         - UNBOUNDED
2144       disk.write.requests_oam_server:
2145         type: org.openecomp.capabilities.metric.Ceilometer
2146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2147         occurrences:
2148         - 1
2149         - UNBOUNDED
2150       attachment_oam_server_oam_server_port:
2151         type: tosca.capabilities.Attachment
2152         occurrences:
2153         - 1
2154         - UNBOUNDED
2155       cpu_oam_server:
2156         type: org.openecomp.capabilities.metric.Ceilometer
2157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2158         occurrences:
2159         - 1
2160         - UNBOUNDED
2161       vcpus_oam_server:
2162         type: org.openecomp.capabilities.metric.Ceilometer
2163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2164         occurrences:
2165         - 1
2166         - UNBOUNDED
2167       disk.device.read.requests.rate_oam_server:
2168         type: org.openecomp.capabilities.metric.Ceilometer
2169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2170         occurrences:
2171         - 1
2172         - UNBOUNDED
2173       disk.allocation_oam_server:
2174         type: org.openecomp.capabilities.metric.Ceilometer
2175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2176         occurrences:
2177         - 1
2178         - UNBOUNDED
2179       disk.write.bytes.rate_oam_server:
2180         type: org.openecomp.capabilities.metric.Ceilometer
2181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2182         occurrences:
2183         - 1
2184         - UNBOUNDED
2185       disk.device.write.requests.rate_oam_server:
2186         type: org.openecomp.capabilities.metric.Ceilometer
2187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2188         occurrences:
2189         - 1
2190         - UNBOUNDED
2191       instance_oam_server:
2192         type: org.openecomp.capabilities.metric.Ceilometer
2193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2194         occurrences:
2195         - 1
2196         - UNBOUNDED
2197       memory.resident_oam_server:
2198         type: org.openecomp.capabilities.metric.Ceilometer
2199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2200         occurrences:
2201         - 1
2202         - UNBOUNDED
2203       disk.device.read.requests_oam_server:
2204         type: org.openecomp.capabilities.metric.Ceilometer
2205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2206         occurrences:
2207         - 1
2208         - UNBOUNDED
2209       disk.device.allocation_oam_server:
2210         type: org.openecomp.capabilities.metric.Ceilometer
2211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2212         occurrences:
2213         - 1
2214         - UNBOUNDED
2215       disk.device.write.requests_oam_server:
2216         type: org.openecomp.capabilities.metric.Ceilometer
2217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2218         occurrences:
2219         - 1
2220         - UNBOUNDED
2221       binding_oam_server_oam_server_port:
2222         type: tosca.capabilities.network.Bindable
2223         valid_source_types:
2224         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2225         occurrences:
2226         - 0
2227         - UNBOUNDED
2228       disk.iops_oam_server:
2229         type: org.openecomp.capabilities.metric.Ceilometer
2230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2231         occurrences:
2232         - 1
2233         - UNBOUNDED
2234       disk.device.capacity_oam_server:
2235         type: org.openecomp.capabilities.metric.Ceilometer
2236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2237         occurrences:
2238         - 1
2239         - UNBOUNDED
2240       binding_oam_server:
2241         type: tosca.capabilities.network.Bindable
2242         occurrences:
2243         - 1
2244         - UNBOUNDED
2245       disk.device.write.bytes.rate_oam_server:
2246         type: org.openecomp.capabilities.metric.Ceilometer
2247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2248         occurrences:
2249         - 1
2250         - UNBOUNDED
2251       disk.device.usage_oam_server:
2252         type: org.openecomp.capabilities.metric.Ceilometer
2253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2254         occurrences:
2255         - 1
2256         - UNBOUNDED
2257       network.incoming.bytes.rate_oam_server_oam_server_port:
2258         type: org.openecomp.capabilities.metric.Ceilometer
2259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2260         occurrences:
2261         - 1
2262         - UNBOUNDED
2263       disk.latency_oam_server:
2264         type: org.openecomp.capabilities.metric.Ceilometer
2265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2266         occurrences:
2267         - 1
2268         - UNBOUNDED
2269       disk.read.requests_oam_server:
2270         type: org.openecomp.capabilities.metric.Ceilometer
2271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2272         occurrences:
2273         - 1
2274         - UNBOUNDED
2275       disk.device.iops_oam_server:
2276         type: org.openecomp.capabilities.metric.Ceilometer
2277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2278         occurrences:
2279         - 1
2280         - UNBOUNDED
2281       disk.root.size_oam_server:
2282         type: org.openecomp.capabilities.metric.Ceilometer
2283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2284         occurrences:
2285         - 1
2286         - UNBOUNDED
2287       network.outgoing.bytes_oam_server_oam_server_port:
2288         type: org.openecomp.capabilities.metric.Ceilometer
2289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2290         occurrences:
2291         - 1
2292         - UNBOUNDED
2293       disk.device.latency_oam_server:
2294         type: org.openecomp.capabilities.metric.Ceilometer
2295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2296         occurrences:
2297         - 1
2298         - UNBOUNDED
2299       feature_oam_server_oam_server_port:
2300         type: tosca.capabilities.Node
2301         occurrences:
2302         - 1
2303         - UNBOUNDED
2304       memory.usage_oam_server:
2305         type: org.openecomp.capabilities.metric.Ceilometer
2306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2307         occurrences:
2308         - 1
2309         - UNBOUNDED
2310       endpoint_oam_server:
2311         type: tosca.capabilities.Endpoint.Admin
2312         occurrences:
2313         - 1
2314         - UNBOUNDED
2315       forwarder_oam_server_oam_server_port:
2316         type: org.openecomp.capabilities.Forwarder
2317         occurrences:
2318         - 1
2319         - UNBOUNDED
2320       network.outgoing.bytes.rate_oam_server_oam_server_port:
2321         type: org.openecomp.capabilities.metric.Ceilometer
2322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2323         occurrences:
2324         - 1
2325         - UNBOUNDED
2326       scalable_oam_server:
2327         type: tosca.capabilities.Scalable
2328         occurrences:
2329         - 1
2330         - UNBOUNDED
2331       disk.write.requests.rate_oam_server:
2332         type: org.openecomp.capabilities.metric.Ceilometer
2333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2334         occurrences:
2335         - 1
2336         - UNBOUNDED
2337       network.incoming.bytes_oam_server_oam_server_port:
2338         type: org.openecomp.capabilities.metric.Ceilometer
2339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2340         occurrences:
2341         - 1
2342         - UNBOUNDED
2343       disk.device.read.bytes.rate_oam_server:
2344         type: org.openecomp.capabilities.metric.Ceilometer
2345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2346         occurrences:
2347         - 1
2348         - UNBOUNDED
2349       disk.device.read.bytes_oam_server:
2350         type: org.openecomp.capabilities.metric.Ceilometer
2351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2352         occurrences:
2353         - 1
2354         - UNBOUNDED
2355       os_oam_server:
2356         type: tosca.capabilities.OperatingSystem
2357         occurrences:
2358         - 1
2359         - UNBOUNDED
2360       disk.read.bytes_oam_server:
2361         type: org.openecomp.capabilities.metric.Ceilometer
2362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2363         occurrences:
2364         - 1
2365         - UNBOUNDED
2366       network.incoming.packets_oam_server_oam_server_port:
2367         type: org.openecomp.capabilities.metric.Ceilometer
2368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2369         occurrences:
2370         - 1
2371         - UNBOUNDED
2372       network.outgoing.packets.rate_oam_server_oam_server_port:
2373         type: org.openecomp.capabilities.metric.Ceilometer
2374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2375         occurrences:
2376         - 1
2377         - UNBOUNDED
2378       disk.ephemeral.size_oam_server:
2379         type: org.openecomp.capabilities.metric.Ceilometer
2380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2381         occurrences:
2382         - 1
2383         - UNBOUNDED
2384   org.openecomp.resource.abstract.nodes.sm_server:
2385     derived_from: org.openecomp.resource.abstract.nodes.VFC
2386     properties:
2387       index_value:
2388         type: integer
2389         description: Index value of this substitution service template runtime instance
2390         required: false
2391         default: 0
2392         status: SUPPORTED
2393         constraints:
2394         - greater_or_equal: 0
2395       port_sm_server_port_order:
2396         type: integer
2397         required: true
2398         status: SUPPORTED
2399       port_sm_server_port_vlan_requirements:
2400         type: list
2401         required: true
2402         status: SUPPORTED
2403         entry_schema:
2404           type: org.openecomp.datatypes.network.VlanRequirements
2405       port_sm_server_port_subnetpoolid:
2406         type: string
2407         required: true
2408         status: SUPPORTED
2409       vm_flavor_name:
2410         type: string
2411         required: true
2412         status: SUPPORTED
2413       port_sm_server_port_exCP_naming:
2414         type: org.openecomp.datatypes.Naming
2415         required: true
2416         status: SUPPORTED
2417       port_sm_server_port_network_role_tag:
2418         type: string
2419         required: true
2420         status: SUPPORTED
2421       port_sm_server_port_network_role:
2422         type: string
2423         required: true
2424         status: SUPPORTED
2425       port_sm_server_port_network:
2426         type: list
2427         required: true
2428         status: SUPPORTED
2429         entry_schema:
2430           type: string
2431       compute_sm_server_name:
2432         type: list
2433         required: true
2434         status: SUPPORTED
2435         entry_schema:
2436           type: string
2437       port_sm_server_port_ip_requirements:
2438         type: list
2439         required: true
2440         status: SUPPORTED
2441         entry_schema:
2442           type: org.openecomp.datatypes.network.IpRequirements
2443       vm_image_name:
2444         type: string
2445         required: true
2446         status: SUPPORTED
2447       compute_sm_server_availability_zone:
2448         type: list
2449         required: true
2450         status: SUPPORTED
2451         entry_schema:
2452           type: string
2453       port_sm_server_port_mac_requirements:
2454         type: org.openecomp.datatypes.network.MacRequirements
2455         required: true
2456         status: SUPPORTED
2457       port_sm_server_port_replacement_policy:
2458         type: list
2459         required: true
2460         status: SUPPORTED
2461         entry_schema:
2462           type: string
2463       port_sm_server_port_fixed_ips:
2464         type: list
2465         required: true
2466         status: SUPPORTED
2467         entry_schema:
2468           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2469       port_sm_server_port_security_groups:
2470         type: list
2471         required: true
2472         status: SUPPORTED
2473         entry_schema:
2474           type: json
2475     requirements:
2476     - dependency_sm_server:
2477         capability: tosca.capabilities.Node
2478         node: tosca.nodes.Root
2479         relationship: tosca.relationships.DependsOn
2480         occurrences:
2481         - 0
2482         - UNBOUNDED
2483     - local_storage_sm_server:
2484         capability: tosca.capabilities.Attachment
2485         node: tosca.nodes.BlockStorage
2486         relationship: tosca.relationships.AttachesTo
2487         occurrences:
2488         - 0
2489         - UNBOUNDED
2490     - dependency_sm_server_sm_server_port:
2491         capability: tosca.capabilities.Node
2492         node: tosca.nodes.Root
2493         relationship: tosca.relationships.DependsOn
2494         occurrences:
2495         - 0
2496         - UNBOUNDED
2497     - link_sm_server_sm_server_port:
2498         capability: tosca.capabilities.network.Linkable
2499         relationship: tosca.relationships.network.LinksTo
2500         occurrences:
2501         - 1
2502         - 1
2503     capabilities:
2504       disk.device.read.requests_sm_server:
2505         type: org.openecomp.capabilities.metric.Ceilometer
2506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2507         occurrences:
2508         - 1
2509         - UNBOUNDED
2510       binding_sm_server_sm_server_port:
2511         type: tosca.capabilities.network.Bindable
2512         valid_source_types:
2513         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2514         occurrences:
2515         - 0
2516         - UNBOUNDED
2517       forwarder_sm_server_sm_server_port:
2518         type: org.openecomp.capabilities.Forwarder
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       disk.iops_sm_server:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       disk.device.capacity_sm_server:
2529         type: org.openecomp.capabilities.metric.Ceilometer
2530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2531         occurrences:
2532         - 1
2533         - UNBOUNDED
2534       disk.device.read.bytes.rate_sm_server:
2535         type: org.openecomp.capabilities.metric.Ceilometer
2536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2537         occurrences:
2538         - 1
2539         - UNBOUNDED
2540       disk.device.write.requests.rate_sm_server:
2541         type: org.openecomp.capabilities.metric.Ceilometer
2542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2543         occurrences:
2544         - 1
2545         - UNBOUNDED
2546       disk.device.allocation_sm_server:
2547         type: org.openecomp.capabilities.metric.Ceilometer
2548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2549         occurrences:
2550         - 1
2551         - UNBOUNDED
2552       network.incoming.bytes_sm_server_sm_server_port:
2553         type: org.openecomp.capabilities.metric.Ceilometer
2554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2555         occurrences:
2556         - 1
2557         - UNBOUNDED
2558       attachment_sm_server_sm_server_port:
2559         type: tosca.capabilities.Attachment
2560         occurrences:
2561         - 1
2562         - UNBOUNDED
2563       memory.usage_sm_server:
2564         type: org.openecomp.capabilities.metric.Ceilometer
2565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2566         occurrences:
2567         - 1
2568         - UNBOUNDED
2569       binding_sm_server:
2570         type: tosca.capabilities.network.Bindable
2571         occurrences:
2572         - 1
2573         - UNBOUNDED
2574       disk.read.requests_sm_server:
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       network.outpoing.packets_sm_server_sm_server_port:
2581         type: org.openecomp.capabilities.metric.Ceilometer
2582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2583         occurrences:
2584         - 1
2585         - UNBOUNDED
2586       endpoint_sm_server:
2587         type: tosca.capabilities.Endpoint.Admin
2588         occurrences:
2589         - 1
2590         - UNBOUNDED
2591       disk.device.read.requests.rate_sm_server:
2592         type: org.openecomp.capabilities.metric.Ceilometer
2593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2594         occurrences:
2595         - 1
2596         - UNBOUNDED
2597       disk.capacity_sm_server:
2598         type: org.openecomp.capabilities.metric.Ceilometer
2599         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2600         occurrences:
2601         - 1
2602         - UNBOUNDED
2603       disk.allocation_sm_server:
2604         type: org.openecomp.capabilities.metric.Ceilometer
2605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2606         occurrences:
2607         - 1
2608         - UNBOUNDED
2609       disk.root.size_sm_server:
2610         type: org.openecomp.capabilities.metric.Ceilometer
2611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2612         occurrences:
2613         - 1
2614         - UNBOUNDED
2615       disk.usage_sm_server:
2616         type: org.openecomp.capabilities.metric.Ceilometer
2617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2618         occurrences:
2619         - 1
2620         - UNBOUNDED
2621       vcpus_sm_server:
2622         type: org.openecomp.capabilities.metric.Ceilometer
2623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2624         occurrences:
2625         - 1
2626         - UNBOUNDED
2627       disk.write.bytes_sm_server:
2628         type: org.openecomp.capabilities.metric.Ceilometer
2629         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2630         occurrences:
2631         - 1
2632         - UNBOUNDED
2633       cpu.delta_sm_server:
2634         type: org.openecomp.capabilities.metric.Ceilometer
2635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2636         occurrences:
2637         - 1
2638         - UNBOUNDED
2639       os_sm_server:
2640         type: tosca.capabilities.OperatingSystem
2641         occurrences:
2642         - 1
2643         - UNBOUNDED
2644       feature_sm_server_sm_server_port:
2645         type: tosca.capabilities.Node
2646         occurrences:
2647         - 1
2648         - UNBOUNDED
2649       memory.resident_sm_server:
2650         type: org.openecomp.capabilities.metric.Ceilometer
2651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2652         occurrences:
2653         - 1
2654         - UNBOUNDED
2655       network.outgoing.bytes_sm_server_sm_server_port:
2656         type: org.openecomp.capabilities.metric.Ceilometer
2657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2658         occurrences:
2659         - 1
2660         - UNBOUNDED
2661       instance_sm_server:
2662         type: org.openecomp.capabilities.metric.Ceilometer
2663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2664         occurrences:
2665         - 1
2666         - UNBOUNDED
2667       cpu_sm_server:
2668         type: org.openecomp.capabilities.metric.Ceilometer
2669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2670         occurrences:
2671         - 1
2672         - UNBOUNDED
2673       disk.device.write.bytes_sm_server:
2674         type: org.openecomp.capabilities.metric.Ceilometer
2675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2676         occurrences:
2677         - 1
2678         - UNBOUNDED
2679       network.incoming.packets.rate_sm_server_sm_server_port:
2680         type: org.openecomp.capabilities.metric.Ceilometer
2681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2682         occurrences:
2683         - 1
2684         - UNBOUNDED
2685       disk.write.requests.rate_sm_server:
2686         type: org.openecomp.capabilities.metric.Ceilometer
2687         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2688         occurrences:
2689         - 1
2690         - UNBOUNDED
2691       disk.device.write.bytes.rate_sm_server:
2692         type: org.openecomp.capabilities.metric.Ceilometer
2693         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2694         occurrences:
2695         - 1
2696         - UNBOUNDED
2697       disk.write.bytes.rate_sm_server:
2698         type: org.openecomp.capabilities.metric.Ceilometer
2699         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2700         occurrences:
2701         - 1
2702         - UNBOUNDED
2703       disk.device.write.requests_sm_server:
2704         type: org.openecomp.capabilities.metric.Ceilometer
2705         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2706         occurrences:
2707         - 1
2708         - UNBOUNDED
2709       disk.device.latency_sm_server:
2710         type: org.openecomp.capabilities.metric.Ceilometer
2711         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2712         occurrences:
2713         - 1
2714         - UNBOUNDED
2715       host_sm_server:
2716         type: tosca.capabilities.Container
2717         valid_source_types:
2718         - tosca.nodes.SoftwareComponent
2719         occurrences:
2720         - 1
2721         - UNBOUNDED
2722       feature_sm_server:
2723         type: tosca.capabilities.Node
2724         occurrences:
2725         - 1
2726         - UNBOUNDED
2727       disk.device.usage_sm_server:
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       scalable_sm_server:
2734         type: tosca.capabilities.Scalable
2735         occurrences:
2736         - 1
2737         - UNBOUNDED
2738       disk.device.iops_sm_server:
2739         type: org.openecomp.capabilities.metric.Ceilometer
2740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2741         occurrences:
2742         - 1
2743         - UNBOUNDED
2744       disk.read.bytes.rate_sm_server:
2745         type: org.openecomp.capabilities.metric.Ceilometer
2746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2747         occurrences:
2748         - 1
2749         - UNBOUNDED
2750       disk.device.read.bytes_sm_server:
2751         type: org.openecomp.capabilities.metric.Ceilometer
2752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2753         occurrences:
2754         - 1
2755         - UNBOUNDED
2756       disk.latency_sm_server:
2757         type: org.openecomp.capabilities.metric.Ceilometer
2758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2759         occurrences:
2760         - 1
2761         - UNBOUNDED
2762       network.incoming.bytes.rate_sm_server_sm_server_port:
2763         type: org.openecomp.capabilities.metric.Ceilometer
2764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2765         occurrences:
2766         - 1
2767         - UNBOUNDED
2768       disk.read.bytes_sm_server:
2769         type: org.openecomp.capabilities.metric.Ceilometer
2770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2771         occurrences:
2772         - 1
2773         - UNBOUNDED
2774       disk.write.requests_sm_server:
2775         type: org.openecomp.capabilities.metric.Ceilometer
2776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2777         occurrences:
2778         - 1
2779         - UNBOUNDED
2780       cpu_util_sm_server:
2781         type: org.openecomp.capabilities.metric.Ceilometer
2782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2783         occurrences:
2784         - 1
2785         - UNBOUNDED
2786       disk.ephemeral.size_sm_server:
2787         type: org.openecomp.capabilities.metric.Ceilometer
2788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2789         occurrences:
2790         - 1
2791         - UNBOUNDED
2792       network.outgoing.packets.rate_sm_server_sm_server_port:
2793         type: org.openecomp.capabilities.metric.Ceilometer
2794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2795         occurrences:
2796         - 1
2797         - UNBOUNDED
2798       network.incoming.packets_sm_server_sm_server_port:
2799         type: org.openecomp.capabilities.metric.Ceilometer
2800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2801         occurrences:
2802         - 1
2803         - UNBOUNDED
2804       memory_sm_server:
2805         type: org.openecomp.capabilities.metric.Ceilometer
2806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2807         occurrences:
2808         - 1
2809         - UNBOUNDED
2810       network.outgoing.bytes.rate_sm_server_sm_server_port:
2811         type: org.openecomp.capabilities.metric.Ceilometer
2812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2813         occurrences:
2814         - 1
2815         - UNBOUNDED
2816   org.openecomp.resource.abstract.nodes.ps_server:
2817     derived_from: org.openecomp.resource.abstract.nodes.VFC
2818     properties:
2819       port_ps_server_port_network:
2820         type: list
2821         required: true
2822         status: SUPPORTED
2823         entry_schema:
2824           type: string
2825       compute_ps_server_name:
2826         type: list
2827         required: true
2828         status: SUPPORTED
2829         entry_schema:
2830           type: string
2831       port_ps_server_port_security_groups:
2832         type: list
2833         required: true
2834         status: SUPPORTED
2835         entry_schema:
2836           type: json
2837       port_ps_server_port_vlan_requirements:
2838         type: list
2839         required: true
2840         status: SUPPORTED
2841         entry_schema:
2842           type: org.openecomp.datatypes.network.VlanRequirements
2843       compute_ps_server_availability_zone:
2844         type: list
2845         required: true
2846         status: SUPPORTED
2847         entry_schema:
2848           type: string
2849       port_ps_server_port_network_role:
2850         type: string
2851         required: true
2852         status: SUPPORTED
2853       index_value:
2854         type: integer
2855         description: Index value of this substitution service template runtime instance
2856         required: false
2857         default: 0
2858         status: SUPPORTED
2859         constraints:
2860         - greater_or_equal: 0
2861       port_ps_server_port_order:
2862         type: integer
2863         required: true
2864         status: SUPPORTED
2865       port_ps_server_port_subnetpoolid:
2866         type: string
2867         required: true
2868         status: SUPPORTED
2869       port_ps_server_port_fixed_ips:
2870         type: list
2871         required: true
2872         status: SUPPORTED
2873         entry_schema:
2874           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2875       vm_flavor_name:
2876         type: string
2877         required: true
2878         status: SUPPORTED
2879       port_ps_server_port_exCP_naming:
2880         type: org.openecomp.datatypes.Naming
2881         required: true
2882         status: SUPPORTED
2883       port_ps_server_port_ip_requirements:
2884         type: list
2885         required: true
2886         status: SUPPORTED
2887         entry_schema:
2888           type: org.openecomp.datatypes.network.IpRequirements
2889       port_ps_server_port_mac_requirements:
2890         type: org.openecomp.datatypes.network.MacRequirements
2891         required: true
2892         status: SUPPORTED
2893       vm_image_name:
2894         type: string
2895         required: true
2896         status: SUPPORTED
2897       port_ps_server_port_replacement_policy:
2898         type: list
2899         required: true
2900         status: SUPPORTED
2901         entry_schema:
2902           type: string
2903       port_ps_server_port_network_role_tag:
2904         type: string
2905         required: true
2906         status: SUPPORTED
2907     requirements:
2908     - dependency_ps_server_ps_server_port:
2909         capability: tosca.capabilities.Node
2910         node: tosca.nodes.Root
2911         relationship: tosca.relationships.DependsOn
2912         occurrences:
2913         - 0
2914         - UNBOUNDED
2915     - link_ps_server_ps_server_port:
2916         capability: tosca.capabilities.network.Linkable
2917         relationship: tosca.relationships.network.LinksTo
2918         occurrences:
2919         - 1
2920         - 1
2921     - dependency_ps_server:
2922         capability: tosca.capabilities.Node
2923         node: tosca.nodes.Root
2924         relationship: tosca.relationships.DependsOn
2925         occurrences:
2926         - 0
2927         - UNBOUNDED
2928     - local_storage_ps_server:
2929         capability: tosca.capabilities.Attachment
2930         node: tosca.nodes.BlockStorage
2931         relationship: tosca.relationships.AttachesTo
2932         occurrences:
2933         - 0
2934         - UNBOUNDED
2935     capabilities:
2936       instance_ps_server:
2937         type: org.openecomp.capabilities.metric.Ceilometer
2938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2939         occurrences:
2940         - 1
2941         - UNBOUNDED
2942       host_ps_server:
2943         type: tosca.capabilities.Container
2944         valid_source_types:
2945         - tosca.nodes.SoftwareComponent
2946         occurrences:
2947         - 1
2948         - UNBOUNDED
2949       network.incoming.packets_ps_server_ps_server_port:
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       cpu.delta_ps_server:
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       disk.write.bytes.rate_ps_server:
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       forwarder_ps_server_ps_server_port:
2968         type: org.openecomp.capabilities.Forwarder
2969         occurrences:
2970         - 1
2971         - UNBOUNDED
2972       feature_ps_server_ps_server_port:
2973         type: tosca.capabilities.Node
2974         occurrences:
2975         - 1
2976         - UNBOUNDED
2977       feature_ps_server:
2978         type: tosca.capabilities.Node
2979         occurrences:
2980         - 1
2981         - UNBOUNDED
2982       disk.root.size_ps_server:
2983         type: org.openecomp.capabilities.metric.Ceilometer
2984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2985         occurrences:
2986         - 1
2987         - UNBOUNDED
2988       disk.device.read.requests.rate_ps_server:
2989         type: org.openecomp.capabilities.metric.Ceilometer
2990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2991         occurrences:
2992         - 1
2993         - UNBOUNDED
2994       cpu_ps_server:
2995         type: org.openecomp.capabilities.metric.Ceilometer
2996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2997         occurrences:
2998         - 1
2999         - UNBOUNDED
3000       disk.device.write.bytes_ps_server:
3001         type: org.openecomp.capabilities.metric.Ceilometer
3002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3003         occurrences:
3004         - 1
3005         - UNBOUNDED
3006       disk.device.read.bytes_ps_server:
3007         type: org.openecomp.capabilities.metric.Ceilometer
3008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3009         occurrences:
3010         - 1
3011         - UNBOUNDED
3012       disk.read.bytes_ps_server:
3013         type: org.openecomp.capabilities.metric.Ceilometer
3014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3015         occurrences:
3016         - 1
3017         - UNBOUNDED
3018       network.incoming.bytes_ps_server_ps_server_port:
3019         type: org.openecomp.capabilities.metric.Ceilometer
3020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3021         occurrences:
3022         - 1
3023         - UNBOUNDED
3024       disk.device.iops_ps_server:
3025         type: org.openecomp.capabilities.metric.Ceilometer
3026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3027         occurrences:
3028         - 1
3029         - UNBOUNDED
3030       disk.device.latency_ps_server:
3031         type: org.openecomp.capabilities.metric.Ceilometer
3032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3033         occurrences:
3034         - 1
3035         - UNBOUNDED
3036       disk.read.bytes.rate_ps_server:
3037         type: org.openecomp.capabilities.metric.Ceilometer
3038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3039         occurrences:
3040         - 1
3041         - UNBOUNDED
3042       memory_ps_server:
3043         type: org.openecomp.capabilities.metric.Ceilometer
3044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3045         occurrences:
3046         - 1
3047         - UNBOUNDED
3048       scalable_ps_server:
3049         type: tosca.capabilities.Scalable
3050         occurrences:
3051         - 1
3052         - UNBOUNDED
3053       attachment_ps_server_ps_server_port:
3054         type: tosca.capabilities.Attachment
3055         occurrences:
3056         - 1
3057         - UNBOUNDED
3058       disk.write.requests.rate_ps_server:
3059         type: org.openecomp.capabilities.metric.Ceilometer
3060         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3061         occurrences:
3062         - 1
3063         - UNBOUNDED
3064       disk.write.requests_ps_server:
3065         type: org.openecomp.capabilities.metric.Ceilometer
3066         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3067         occurrences:
3068         - 1
3069         - UNBOUNDED
3070       disk.latency_ps_server:
3071         type: org.openecomp.capabilities.metric.Ceilometer
3072         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3073         occurrences:
3074         - 1
3075         - UNBOUNDED
3076       disk.ephemeral.size_ps_server:
3077         type: org.openecomp.capabilities.metric.Ceilometer
3078         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3079         occurrences:
3080         - 1
3081         - UNBOUNDED
3082       disk.device.capacity_ps_server:
3083         type: org.openecomp.capabilities.metric.Ceilometer
3084         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3085         occurrences:
3086         - 1
3087         - UNBOUNDED
3088       network.incoming.packets.rate_ps_server_ps_server_port:
3089         type: org.openecomp.capabilities.metric.Ceilometer
3090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3091         occurrences:
3092         - 1
3093         - UNBOUNDED
3094       disk.iops_ps_server:
3095         type: org.openecomp.capabilities.metric.Ceilometer
3096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3097         occurrences:
3098         - 1
3099         - UNBOUNDED
3100       disk.device.read.bytes.rate_ps_server:
3101         type: org.openecomp.capabilities.metric.Ceilometer
3102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3103         occurrences:
3104         - 1
3105         - UNBOUNDED
3106       cpu_util_ps_server:
3107         type: org.openecomp.capabilities.metric.Ceilometer
3108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3109         occurrences:
3110         - 1
3111         - UNBOUNDED
3112       memory.resident_ps_server:
3113         type: org.openecomp.capabilities.metric.Ceilometer
3114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3115         occurrences:
3116         - 1
3117         - UNBOUNDED
3118       disk.device.read.requests_ps_server:
3119         type: org.openecomp.capabilities.metric.Ceilometer
3120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3121         occurrences:
3122         - 1
3123         - UNBOUNDED
3124       disk.write.bytes_ps_server:
3125         type: org.openecomp.capabilities.metric.Ceilometer
3126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3127         occurrences:
3128         - 1
3129         - UNBOUNDED
3130       network.outgoing.bytes.rate_ps_server_ps_server_port:
3131         type: org.openecomp.capabilities.metric.Ceilometer
3132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3133         occurrences:
3134         - 1
3135         - UNBOUNDED
3136       network.outgoing.packets.rate_ps_server_ps_server_port:
3137         type: org.openecomp.capabilities.metric.Ceilometer
3138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3139         occurrences:
3140         - 1
3141         - UNBOUNDED
3142       network.incoming.bytes.rate_ps_server_ps_server_port:
3143         type: org.openecomp.capabilities.metric.Ceilometer
3144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3145         occurrences:
3146         - 1
3147         - UNBOUNDED
3148       disk.device.write.requests.rate_ps_server:
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.read.requests_ps_server:
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       disk.allocation_ps_server:
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       memory.usage_ps_server:
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       binding_ps_server:
3173         type: tosca.capabilities.network.Bindable
3174         occurrences:
3175         - 1
3176         - UNBOUNDED
3177       os_ps_server:
3178         type: tosca.capabilities.OperatingSystem
3179         occurrences:
3180         - 1
3181         - UNBOUNDED
3182       disk.device.usage_ps_server:
3183         type: org.openecomp.capabilities.metric.Ceilometer
3184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3185         occurrences:
3186         - 1
3187         - UNBOUNDED
3188       binding_ps_server_ps_server_port:
3189         type: tosca.capabilities.network.Bindable
3190         valid_source_types:
3191         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3192         occurrences:
3193         - 0
3194         - UNBOUNDED
3195       disk.device.write.bytes.rate_ps_server:
3196         type: org.openecomp.capabilities.metric.Ceilometer
3197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3198         occurrences:
3199         - 1
3200         - UNBOUNDED
3201       vcpus_ps_server:
3202         type: org.openecomp.capabilities.metric.Ceilometer
3203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3204         occurrences:
3205         - 1
3206         - UNBOUNDED
3207       network.outgoing.bytes_ps_server_ps_server_port:
3208         type: org.openecomp.capabilities.metric.Ceilometer
3209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3210         occurrences:
3211         - 1
3212         - UNBOUNDED
3213       disk.usage_ps_server:
3214         type: org.openecomp.capabilities.metric.Ceilometer
3215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3216         occurrences:
3217         - 1
3218         - UNBOUNDED
3219       disk.device.write.requests_ps_server:
3220         type: org.openecomp.capabilities.metric.Ceilometer
3221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3222         occurrences:
3223         - 1
3224         - UNBOUNDED
3225       network.outpoing.packets_ps_server_ps_server_port:
3226         type: org.openecomp.capabilities.metric.Ceilometer
3227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3228         occurrences:
3229         - 1
3230         - UNBOUNDED
3231       endpoint_ps_server:
3232         type: tosca.capabilities.Endpoint.Admin
3233         occurrences:
3234         - 1
3235         - UNBOUNDED
3236       disk.capacity_ps_server:
3237         type: org.openecomp.capabilities.metric.Ceilometer
3238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3239         occurrences:
3240         - 1
3241         - UNBOUNDED
3242       disk.device.allocation_ps_server:
3243         type: org.openecomp.capabilities.metric.Ceilometer
3244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3245         occurrences:
3246         - 1
3247         - UNBOUNDED