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