817b61213edaa1a560ad4bd04db0a743a4e628c2
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.abstract.nodes.pd_server:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       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: org.openecomp.datatypes.Naming
33         required: true
34         status: SUPPORTED
35       vm_flavor_name:
36         type: string
37         required: true
38         status: SUPPORTED
39       port_pd01_port_mac_requirements:
40         type: org.openecomp.datatypes.network.MacRequirements
41         required: true
42         status: SUPPORTED
43       vm_image_name:
44         type: string
45         required: true
46         status: SUPPORTED
47       port_pd01_port_ip_requirements:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: org.openecomp.datatypes.network.IpRequirements
53       port_pd01_port_order:
54         type: integer
55         required: true
56         status: SUPPORTED
57       port_pd01_port_subnetpoolid:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pd01_port_network_role:
62         type: string
63         required: true
64         status: SUPPORTED
65       port_pd01_port_network_role_tag:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_pd01_port_vlan_requirements:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: org.openecomp.datatypes.network.VlanRequirements
75       compute_pd_server_user_data_format:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: string
81     requirements:
82     - dependency_pd_server:
83         capability: tosca.capabilities.Node
84         node: tosca.nodes.Root
85         relationship: tosca.relationships.DependsOn
86         occurrences:
87         - 0
88         - UNBOUNDED
89     - local_storage_pd_server:
90         capability: tosca.capabilities.Attachment
91         node: tosca.nodes.BlockStorage
92         relationship: tosca.relationships.AttachesTo
93         occurrences:
94         - 0
95         - UNBOUNDED
96     - dependency_pd_server_pd01_port:
97         capability: tosca.capabilities.Node
98         node: tosca.nodes.Root
99         relationship: tosca.relationships.DependsOn
100         occurrences:
101         - 0
102         - UNBOUNDED
103     - link_pd_server_pd01_port:
104         capability: tosca.capabilities.network.Linkable
105         relationship: tosca.relationships.network.LinksTo
106         occurrences:
107         - 1
108         - 1
109     capabilities:
110       scalable_pd_server:
111         type: tosca.capabilities.Scalable
112         occurrences:
113         - 1
114         - UNBOUNDED
115       disk.read.bytes.rate_pd_server:
116         type: org.openecomp.capabilities.metric.Ceilometer
117         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
118         occurrences:
119         - 1
120         - UNBOUNDED
121       memory.usage_pd_server:
122         type: org.openecomp.capabilities.metric.Ceilometer
123         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
124         occurrences:
125         - 1
126         - UNBOUNDED
127       memory_pd_server:
128         type: org.openecomp.capabilities.metric.Ceilometer
129         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
130         occurrences:
131         - 1
132         - UNBOUNDED
133       disk.device.usage_pd_server:
134         type: org.openecomp.capabilities.metric.Ceilometer
135         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
136         occurrences:
137         - 1
138         - UNBOUNDED
139       network.outgoing.packets.rate_pd_server_pd01_port:
140         type: org.openecomp.capabilities.metric.Ceilometer
141         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
142         occurrences:
143         - 1
144         - UNBOUNDED
145       os_pd_server:
146         type: tosca.capabilities.OperatingSystem
147         occurrences:
148         - 1
149         - UNBOUNDED
150       disk.write.bytes.rate_pd_server:
151         type: org.openecomp.capabilities.metric.Ceilometer
152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
153         occurrences:
154         - 1
155         - UNBOUNDED
156       network.incoming.bytes_pd_server_pd01_port:
157         type: org.openecomp.capabilities.metric.Ceilometer
158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
159         occurrences:
160         - 1
161         - UNBOUNDED
162       cpu_pd_server:
163         type: org.openecomp.capabilities.metric.Ceilometer
164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
165         occurrences:
166         - 1
167         - UNBOUNDED
168       cpu_util_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       disk.device.write.requests.rate_pd_server:
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       disk.read.bytes_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       disk.device.read.bytes.rate_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       network.outgoing.bytes_pd_server_pd01_port:
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.iops_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       memory.resident_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       cpu.delta_pd_server:
211         type: org.openecomp.capabilities.metric.Ceilometer
212         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
213         occurrences:
214         - 1
215         - UNBOUNDED
216       network.incoming.packets.rate_pd_server_pd01_port:
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       vcpus_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       disk.device.write.bytes.rate_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       disk.device.write.requests_pd_server:
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       endpoint_pd_server:
241         type: tosca.capabilities.Endpoint.Admin
242         occurrences:
243         - 1
244         - UNBOUNDED
245       attachment_pd_server_pd01_port:
246         type: tosca.capabilities.Attachment
247         occurrences:
248         - 1
249         - UNBOUNDED
250       disk.capacity_pd_server:
251         type: org.openecomp.capabilities.metric.Ceilometer
252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
253         occurrences:
254         - 1
255         - UNBOUNDED
256       disk.device.allocation_pd_server:
257         type: org.openecomp.capabilities.metric.Ceilometer
258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
259         occurrences:
260         - 1
261         - UNBOUNDED
262       disk.allocation_pd_server:
263         type: org.openecomp.capabilities.metric.Ceilometer
264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
265         occurrences:
266         - 1
267         - UNBOUNDED
268       binding_pd_server:
269         type: tosca.capabilities.network.Bindable
270         occurrences:
271         - 1
272         - UNBOUNDED
273       disk.read.requests_pd_server:
274         type: org.openecomp.capabilities.metric.Ceilometer
275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
276         occurrences:
277         - 1
278         - UNBOUNDED
279       feature_pd_server:
280         type: tosca.capabilities.Node
281         occurrences:
282         - 1
283         - UNBOUNDED
284       disk.usage_pd_server:
285         type: org.openecomp.capabilities.metric.Ceilometer
286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
287         occurrences:
288         - 1
289         - UNBOUNDED
290       binding_pd_server_pd01_port:
291         type: tosca.capabilities.network.Bindable
292         valid_source_types:
293         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
294         occurrences:
295         - 0
296         - UNBOUNDED
297       disk.write.bytes_pd_server:
298         type: org.openecomp.capabilities.metric.Ceilometer
299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
300         occurrences:
301         - 1
302         - UNBOUNDED
303       network.incoming.bytes.rate_pd_server_pd01_port:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       network.incoming.packets_pd_server_pd01_port:
310         type: org.openecomp.capabilities.metric.Ceilometer
311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
312         occurrences:
313         - 1
314         - UNBOUNDED
315       disk.device.read.requests.rate_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       disk.root.size_pd_server:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       disk.device.read.bytes_pd_server:
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.write.bytes_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.device.read.requests_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       instance_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       host_pd_server:
352         type: tosca.capabilities.Container
353         valid_source_types:
354         - tosca.nodes.SoftwareComponent
355         occurrences:
356         - 1
357         - UNBOUNDED
358       network.outpoing.packets_pd_server_pd01_port:
359         type: org.openecomp.capabilities.metric.Ceilometer
360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
361         occurrences:
362         - 1
363         - UNBOUNDED
364       forwarder_pd_server_pd01_port:
365         type: org.openecomp.capabilities.Forwarder
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.write.requests.rate_pd_server:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       disk.ephemeral.size_pd_server:
376         type: org.openecomp.capabilities.metric.Ceilometer
377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
378         occurrences:
379         - 1
380         - UNBOUNDED
381       disk.write.requests_pd_server:
382         type: org.openecomp.capabilities.metric.Ceilometer
383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
384         occurrences:
385         - 1
386         - UNBOUNDED
387       feature_pd_server_pd01_port:
388         type: tosca.capabilities.Node
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.device.latency_pd_server:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       disk.latency_pd_server:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       disk.device.capacity_pd_server:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       network.outgoing.bytes.rate_pd_server_pd01_port:
411         type: org.openecomp.capabilities.metric.Ceilometer
412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
413         occurrences:
414         - 1
415         - UNBOUNDED
416       disk.device.iops_pd_server:
417         type: org.openecomp.capabilities.metric.Ceilometer
418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
419         occurrences:
420         - 1
421         - UNBOUNDED
422   org.openecomp.resource.abstract.nodes.pd_server_1:
423     derived_from: org.openecomp.resource.abstract.nodes.VFC
424     properties:
425       index_value:
426         type: integer
427         description: Index value of this substitution service template runtime instance
428         required: false
429         default: 0
430         status: SUPPORTED
431         constraints:
432         - greater_or_equal: 0
433       compute_pd_server_availability_zone:
434         type: list
435         required: true
436         status: SUPPORTED
437         entry_schema:
438           type: string
439       compute_pd_server_name:
440         type: list
441         required: true
442         status: SUPPORTED
443         entry_schema:
444           type: string
445       port_pd01_port_exCP_naming:
446         type: org.openecomp.datatypes.Naming
447         required: true
448         status: SUPPORTED
449       vm_flavor_name:
450         type: string
451         required: true
452         status: SUPPORTED
453       port_pd01_port_mac_requirements:
454         type: org.openecomp.datatypes.network.MacRequirements
455         required: true
456         status: SUPPORTED
457       vm_image_name:
458         type: string
459         required: true
460         status: SUPPORTED
461       port_pd01_port_ip_requirements:
462         type: list
463         required: true
464         status: SUPPORTED
465         entry_schema:
466           type: org.openecomp.datatypes.network.IpRequirements
467       port_pd01_port_order:
468         type: integer
469         required: true
470         status: SUPPORTED
471       port_pd01_port_subnetpoolid:
472         type: string
473         required: true
474         status: SUPPORTED
475       port_pd01_port_network_role:
476         type: string
477         required: true
478         status: SUPPORTED
479       port_pd01_port_network_role_tag:
480         type: string
481         required: true
482         status: SUPPORTED
483       port_pd01_port_vlan_requirements:
484         type: list
485         required: true
486         status: SUPPORTED
487         entry_schema:
488           type: org.openecomp.datatypes.network.VlanRequirements
489       compute_pd_server_user_data_format:
490         type: list
491         required: true
492         status: SUPPORTED
493         entry_schema:
494           type: string
495     requirements:
496     - dependency_pd_server:
497         capability: tosca.capabilities.Node
498         node: tosca.nodes.Root
499         relationship: tosca.relationships.DependsOn
500         occurrences:
501         - 0
502         - UNBOUNDED
503     - local_storage_pd_server:
504         capability: tosca.capabilities.Attachment
505         node: tosca.nodes.BlockStorage
506         relationship: tosca.relationships.AttachesTo
507         occurrences:
508         - 0
509         - UNBOUNDED
510     - dependency_pd_server_pd01_port:
511         capability: tosca.capabilities.Node
512         node: tosca.nodes.Root
513         relationship: tosca.relationships.DependsOn
514         occurrences:
515         - 0
516         - UNBOUNDED
517     - link_pd_server_pd01_port:
518         capability: tosca.capabilities.network.Linkable
519         relationship: tosca.relationships.network.LinksTo
520         occurrences:
521         - 1
522         - 1
523     capabilities:
524       scalable_pd_server:
525         type: tosca.capabilities.Scalable
526         occurrences:
527         - 1
528         - UNBOUNDED
529       disk.read.bytes.rate_pd_server:
530         type: org.openecomp.capabilities.metric.Ceilometer
531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
532         occurrences:
533         - 1
534         - UNBOUNDED
535       memory.usage_pd_server:
536         type: org.openecomp.capabilities.metric.Ceilometer
537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
538         occurrences:
539         - 1
540         - UNBOUNDED
541       memory_pd_server:
542         type: org.openecomp.capabilities.metric.Ceilometer
543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
544         occurrences:
545         - 1
546         - UNBOUNDED
547       disk.device.usage_pd_server:
548         type: org.openecomp.capabilities.metric.Ceilometer
549         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
550         occurrences:
551         - 1
552         - UNBOUNDED
553       network.outgoing.packets.rate_pd_server_pd01_port:
554         type: org.openecomp.capabilities.metric.Ceilometer
555         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
556         occurrences:
557         - 1
558         - UNBOUNDED
559       os_pd_server:
560         type: tosca.capabilities.OperatingSystem
561         occurrences:
562         - 1
563         - UNBOUNDED
564       disk.write.bytes.rate_pd_server:
565         type: org.openecomp.capabilities.metric.Ceilometer
566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
567         occurrences:
568         - 1
569         - UNBOUNDED
570       network.incoming.bytes_pd_server_pd01_port:
571         type: org.openecomp.capabilities.metric.Ceilometer
572         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
573         occurrences:
574         - 1
575         - UNBOUNDED
576       cpu_pd_server:
577         type: org.openecomp.capabilities.metric.Ceilometer
578         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
579         occurrences:
580         - 1
581         - UNBOUNDED
582       cpu_util_pd_server:
583         type: org.openecomp.capabilities.metric.Ceilometer
584         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
585         occurrences:
586         - 1
587         - UNBOUNDED
588       disk.device.write.requests.rate_pd_server:
589         type: org.openecomp.capabilities.metric.Ceilometer
590         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
591         occurrences:
592         - 1
593         - UNBOUNDED
594       disk.read.bytes_pd_server:
595         type: org.openecomp.capabilities.metric.Ceilometer
596         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
597         occurrences:
598         - 1
599         - UNBOUNDED
600       disk.device.read.bytes.rate_pd_server:
601         type: org.openecomp.capabilities.metric.Ceilometer
602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
603         occurrences:
604         - 1
605         - UNBOUNDED
606       network.outgoing.bytes_pd_server_pd01_port:
607         type: org.openecomp.capabilities.metric.Ceilometer
608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
609         occurrences:
610         - 1
611         - UNBOUNDED
612       disk.iops_pd_server:
613         type: org.openecomp.capabilities.metric.Ceilometer
614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
615         occurrences:
616         - 1
617         - UNBOUNDED
618       memory.resident_pd_server:
619         type: org.openecomp.capabilities.metric.Ceilometer
620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
621         occurrences:
622         - 1
623         - UNBOUNDED
624       cpu.delta_pd_server:
625         type: org.openecomp.capabilities.metric.Ceilometer
626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
627         occurrences:
628         - 1
629         - UNBOUNDED
630       network.incoming.packets.rate_pd_server_pd01_port:
631         type: org.openecomp.capabilities.metric.Ceilometer
632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
633         occurrences:
634         - 1
635         - UNBOUNDED
636       vcpus_pd_server:
637         type: org.openecomp.capabilities.metric.Ceilometer
638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
639         occurrences:
640         - 1
641         - UNBOUNDED
642       disk.device.write.bytes.rate_pd_server:
643         type: org.openecomp.capabilities.metric.Ceilometer
644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
645         occurrences:
646         - 1
647         - UNBOUNDED
648       disk.device.write.requests_pd_server:
649         type: org.openecomp.capabilities.metric.Ceilometer
650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
651         occurrences:
652         - 1
653         - UNBOUNDED
654       endpoint_pd_server:
655         type: tosca.capabilities.Endpoint.Admin
656         occurrences:
657         - 1
658         - UNBOUNDED
659       attachment_pd_server_pd01_port:
660         type: tosca.capabilities.Attachment
661         occurrences:
662         - 1
663         - UNBOUNDED
664       disk.capacity_pd_server:
665         type: org.openecomp.capabilities.metric.Ceilometer
666         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
667         occurrences:
668         - 1
669         - UNBOUNDED
670       disk.device.allocation_pd_server:
671         type: org.openecomp.capabilities.metric.Ceilometer
672         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
673         occurrences:
674         - 1
675         - UNBOUNDED
676       disk.allocation_pd_server:
677         type: org.openecomp.capabilities.metric.Ceilometer
678         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
679         occurrences:
680         - 1
681         - UNBOUNDED
682       binding_pd_server:
683         type: tosca.capabilities.network.Bindable
684         occurrences:
685         - 1
686         - UNBOUNDED
687       disk.read.requests_pd_server:
688         type: org.openecomp.capabilities.metric.Ceilometer
689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
690         occurrences:
691         - 1
692         - UNBOUNDED
693       feature_pd_server:
694         type: tosca.capabilities.Node
695         occurrences:
696         - 1
697         - UNBOUNDED
698       disk.usage_pd_server:
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       binding_pd_server_pd01_port:
705         type: tosca.capabilities.network.Bindable
706         valid_source_types:
707         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
708         occurrences:
709         - 0
710         - UNBOUNDED
711       disk.write.bytes_pd_server:
712         type: org.openecomp.capabilities.metric.Ceilometer
713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
714         occurrences:
715         - 1
716         - UNBOUNDED
717       network.incoming.bytes.rate_pd_server_pd01_port:
718         type: org.openecomp.capabilities.metric.Ceilometer
719         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
720         occurrences:
721         - 1
722         - UNBOUNDED
723       network.incoming.packets_pd_server_pd01_port:
724         type: org.openecomp.capabilities.metric.Ceilometer
725         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
726         occurrences:
727         - 1
728         - UNBOUNDED
729       disk.device.read.requests.rate_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       disk.root.size_pd_server:
736         type: org.openecomp.capabilities.metric.Ceilometer
737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
738         occurrences:
739         - 1
740         - UNBOUNDED
741       disk.device.read.bytes_pd_server:
742         type: org.openecomp.capabilities.metric.Ceilometer
743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
744         occurrences:
745         - 1
746         - UNBOUNDED
747       disk.device.write.bytes_pd_server:
748         type: org.openecomp.capabilities.metric.Ceilometer
749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
750         occurrences:
751         - 1
752         - UNBOUNDED
753       disk.device.read.requests_pd_server:
754         type: org.openecomp.capabilities.metric.Ceilometer
755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
756         occurrences:
757         - 1
758         - UNBOUNDED
759       instance_pd_server:
760         type: org.openecomp.capabilities.metric.Ceilometer
761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
762         occurrences:
763         - 1
764         - UNBOUNDED
765       host_pd_server:
766         type: tosca.capabilities.Container
767         valid_source_types:
768         - tosca.nodes.SoftwareComponent
769         occurrences:
770         - 1
771         - UNBOUNDED
772       network.outpoing.packets_pd_server_pd01_port:
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       forwarder_pd_server_pd01_port:
779         type: org.openecomp.capabilities.Forwarder
780         occurrences:
781         - 1
782         - UNBOUNDED
783       disk.write.requests.rate_pd_server:
784         type: org.openecomp.capabilities.metric.Ceilometer
785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
786         occurrences:
787         - 1
788         - UNBOUNDED
789       disk.ephemeral.size_pd_server:
790         type: org.openecomp.capabilities.metric.Ceilometer
791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
792         occurrences:
793         - 1
794         - UNBOUNDED
795       disk.write.requests_pd_server:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       feature_pd_server_pd01_port:
802         type: tosca.capabilities.Node
803         occurrences:
804         - 1
805         - UNBOUNDED
806       disk.device.latency_pd_server:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       disk.latency_pd_server:
813         type: org.openecomp.capabilities.metric.Ceilometer
814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
815         occurrences:
816         - 1
817         - UNBOUNDED
818       disk.device.capacity_pd_server:
819         type: org.openecomp.capabilities.metric.Ceilometer
820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
821         occurrences:
822         - 1
823         - UNBOUNDED
824       network.outgoing.bytes.rate_pd_server_pd01_port:
825         type: org.openecomp.capabilities.metric.Ceilometer
826         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
827         occurrences:
828         - 1
829         - UNBOUNDED
830       disk.device.iops_pd_server:
831         type: org.openecomp.capabilities.metric.Ceilometer
832         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
833         occurrences:
834         - 1
835         - UNBOUNDED
836   org.openecomp.resource.abstract.nodes.pd_server_2:
837     derived_from: org.openecomp.resource.abstract.nodes.VFC
838     properties:
839       index_value:
840         type: integer
841         description: Index value of this substitution service template runtime instance
842         required: false
843         default: 0
844         status: SUPPORTED
845         constraints:
846         - greater_or_equal: 0
847       compute_pd_server_availability_zone:
848         type: list
849         required: true
850         status: SUPPORTED
851         entry_schema:
852           type: string
853       compute_pd_server_name:
854         type: list
855         required: true
856         status: SUPPORTED
857         entry_schema:
858           type: string
859       port_pd01_port_exCP_naming:
860         type: org.openecomp.datatypes.Naming
861         required: true
862         status: SUPPORTED
863       vm_flavor_name:
864         type: string
865         required: true
866         status: SUPPORTED
867       port_pd01_port_mac_requirements:
868         type: org.openecomp.datatypes.network.MacRequirements
869         required: true
870         status: SUPPORTED
871       vm_image_name:
872         type: string
873         required: true
874         status: SUPPORTED
875       port_pd01_port_ip_requirements:
876         type: list
877         required: true
878         status: SUPPORTED
879         entry_schema:
880           type: org.openecomp.datatypes.network.IpRequirements
881       port_pd01_port_network:
882         type: list
883         required: true
884         status: SUPPORTED
885         entry_schema:
886           type: string
887       port_pd01_port_order:
888         type: integer
889         required: true
890         status: SUPPORTED
891       port_pd01_port_subnetpoolid:
892         type: string
893         required: true
894         status: SUPPORTED
895       port_pd01_port_network_role:
896         type: string
897         required: true
898         status: SUPPORTED
899       port_pd01_port_network_role_tag:
900         type: string
901         required: true
902         status: SUPPORTED
903       port_pd01_port_vlan_requirements:
904         type: list
905         required: true
906         status: SUPPORTED
907         entry_schema:
908           type: org.openecomp.datatypes.network.VlanRequirements
909       compute_pd_server_user_data_format:
910         type: list
911         required: true
912         status: SUPPORTED
913         entry_schema:
914           type: string
915     requirements:
916     - dependency_pd_server:
917         capability: tosca.capabilities.Node
918         node: tosca.nodes.Root
919         relationship: tosca.relationships.DependsOn
920         occurrences:
921         - 0
922         - UNBOUNDED
923     - local_storage_pd_server:
924         capability: tosca.capabilities.Attachment
925         node: tosca.nodes.BlockStorage
926         relationship: tosca.relationships.AttachesTo
927         occurrences:
928         - 0
929         - UNBOUNDED
930     - dependency_pd_server_pd01_port:
931         capability: tosca.capabilities.Node
932         node: tosca.nodes.Root
933         relationship: tosca.relationships.DependsOn
934         occurrences:
935         - 0
936         - UNBOUNDED
937     - link_pd_server_pd01_port:
938         capability: tosca.capabilities.network.Linkable
939         relationship: tosca.relationships.network.LinksTo
940         occurrences:
941         - 1
942         - 1
943     capabilities:
944       scalable_pd_server:
945         type: tosca.capabilities.Scalable
946         occurrences:
947         - 1
948         - UNBOUNDED
949       disk.read.bytes.rate_pd_server:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       memory.usage_pd_server:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       memory_pd_server:
962         type: org.openecomp.capabilities.metric.Ceilometer
963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
964         occurrences:
965         - 1
966         - UNBOUNDED
967       disk.device.usage_pd_server:
968         type: org.openecomp.capabilities.metric.Ceilometer
969         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
970         occurrences:
971         - 1
972         - UNBOUNDED
973       network.outgoing.packets.rate_pd_server_pd01_port:
974         type: org.openecomp.capabilities.metric.Ceilometer
975         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
976         occurrences:
977         - 1
978         - UNBOUNDED
979       os_pd_server:
980         type: tosca.capabilities.OperatingSystem
981         occurrences:
982         - 1
983         - UNBOUNDED
984       disk.write.bytes.rate_pd_server:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       network.incoming.bytes_pd_server_pd01_port:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996       cpu_pd_server:
997         type: org.openecomp.capabilities.metric.Ceilometer
998         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
999         occurrences:
1000         - 1
1001         - UNBOUNDED
1002       cpu_util_pd_server:
1003         type: org.openecomp.capabilities.metric.Ceilometer
1004         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1005         occurrences:
1006         - 1
1007         - UNBOUNDED
1008       disk.device.write.requests.rate_pd_server:
1009         type: org.openecomp.capabilities.metric.Ceilometer
1010         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1011         occurrences:
1012         - 1
1013         - UNBOUNDED
1014       disk.read.bytes_pd_server:
1015         type: org.openecomp.capabilities.metric.Ceilometer
1016         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1017         occurrences:
1018         - 1
1019         - UNBOUNDED
1020       disk.device.read.bytes.rate_pd_server:
1021         type: org.openecomp.capabilities.metric.Ceilometer
1022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1023         occurrences:
1024         - 1
1025         - UNBOUNDED
1026       network.outgoing.bytes_pd_server_pd01_port:
1027         type: org.openecomp.capabilities.metric.Ceilometer
1028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1029         occurrences:
1030         - 1
1031         - UNBOUNDED
1032       disk.iops_pd_server:
1033         type: org.openecomp.capabilities.metric.Ceilometer
1034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1035         occurrences:
1036         - 1
1037         - UNBOUNDED
1038       memory.resident_pd_server:
1039         type: org.openecomp.capabilities.metric.Ceilometer
1040         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1041         occurrences:
1042         - 1
1043         - UNBOUNDED
1044       cpu.delta_pd_server:
1045         type: org.openecomp.capabilities.metric.Ceilometer
1046         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1047         occurrences:
1048         - 1
1049         - UNBOUNDED
1050       network.incoming.packets.rate_pd_server_pd01_port:
1051         type: org.openecomp.capabilities.metric.Ceilometer
1052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1053         occurrences:
1054         - 1
1055         - UNBOUNDED
1056       vcpus_pd_server:
1057         type: org.openecomp.capabilities.metric.Ceilometer
1058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1059         occurrences:
1060         - 1
1061         - UNBOUNDED
1062       disk.device.write.bytes.rate_pd_server:
1063         type: org.openecomp.capabilities.metric.Ceilometer
1064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1065         occurrences:
1066         - 1
1067         - UNBOUNDED
1068       disk.device.write.requests_pd_server:
1069         type: org.openecomp.capabilities.metric.Ceilometer
1070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1071         occurrences:
1072         - 1
1073         - UNBOUNDED
1074       endpoint_pd_server:
1075         type: tosca.capabilities.Endpoint.Admin
1076         occurrences:
1077         - 1
1078         - UNBOUNDED
1079       attachment_pd_server_pd01_port:
1080         type: tosca.capabilities.Attachment
1081         occurrences:
1082         - 1
1083         - UNBOUNDED
1084       disk.capacity_pd_server:
1085         type: org.openecomp.capabilities.metric.Ceilometer
1086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1087         occurrences:
1088         - 1
1089         - UNBOUNDED
1090       disk.device.allocation_pd_server:
1091         type: org.openecomp.capabilities.metric.Ceilometer
1092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1093         occurrences:
1094         - 1
1095         - UNBOUNDED
1096       disk.allocation_pd_server:
1097         type: org.openecomp.capabilities.metric.Ceilometer
1098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1099         occurrences:
1100         - 1
1101         - UNBOUNDED
1102       binding_pd_server:
1103         type: tosca.capabilities.network.Bindable
1104         occurrences:
1105         - 1
1106         - UNBOUNDED
1107       disk.read.requests_pd_server:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       feature_pd_server:
1114         type: tosca.capabilities.Node
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       disk.usage_pd_server:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       binding_pd_server_pd01_port:
1125         type: tosca.capabilities.network.Bindable
1126         valid_source_types:
1127         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1128         occurrences:
1129         - 0
1130         - UNBOUNDED
1131       disk.write.bytes_pd_server:
1132         type: org.openecomp.capabilities.metric.Ceilometer
1133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1134         occurrences:
1135         - 1
1136         - UNBOUNDED
1137       network.incoming.bytes.rate_pd_server_pd01_port:
1138         type: org.openecomp.capabilities.metric.Ceilometer
1139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1140         occurrences:
1141         - 1
1142         - UNBOUNDED
1143       network.incoming.packets_pd_server_pd01_port:
1144         type: org.openecomp.capabilities.metric.Ceilometer
1145         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1146         occurrences:
1147         - 1
1148         - UNBOUNDED
1149       disk.device.read.requests.rate_pd_server:
1150         type: org.openecomp.capabilities.metric.Ceilometer
1151         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1152         occurrences:
1153         - 1
1154         - UNBOUNDED
1155       disk.root.size_pd_server:
1156         type: org.openecomp.capabilities.metric.Ceilometer
1157         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1158         occurrences:
1159         - 1
1160         - UNBOUNDED
1161       disk.device.read.bytes_pd_server:
1162         type: org.openecomp.capabilities.metric.Ceilometer
1163         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1164         occurrences:
1165         - 1
1166         - UNBOUNDED
1167       disk.device.write.bytes_pd_server:
1168         type: org.openecomp.capabilities.metric.Ceilometer
1169         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1170         occurrences:
1171         - 1
1172         - UNBOUNDED
1173       disk.device.read.requests_pd_server:
1174         type: org.openecomp.capabilities.metric.Ceilometer
1175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1176         occurrences:
1177         - 1
1178         - UNBOUNDED
1179       instance_pd_server:
1180         type: org.openecomp.capabilities.metric.Ceilometer
1181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1182         occurrences:
1183         - 1
1184         - UNBOUNDED
1185       host_pd_server:
1186         type: tosca.capabilities.Container
1187         valid_source_types:
1188         - tosca.nodes.SoftwareComponent
1189         occurrences:
1190         - 1
1191         - UNBOUNDED
1192       network.outpoing.packets_pd_server_pd01_port:
1193         type: org.openecomp.capabilities.metric.Ceilometer
1194         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1195         occurrences:
1196         - 1
1197         - UNBOUNDED
1198       forwarder_pd_server_pd01_port:
1199         type: org.openecomp.capabilities.Forwarder
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203       disk.write.requests.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.ephemeral.size_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       disk.write.requests_pd_server:
1216         type: org.openecomp.capabilities.metric.Ceilometer
1217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1218         occurrences:
1219         - 1
1220         - UNBOUNDED
1221       feature_pd_server_pd01_port:
1222         type: tosca.capabilities.Node
1223         occurrences:
1224         - 1
1225         - UNBOUNDED
1226       disk.device.latency_pd_server:
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.latency_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.device.capacity_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.outgoing.bytes.rate_pd_server_pd01_port:
1245         type: org.openecomp.capabilities.metric.Ceilometer
1246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1247         occurrences:
1248         - 1
1249         - UNBOUNDED
1250       disk.device.iops_pd_server:
1251         type: org.openecomp.capabilities.metric.Ceilometer
1252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1253         occurrences:
1254         - 1
1255         - UNBOUNDED