c5923cc46b178aa24d481b183c818d24cb17da70
[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_0:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pd_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       compute_pd_server_name:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       port_pd01_port_exCP_naming:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: json
37       vm_flavor_name:
38         type: string
39         required: true
40         status: SUPPORTED
41       port_pd01_port_mac_requirements:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: json
47       vm_image_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pd01_port_ip_requirements:
52         type: list
53         required: true
54         status: SUPPORTED
55         entry_schema:
56           type: json
57       port_pd01_port_network:
58         type: list
59         required: true
60         status: SUPPORTED
61         entry_schema:
62           type: string
63       port_pd01_port_order:
64         type: list
65         required: true
66         status: SUPPORTED
67         entry_schema:
68           type: integer
69       port_pd01_port_subnetpoolid:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: string
75       port_pd01_port_network_role:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: string
81       port_pd01_port_network_role_tag:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: string
87       port_pd01_port_vlan_requirements:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: json
93       compute_pd_server_user_data_format:
94         type: list
95         required: true
96         status: SUPPORTED
97         entry_schema:
98           type: string
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_pd01_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_pd01_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       memory.usage_pd_server:
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       memory_pd_server:
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       disk.device.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.packets.rate_pd_server_pd01_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       os_pd_server:
164         type: tosca.capabilities.OperatingSystem
165         occurrences:
166         - 1
167         - UNBOUNDED
168       disk.write.bytes.rate_pd_server:
169         type: org.openecomp.capabilities.metric.Ceilometer
170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
171         occurrences:
172         - 1
173         - UNBOUNDED
174       network.incoming.bytes_pd_server_pd01_port:
175         type: org.openecomp.capabilities.metric.Ceilometer
176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
177         occurrences:
178         - 1
179         - UNBOUNDED
180       cpu_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       cpu_util_pd_server:
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       disk.device.write.requests.rate_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       disk.read.bytes_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       disk.device.read.bytes.rate_pd_server:
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       network.outgoing.bytes_pd_server_pd01_port:
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.iops_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       memory.resident_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       cpu.delta_pd_server:
229         type: org.openecomp.capabilities.metric.Ceilometer
230         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
231         occurrences:
232         - 1
233         - UNBOUNDED
234       network.incoming.packets.rate_pd_server_pd01_port:
235         type: org.openecomp.capabilities.metric.Ceilometer
236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
237         occurrences:
238         - 1
239         - UNBOUNDED
240       vcpus_pd_server:
241         type: org.openecomp.capabilities.metric.Ceilometer
242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
243         occurrences:
244         - 1
245         - UNBOUNDED
246       disk.device.write.bytes.rate_pd_server:
247         type: org.openecomp.capabilities.metric.Ceilometer
248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
249         occurrences:
250         - 1
251         - UNBOUNDED
252       disk.device.write.requests_pd_server:
253         type: org.openecomp.capabilities.metric.Ceilometer
254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
255         occurrences:
256         - 1
257         - UNBOUNDED
258       endpoint_pd_server:
259         type: tosca.capabilities.Endpoint.Admin
260         occurrences:
261         - 1
262         - UNBOUNDED
263       attachment_pd_server_pd01_port:
264         type: tosca.capabilities.Attachment
265         occurrences:
266         - 1
267         - UNBOUNDED
268       disk.capacity_pd_server:
269         type: org.openecomp.capabilities.metric.Ceilometer
270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
271         occurrences:
272         - 1
273         - UNBOUNDED
274       disk.device.allocation_pd_server:
275         type: org.openecomp.capabilities.metric.Ceilometer
276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
277         occurrences:
278         - 1
279         - UNBOUNDED
280       disk.allocation_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       binding_pd_server:
287         type: tosca.capabilities.network.Bindable
288         occurrences:
289         - 1
290         - UNBOUNDED
291       disk.read.requests_pd_server:
292         type: org.openecomp.capabilities.metric.Ceilometer
293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
294         occurrences:
295         - 1
296         - UNBOUNDED
297       feature_pd_server:
298         type: tosca.capabilities.Node
299         occurrences:
300         - 1
301         - UNBOUNDED
302       disk.usage_pd_server:
303         type: org.openecomp.capabilities.metric.Ceilometer
304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
305         occurrences:
306         - 1
307         - UNBOUNDED
308       binding_pd_server_pd01_port:
309         type: tosca.capabilities.network.Bindable
310         valid_source_types:
311         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
312         occurrences:
313         - 0
314         - UNBOUNDED
315       disk.write.bytes_pd_server:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       network.incoming.bytes.rate_pd_server_pd01_port:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       network.incoming.packets_pd_server_pd01_port:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       disk.device.read.requests.rate_pd_server:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       disk.root.size_pd_server:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       disk.device.read.bytes_pd_server:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       disk.device.write.bytes_pd_server:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       disk.device.read.requests_pd_server:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       instance_pd_server:
364         type: org.openecomp.capabilities.metric.Ceilometer
365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
366         occurrences:
367         - 1
368         - UNBOUNDED
369       host_pd_server:
370         type: tosca.capabilities.Container
371         valid_source_types:
372         - tosca.nodes.SoftwareComponent
373         occurrences:
374         - 1
375         - UNBOUNDED
376       network.outpoing.packets_pd_server_pd01_port:
377         type: org.openecomp.capabilities.metric.Ceilometer
378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
379         occurrences:
380         - 1
381         - UNBOUNDED
382       disk.write.requests.rate_pd_server:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       disk.ephemeral.size_pd_server:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.write.requests_pd_server:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       feature_pd_server_pd01_port:
401         type: tosca.capabilities.Node
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.device.latency_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       disk.latency_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       disk.device.capacity_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       network.outgoing.bytes.rate_pd_server_pd01_port:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.device.iops_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435   org.openecomp.resource.abstract.nodes.pd_server_1:
436     derived_from: org.openecomp.resource.abstract.nodes.VFC
437     properties:
438       index_value:
439         type: integer
440         description: Index value of this substitution service template runtime instance
441         required: false
442         default: 0
443         status: SUPPORTED
444         constraints:
445         - greater_or_equal: 0
446       compute_pd_server_availability_zone:
447         type: list
448         required: true
449         status: SUPPORTED
450         entry_schema:
451           type: string
452       compute_pd_server_name:
453         type: list
454         required: true
455         status: SUPPORTED
456         entry_schema:
457           type: string
458       port_pd01_port_exCP_naming:
459         type: list
460         required: true
461         status: SUPPORTED
462         entry_schema:
463           type: json
464       vm_flavor_name:
465         type: string
466         required: true
467         status: SUPPORTED
468       port_pd01_port_mac_requirements:
469         type: list
470         required: true
471         status: SUPPORTED
472         entry_schema:
473           type: json
474       vm_image_name:
475         type: string
476         required: true
477         status: SUPPORTED
478       port_pd01_port_ip_requirements:
479         type: list
480         required: true
481         status: SUPPORTED
482         entry_schema:
483           type: json
484       port_pd01_port_network:
485         type: list
486         required: true
487         status: SUPPORTED
488         entry_schema:
489           type: string
490       port_pd01_port_order:
491         type: list
492         required: true
493         status: SUPPORTED
494         entry_schema:
495           type: integer
496       port_pd01_port_subnetpoolid:
497         type: list
498         required: true
499         status: SUPPORTED
500         entry_schema:
501           type: string
502       port_pd01_port_network_role:
503         type: list
504         required: true
505         status: SUPPORTED
506         entry_schema:
507           type: string
508       port_pd01_port_network_role_tag:
509         type: list
510         required: true
511         status: SUPPORTED
512         entry_schema:
513           type: string
514       port_pd01_port_vlan_requirements:
515         type: list
516         required: true
517         status: SUPPORTED
518         entry_schema:
519           type: json
520       compute_pd_server_user_data_format:
521         type: list
522         required: true
523         status: SUPPORTED
524         entry_schema:
525           type: string
526     requirements:
527     - dependency_pd_server:
528         capability: tosca.capabilities.Node
529         node: tosca.nodes.Root
530         relationship: tosca.relationships.DependsOn
531         occurrences:
532         - 0
533         - UNBOUNDED
534     - local_storage_pd_server:
535         capability: tosca.capabilities.Attachment
536         node: tosca.nodes.BlockStorage
537         relationship: tosca.relationships.AttachesTo
538         occurrences:
539         - 0
540         - UNBOUNDED
541     - dependency_pd_server_pd01_port:
542         capability: tosca.capabilities.Node
543         node: tosca.nodes.Root
544         relationship: tosca.relationships.DependsOn
545         occurrences:
546         - 0
547         - UNBOUNDED
548     - link_pd_server_pd01_port:
549         capability: tosca.capabilities.network.Linkable
550         relationship: tosca.relationships.network.LinksTo
551         occurrences:
552         - 1
553         - 1
554     capabilities:
555       scalable_pd_server:
556         type: tosca.capabilities.Scalable
557         occurrences:
558         - 1
559         - UNBOUNDED
560       disk.read.bytes.rate_pd_server:
561         type: org.openecomp.capabilities.metric.Ceilometer
562         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
563         occurrences:
564         - 1
565         - UNBOUNDED
566       memory.usage_pd_server:
567         type: org.openecomp.capabilities.metric.Ceilometer
568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
569         occurrences:
570         - 1
571         - UNBOUNDED
572       memory_pd_server:
573         type: org.openecomp.capabilities.metric.Ceilometer
574         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
575         occurrences:
576         - 1
577         - UNBOUNDED
578       disk.device.usage_pd_server:
579         type: org.openecomp.capabilities.metric.Ceilometer
580         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
581         occurrences:
582         - 1
583         - UNBOUNDED
584       network.outgoing.packets.rate_pd_server_pd01_port:
585         type: org.openecomp.capabilities.metric.Ceilometer
586         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
587         occurrences:
588         - 1
589         - UNBOUNDED
590       os_pd_server:
591         type: tosca.capabilities.OperatingSystem
592         occurrences:
593         - 1
594         - UNBOUNDED
595       disk.write.bytes.rate_pd_server:
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       network.incoming.bytes_pd_server_pd01_port:
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       cpu_pd_server:
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       cpu_util_pd_server:
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.device.write.requests.rate_pd_server:
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       disk.read.bytes_pd_server:
626         type: org.openecomp.capabilities.metric.Ceilometer
627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
628         occurrences:
629         - 1
630         - UNBOUNDED
631       disk.device.read.bytes.rate_pd_server:
632         type: org.openecomp.capabilities.metric.Ceilometer
633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
634         occurrences:
635         - 1
636         - UNBOUNDED
637       network.outgoing.bytes_pd_server_pd01_port:
638         type: org.openecomp.capabilities.metric.Ceilometer
639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
640         occurrences:
641         - 1
642         - UNBOUNDED
643       disk.iops_pd_server:
644         type: org.openecomp.capabilities.metric.Ceilometer
645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
646         occurrences:
647         - 1
648         - UNBOUNDED
649       memory.resident_pd_server:
650         type: org.openecomp.capabilities.metric.Ceilometer
651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
652         occurrences:
653         - 1
654         - UNBOUNDED
655       cpu.delta_pd_server:
656         type: org.openecomp.capabilities.metric.Ceilometer
657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
658         occurrences:
659         - 1
660         - UNBOUNDED
661       network.incoming.packets.rate_pd_server_pd01_port:
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       vcpus_pd_server:
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.device.write.bytes.rate_pd_server:
674         type: org.openecomp.capabilities.metric.Ceilometer
675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
676         occurrences:
677         - 1
678         - UNBOUNDED
679       disk.device.write.requests_pd_server:
680         type: org.openecomp.capabilities.metric.Ceilometer
681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
682         occurrences:
683         - 1
684         - UNBOUNDED
685       endpoint_pd_server:
686         type: tosca.capabilities.Endpoint.Admin
687         occurrences:
688         - 1
689         - UNBOUNDED
690       attachment_pd_server_pd01_port:
691         type: tosca.capabilities.Attachment
692         occurrences:
693         - 1
694         - UNBOUNDED
695       disk.capacity_pd_server:
696         type: org.openecomp.capabilities.metric.Ceilometer
697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
698         occurrences:
699         - 1
700         - UNBOUNDED
701       disk.device.allocation_pd_server:
702         type: org.openecomp.capabilities.metric.Ceilometer
703         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
704         occurrences:
705         - 1
706         - UNBOUNDED
707       disk.allocation_pd_server:
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       binding_pd_server:
714         type: tosca.capabilities.network.Bindable
715         occurrences:
716         - 1
717         - UNBOUNDED
718       disk.read.requests_pd_server:
719         type: org.openecomp.capabilities.metric.Ceilometer
720         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
721         occurrences:
722         - 1
723         - UNBOUNDED
724       feature_pd_server:
725         type: tosca.capabilities.Node
726         occurrences:
727         - 1
728         - UNBOUNDED
729       disk.usage_pd_server:
730         type: org.openecomp.capabilities.metric.Ceilometer
731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
732         occurrences:
733         - 1
734         - UNBOUNDED
735       binding_pd_server_pd01_port:
736         type: tosca.capabilities.network.Bindable
737         valid_source_types:
738         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
739         occurrences:
740         - 0
741         - UNBOUNDED
742       disk.write.bytes_pd_server:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       network.incoming.bytes.rate_pd_server_pd01_port:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       network.incoming.packets_pd_server_pd01_port:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       disk.device.read.requests.rate_pd_server:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.root.size_pd_server:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       disk.device.read.bytes_pd_server:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       disk.device.write.bytes_pd_server:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       disk.device.read.requests_pd_server:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       instance_pd_server:
791         type: org.openecomp.capabilities.metric.Ceilometer
792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
793         occurrences:
794         - 1
795         - UNBOUNDED
796       host_pd_server:
797         type: tosca.capabilities.Container
798         valid_source_types:
799         - tosca.nodes.SoftwareComponent
800         occurrences:
801         - 1
802         - UNBOUNDED
803       network.outpoing.packets_pd_server_pd01_port:
804         type: org.openecomp.capabilities.metric.Ceilometer
805         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
806         occurrences:
807         - 1
808         - UNBOUNDED
809       disk.write.requests.rate_pd_server:
810         type: org.openecomp.capabilities.metric.Ceilometer
811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
812         occurrences:
813         - 1
814         - UNBOUNDED
815       disk.ephemeral.size_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       disk.write.requests_pd_server:
822         type: org.openecomp.capabilities.metric.Ceilometer
823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
824         occurrences:
825         - 1
826         - UNBOUNDED
827       feature_pd_server_pd01_port:
828         type: tosca.capabilities.Node
829         occurrences:
830         - 1
831         - UNBOUNDED
832       disk.device.latency_pd_server:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       disk.latency_pd_server:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       disk.device.capacity_pd_server:
845         type: org.openecomp.capabilities.metric.Ceilometer
846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
847         occurrences:
848         - 1
849         - UNBOUNDED
850       network.outgoing.bytes.rate_pd_server_pd01_port:
851         type: org.openecomp.capabilities.metric.Ceilometer
852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
853         occurrences:
854         - 1
855         - UNBOUNDED
856       disk.device.iops_pd_server:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862   org.openecomp.resource.abstract.nodes.pd_server_2:
863     derived_from: org.openecomp.resource.abstract.nodes.VFC
864     properties:
865       port_pd01_port_2_order:
866         type: list
867         required: true
868         status: SUPPORTED
869         entry_schema:
870           type: integer
871       port_pd01_port_3_network_role:
872         type: list
873         required: true
874         status: SUPPORTED
875         entry_schema:
876           type: string
877       port_pd01_port_3_order:
878         type: list
879         required: true
880         status: SUPPORTED
881         entry_schema:
882           type: integer
883       index_value:
884         type: integer
885         description: Index value of this substitution service template runtime instance
886         required: false
887         default: 0
888         status: SUPPORTED
889         constraints:
890         - greater_or_equal: 0
891       port_pd01_port_2_vlan_requirements:
892         type: list
893         required: true
894         status: SUPPORTED
895         entry_schema:
896           type: json
897       compute_pd_server_availability_zone:
898         type: list
899         required: true
900         status: SUPPORTED
901         entry_schema:
902           type: string
903       compute_pd_server_name:
904         type: list
905         required: true
906         status: SUPPORTED
907         entry_schema:
908           type: string
909       vm_flavor_name:
910         type: string
911         required: true
912         status: SUPPORTED
913       port_pd01_port_2_network_role_tag:
914         type: list
915         required: true
916         status: SUPPORTED
917         entry_schema:
918           type: string
919       port_pd01_port_3_ip_requirements:
920         type: list
921         required: true
922         status: SUPPORTED
923         entry_schema:
924           type: json
925       port_pd01_port_3_mac_requirements:
926         type: list
927         required: true
928         status: SUPPORTED
929         entry_schema:
930           type: json
931       port_pd01_port_3_network:
932         type: list
933         required: true
934         status: SUPPORTED
935         entry_schema:
936           type: string
937       port_pd01_port_2_network_role:
938         type: list
939         required: true
940         status: SUPPORTED
941         entry_schema:
942           type: string
943       port_pd01_port_2_subnetpoolid:
944         type: list
945         required: true
946         status: SUPPORTED
947         entry_schema:
948           type: string
949       vm_image_name:
950         type: string
951         required: true
952         status: SUPPORTED
953       port_pd01_port_3_subnetpoolid:
954         type: list
955         required: true
956         status: SUPPORTED
957         entry_schema:
958           type: string
959       port_pd01_port_2_network:
960         type: list
961         required: true
962         status: SUPPORTED
963         entry_schema:
964           type: string
965       port_pd01_port_3_vlan_requirements:
966         type: list
967         required: true
968         status: SUPPORTED
969         entry_schema:
970           type: json
971       port_pd01_port_2_mac_requirements:
972         type: list
973         required: true
974         status: SUPPORTED
975         entry_schema:
976           type: json
977       port_pd01_port_2_exCP_naming:
978         type: list
979         required: true
980         status: SUPPORTED
981         entry_schema:
982           type: json
983       port_pd01_port_3_network_role_tag:
984         type: list
985         required: true
986         status: SUPPORTED
987         entry_schema:
988           type: string
989       compute_pd_server_user_data_format:
990         type: list
991         required: true
992         status: SUPPORTED
993         entry_schema:
994           type: string
995       port_pd01_port_2_ip_requirements:
996         type: list
997         required: true
998         status: SUPPORTED
999         entry_schema:
1000           type: json
1001       port_pd01_port_3_exCP_naming:
1002         type: list
1003         required: true
1004         status: SUPPORTED
1005         entry_schema:
1006           type: json
1007     requirements:
1008     - dependency_pd_server:
1009         capability: tosca.capabilities.Node
1010         node: tosca.nodes.Root
1011         relationship: tosca.relationships.DependsOn
1012         occurrences:
1013         - 0
1014         - UNBOUNDED
1015     - local_storage_pd_server:
1016         capability: tosca.capabilities.Attachment
1017         node: tosca.nodes.BlockStorage
1018         relationship: tosca.relationships.AttachesTo
1019         occurrences:
1020         - 0
1021         - UNBOUNDED
1022     - dependency_pd_server_pd01_port_2:
1023         capability: tosca.capabilities.Node
1024         node: tosca.nodes.Root
1025         relationship: tosca.relationships.DependsOn
1026         occurrences:
1027         - 0
1028         - UNBOUNDED
1029     - link_pd_server_pd01_port_2:
1030         capability: tosca.capabilities.network.Linkable
1031         relationship: tosca.relationships.network.LinksTo
1032         occurrences:
1033         - 1
1034         - 1
1035     - dependency_pd_server_pd01_port_3:
1036         capability: tosca.capabilities.Node
1037         node: tosca.nodes.Root
1038         relationship: tosca.relationships.DependsOn
1039         occurrences:
1040         - 0
1041         - UNBOUNDED
1042     - link_pd_server_pd01_port_3:
1043         capability: tosca.capabilities.network.Linkable
1044         relationship: tosca.relationships.network.LinksTo
1045         occurrences:
1046         - 1
1047         - 1
1048     capabilities:
1049       scalable_pd_server:
1050         type: tosca.capabilities.Scalable
1051         occurrences:
1052         - 1
1053         - UNBOUNDED
1054       disk.read.bytes.rate_pd_server:
1055         type: org.openecomp.capabilities.metric.Ceilometer
1056         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1057         occurrences:
1058         - 1
1059         - UNBOUNDED
1060       binding_pd_server_pd01_port_2:
1061         type: tosca.capabilities.network.Bindable
1062         valid_source_types:
1063         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1064         occurrences:
1065         - 0
1066         - UNBOUNDED
1067       binding_pd_server_pd01_port_3:
1068         type: tosca.capabilities.network.Bindable
1069         valid_source_types:
1070         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1071         occurrences:
1072         - 0
1073         - UNBOUNDED
1074       memory.usage_pd_server:
1075         type: org.openecomp.capabilities.metric.Ceilometer
1076         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1077         occurrences:
1078         - 1
1079         - UNBOUNDED
1080       memory_pd_server:
1081         type: org.openecomp.capabilities.metric.Ceilometer
1082         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1083         occurrences:
1084         - 1
1085         - UNBOUNDED
1086       disk.device.usage_pd_server:
1087         type: org.openecomp.capabilities.metric.Ceilometer
1088         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1089         occurrences:
1090         - 1
1091         - UNBOUNDED
1092       os_pd_server:
1093         type: tosca.capabilities.OperatingSystem
1094         occurrences:
1095         - 1
1096         - UNBOUNDED
1097       disk.write.bytes.rate_pd_server:
1098         type: org.openecomp.capabilities.metric.Ceilometer
1099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1100         occurrences:
1101         - 1
1102         - UNBOUNDED
1103       cpu_pd_server:
1104         type: org.openecomp.capabilities.metric.Ceilometer
1105         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1106         occurrences:
1107         - 1
1108         - UNBOUNDED
1109       cpu_util_pd_server:
1110         type: org.openecomp.capabilities.metric.Ceilometer
1111         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1112         occurrences:
1113         - 1
1114         - UNBOUNDED
1115       disk.device.write.requests.rate_pd_server:
1116         type: org.openecomp.capabilities.metric.Ceilometer
1117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1118         occurrences:
1119         - 1
1120         - UNBOUNDED
1121       disk.read.bytes_pd_server:
1122         type: org.openecomp.capabilities.metric.Ceilometer
1123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1124         occurrences:
1125         - 1
1126         - UNBOUNDED
1127       disk.device.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       network.incoming.packets.rate_pd_server_pd01_port_2:
1134         type: org.openecomp.capabilities.metric.Ceilometer
1135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1136         occurrences:
1137         - 1
1138         - UNBOUNDED
1139       network.incoming.bytes.rate_pd_server_pd01_port_2:
1140         type: org.openecomp.capabilities.metric.Ceilometer
1141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1142         occurrences:
1143         - 1
1144         - UNBOUNDED
1145       disk.iops_pd_server:
1146         type: org.openecomp.capabilities.metric.Ceilometer
1147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1148         occurrences:
1149         - 1
1150         - UNBOUNDED
1151       network.incoming.packets.rate_pd_server_pd01_port_3:
1152         type: org.openecomp.capabilities.metric.Ceilometer
1153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1154         occurrences:
1155         - 1
1156         - UNBOUNDED
1157       network.incoming.bytes.rate_pd_server_pd01_port_3:
1158         type: org.openecomp.capabilities.metric.Ceilometer
1159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1160         occurrences:
1161         - 1
1162         - UNBOUNDED
1163       memory.resident_pd_server:
1164         type: org.openecomp.capabilities.metric.Ceilometer
1165         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1166         occurrences:
1167         - 1
1168         - UNBOUNDED
1169       cpu.delta_pd_server:
1170         type: org.openecomp.capabilities.metric.Ceilometer
1171         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1172         occurrences:
1173         - 1
1174         - UNBOUNDED
1175       network.outgoing.packets.rate_pd_server_pd01_port_3:
1176         type: org.openecomp.capabilities.metric.Ceilometer
1177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1178         occurrences:
1179         - 1
1180         - UNBOUNDED
1181       network.outgoing.packets.rate_pd_server_pd01_port_2:
1182         type: org.openecomp.capabilities.metric.Ceilometer
1183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1184         occurrences:
1185         - 1
1186         - UNBOUNDED
1187       attachment_pd_server_pd01_port_2:
1188         type: tosca.capabilities.Attachment
1189         occurrences:
1190         - 1
1191         - UNBOUNDED
1192       attachment_pd_server_pd01_port_3:
1193         type: tosca.capabilities.Attachment
1194         occurrences:
1195         - 1
1196         - UNBOUNDED
1197       vcpus_pd_server:
1198         type: org.openecomp.capabilities.metric.Ceilometer
1199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203       disk.device.write.bytes.rate_pd_server:
1204         type: org.openecomp.capabilities.metric.Ceilometer
1205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1206         occurrences:
1207         - 1
1208         - UNBOUNDED
1209       disk.device.write.requests_pd_server:
1210         type: org.openecomp.capabilities.metric.Ceilometer
1211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1212         occurrences:
1213         - 1
1214         - UNBOUNDED
1215       endpoint_pd_server:
1216         type: tosca.capabilities.Endpoint.Admin
1217         occurrences:
1218         - 1
1219         - UNBOUNDED
1220       disk.capacity_pd_server:
1221         type: org.openecomp.capabilities.metric.Ceilometer
1222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1223         occurrences:
1224         - 1
1225         - UNBOUNDED
1226       network.incoming.packets_pd_server_pd01_port_2:
1227         type: org.openecomp.capabilities.metric.Ceilometer
1228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1229         occurrences:
1230         - 1
1231         - UNBOUNDED
1232       disk.device.allocation_pd_server:
1233         type: org.openecomp.capabilities.metric.Ceilometer
1234         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1235         occurrences:
1236         - 1
1237         - UNBOUNDED
1238       disk.allocation_pd_server:
1239         type: org.openecomp.capabilities.metric.Ceilometer
1240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1241         occurrences:
1242         - 1
1243         - UNBOUNDED
1244       network.incoming.packets_pd_server_pd01_port_3:
1245         type: org.openecomp.capabilities.metric.Ceilometer
1246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1247         occurrences:
1248         - 1
1249         - UNBOUNDED
1250       binding_pd_server:
1251         type: tosca.capabilities.network.Bindable
1252         occurrences:
1253         - 1
1254         - UNBOUNDED
1255       disk.read.requests_pd_server:
1256         type: org.openecomp.capabilities.metric.Ceilometer
1257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1258         occurrences:
1259         - 1
1260         - UNBOUNDED
1261       network.outgoing.bytes.rate_pd_server_pd01_port_2:
1262         type: org.openecomp.capabilities.metric.Ceilometer
1263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1264         occurrences:
1265         - 1
1266         - UNBOUNDED
1267       feature_pd_server:
1268         type: tosca.capabilities.Node
1269         occurrences:
1270         - 1
1271         - UNBOUNDED
1272       disk.usage_pd_server:
1273         type: org.openecomp.capabilities.metric.Ceilometer
1274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1275         occurrences:
1276         - 1
1277         - UNBOUNDED
1278       network.incoming.bytes_pd_server_pd01_port_2:
1279         type: org.openecomp.capabilities.metric.Ceilometer
1280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1281         occurrences:
1282         - 1
1283         - UNBOUNDED
1284       network.incoming.bytes_pd_server_pd01_port_3:
1285         type: org.openecomp.capabilities.metric.Ceilometer
1286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1287         occurrences:
1288         - 1
1289         - UNBOUNDED
1290       network.outgoing.bytes.rate_pd_server_pd01_port_3:
1291         type: org.openecomp.capabilities.metric.Ceilometer
1292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1293         occurrences:
1294         - 1
1295         - UNBOUNDED
1296       disk.write.bytes_pd_server:
1297         type: org.openecomp.capabilities.metric.Ceilometer
1298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1299         occurrences:
1300         - 1
1301         - UNBOUNDED
1302       network.outgoing.bytes_pd_server_pd01_port_2:
1303         type: org.openecomp.capabilities.metric.Ceilometer
1304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1305         occurrences:
1306         - 1
1307         - UNBOUNDED
1308       disk.device.read.requests.rate_pd_server:
1309         type: org.openecomp.capabilities.metric.Ceilometer
1310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1311         occurrences:
1312         - 1
1313         - UNBOUNDED
1314       disk.root.size_pd_server:
1315         type: org.openecomp.capabilities.metric.Ceilometer
1316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1317         occurrences:
1318         - 1
1319         - UNBOUNDED
1320       disk.device.read.bytes_pd_server:
1321         type: org.openecomp.capabilities.metric.Ceilometer
1322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1323         occurrences:
1324         - 1
1325         - UNBOUNDED
1326       network.outgoing.bytes_pd_server_pd01_port_3:
1327         type: org.openecomp.capabilities.metric.Ceilometer
1328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1329         occurrences:
1330         - 1
1331         - UNBOUNDED
1332       disk.device.write.bytes_pd_server:
1333         type: org.openecomp.capabilities.metric.Ceilometer
1334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1335         occurrences:
1336         - 1
1337         - UNBOUNDED
1338       network.outpoing.packets_pd_server_pd01_port_2:
1339         type: org.openecomp.capabilities.metric.Ceilometer
1340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1341         occurrences:
1342         - 1
1343         - UNBOUNDED
1344       network.outpoing.packets_pd_server_pd01_port_3:
1345         type: org.openecomp.capabilities.metric.Ceilometer
1346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1347         occurrences:
1348         - 1
1349         - UNBOUNDED
1350       disk.device.read.requests_pd_server:
1351         type: org.openecomp.capabilities.metric.Ceilometer
1352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1353         occurrences:
1354         - 1
1355         - UNBOUNDED
1356       instance_pd_server:
1357         type: org.openecomp.capabilities.metric.Ceilometer
1358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1359         occurrences:
1360         - 1
1361         - UNBOUNDED
1362       host_pd_server:
1363         type: tosca.capabilities.Container
1364         valid_source_types:
1365         - tosca.nodes.SoftwareComponent
1366         occurrences:
1367         - 1
1368         - UNBOUNDED
1369       feature_pd_server_pd01_port_3:
1370         type: tosca.capabilities.Node
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       feature_pd_server_pd01_port_2:
1375         type: tosca.capabilities.Node
1376         occurrences:
1377         - 1
1378         - UNBOUNDED
1379       disk.write.requests.rate_pd_server:
1380         type: org.openecomp.capabilities.metric.Ceilometer
1381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1382         occurrences:
1383         - 1
1384         - UNBOUNDED
1385       disk.ephemeral.size_pd_server:
1386         type: org.openecomp.capabilities.metric.Ceilometer
1387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1388         occurrences:
1389         - 1
1390         - UNBOUNDED
1391       disk.write.requests_pd_server:
1392         type: org.openecomp.capabilities.metric.Ceilometer
1393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1394         occurrences:
1395         - 1
1396         - UNBOUNDED
1397       disk.device.latency_pd_server:
1398         type: org.openecomp.capabilities.metric.Ceilometer
1399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1400         occurrences:
1401         - 1
1402         - UNBOUNDED
1403       disk.latency_pd_server:
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       disk.device.capacity_pd_server:
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       disk.device.iops_pd_server:
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