40180ddccba72b47934cc221e26db231568261bd
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.vfc.nodes.heat.pd_server:
9     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
10     properties:
11       port_pd01_port_2_order:
12         type: integer
13         required: true
14         status: SUPPORTED
15       port_pd01_port_3_network_role:
16         type: string
17         required: true
18         status: SUPPORTED
19       port_pd01_port_3_order:
20         type: integer
21         required: true
22         status: SUPPORTED
23       index_value:
24         type: integer
25         description: Index value of this substitution service template runtime instance
26         required: false
27         default: 0
28         status: SUPPORTED
29         constraints:
30         - greater_or_equal: 0
31       port_pd01_port_2_vlan_requirements:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: org.openecomp.datatypes.network.VlanRequirements
37       compute_pd_server_availability_zone:
38         type: list
39         required: true
40         status: SUPPORTED
41         entry_schema:
42           type: string
43       compute_pd_server_name:
44         type: list
45         required: true
46         status: SUPPORTED
47         entry_schema:
48           type: string
49       vm_flavor_name:
50         type: string
51         required: true
52         status: SUPPORTED
53       port_pd01_port_2_network_role_tag:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd01_port_3_ip_requirements:
58         type: list
59         required: true
60         status: SUPPORTED
61         entry_schema:
62           type: org.openecomp.datatypes.network.IpRequirements
63       port_pd01_port_3_mac_requirements:
64         type: org.openecomp.datatypes.network.MacRequirements
65         required: true
66         status: SUPPORTED
67       port_pd01_port_3_network:
68         type: list
69         required: true
70         status: SUPPORTED
71         entry_schema:
72           type: string
73       port_pd01_port_2_network_role:
74         type: string
75         required: true
76         status: SUPPORTED
77       port_pd01_port_2_subnetpoolid:
78         type: string
79         required: true
80         status: SUPPORTED
81       vm_image_name:
82         type: string
83         required: true
84         status: SUPPORTED
85       port_pd01_port_3_subnetpoolid:
86         type: string
87         required: true
88         status: SUPPORTED
89       port_pd01_port_2_network:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: string
95       port_pd01_port_3_vlan_requirements:
96         type: list
97         required: true
98         status: SUPPORTED
99         entry_schema:
100           type: org.openecomp.datatypes.network.VlanRequirements
101       port_pd01_port_2_mac_requirements:
102         type: org.openecomp.datatypes.network.MacRequirements
103         required: true
104         status: SUPPORTED
105       port_pd01_port_2_exCP_naming:
106         type: org.openecomp.datatypes.Naming
107         required: true
108         status: SUPPORTED
109       port_pd01_port_3_network_role_tag:
110         type: string
111         required: true
112         status: SUPPORTED
113       compute_pd_server_user_data_format:
114         type: list
115         required: true
116         status: SUPPORTED
117         entry_schema:
118           type: string
119       port_pd01_port_2_ip_requirements:
120         type: list
121         required: true
122         status: SUPPORTED
123         entry_schema:
124           type: org.openecomp.datatypes.network.IpRequirements
125       port_pd01_port_3_exCP_naming:
126         type: org.openecomp.datatypes.Naming
127         required: true
128         status: SUPPORTED
129   org.openecomp.resource.abstract.nodes.pd_server:
130     derived_from: org.openecomp.resource.abstract.nodes.VFC
131     properties:
132       index_value:
133         type: integer
134         description: Index value of this substitution service template runtime instance
135         required: false
136         default: 0
137         status: SUPPORTED
138         constraints:
139         - greater_or_equal: 0
140       compute_pd_server_availability_zone:
141         type: list
142         required: true
143         status: SUPPORTED
144         entry_schema:
145           type: string
146       compute_pd_server_name:
147         type: list
148         required: true
149         status: SUPPORTED
150         entry_schema:
151           type: string
152       port_pd01_port_exCP_naming:
153         type: org.openecomp.datatypes.Naming
154         required: true
155         status: SUPPORTED
156       vm_flavor_name:
157         type: string
158         required: true
159         status: SUPPORTED
160       port_pd01_port_mac_requirements:
161         type: org.openecomp.datatypes.network.MacRequirements
162         required: true
163         status: SUPPORTED
164       vm_image_name:
165         type: string
166         required: true
167         status: SUPPORTED
168       port_pd01_port_ip_requirements:
169         type: list
170         required: true
171         status: SUPPORTED
172         entry_schema:
173           type: org.openecomp.datatypes.network.IpRequirements
174       port_pd01_port_network:
175         type: list
176         required: true
177         status: SUPPORTED
178         entry_schema:
179           type: string
180       port_pd01_port_order:
181         type: integer
182         required: true
183         status: SUPPORTED
184       port_pd01_port_subnetpoolid:
185         type: string
186         required: true
187         status: SUPPORTED
188       port_pd01_port_network_role:
189         type: string
190         required: true
191         status: SUPPORTED
192       port_pd01_port_network_role_tag:
193         type: string
194         required: true
195         status: SUPPORTED
196       port_pd01_port_vlan_requirements:
197         type: list
198         required: true
199         status: SUPPORTED
200         entry_schema:
201           type: org.openecomp.datatypes.network.VlanRequirements
202       compute_pd_server_user_data_format:
203         type: list
204         required: true
205         status: SUPPORTED
206         entry_schema:
207           type: string
208     requirements:
209     - dependency_pd_server:
210         capability: tosca.capabilities.Node
211         node: tosca.nodes.Root
212         relationship: tosca.relationships.DependsOn
213         occurrences:
214         - 0
215         - UNBOUNDED
216     - local_storage_pd_server:
217         capability: tosca.capabilities.Attachment
218         node: tosca.nodes.BlockStorage
219         relationship: tosca.relationships.AttachesTo
220         occurrences:
221         - 0
222         - UNBOUNDED
223     - dependency_pd_server_pd01_port:
224         capability: tosca.capabilities.Node
225         node: tosca.nodes.Root
226         relationship: tosca.relationships.DependsOn
227         occurrences:
228         - 0
229         - UNBOUNDED
230     - link_pd_server_pd01_port:
231         capability: tosca.capabilities.network.Linkable
232         relationship: tosca.relationships.network.LinksTo
233         occurrences:
234         - 1
235         - 1
236     capabilities:
237       scalable_pd_server:
238         type: tosca.capabilities.Scalable
239         occurrences:
240         - 1
241         - UNBOUNDED
242       disk.read.bytes.rate_pd_server:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       memory.usage_pd_server:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       memory_pd_server:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.device.usage_pd_server:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       network.outgoing.packets.rate_pd_server_pd01_port:
267         type: org.openecomp.capabilities.metric.Ceilometer
268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
269         occurrences:
270         - 1
271         - UNBOUNDED
272       os_pd_server:
273         type: tosca.capabilities.OperatingSystem
274         occurrences:
275         - 1
276         - UNBOUNDED
277       disk.write.bytes.rate_pd_server:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       network.incoming.bytes_pd_server_pd01_port:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       cpu_pd_server:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       cpu_util_pd_server:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.write.requests.rate_pd_server:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       disk.read.bytes_pd_server:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       disk.device.read.bytes.rate_pd_server:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       network.outgoing.bytes_pd_server_pd01_port:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       disk.iops_pd_server:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       memory.resident_pd_server:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       cpu.delta_pd_server:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       network.incoming.packets.rate_pd_server_pd01_port:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       vcpus_pd_server:
350         type: org.openecomp.capabilities.metric.Ceilometer
351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
352         occurrences:
353         - 1
354         - UNBOUNDED
355       disk.device.write.bytes.rate_pd_server:
356         type: org.openecomp.capabilities.metric.Ceilometer
357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
358         occurrences:
359         - 1
360         - UNBOUNDED
361       disk.device.write.requests_pd_server:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       endpoint_pd_server:
368         type: tosca.capabilities.Endpoint.Admin
369         occurrences:
370         - 1
371         - UNBOUNDED
372       attachment_pd_server_pd01_port:
373         type: tosca.capabilities.Attachment
374         occurrences:
375         - 1
376         - UNBOUNDED
377       disk.capacity_pd_server:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.device.allocation_pd_server:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.allocation_pd_server:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       binding_pd_server:
396         type: tosca.capabilities.network.Bindable
397         occurrences:
398         - 1
399         - UNBOUNDED
400       disk.read.requests_pd_server:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       feature_pd_server:
407         type: tosca.capabilities.Node
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.usage_pd_server:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       binding_pd_server_pd01_port:
418         type: tosca.capabilities.network.Bindable
419         valid_source_types:
420         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
421         occurrences:
422         - 0
423         - UNBOUNDED
424       disk.write.bytes_pd_server:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       network.incoming.bytes.rate_pd_server_pd01_port:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       network.incoming.packets_pd_server_pd01_port:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       disk.device.read.requests.rate_pd_server:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       disk.root.size_pd_server:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       disk.device.read.bytes_pd_server:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       disk.device.write.bytes_pd_server:
461         type: org.openecomp.capabilities.metric.Ceilometer
462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
463         occurrences:
464         - 1
465         - UNBOUNDED
466       disk.device.read.requests_pd_server:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       instance_pd_server:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       host_pd_server:
479         type: tosca.capabilities.Container
480         valid_source_types:
481         - tosca.nodes.SoftwareComponent
482         occurrences:
483         - 1
484         - UNBOUNDED
485       network.outpoing.packets_pd_server_pd01_port:
486         type: org.openecomp.capabilities.metric.Ceilometer
487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
488         occurrences:
489         - 1
490         - UNBOUNDED
491       disk.write.requests.rate_pd_server:
492         type: org.openecomp.capabilities.metric.Ceilometer
493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
494         occurrences:
495         - 1
496         - UNBOUNDED
497       disk.ephemeral.size_pd_server:
498         type: org.openecomp.capabilities.metric.Ceilometer
499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
500         occurrences:
501         - 1
502         - UNBOUNDED
503       disk.write.requests_pd_server:
504         type: org.openecomp.capabilities.metric.Ceilometer
505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
506         occurrences:
507         - 1
508         - UNBOUNDED
509       feature_pd_server_pd01_port:
510         type: tosca.capabilities.Node
511         occurrences:
512         - 1
513         - UNBOUNDED
514       disk.device.latency_pd_server:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       disk.latency_pd_server:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526       disk.device.capacity_pd_server:
527         type: org.openecomp.capabilities.metric.Ceilometer
528         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
529         occurrences:
530         - 1
531         - UNBOUNDED
532       network.outgoing.bytes.rate_pd_server_pd01_port:
533         type: org.openecomp.capabilities.metric.Ceilometer
534         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
535         occurrences:
536         - 1
537         - UNBOUNDED
538       disk.device.iops_pd_server:
539         type: org.openecomp.capabilities.metric.Ceilometer
540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
541         occurrences:
542         - 1
543         - UNBOUNDED
544   org.openecomp.resource.abstract.nodes.pd_server_1:
545     derived_from: org.openecomp.resource.abstract.nodes.VFC
546     properties:
547       index_value:
548         type: integer
549         description: Index value of this substitution service template runtime instance
550         required: false
551         default: 0
552         status: SUPPORTED
553         constraints:
554         - greater_or_equal: 0
555       compute_pd_server_availability_zone:
556         type: list
557         required: true
558         status: SUPPORTED
559         entry_schema:
560           type: string
561       compute_pd_server_name:
562         type: list
563         required: true
564         status: SUPPORTED
565         entry_schema:
566           type: string
567       port_pd01_port_exCP_naming:
568         type: org.openecomp.datatypes.Naming
569         required: true
570         status: SUPPORTED
571       vm_flavor_name:
572         type: string
573         required: true
574         status: SUPPORTED
575       port_pd01_port_mac_requirements:
576         type: org.openecomp.datatypes.network.MacRequirements
577         required: true
578         status: SUPPORTED
579       vm_image_name:
580         type: string
581         required: true
582         status: SUPPORTED
583       port_pd01_port_ip_requirements:
584         type: list
585         required: true
586         status: SUPPORTED
587         entry_schema:
588           type: org.openecomp.datatypes.network.IpRequirements
589       port_pd01_port_network:
590         type: list
591         required: true
592         status: SUPPORTED
593         entry_schema:
594           type: string
595       port_pd01_port_order:
596         type: integer
597         required: true
598         status: SUPPORTED
599       port_pd01_port_subnetpoolid:
600         type: string
601         required: true
602         status: SUPPORTED
603       port_pd01_port_network_role:
604         type: string
605         required: true
606         status: SUPPORTED
607       port_pd01_port_network_role_tag:
608         type: string
609         required: true
610         status: SUPPORTED
611       port_pd01_port_vlan_requirements:
612         type: list
613         required: true
614         status: SUPPORTED
615         entry_schema:
616           type: org.openecomp.datatypes.network.VlanRequirements
617       compute_pd_server_user_data_format:
618         type: list
619         required: true
620         status: SUPPORTED
621         entry_schema:
622           type: string
623     requirements:
624     - dependency_pd_server:
625         capability: tosca.capabilities.Node
626         node: tosca.nodes.Root
627         relationship: tosca.relationships.DependsOn
628         occurrences:
629         - 0
630         - UNBOUNDED
631     - local_storage_pd_server:
632         capability: tosca.capabilities.Attachment
633         node: tosca.nodes.BlockStorage
634         relationship: tosca.relationships.AttachesTo
635         occurrences:
636         - 0
637         - UNBOUNDED
638     - dependency_pd_server_pd01_port:
639         capability: tosca.capabilities.Node
640         node: tosca.nodes.Root
641         relationship: tosca.relationships.DependsOn
642         occurrences:
643         - 0
644         - UNBOUNDED
645     - link_pd_server_pd01_port:
646         capability: tosca.capabilities.network.Linkable
647         relationship: tosca.relationships.network.LinksTo
648         occurrences:
649         - 1
650         - 1
651     capabilities:
652       scalable_pd_server:
653         type: tosca.capabilities.Scalable
654         occurrences:
655         - 1
656         - UNBOUNDED
657       disk.read.bytes.rate_pd_server:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       memory.usage_pd_server:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       memory_pd_server:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       disk.device.usage_pd_server:
676         type: org.openecomp.capabilities.metric.Ceilometer
677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
678         occurrences:
679         - 1
680         - UNBOUNDED
681       network.outgoing.packets.rate_pd_server_pd01_port:
682         type: org.openecomp.capabilities.metric.Ceilometer
683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
684         occurrences:
685         - 1
686         - UNBOUNDED
687       os_pd_server:
688         type: tosca.capabilities.OperatingSystem
689         occurrences:
690         - 1
691         - UNBOUNDED
692       disk.write.bytes.rate_pd_server:
693         type: org.openecomp.capabilities.metric.Ceilometer
694         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
695         occurrences:
696         - 1
697         - UNBOUNDED
698       network.incoming.bytes_pd_server_pd01_port:
699         type: org.openecomp.capabilities.metric.Ceilometer
700         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
701         occurrences:
702         - 1
703         - UNBOUNDED
704       cpu_pd_server:
705         type: org.openecomp.capabilities.metric.Ceilometer
706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
707         occurrences:
708         - 1
709         - UNBOUNDED
710       cpu_util_pd_server:
711         type: org.openecomp.capabilities.metric.Ceilometer
712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
713         occurrences:
714         - 1
715         - UNBOUNDED
716       disk.device.write.requests.rate_pd_server:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       disk.read.bytes_pd_server:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       disk.device.read.bytes.rate_pd_server:
729         type: org.openecomp.capabilities.metric.Ceilometer
730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
731         occurrences:
732         - 1
733         - UNBOUNDED
734       network.outgoing.bytes_pd_server_pd01_port:
735         type: org.openecomp.capabilities.metric.Ceilometer
736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
737         occurrences:
738         - 1
739         - UNBOUNDED
740       disk.iops_pd_server:
741         type: org.openecomp.capabilities.metric.Ceilometer
742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
743         occurrences:
744         - 1
745         - UNBOUNDED
746       memory.resident_pd_server:
747         type: org.openecomp.capabilities.metric.Ceilometer
748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
749         occurrences:
750         - 1
751         - UNBOUNDED
752       cpu.delta_pd_server:
753         type: org.openecomp.capabilities.metric.Ceilometer
754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
755         occurrences:
756         - 1
757         - UNBOUNDED
758       network.incoming.packets.rate_pd_server_pd01_port:
759         type: org.openecomp.capabilities.metric.Ceilometer
760         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
761         occurrences:
762         - 1
763         - UNBOUNDED
764       vcpus_pd_server:
765         type: org.openecomp.capabilities.metric.Ceilometer
766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
767         occurrences:
768         - 1
769         - UNBOUNDED
770       disk.device.write.bytes.rate_pd_server:
771         type: org.openecomp.capabilities.metric.Ceilometer
772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
773         occurrences:
774         - 1
775         - UNBOUNDED
776       disk.device.write.requests_pd_server:
777         type: org.openecomp.capabilities.metric.Ceilometer
778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
779         occurrences:
780         - 1
781         - UNBOUNDED
782       endpoint_pd_server:
783         type: tosca.capabilities.Endpoint.Admin
784         occurrences:
785         - 1
786         - UNBOUNDED
787       attachment_pd_server_pd01_port:
788         type: tosca.capabilities.Attachment
789         occurrences:
790         - 1
791         - UNBOUNDED
792       disk.capacity_pd_server:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       disk.device.allocation_pd_server:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       disk.allocation_pd_server:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       binding_pd_server:
811         type: tosca.capabilities.network.Bindable
812         occurrences:
813         - 1
814         - UNBOUNDED
815       disk.read.requests_pd_server:
816         type: org.openecomp.capabilities.metric.Ceilometer
817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
818         occurrences:
819         - 1
820         - UNBOUNDED
821       feature_pd_server:
822         type: tosca.capabilities.Node
823         occurrences:
824         - 1
825         - UNBOUNDED
826       disk.usage_pd_server:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       binding_pd_server_pd01_port:
833         type: tosca.capabilities.network.Bindable
834         valid_source_types:
835         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
836         occurrences:
837         - 0
838         - UNBOUNDED
839       disk.write.bytes_pd_server:
840         type: org.openecomp.capabilities.metric.Ceilometer
841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
842         occurrences:
843         - 1
844         - UNBOUNDED
845       network.incoming.bytes.rate_pd_server_pd01_port:
846         type: org.openecomp.capabilities.metric.Ceilometer
847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
848         occurrences:
849         - 1
850         - UNBOUNDED
851       network.incoming.packets_pd_server_pd01_port:
852         type: org.openecomp.capabilities.metric.Ceilometer
853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
854         occurrences:
855         - 1
856         - UNBOUNDED
857       disk.device.read.requests.rate_pd_server:
858         type: org.openecomp.capabilities.metric.Ceilometer
859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
860         occurrences:
861         - 1
862         - UNBOUNDED
863       disk.root.size_pd_server:
864         type: org.openecomp.capabilities.metric.Ceilometer
865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
866         occurrences:
867         - 1
868         - UNBOUNDED
869       disk.device.read.bytes_pd_server:
870         type: org.openecomp.capabilities.metric.Ceilometer
871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
872         occurrences:
873         - 1
874         - UNBOUNDED
875       disk.device.write.bytes_pd_server:
876         type: org.openecomp.capabilities.metric.Ceilometer
877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
878         occurrences:
879         - 1
880         - UNBOUNDED
881       disk.device.read.requests_pd_server:
882         type: org.openecomp.capabilities.metric.Ceilometer
883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
884         occurrences:
885         - 1
886         - UNBOUNDED
887       instance_pd_server:
888         type: org.openecomp.capabilities.metric.Ceilometer
889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
890         occurrences:
891         - 1
892         - UNBOUNDED
893       host_pd_server:
894         type: tosca.capabilities.Container
895         valid_source_types:
896         - tosca.nodes.SoftwareComponent
897         occurrences:
898         - 1
899         - UNBOUNDED
900       network.outpoing.packets_pd_server_pd01_port:
901         type: org.openecomp.capabilities.metric.Ceilometer
902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
903         occurrences:
904         - 1
905         - UNBOUNDED
906       disk.write.requests.rate_pd_server:
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.ephemeral.size_pd_server:
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.write.requests_pd_server:
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       feature_pd_server_pd01_port:
925         type: tosca.capabilities.Node
926         occurrences:
927         - 1
928         - UNBOUNDED
929       disk.device.latency_pd_server:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       disk.latency_pd_server:
936         type: org.openecomp.capabilities.metric.Ceilometer
937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
938         occurrences:
939         - 1
940         - UNBOUNDED
941       disk.device.capacity_pd_server:
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       network.outgoing.bytes.rate_pd_server_pd01_port:
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.device.iops_pd_server:
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   org.openecomp.resource.abstract.nodes.pd_server_2:
960     derived_from: org.openecomp.resource.abstract.nodes.VFC
961     properties:
962       port_pd01_port_2_order:
963         type: integer
964         required: true
965         status: SUPPORTED
966       port_pd01_port_3_network_role:
967         type: string
968         required: true
969         status: SUPPORTED
970       port_pd01_port_3_order:
971         type: integer
972         required: true
973         status: SUPPORTED
974       index_value:
975         type: integer
976         description: Index value of this substitution service template runtime instance
977         required: false
978         default: 0
979         status: SUPPORTED
980         constraints:
981         - greater_or_equal: 0
982       port_pd01_port_2_vlan_requirements:
983         type: list
984         required: true
985         status: SUPPORTED
986         entry_schema:
987           type: org.openecomp.datatypes.network.VlanRequirements
988       compute_pd_server_availability_zone:
989         type: list
990         required: true
991         status: SUPPORTED
992         entry_schema:
993           type: string
994       compute_pd_server_name:
995         type: list
996         required: true
997         status: SUPPORTED
998         entry_schema:
999           type: string
1000       vm_flavor_name:
1001         type: string
1002         required: true
1003         status: SUPPORTED
1004       port_pd01_port_2_network_role_tag:
1005         type: string
1006         required: true
1007         status: SUPPORTED
1008       port_pd01_port_3_ip_requirements:
1009         type: list
1010         required: true
1011         status: SUPPORTED
1012         entry_schema:
1013           type: org.openecomp.datatypes.network.IpRequirements
1014       port_pd01_port_3_mac_requirements:
1015         type: org.openecomp.datatypes.network.MacRequirements
1016         required: true
1017         status: SUPPORTED
1018       port_pd01_port_3_network:
1019         type: list
1020         required: true
1021         status: SUPPORTED
1022         entry_schema:
1023           type: string
1024       port_pd01_port_2_network_role:
1025         type: string
1026         required: true
1027         status: SUPPORTED
1028       port_pd01_port_2_subnetpoolid:
1029         type: string
1030         required: true
1031         status: SUPPORTED
1032       vm_image_name:
1033         type: string
1034         required: true
1035         status: SUPPORTED
1036       port_pd01_port_3_subnetpoolid:
1037         type: string
1038         required: true
1039         status: SUPPORTED
1040       port_pd01_port_2_network:
1041         type: list
1042         required: true
1043         status: SUPPORTED
1044         entry_schema:
1045           type: string
1046       port_pd01_port_3_vlan_requirements:
1047         type: list
1048         required: true
1049         status: SUPPORTED
1050         entry_schema:
1051           type: org.openecomp.datatypes.network.VlanRequirements
1052       port_pd01_port_2_mac_requirements:
1053         type: org.openecomp.datatypes.network.MacRequirements
1054         required: true
1055         status: SUPPORTED
1056       port_pd01_port_2_exCP_naming:
1057         type: org.openecomp.datatypes.Naming
1058         required: true
1059         status: SUPPORTED
1060       port_pd01_port_3_network_role_tag:
1061         type: string
1062         required: true
1063         status: SUPPORTED
1064       compute_pd_server_user_data_format:
1065         type: list
1066         required: true
1067         status: SUPPORTED
1068         entry_schema:
1069           type: string
1070       port_pd01_port_2_ip_requirements:
1071         type: list
1072         required: true
1073         status: SUPPORTED
1074         entry_schema:
1075           type: org.openecomp.datatypes.network.IpRequirements
1076       port_pd01_port_3_exCP_naming:
1077         type: org.openecomp.datatypes.Naming
1078         required: true
1079         status: SUPPORTED
1080     requirements:
1081     - dependency_pd_server:
1082         capability: tosca.capabilities.Node
1083         node: tosca.nodes.Root
1084         relationship: tosca.relationships.DependsOn
1085         occurrences:
1086         - 0
1087         - UNBOUNDED
1088     - local_storage_pd_server:
1089         capability: tosca.capabilities.Attachment
1090         node: tosca.nodes.BlockStorage
1091         relationship: tosca.relationships.AttachesTo
1092         occurrences:
1093         - 0
1094         - UNBOUNDED
1095     - dependency_pd_server_pd01_port_2:
1096         capability: tosca.capabilities.Node
1097         node: tosca.nodes.Root
1098         relationship: tosca.relationships.DependsOn
1099         occurrences:
1100         - 0
1101         - UNBOUNDED
1102     - link_pd_server_pd01_port_2:
1103         capability: tosca.capabilities.network.Linkable
1104         relationship: tosca.relationships.network.LinksTo
1105         occurrences:
1106         - 1
1107         - 1
1108     - dependency_pd_server_pd01_port_3:
1109         capability: tosca.capabilities.Node
1110         node: tosca.nodes.Root
1111         relationship: tosca.relationships.DependsOn
1112         occurrences:
1113         - 0
1114         - UNBOUNDED
1115     - link_pd_server_pd01_port_3:
1116         capability: tosca.capabilities.network.Linkable
1117         relationship: tosca.relationships.network.LinksTo
1118         occurrences:
1119         - 1
1120         - 1
1121     capabilities:
1122       scalable_pd_server:
1123         type: tosca.capabilities.Scalable
1124         occurrences:
1125         - 1
1126         - UNBOUNDED
1127       disk.read.bytes.rate_pd_server:
1128         type: org.openecomp.capabilities.metric.Ceilometer
1129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1130         occurrences:
1131         - 1
1132         - UNBOUNDED
1133       binding_pd_server_pd01_port_2:
1134         type: tosca.capabilities.network.Bindable
1135         valid_source_types:
1136         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1137         occurrences:
1138         - 0
1139         - UNBOUNDED
1140       binding_pd_server_pd01_port_3:
1141         type: tosca.capabilities.network.Bindable
1142         valid_source_types:
1143         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1144         occurrences:
1145         - 0
1146         - UNBOUNDED
1147       memory.usage_pd_server:
1148         type: org.openecomp.capabilities.metric.Ceilometer
1149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1150         occurrences:
1151         - 1
1152         - UNBOUNDED
1153       memory_pd_server:
1154         type: org.openecomp.capabilities.metric.Ceilometer
1155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       disk.device.usage_pd_server:
1160         type: org.openecomp.capabilities.metric.Ceilometer
1161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1162         occurrences:
1163         - 1
1164         - UNBOUNDED
1165       os_pd_server:
1166         type: tosca.capabilities.OperatingSystem
1167         occurrences:
1168         - 1
1169         - UNBOUNDED
1170       disk.write.bytes.rate_pd_server:
1171         type: org.openecomp.capabilities.metric.Ceilometer
1172         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1173         occurrences:
1174         - 1
1175         - UNBOUNDED
1176       cpu_pd_server:
1177         type: org.openecomp.capabilities.metric.Ceilometer
1178         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1179         occurrences:
1180         - 1
1181         - UNBOUNDED
1182       cpu_util_pd_server:
1183         type: org.openecomp.capabilities.metric.Ceilometer
1184         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1185         occurrences:
1186         - 1
1187         - UNBOUNDED
1188       disk.device.write.requests.rate_pd_server:
1189         type: org.openecomp.capabilities.metric.Ceilometer
1190         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1191         occurrences:
1192         - 1
1193         - UNBOUNDED
1194       disk.read.bytes_pd_server:
1195         type: org.openecomp.capabilities.metric.Ceilometer
1196         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1197         occurrences:
1198         - 1
1199         - UNBOUNDED
1200       disk.device.read.bytes.rate_pd_server:
1201         type: org.openecomp.capabilities.metric.Ceilometer
1202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1203         occurrences:
1204         - 1
1205         - UNBOUNDED
1206       network.incoming.packets.rate_pd_server_pd01_port_2:
1207         type: org.openecomp.capabilities.metric.Ceilometer
1208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1209         occurrences:
1210         - 1
1211         - UNBOUNDED
1212       network.incoming.bytes.rate_pd_server_pd01_port_2:
1213         type: org.openecomp.capabilities.metric.Ceilometer
1214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1215         occurrences:
1216         - 1
1217         - UNBOUNDED
1218       disk.iops_pd_server:
1219         type: org.openecomp.capabilities.metric.Ceilometer
1220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1221         occurrences:
1222         - 1
1223         - UNBOUNDED
1224       network.incoming.packets.rate_pd_server_pd01_port_3:
1225         type: org.openecomp.capabilities.metric.Ceilometer
1226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1227         occurrences:
1228         - 1
1229         - UNBOUNDED
1230       network.incoming.bytes.rate_pd_server_pd01_port_3:
1231         type: org.openecomp.capabilities.metric.Ceilometer
1232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1233         occurrences:
1234         - 1
1235         - UNBOUNDED
1236       memory.resident_pd_server:
1237         type: org.openecomp.capabilities.metric.Ceilometer
1238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1239         occurrences:
1240         - 1
1241         - UNBOUNDED
1242       cpu.delta_pd_server:
1243         type: org.openecomp.capabilities.metric.Ceilometer
1244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       network.outgoing.packets.rate_pd_server_pd01_port_3:
1249         type: org.openecomp.capabilities.metric.Ceilometer
1250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       network.outgoing.packets.rate_pd_server_pd01_port_2:
1255         type: org.openecomp.capabilities.metric.Ceilometer
1256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1257         occurrences:
1258         - 1
1259         - UNBOUNDED
1260       attachment_pd_server_pd01_port_2:
1261         type: tosca.capabilities.Attachment
1262         occurrences:
1263         - 1
1264         - UNBOUNDED
1265       attachment_pd_server_pd01_port_3:
1266         type: tosca.capabilities.Attachment
1267         occurrences:
1268         - 1
1269         - UNBOUNDED
1270       vcpus_pd_server:
1271         type: org.openecomp.capabilities.metric.Ceilometer
1272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1273         occurrences:
1274         - 1
1275         - UNBOUNDED
1276       disk.device.write.bytes.rate_pd_server:
1277         type: org.openecomp.capabilities.metric.Ceilometer
1278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1279         occurrences:
1280         - 1
1281         - UNBOUNDED
1282       disk.device.write.requests_pd_server:
1283         type: org.openecomp.capabilities.metric.Ceilometer
1284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1285         occurrences:
1286         - 1
1287         - UNBOUNDED
1288       endpoint_pd_server:
1289         type: tosca.capabilities.Endpoint.Admin
1290         occurrences:
1291         - 1
1292         - UNBOUNDED
1293       disk.capacity_pd_server:
1294         type: org.openecomp.capabilities.metric.Ceilometer
1295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1296         occurrences:
1297         - 1
1298         - UNBOUNDED
1299       network.incoming.packets_pd_server_pd01_port_2:
1300         type: org.openecomp.capabilities.metric.Ceilometer
1301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1302         occurrences:
1303         - 1
1304         - UNBOUNDED
1305       disk.device.allocation_pd_server:
1306         type: org.openecomp.capabilities.metric.Ceilometer
1307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1308         occurrences:
1309         - 1
1310         - UNBOUNDED
1311       disk.allocation_pd_server:
1312         type: org.openecomp.capabilities.metric.Ceilometer
1313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1314         occurrences:
1315         - 1
1316         - UNBOUNDED
1317       network.incoming.packets_pd_server_pd01_port_3:
1318         type: org.openecomp.capabilities.metric.Ceilometer
1319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1320         occurrences:
1321         - 1
1322         - UNBOUNDED
1323       binding_pd_server:
1324         type: tosca.capabilities.network.Bindable
1325         occurrences:
1326         - 1
1327         - UNBOUNDED
1328       disk.read.requests_pd_server:
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       network.outgoing.bytes.rate_pd_server_pd01_port_2:
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       feature_pd_server:
1341         type: tosca.capabilities.Node
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       disk.usage_pd_server:
1346         type: org.openecomp.capabilities.metric.Ceilometer
1347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1348         occurrences:
1349         - 1
1350         - UNBOUNDED
1351       network.incoming.bytes_pd_server_pd01_port_2:
1352         type: org.openecomp.capabilities.metric.Ceilometer
1353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1354         occurrences:
1355         - 1
1356         - UNBOUNDED
1357       network.incoming.bytes_pd_server_pd01_port_3:
1358         type: org.openecomp.capabilities.metric.Ceilometer
1359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1360         occurrences:
1361         - 1
1362         - UNBOUNDED
1363       network.outgoing.bytes.rate_pd_server_pd01_port_3:
1364         type: org.openecomp.capabilities.metric.Ceilometer
1365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       disk.write.bytes_pd_server:
1370         type: org.openecomp.capabilities.metric.Ceilometer
1371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1372         occurrences:
1373         - 1
1374         - UNBOUNDED
1375       network.outgoing.bytes_pd_server_pd01_port_2:
1376         type: org.openecomp.capabilities.metric.Ceilometer
1377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1378         occurrences:
1379         - 1
1380         - UNBOUNDED
1381       disk.device.read.requests.rate_pd_server:
1382         type: org.openecomp.capabilities.metric.Ceilometer
1383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1384         occurrences:
1385         - 1
1386         - UNBOUNDED
1387       disk.root.size_pd_server:
1388         type: org.openecomp.capabilities.metric.Ceilometer
1389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1390         occurrences:
1391         - 1
1392         - UNBOUNDED
1393       disk.device.read.bytes_pd_server:
1394         type: org.openecomp.capabilities.metric.Ceilometer
1395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       network.outgoing.bytes_pd_server_pd01_port_3:
1400         type: org.openecomp.capabilities.metric.Ceilometer
1401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1402         occurrences:
1403         - 1
1404         - UNBOUNDED
1405       disk.device.write.bytes_pd_server:
1406         type: org.openecomp.capabilities.metric.Ceilometer
1407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411       network.outpoing.packets_pd_server_pd01_port_2:
1412         type: org.openecomp.capabilities.metric.Ceilometer
1413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1414         occurrences:
1415         - 1
1416         - UNBOUNDED
1417       network.outpoing.packets_pd_server_pd01_port_3:
1418         type: org.openecomp.capabilities.metric.Ceilometer
1419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1420         occurrences:
1421         - 1
1422         - UNBOUNDED
1423       disk.device.read.requests_pd_server:
1424         type: org.openecomp.capabilities.metric.Ceilometer
1425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1426         occurrences:
1427         - 1
1428         - UNBOUNDED
1429       instance_pd_server:
1430         type: org.openecomp.capabilities.metric.Ceilometer
1431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1432         occurrences:
1433         - 1
1434         - UNBOUNDED
1435       host_pd_server:
1436         type: tosca.capabilities.Container
1437         valid_source_types:
1438         - tosca.nodes.SoftwareComponent
1439         occurrences:
1440         - 1
1441         - UNBOUNDED
1442       feature_pd_server_pd01_port_3:
1443         type: tosca.capabilities.Node
1444         occurrences:
1445         - 1
1446         - UNBOUNDED
1447       feature_pd_server_pd01_port_2:
1448         type: tosca.capabilities.Node
1449         occurrences:
1450         - 1
1451         - UNBOUNDED
1452       disk.write.requests.rate_pd_server:
1453         type: org.openecomp.capabilities.metric.Ceilometer
1454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1455         occurrences:
1456         - 1
1457         - UNBOUNDED
1458       disk.ephemeral.size_pd_server:
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.write.requests_pd_server:
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.latency_pd_server:
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       disk.latency_pd_server:
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.capacity_pd_server:
1483         type: org.openecomp.capabilities.metric.Ceilometer
1484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1485         occurrences:
1486         - 1
1487         - UNBOUNDED
1488       disk.device.iops_pd_server:
1489         type: org.openecomp.capabilities.metric.Ceilometer
1490         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1491         occurrences:
1492         - 1
1493         - UNBOUNDED