[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / singleSubstitution / threeDiffComputesWithAllConnectivities / out / GlobalSubstitutionTypesServiceTemplate.yaml
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       compute_pd_server_scheduler_hints:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: json
17       index_value:
18         type: integer
19         description: Index value of this substitution service template runtime instance
20         required: false
21         default: 0
22         status: SUPPORTED
23         constraints:
24         - greater_or_equal: 0
25       compute_pd_server_availability_zone:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       compute_pd_server_name:
32         type: list
33         required: true
34         status: SUPPORTED
35         entry_schema:
36           type: string
37       port_pd01_port_exCP_naming:
38         type: org.openecomp.datatypes.Naming
39         required: true
40         status: SUPPORTED
41       vm_flavor_name:
42         type: string
43         required: true
44         status: SUPPORTED
45       port_pd01_port_security_groups:
46         type: list
47         required: true
48         status: SUPPORTED
49         entry_schema:
50           type: json
51       port_pd01_port_mac_requirements:
52         type: org.openecomp.datatypes.network.MacRequirements
53         required: true
54         status: SUPPORTED
55       vm_image_name:
56         type: string
57         required: true
58         status: SUPPORTED
59       port_pd01_port_ip_requirements:
60         type: list
61         required: true
62         status: SUPPORTED
63         entry_schema:
64           type: org.openecomp.datatypes.network.IpRequirements
65       port_pd01_port_network:
66         type: list
67         required: true
68         status: SUPPORTED
69         entry_schema:
70           type: string
71       port_pd01_port_order:
72         type: integer
73         required: true
74         status: SUPPORTED
75       port_pd01_port_subnetpoolid:
76         type: string
77         required: true
78         status: SUPPORTED
79       port_pd01_port_network_role:
80         type: string
81         required: true
82         status: SUPPORTED
83       port_pd01_port_network_role_tag:
84         type: string
85         required: true
86         status: SUPPORTED
87       port_pd01_port_vlan_requirements:
88         type: list
89         required: true
90         status: SUPPORTED
91         entry_schema:
92           type: org.openecomp.datatypes.network.VlanRequirements
93       compute_pd_server_user_data_format:
94         type: list
95         required: true
96         status: SUPPORTED
97         entry_schema:
98           type: string
99     attributes:
100       pd_server_accessIPv4:
101         type: string
102         status: SUPPORTED
103       pd_server_pd01_port_device_owner:
104         type: string
105         status: SUPPORTED
106     requirements:
107     - dependency_pd_server:
108         capability: tosca.capabilities.Node
109         node: tosca.nodes.Root
110         relationship: tosca.relationships.DependsOn
111         occurrences:
112         - 0
113         - UNBOUNDED
114     - local_storage_pd_server:
115         capability: tosca.capabilities.Attachment
116         node: tosca.nodes.BlockStorage
117         relationship: tosca.relationships.AttachesTo
118         occurrences:
119         - 0
120         - UNBOUNDED
121     - dependency_pd_server_pd01_port:
122         capability: tosca.capabilities.Node
123         node: tosca.nodes.Root
124         relationship: tosca.relationships.DependsOn
125         occurrences:
126         - 0
127         - UNBOUNDED
128     - link_pd_server_pd01_port:
129         capability: tosca.capabilities.network.Linkable
130         relationship: tosca.relationships.network.LinksTo
131         occurrences:
132         - 1
133         - 1
134     capabilities:
135       scalable_pd_server:
136         type: tosca.capabilities.Scalable
137         occurrences:
138         - 1
139         - UNBOUNDED
140       disk.read.bytes.rate_pd_server:
141         type: org.openecomp.capabilities.metric.Ceilometer
142         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
143         occurrences:
144         - 1
145         - UNBOUNDED
146       memory.usage_pd_server:
147         type: org.openecomp.capabilities.metric.Ceilometer
148         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
149         occurrences:
150         - 1
151         - UNBOUNDED
152       memory_pd_server:
153         type: org.openecomp.capabilities.metric.Ceilometer
154         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
155         occurrences:
156         - 1
157         - UNBOUNDED
158       disk.device.usage_pd_server:
159         type: org.openecomp.capabilities.metric.Ceilometer
160         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
161         occurrences:
162         - 1
163         - UNBOUNDED
164       network.outgoing.packets.rate_pd_server_pd01_port:
165         type: org.openecomp.capabilities.metric.Ceilometer
166         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
167         occurrences:
168         - 1
169         - UNBOUNDED
170       os_pd_server:
171         type: tosca.capabilities.OperatingSystem
172         occurrences:
173         - 1
174         - UNBOUNDED
175       disk.write.bytes.rate_pd_server:
176         type: org.openecomp.capabilities.metric.Ceilometer
177         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
178         occurrences:
179         - 1
180         - UNBOUNDED
181       network.incoming.bytes_pd_server_pd01_port:
182         type: org.openecomp.capabilities.metric.Ceilometer
183         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
184         occurrences:
185         - 1
186         - UNBOUNDED
187       cpu_pd_server:
188         type: org.openecomp.capabilities.metric.Ceilometer
189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
190         occurrences:
191         - 1
192         - UNBOUNDED
193       cpu_util_pd_server:
194         type: org.openecomp.capabilities.metric.Ceilometer
195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
196         occurrences:
197         - 1
198         - UNBOUNDED
199       disk.device.write.requests.rate_pd_server:
200         type: org.openecomp.capabilities.metric.Ceilometer
201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
202         occurrences:
203         - 1
204         - UNBOUNDED
205       disk.read.bytes_pd_server:
206         type: org.openecomp.capabilities.metric.Ceilometer
207         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
208         occurrences:
209         - 1
210         - UNBOUNDED
211       disk.device.read.bytes.rate_pd_server:
212         type: org.openecomp.capabilities.metric.Ceilometer
213         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
214         occurrences:
215         - 1
216         - UNBOUNDED
217       network.outgoing.bytes_pd_server_pd01_port:
218         type: org.openecomp.capabilities.metric.Ceilometer
219         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
220         occurrences:
221         - 1
222         - UNBOUNDED
223       disk.iops_pd_server:
224         type: org.openecomp.capabilities.metric.Ceilometer
225         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
226         occurrences:
227         - 1
228         - UNBOUNDED
229       memory.resident_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       cpu.delta_pd_server:
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       network.incoming.packets.rate_pd_server_pd01_port:
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       vcpus_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.bytes.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.device.write.requests_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       endpoint_pd_server:
266         type: tosca.capabilities.Endpoint.Admin
267         occurrences:
268         - 1
269         - UNBOUNDED
270       attachment_pd_server_pd01_port:
271         type: tosca.capabilities.Attachment
272         occurrences:
273         - 1
274         - UNBOUNDED
275       disk.capacity_pd_server:
276         type: org.openecomp.capabilities.metric.Ceilometer
277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
278         occurrences:
279         - 1
280         - UNBOUNDED
281       disk.device.allocation_pd_server:
282         type: org.openecomp.capabilities.metric.Ceilometer
283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
284         occurrences:
285         - 1
286         - UNBOUNDED
287       disk.allocation_pd_server:
288         type: org.openecomp.capabilities.metric.Ceilometer
289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
290         occurrences:
291         - 1
292         - UNBOUNDED
293       binding_pd_server:
294         type: tosca.capabilities.network.Bindable
295         occurrences:
296         - 1
297         - UNBOUNDED
298       disk.read.requests_pd_server:
299         type: org.openecomp.capabilities.metric.Ceilometer
300         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
301         occurrences:
302         - 1
303         - UNBOUNDED
304       feature_pd_server:
305         type: tosca.capabilities.Node
306         occurrences:
307         - 1
308         - UNBOUNDED
309       disk.usage_pd_server:
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       binding_pd_server_pd01_port:
316         type: tosca.capabilities.network.Bindable
317         valid_source_types:
318         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
319         occurrences:
320         - 0
321         - UNBOUNDED
322       disk.write.bytes_pd_server:
323         type: org.openecomp.capabilities.metric.Ceilometer
324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
325         occurrences:
326         - 1
327         - UNBOUNDED
328       network.incoming.bytes.rate_pd_server_pd01_port:
329         type: org.openecomp.capabilities.metric.Ceilometer
330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
331         occurrences:
332         - 1
333         - UNBOUNDED
334       network.incoming.packets_pd_server_pd01_port:
335         type: org.openecomp.capabilities.metric.Ceilometer
336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
337         occurrences:
338         - 1
339         - UNBOUNDED
340       disk.device.read.requests.rate_pd_server:
341         type: org.openecomp.capabilities.metric.Ceilometer
342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
343         occurrences:
344         - 1
345         - UNBOUNDED
346       disk.root.size_pd_server:
347         type: org.openecomp.capabilities.metric.Ceilometer
348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
349         occurrences:
350         - 1
351         - UNBOUNDED
352       disk.device.read.bytes_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       disk.device.write.bytes_pd_server:
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       disk.device.read.requests_pd_server:
365         type: org.openecomp.capabilities.metric.Ceilometer
366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
367         occurrences:
368         - 1
369         - UNBOUNDED
370       instance_pd_server:
371         type: org.openecomp.capabilities.metric.Ceilometer
372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
373         occurrences:
374         - 1
375         - UNBOUNDED
376       host_pd_server:
377         type: tosca.capabilities.Container
378         valid_source_types:
379         - tosca.nodes.SoftwareComponent
380         occurrences:
381         - 1
382         - UNBOUNDED
383       network.outpoing.packets_pd_server_pd01_port:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.write.requests.rate_pd_server:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       disk.ephemeral.size_pd_server:
396         type: org.openecomp.capabilities.metric.Ceilometer
397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
398         occurrences:
399         - 1
400         - UNBOUNDED
401       disk.write.requests_pd_server:
402         type: org.openecomp.capabilities.metric.Ceilometer
403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
404         occurrences:
405         - 1
406         - UNBOUNDED
407       feature_pd_server_pd01_port:
408         type: tosca.capabilities.Node
409         occurrences:
410         - 1
411         - UNBOUNDED
412       disk.device.latency_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.latency_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       disk.device.capacity_pd_server:
425         type: org.openecomp.capabilities.metric.Ceilometer
426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
427         occurrences:
428         - 1
429         - UNBOUNDED
430       network.outgoing.bytes.rate_pd_server_pd01_port:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.device.iops_pd_server:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442   org.openecomp.resource.abstract.nodes.oam_server:
443     derived_from: org.openecomp.resource.abstract.nodes.VFC
444     properties:
445       index_value:
446         type: integer
447         description: Index value of this substitution service template runtime instance
448         required: false
449         default: 0
450         status: SUPPORTED
451         constraints:
452         - greater_or_equal: 0
453       port_pd01_port_exCP_naming:
454         type: org.openecomp.datatypes.Naming
455         required: true
456         status: SUPPORTED
457       vm_flavor_name:
458         type: string
459         required: true
460         status: SUPPORTED
461       port_pd01_port_security_groups:
462         type: list
463         required: true
464         status: SUPPORTED
465         entry_schema:
466           type: json
467       port_pd01_port_mac_requirements:
468         type: org.openecomp.datatypes.network.MacRequirements
469         required: true
470         status: SUPPORTED
471       compute_oam_server_availability_zone:
472         type: list
473         required: true
474         status: SUPPORTED
475         entry_schema:
476           type: string
477       vm_image_name:
478         type: string
479         required: true
480         status: SUPPORTED
481       port_pd01_port_ip_requirements:
482         type: list
483         required: true
484         status: SUPPORTED
485         entry_schema:
486           type: org.openecomp.datatypes.network.IpRequirements
487       port_pd01_port_network:
488         type: list
489         required: true
490         status: SUPPORTED
491         entry_schema:
492           type: string
493       port_pd01_port_order:
494         type: integer
495         required: true
496         status: SUPPORTED
497       port_pd01_port_subnetpoolid:
498         type: string
499         required: true
500         status: SUPPORTED
501       compute_oam_server_user_data_format:
502         type: list
503         required: true
504         status: SUPPORTED
505         entry_schema:
506           type: string
507       compute_oam_server_name:
508         type: list
509         required: true
510         status: SUPPORTED
511         entry_schema:
512           type: string
513       port_pd01_port_network_role:
514         type: string
515         required: true
516         status: SUPPORTED
517       port_pd01_port_network_role_tag:
518         type: string
519         required: true
520         status: SUPPORTED
521       port_pd01_port_vlan_requirements:
522         type: list
523         required: true
524         status: SUPPORTED
525         entry_schema:
526           type: org.openecomp.datatypes.network.VlanRequirements
527       compute_oam_server_scheduler_hints:
528         type: list
529         required: true
530         status: SUPPORTED
531         entry_schema:
532           type: json
533     attributes:
534       oam_server_accessIPv4:
535         type: string
536         status: SUPPORTED
537     requirements:
538     - dependency_oam_server_pd01_port:
539         capability: tosca.capabilities.Node
540         node: tosca.nodes.Root
541         relationship: tosca.relationships.DependsOn
542         occurrences:
543         - 0
544         - UNBOUNDED
545     - link_oam_server_pd01_port:
546         capability: tosca.capabilities.network.Linkable
547         relationship: tosca.relationships.network.LinksTo
548         occurrences:
549         - 1
550         - 1
551     - dependency_oam_server:
552         capability: tosca.capabilities.Node
553         node: tosca.nodes.Root
554         relationship: tosca.relationships.DependsOn
555         occurrences:
556         - 0
557         - UNBOUNDED
558     - local_storage_oam_server:
559         capability: tosca.capabilities.Attachment
560         node: tosca.nodes.BlockStorage
561         relationship: tosca.relationships.AttachesTo
562         occurrences:
563         - 0
564         - UNBOUNDED
565     capabilities:
566       cpu.delta_oam_server:
567         type: org.openecomp.capabilities.metric.Ceilometer
568         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
569         occurrences:
570         - 1
571         - UNBOUNDED
572       host_oam_server:
573         type: tosca.capabilities.Container
574         valid_source_types:
575         - tosca.nodes.SoftwareComponent
576         occurrences:
577         - 1
578         - UNBOUNDED
579       disk.usage_oam_server:
580         type: org.openecomp.capabilities.metric.Ceilometer
581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
582         occurrences:
583         - 1
584         - UNBOUNDED
585       network.incoming.bytes.rate_oam_server_pd01_port:
586         type: org.openecomp.capabilities.metric.Ceilometer
587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
588         occurrences:
589         - 1
590         - UNBOUNDED
591       feature_oam_server:
592         type: tosca.capabilities.Node
593         occurrences:
594         - 1
595         - UNBOUNDED
596       disk.device.write.bytes_oam_server:
597         type: org.openecomp.capabilities.metric.Ceilometer
598         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
599         occurrences:
600         - 1
601         - UNBOUNDED
602       cpu_util_oam_server:
603         type: org.openecomp.capabilities.metric.Ceilometer
604         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
605         occurrences:
606         - 1
607         - UNBOUNDED
608       disk.capacity_oam_server:
609         type: org.openecomp.capabilities.metric.Ceilometer
610         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
611         occurrences:
612         - 1
613         - UNBOUNDED
614       memory_oam_server:
615         type: org.openecomp.capabilities.metric.Ceilometer
616         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
617         occurrences:
618         - 1
619         - UNBOUNDED
620       disk.read.bytes.rate_oam_server:
621         type: org.openecomp.capabilities.metric.Ceilometer
622         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
623         occurrences:
624         - 1
625         - UNBOUNDED
626       binding_oam_server_pd01_port:
627         type: tosca.capabilities.network.Bindable
628         valid_source_types:
629         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
630         occurrences:
631         - 0
632         - UNBOUNDED
633       disk.write.bytes_oam_server:
634         type: org.openecomp.capabilities.metric.Ceilometer
635         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
636         occurrences:
637         - 1
638         - UNBOUNDED
639       disk.write.requests_oam_server:
640         type: org.openecomp.capabilities.metric.Ceilometer
641         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
642         occurrences:
643         - 1
644         - UNBOUNDED
645       cpu_oam_server:
646         type: org.openecomp.capabilities.metric.Ceilometer
647         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
648         occurrences:
649         - 1
650         - UNBOUNDED
651       vcpus_oam_server:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       network.incoming.packets_oam_server_pd01_port:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       disk.device.read.requests.rate_oam_server:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       network.outpoing.packets_oam_server_pd01_port:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       disk.allocation_oam_server:
676         type: org.openecomp.capabilities.metric.Ceilometer
677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
678         occurrences:
679         - 1
680         - UNBOUNDED
681       disk.write.bytes.rate_oam_server:
682         type: org.openecomp.capabilities.metric.Ceilometer
683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
684         occurrences:
685         - 1
686         - UNBOUNDED
687       disk.device.write.requests.rate_oam_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       instance_oam_server:
694         type: org.openecomp.capabilities.metric.Ceilometer
695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
696         occurrences:
697         - 1
698         - UNBOUNDED
699       memory.resident_oam_server:
700         type: org.openecomp.capabilities.metric.Ceilometer
701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
702         occurrences:
703         - 1
704         - UNBOUNDED
705       disk.device.read.requests_oam_server:
706         type: org.openecomp.capabilities.metric.Ceilometer
707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
708         occurrences:
709         - 1
710         - UNBOUNDED
711       disk.device.allocation_oam_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       disk.device.write.requests_oam_server:
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       disk.iops_oam_server:
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.capacity_oam_server:
730         type: org.openecomp.capabilities.metric.Ceilometer
731         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
732         occurrences:
733         - 1
734         - UNBOUNDED
735       binding_oam_server:
736         type: tosca.capabilities.network.Bindable
737         occurrences:
738         - 1
739         - UNBOUNDED
740       disk.device.write.bytes.rate_oam_server:
741         type: org.openecomp.capabilities.metric.Ceilometer
742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
743         occurrences:
744         - 1
745         - UNBOUNDED
746       disk.device.usage_oam_server:
747         type: org.openecomp.capabilities.metric.Ceilometer
748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
749         occurrences:
750         - 1
751         - UNBOUNDED
752       network.outgoing.packets.rate_oam_server_pd01_port:
753         type: org.openecomp.capabilities.metric.Ceilometer
754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
755         occurrences:
756         - 1
757         - UNBOUNDED
758       attachment_oam_server_pd01_port:
759         type: tosca.capabilities.Attachment
760         occurrences:
761         - 1
762         - UNBOUNDED
763       disk.latency_oam_server:
764         type: org.openecomp.capabilities.metric.Ceilometer
765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
766         occurrences:
767         - 1
768         - UNBOUNDED
769       disk.read.requests_oam_server:
770         type: org.openecomp.capabilities.metric.Ceilometer
771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
772         occurrences:
773         - 1
774         - UNBOUNDED
775       disk.device.iops_oam_server:
776         type: org.openecomp.capabilities.metric.Ceilometer
777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
778         occurrences:
779         - 1
780         - UNBOUNDED
781       disk.root.size_oam_server:
782         type: org.openecomp.capabilities.metric.Ceilometer
783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
784         occurrences:
785         - 1
786         - UNBOUNDED
787       disk.device.latency_oam_server:
788         type: org.openecomp.capabilities.metric.Ceilometer
789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
790         occurrences:
791         - 1
792         - UNBOUNDED
793       feature_oam_server_pd01_port:
794         type: tosca.capabilities.Node
795         occurrences:
796         - 1
797         - UNBOUNDED
798       memory.usage_oam_server:
799         type: org.openecomp.capabilities.metric.Ceilometer
800         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
801         occurrences:
802         - 1
803         - UNBOUNDED
804       endpoint_oam_server:
805         type: tosca.capabilities.Endpoint.Admin
806         occurrences:
807         - 1
808         - UNBOUNDED
809       scalable_oam_server:
810         type: tosca.capabilities.Scalable
811         occurrences:
812         - 1
813         - UNBOUNDED
814       network.incoming.bytes_oam_server_pd01_port:
815         type: org.openecomp.capabilities.metric.Ceilometer
816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
817         occurrences:
818         - 1
819         - UNBOUNDED
820       disk.write.requests.rate_oam_server:
821         type: org.openecomp.capabilities.metric.Ceilometer
822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
823         occurrences:
824         - 1
825         - UNBOUNDED
826       network.incoming.packets.rate_oam_server_pd01_port:
827         type: org.openecomp.capabilities.metric.Ceilometer
828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
829         occurrences:
830         - 1
831         - UNBOUNDED
832       disk.device.read.bytes.rate_oam_server:
833         type: org.openecomp.capabilities.metric.Ceilometer
834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
835         occurrences:
836         - 1
837         - UNBOUNDED
838       disk.device.read.bytes_oam_server:
839         type: org.openecomp.capabilities.metric.Ceilometer
840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
841         occurrences:
842         - 1
843         - UNBOUNDED
844       os_oam_server:
845         type: tosca.capabilities.OperatingSystem
846         occurrences:
847         - 1
848         - UNBOUNDED
849       disk.read.bytes_oam_server:
850         type: org.openecomp.capabilities.metric.Ceilometer
851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
852         occurrences:
853         - 1
854         - UNBOUNDED
855       network.outgoing.bytes_oam_server_pd01_port:
856         type: org.openecomp.capabilities.metric.Ceilometer
857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
858         occurrences:
859         - 1
860         - UNBOUNDED
861       network.outgoing.bytes.rate_oam_server_pd01_port:
862         type: org.openecomp.capabilities.metric.Ceilometer
863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
864         occurrences:
865         - 1
866         - UNBOUNDED
867       disk.ephemeral.size_oam_server:
868         type: org.openecomp.capabilities.metric.Ceilometer
869         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
870         occurrences:
871         - 1
872         - UNBOUNDED
873   org.openecomp.resource.abstract.nodes.ps_server:
874     derived_from: org.openecomp.resource.abstract.nodes.VFC
875     properties:
876       compute_ps_server_name:
877         type: list
878         required: true
879         status: SUPPORTED
880         entry_schema:
881           type: string
882       compute_ps_server_availability_zone:
883         type: list
884         required: true
885         status: SUPPORTED
886         entry_schema:
887           type: string
888       compute_ps_server_user_data_format:
889         type: list
890         required: true
891         status: SUPPORTED
892         entry_schema:
893           type: string
894       compute_ps_server_scheduler_hints:
895         type: list
896         required: true
897         status: SUPPORTED
898         entry_schema:
899           type: json
900       index_value:
901         type: integer
902         description: Index value of this substitution service template runtime instance
903         required: false
904         default: 0
905         status: SUPPORTED
906         constraints:
907         - greater_or_equal: 0
908       port_pd01_port_exCP_naming:
909         type: org.openecomp.datatypes.Naming
910         required: true
911         status: SUPPORTED
912       vm_flavor_name:
913         type: string
914         required: true
915         status: SUPPORTED
916       port_pd01_port_security_groups:
917         type: list
918         required: true
919         status: SUPPORTED
920         entry_schema:
921           type: json
922       port_pd01_port_mac_requirements:
923         type: org.openecomp.datatypes.network.MacRequirements
924         required: true
925         status: SUPPORTED
926       vm_image_name:
927         type: string
928         required: true
929         status: SUPPORTED
930       port_pd01_port_ip_requirements:
931         type: list
932         required: true
933         status: SUPPORTED
934         entry_schema:
935           type: org.openecomp.datatypes.network.IpRequirements
936       port_pd01_port_network:
937         type: list
938         required: true
939         status: SUPPORTED
940         entry_schema:
941           type: string
942       port_pd01_port_order:
943         type: integer
944         required: true
945         status: SUPPORTED
946       port_pd01_port_subnetpoolid:
947         type: string
948         required: true
949         status: SUPPORTED
950       port_pd01_port_network_role:
951         type: string
952         required: true
953         status: SUPPORTED
954       port_pd01_port_network_role_tag:
955         type: string
956         required: true
957         status: SUPPORTED
958       port_pd01_port_vlan_requirements:
959         type: list
960         required: true
961         status: SUPPORTED
962         entry_schema:
963           type: org.openecomp.datatypes.network.VlanRequirements
964     attributes:
965       ps_server_accessIPv4:
966         type: string
967         status: SUPPORTED
968       ps_server_pd01_port_device_id:
969         type: string
970         status: SUPPORTED
971     requirements:
972     - dependency_ps_server_pd01_port:
973         capability: tosca.capabilities.Node
974         node: tosca.nodes.Root
975         relationship: tosca.relationships.DependsOn
976         occurrences:
977         - 0
978         - UNBOUNDED
979     - link_ps_server_pd01_port:
980         capability: tosca.capabilities.network.Linkable
981         relationship: tosca.relationships.network.LinksTo
982         occurrences:
983         - 1
984         - 1
985     - dependency_ps_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_ps_server:
993         capability: tosca.capabilities.Attachment
994         node: tosca.nodes.BlockStorage
995         relationship: tosca.relationships.AttachesTo
996         occurrences:
997         - 0
998         - UNBOUNDED
999     capabilities:
1000       instance_ps_server:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       binding_ps_server_pd01_port:
1007         type: tosca.capabilities.network.Bindable
1008         valid_source_types:
1009         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1010         occurrences:
1011         - 0
1012         - UNBOUNDED
1013       host_ps_server:
1014         type: tosca.capabilities.Container
1015         valid_source_types:
1016         - tosca.nodes.SoftwareComponent
1017         occurrences:
1018         - 1
1019         - UNBOUNDED
1020       cpu.delta_ps_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       disk.write.bytes.rate_ps_server:
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       feature_ps_server:
1033         type: tosca.capabilities.Node
1034         occurrences:
1035         - 1
1036         - UNBOUNDED
1037       disk.root.size_ps_server:
1038         type: org.openecomp.capabilities.metric.Ceilometer
1039         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1040         occurrences:
1041         - 1
1042         - UNBOUNDED
1043       disk.device.read.requests.rate_ps_server:
1044         type: org.openecomp.capabilities.metric.Ceilometer
1045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1046         occurrences:
1047         - 1
1048         - UNBOUNDED
1049       cpu_ps_server:
1050         type: org.openecomp.capabilities.metric.Ceilometer
1051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1052         occurrences:
1053         - 1
1054         - UNBOUNDED
1055       disk.device.write.bytes_ps_server:
1056         type: org.openecomp.capabilities.metric.Ceilometer
1057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1058         occurrences:
1059         - 1
1060         - UNBOUNDED
1061       disk.device.read.bytes_ps_server:
1062         type: org.openecomp.capabilities.metric.Ceilometer
1063         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1064         occurrences:
1065         - 1
1066         - UNBOUNDED
1067       disk.read.bytes_ps_server:
1068         type: org.openecomp.capabilities.metric.Ceilometer
1069         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1070         occurrences:
1071         - 1
1072         - UNBOUNDED
1073       disk.device.iops_ps_server:
1074         type: org.openecomp.capabilities.metric.Ceilometer
1075         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1076         occurrences:
1077         - 1
1078         - UNBOUNDED
1079       network.outpoing.packets_ps_server_pd01_port:
1080         type: org.openecomp.capabilities.metric.Ceilometer
1081         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1082         occurrences:
1083         - 1
1084         - UNBOUNDED
1085       disk.device.latency_ps_server:
1086         type: org.openecomp.capabilities.metric.Ceilometer
1087         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1088         occurrences:
1089         - 1
1090         - UNBOUNDED
1091       disk.read.bytes.rate_ps_server:
1092         type: org.openecomp.capabilities.metric.Ceilometer
1093         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1094         occurrences:
1095         - 1
1096         - UNBOUNDED
1097       memory_ps_server:
1098         type: org.openecomp.capabilities.metric.Ceilometer
1099         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1100         occurrences:
1101         - 1
1102         - UNBOUNDED
1103       scalable_ps_server:
1104         type: tosca.capabilities.Scalable
1105         occurrences:
1106         - 1
1107         - UNBOUNDED
1108       disk.write.requests.rate_ps_server:
1109         type: org.openecomp.capabilities.metric.Ceilometer
1110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1111         occurrences:
1112         - 1
1113         - UNBOUNDED
1114       network.outgoing.bytes_ps_server_pd01_port:
1115         type: org.openecomp.capabilities.metric.Ceilometer
1116         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1117         occurrences:
1118         - 1
1119         - UNBOUNDED
1120       disk.write.requests_ps_server:
1121         type: org.openecomp.capabilities.metric.Ceilometer
1122         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1123         occurrences:
1124         - 1
1125         - UNBOUNDED
1126       network.incoming.bytes.rate_ps_server_pd01_port:
1127         type: org.openecomp.capabilities.metric.Ceilometer
1128         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1129         occurrences:
1130         - 1
1131         - UNBOUNDED
1132       network.incoming.packets_ps_server_pd01_port:
1133         type: org.openecomp.capabilities.metric.Ceilometer
1134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1135         occurrences:
1136         - 1
1137         - UNBOUNDED
1138       disk.latency_ps_server:
1139         type: org.openecomp.capabilities.metric.Ceilometer
1140         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1141         occurrences:
1142         - 1
1143         - UNBOUNDED
1144       disk.ephemeral.size_ps_server:
1145         type: org.openecomp.capabilities.metric.Ceilometer
1146         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1147         occurrences:
1148         - 1
1149         - UNBOUNDED
1150       disk.device.capacity_ps_server:
1151         type: org.openecomp.capabilities.metric.Ceilometer
1152         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1153         occurrences:
1154         - 1
1155         - UNBOUNDED
1156       disk.iops_ps_server:
1157         type: org.openecomp.capabilities.metric.Ceilometer
1158         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1159         occurrences:
1160         - 1
1161         - UNBOUNDED
1162       disk.device.read.bytes.rate_ps_server:
1163         type: org.openecomp.capabilities.metric.Ceilometer
1164         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1165         occurrences:
1166         - 1
1167         - UNBOUNDED
1168       network.outgoing.packets.rate_ps_server_pd01_port:
1169         type: org.openecomp.capabilities.metric.Ceilometer
1170         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1171         occurrences:
1172         - 1
1173         - UNBOUNDED
1174       cpu_util_ps_server:
1175         type: org.openecomp.capabilities.metric.Ceilometer
1176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1177         occurrences:
1178         - 1
1179         - UNBOUNDED
1180       memory.resident_ps_server:
1181         type: org.openecomp.capabilities.metric.Ceilometer
1182         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1183         occurrences:
1184         - 1
1185         - UNBOUNDED
1186       disk.device.read.requests_ps_server:
1187         type: org.openecomp.capabilities.metric.Ceilometer
1188         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1189         occurrences:
1190         - 1
1191         - UNBOUNDED
1192       disk.write.bytes_ps_server:
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       feature_ps_server_pd01_port:
1199         type: tosca.capabilities.Node
1200         occurrences:
1201         - 1
1202         - UNBOUNDED
1203       network.outgoing.bytes.rate_ps_server_pd01_port:
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       attachment_ps_server_pd01_port:
1210         type: tosca.capabilities.Attachment
1211         occurrences:
1212         - 1
1213         - UNBOUNDED
1214       disk.device.write.requests.rate_ps_server:
1215         type: org.openecomp.capabilities.metric.Ceilometer
1216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1217         occurrences:
1218         - 1
1219         - UNBOUNDED
1220       network.incoming.packets.rate_ps_server_pd01_port:
1221         type: org.openecomp.capabilities.metric.Ceilometer
1222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1223         occurrences:
1224         - 1
1225         - UNBOUNDED
1226       disk.read.requests_ps_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.allocation_ps_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       memory.usage_ps_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       binding_ps_server:
1245         type: tosca.capabilities.network.Bindable
1246         occurrences:
1247         - 1
1248         - UNBOUNDED
1249       os_ps_server:
1250         type: tosca.capabilities.OperatingSystem
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       disk.device.usage_ps_server:
1255         type: org.openecomp.capabilities.metric.Ceilometer
1256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1257         occurrences:
1258         - 1
1259         - UNBOUNDED
1260       disk.device.write.bytes.rate_ps_server:
1261         type: org.openecomp.capabilities.metric.Ceilometer
1262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1263         occurrences:
1264         - 1
1265         - UNBOUNDED
1266       vcpus_ps_server:
1267         type: org.openecomp.capabilities.metric.Ceilometer
1268         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1269         occurrences:
1270         - 1
1271         - UNBOUNDED
1272       network.incoming.bytes_ps_server_pd01_port:
1273         type: org.openecomp.capabilities.metric.Ceilometer
1274         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1275         occurrences:
1276         - 1
1277         - UNBOUNDED
1278       disk.usage_ps_server:
1279         type: org.openecomp.capabilities.metric.Ceilometer
1280         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1281         occurrences:
1282         - 1
1283         - UNBOUNDED
1284       disk.device.write.requests_ps_server:
1285         type: org.openecomp.capabilities.metric.Ceilometer
1286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1287         occurrences:
1288         - 1
1289         - UNBOUNDED
1290       endpoint_ps_server:
1291         type: tosca.capabilities.Endpoint.Admin
1292         occurrences:
1293         - 1
1294         - UNBOUNDED
1295       disk.capacity_ps_server:
1296         type: org.openecomp.capabilities.metric.Ceilometer
1297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1298         occurrences:
1299         - 1
1300         - UNBOUNDED
1301       disk.device.allocation_ps_server:
1302         type: org.openecomp.capabilities.metric.Ceilometer
1303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1304         occurrences:
1305         - 1
1306         - UNBOUNDED