2ec44ccb44f61f2527b741cd1551e1a24bc5e82f
[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       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   org.openecomp.resource.abstract.nodes.pd_server:
107     derived_from: org.openecomp.resource.abstract.nodes.VFC
108     properties:
109       compute_pd_server_scheduler_hints:
110         type: list
111         required: true
112         status: SUPPORTED
113         entry_schema:
114           type: json
115       index_value:
116         type: integer
117         description: Index value of this substitution service template runtime instance
118         required: false
119         default: 0
120         status: SUPPORTED
121         constraints:
122         - greater_or_equal: 0
123       compute_pd_server_availability_zone:
124         type: list
125         required: true
126         status: SUPPORTED
127         entry_schema:
128           type: string
129       compute_pd_server_name:
130         type: list
131         required: true
132         status: SUPPORTED
133         entry_schema:
134           type: string
135       port_pd01_port_exCP_naming:
136         type: org.openecomp.datatypes.Naming
137         required: true
138         status: SUPPORTED
139       vm_flavor_name:
140         type: string
141         required: true
142         status: SUPPORTED
143       port_pd01_port_security_groups:
144         type: list
145         required: true
146         status: SUPPORTED
147         entry_schema:
148           type: json
149       port_pd01_port_mac_requirements:
150         type: org.openecomp.datatypes.network.MacRequirements
151         required: true
152         status: SUPPORTED
153       vm_image_name:
154         type: string
155         required: true
156         status: SUPPORTED
157       port_pd01_port_ip_requirements:
158         type: list
159         required: true
160         status: SUPPORTED
161         entry_schema:
162           type: org.openecomp.datatypes.network.IpRequirements
163       port_pd01_port_network:
164         type: list
165         required: true
166         status: SUPPORTED
167         entry_schema:
168           type: string
169       port_pd01_port_order:
170         type: integer
171         required: true
172         status: SUPPORTED
173       port_pd01_port_subnetpoolid:
174         type: string
175         required: true
176         status: SUPPORTED
177       port_pd01_port_network_role:
178         type: string
179         required: true
180         status: SUPPORTED
181       port_pd01_port_network_role_tag:
182         type: string
183         required: true
184         status: SUPPORTED
185       port_pd01_port_vlan_requirements:
186         type: list
187         required: true
188         status: SUPPORTED
189         entry_schema:
190           type: org.openecomp.datatypes.network.VlanRequirements
191       compute_pd_server_user_data_format:
192         type: list
193         required: true
194         status: SUPPORTED
195         entry_schema:
196           type: string
197     attributes:
198       pd_server_accessIPv4:
199         type: string
200         status: SUPPORTED
201       pd_server_pd01_port_device_owner:
202         type: string
203         status: SUPPORTED
204     requirements:
205     - dependency_pd_server:
206         capability: tosca.capabilities.Node
207         node: tosca.nodes.Root
208         relationship: tosca.relationships.DependsOn
209         occurrences:
210         - 0
211         - UNBOUNDED
212     - local_storage_pd_server:
213         capability: tosca.capabilities.Attachment
214         node: tosca.nodes.BlockStorage
215         relationship: tosca.relationships.AttachesTo
216         occurrences:
217         - 0
218         - UNBOUNDED
219     - dependency_pd_server_pd01_port:
220         capability: tosca.capabilities.Node
221         node: tosca.nodes.Root
222         relationship: tosca.relationships.DependsOn
223         occurrences:
224         - 0
225         - UNBOUNDED
226     - link_pd_server_pd01_port:
227         capability: tosca.capabilities.network.Linkable
228         relationship: tosca.relationships.network.LinksTo
229         occurrences:
230         - 1
231         - 1
232     capabilities:
233       scalable_pd_server:
234         type: tosca.capabilities.Scalable
235         occurrences:
236         - 1
237         - UNBOUNDED
238       disk.read.bytes.rate_pd_server:
239         type: org.openecomp.capabilities.metric.Ceilometer
240         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
241         occurrences:
242         - 1
243         - UNBOUNDED
244       memory.usage_pd_server:
245         type: org.openecomp.capabilities.metric.Ceilometer
246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
247         occurrences:
248         - 1
249         - UNBOUNDED
250       memory_pd_server:
251         type: org.openecomp.capabilities.metric.Ceilometer
252         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
253         occurrences:
254         - 1
255         - UNBOUNDED
256       disk.device.usage_pd_server:
257         type: org.openecomp.capabilities.metric.Ceilometer
258         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
259         occurrences:
260         - 1
261         - UNBOUNDED
262       network.outgoing.packets.rate_pd_server_pd01_port:
263         type: org.openecomp.capabilities.metric.Ceilometer
264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
265         occurrences:
266         - 1
267         - UNBOUNDED
268       os_pd_server:
269         type: tosca.capabilities.OperatingSystem
270         occurrences:
271         - 1
272         - UNBOUNDED
273       disk.write.bytes.rate_pd_server:
274         type: org.openecomp.capabilities.metric.Ceilometer
275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
276         occurrences:
277         - 1
278         - UNBOUNDED
279       network.incoming.bytes_pd_server_pd01_port:
280         type: org.openecomp.capabilities.metric.Ceilometer
281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
282         occurrences:
283         - 1
284         - UNBOUNDED
285       cpu_pd_server:
286         type: org.openecomp.capabilities.metric.Ceilometer
287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
288         occurrences:
289         - 1
290         - UNBOUNDED
291       cpu_util_pd_server:
292         type: org.openecomp.capabilities.metric.Ceilometer
293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
294         occurrences:
295         - 1
296         - UNBOUNDED
297       disk.device.write.requests.rate_pd_server:
298         type: org.openecomp.capabilities.metric.Ceilometer
299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
300         occurrences:
301         - 1
302         - UNBOUNDED
303       disk.read.bytes_pd_server:
304         type: org.openecomp.capabilities.metric.Ceilometer
305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
306         occurrences:
307         - 1
308         - UNBOUNDED
309       disk.device.read.bytes.rate_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       network.outgoing.bytes_pd_server_pd01_port:
316         type: org.openecomp.capabilities.metric.Ceilometer
317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
318         occurrences:
319         - 1
320         - UNBOUNDED
321       disk.iops_pd_server:
322         type: org.openecomp.capabilities.metric.Ceilometer
323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
324         occurrences:
325         - 1
326         - UNBOUNDED
327       memory.resident_pd_server:
328         type: org.openecomp.capabilities.metric.Ceilometer
329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
330         occurrences:
331         - 1
332         - UNBOUNDED
333       cpu.delta_pd_server:
334         type: org.openecomp.capabilities.metric.Ceilometer
335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
336         occurrences:
337         - 1
338         - UNBOUNDED
339       network.incoming.packets.rate_pd_server_pd01_port:
340         type: org.openecomp.capabilities.metric.Ceilometer
341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
342         occurrences:
343         - 1
344         - UNBOUNDED
345       vcpus_pd_server:
346         type: org.openecomp.capabilities.metric.Ceilometer
347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
348         occurrences:
349         - 1
350         - UNBOUNDED
351       disk.device.write.bytes.rate_pd_server:
352         type: org.openecomp.capabilities.metric.Ceilometer
353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
354         occurrences:
355         - 1
356         - UNBOUNDED
357       disk.device.write.requests_pd_server:
358         type: org.openecomp.capabilities.metric.Ceilometer
359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
360         occurrences:
361         - 1
362         - UNBOUNDED
363       endpoint_pd_server:
364         type: tosca.capabilities.Endpoint.Admin
365         occurrences:
366         - 1
367         - UNBOUNDED
368       attachment_pd_server_pd01_port:
369         type: tosca.capabilities.Attachment
370         occurrences:
371         - 1
372         - UNBOUNDED
373       disk.capacity_pd_server:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       disk.device.allocation_pd_server:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       disk.allocation_pd_server:
386         type: org.openecomp.capabilities.metric.Ceilometer
387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
388         occurrences:
389         - 1
390         - UNBOUNDED
391       binding_pd_server:
392         type: tosca.capabilities.network.Bindable
393         occurrences:
394         - 1
395         - UNBOUNDED
396       disk.read.requests_pd_server:
397         type: org.openecomp.capabilities.metric.Ceilometer
398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
399         occurrences:
400         - 1
401         - UNBOUNDED
402       feature_pd_server:
403         type: tosca.capabilities.Node
404         occurrences:
405         - 1
406         - UNBOUNDED
407       disk.usage_pd_server:
408         type: org.openecomp.capabilities.metric.Ceilometer
409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
410         occurrences:
411         - 1
412         - UNBOUNDED
413       binding_pd_server_pd01_port:
414         type: tosca.capabilities.network.Bindable
415         valid_source_types:
416         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
417         occurrences:
418         - 0
419         - UNBOUNDED
420       disk.write.bytes_pd_server:
421         type: org.openecomp.capabilities.metric.Ceilometer
422         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
423         occurrences:
424         - 1
425         - UNBOUNDED
426       network.incoming.bytes.rate_pd_server_pd01_port:
427         type: org.openecomp.capabilities.metric.Ceilometer
428         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
429         occurrences:
430         - 1
431         - UNBOUNDED
432       network.incoming.packets_pd_server_pd01_port:
433         type: org.openecomp.capabilities.metric.Ceilometer
434         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
435         occurrences:
436         - 1
437         - UNBOUNDED
438       disk.device.read.requests.rate_pd_server:
439         type: org.openecomp.capabilities.metric.Ceilometer
440         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
441         occurrences:
442         - 1
443         - UNBOUNDED
444       disk.root.size_pd_server:
445         type: org.openecomp.capabilities.metric.Ceilometer
446         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
447         occurrences:
448         - 1
449         - UNBOUNDED
450       disk.device.read.bytes_pd_server:
451         type: org.openecomp.capabilities.metric.Ceilometer
452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
453         occurrences:
454         - 1
455         - UNBOUNDED
456       disk.device.write.bytes_pd_server:
457         type: org.openecomp.capabilities.metric.Ceilometer
458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
459         occurrences:
460         - 1
461         - UNBOUNDED
462       disk.device.read.requests_pd_server:
463         type: org.openecomp.capabilities.metric.Ceilometer
464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
465         occurrences:
466         - 1
467         - UNBOUNDED
468       instance_pd_server:
469         type: org.openecomp.capabilities.metric.Ceilometer
470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
471         occurrences:
472         - 1
473         - UNBOUNDED
474       host_pd_server:
475         type: tosca.capabilities.Container
476         valid_source_types:
477         - tosca.nodes.SoftwareComponent
478         occurrences:
479         - 1
480         - UNBOUNDED
481       network.outpoing.packets_pd_server_pd01_port:
482         type: org.openecomp.capabilities.metric.Ceilometer
483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
484         occurrences:
485         - 1
486         - UNBOUNDED
487       disk.write.requests.rate_pd_server:
488         type: org.openecomp.capabilities.metric.Ceilometer
489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
490         occurrences:
491         - 1
492         - UNBOUNDED
493       disk.ephemeral.size_pd_server:
494         type: org.openecomp.capabilities.metric.Ceilometer
495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
496         occurrences:
497         - 1
498         - UNBOUNDED
499       disk.write.requests_pd_server:
500         type: org.openecomp.capabilities.metric.Ceilometer
501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
502         occurrences:
503         - 1
504         - UNBOUNDED
505       feature_pd_server_pd01_port:
506         type: tosca.capabilities.Node
507         occurrences:
508         - 1
509         - UNBOUNDED
510       disk.device.latency_pd_server:
511         type: org.openecomp.capabilities.metric.Ceilometer
512         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
513         occurrences:
514         - 1
515         - UNBOUNDED
516       disk.latency_pd_server:
517         type: org.openecomp.capabilities.metric.Ceilometer
518         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
519         occurrences:
520         - 1
521         - UNBOUNDED
522       disk.device.capacity_pd_server:
523         type: org.openecomp.capabilities.metric.Ceilometer
524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
525         occurrences:
526         - 1
527         - UNBOUNDED
528       network.outgoing.bytes.rate_pd_server_pd01_port:
529         type: org.openecomp.capabilities.metric.Ceilometer
530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
531         occurrences:
532         - 1
533         - UNBOUNDED
534       disk.device.iops_pd_server:
535         type: org.openecomp.capabilities.metric.Ceilometer
536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
537         occurrences:
538         - 1
539         - UNBOUNDED
540   org.openecomp.resource.vfc.nodes.heat.ps_server:
541     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
542     properties:
543       compute_ps_server_name:
544         type: list
545         required: true
546         status: SUPPORTED
547         entry_schema:
548           type: string
549       compute_ps_server_availability_zone:
550         type: list
551         required: true
552         status: SUPPORTED
553         entry_schema:
554           type: string
555       compute_ps_server_user_data_format:
556         type: list
557         required: true
558         status: SUPPORTED
559         entry_schema:
560           type: string
561       compute_ps_server_scheduler_hints:
562         type: list
563         required: true
564         status: SUPPORTED
565         entry_schema:
566           type: json
567       index_value:
568         type: integer
569         description: Index value of this substitution service template runtime instance
570         required: false
571         default: 0
572         status: SUPPORTED
573         constraints:
574         - greater_or_equal: 0
575       port_pd01_port_exCP_naming:
576         type: org.openecomp.datatypes.Naming
577         required: true
578         status: SUPPORTED
579       vm_flavor_name:
580         type: string
581         required: true
582         status: SUPPORTED
583       port_pd01_port_security_groups:
584         type: list
585         required: true
586         status: SUPPORTED
587         entry_schema:
588           type: json
589       port_pd01_port_mac_requirements:
590         type: org.openecomp.datatypes.network.MacRequirements
591         required: true
592         status: SUPPORTED
593       vm_image_name:
594         type: string
595         required: true
596         status: SUPPORTED
597       port_pd01_port_ip_requirements:
598         type: list
599         required: true
600         status: SUPPORTED
601         entry_schema:
602           type: org.openecomp.datatypes.network.IpRequirements
603       port_pd01_port_network:
604         type: list
605         required: true
606         status: SUPPORTED
607         entry_schema:
608           type: string
609       port_pd01_port_order:
610         type: integer
611         required: true
612         status: SUPPORTED
613       port_pd01_port_subnetpoolid:
614         type: string
615         required: true
616         status: SUPPORTED
617       port_pd01_port_network_role:
618         type: string
619         required: true
620         status: SUPPORTED
621       port_pd01_port_network_role_tag:
622         type: string
623         required: true
624         status: SUPPORTED
625       port_pd01_port_vlan_requirements:
626         type: list
627         required: true
628         status: SUPPORTED
629         entry_schema:
630           type: org.openecomp.datatypes.network.VlanRequirements
631     attributes:
632       ps_server_accessIPv4:
633         type: string
634         status: SUPPORTED
635       ps_server_pd01_port_device_id:
636         type: string
637         status: SUPPORTED
638   org.openecomp.resource.abstract.nodes.oam_server:
639     derived_from: org.openecomp.resource.abstract.nodes.VFC
640     properties:
641       index_value:
642         type: integer
643         description: Index value of this substitution service template runtime instance
644         required: false
645         default: 0
646         status: SUPPORTED
647         constraints:
648         - greater_or_equal: 0
649       port_pd01_port_exCP_naming:
650         type: org.openecomp.datatypes.Naming
651         required: true
652         status: SUPPORTED
653       vm_flavor_name:
654         type: string
655         required: true
656         status: SUPPORTED
657       port_pd01_port_security_groups:
658         type: list
659         required: true
660         status: SUPPORTED
661         entry_schema:
662           type: json
663       port_pd01_port_mac_requirements:
664         type: org.openecomp.datatypes.network.MacRequirements
665         required: true
666         status: SUPPORTED
667       compute_oam_server_availability_zone:
668         type: list
669         required: true
670         status: SUPPORTED
671         entry_schema:
672           type: string
673       vm_image_name:
674         type: string
675         required: true
676         status: SUPPORTED
677       port_pd01_port_ip_requirements:
678         type: list
679         required: true
680         status: SUPPORTED
681         entry_schema:
682           type: org.openecomp.datatypes.network.IpRequirements
683       port_pd01_port_network:
684         type: list
685         required: true
686         status: SUPPORTED
687         entry_schema:
688           type: string
689       port_pd01_port_order:
690         type: integer
691         required: true
692         status: SUPPORTED
693       port_pd01_port_subnetpoolid:
694         type: string
695         required: true
696         status: SUPPORTED
697       compute_oam_server_user_data_format:
698         type: list
699         required: true
700         status: SUPPORTED
701         entry_schema:
702           type: string
703       compute_oam_server_name:
704         type: list
705         required: true
706         status: SUPPORTED
707         entry_schema:
708           type: string
709       port_pd01_port_network_role:
710         type: string
711         required: true
712         status: SUPPORTED
713       port_pd01_port_network_role_tag:
714         type: string
715         required: true
716         status: SUPPORTED
717       port_pd01_port_vlan_requirements:
718         type: list
719         required: true
720         status: SUPPORTED
721         entry_schema:
722           type: org.openecomp.datatypes.network.VlanRequirements
723       compute_oam_server_scheduler_hints:
724         type: list
725         required: true
726         status: SUPPORTED
727         entry_schema:
728           type: json
729     attributes:
730       oam_server_accessIPv4:
731         type: string
732         status: SUPPORTED
733     requirements:
734     - dependency_oam_server_pd01_port:
735         capability: tosca.capabilities.Node
736         node: tosca.nodes.Root
737         relationship: tosca.relationships.DependsOn
738         occurrences:
739         - 0
740         - UNBOUNDED
741     - link_oam_server_pd01_port:
742         capability: tosca.capabilities.network.Linkable
743         relationship: tosca.relationships.network.LinksTo
744         occurrences:
745         - 1
746         - 1
747     - dependency_oam_server:
748         capability: tosca.capabilities.Node
749         node: tosca.nodes.Root
750         relationship: tosca.relationships.DependsOn
751         occurrences:
752         - 0
753         - UNBOUNDED
754     - local_storage_oam_server:
755         capability: tosca.capabilities.Attachment
756         node: tosca.nodes.BlockStorage
757         relationship: tosca.relationships.AttachesTo
758         occurrences:
759         - 0
760         - UNBOUNDED
761     capabilities:
762       cpu.delta_oam_server:
763         type: org.openecomp.capabilities.metric.Ceilometer
764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
765         occurrences:
766         - 1
767         - UNBOUNDED
768       host_oam_server:
769         type: tosca.capabilities.Container
770         valid_source_types:
771         - tosca.nodes.SoftwareComponent
772         occurrences:
773         - 1
774         - UNBOUNDED
775       disk.usage_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       network.incoming.bytes.rate_oam_server_pd01_port:
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       feature_oam_server:
788         type: tosca.capabilities.Node
789         occurrences:
790         - 1
791         - UNBOUNDED
792       disk.device.write.bytes_oam_server:
793         type: org.openecomp.capabilities.metric.Ceilometer
794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
795         occurrences:
796         - 1
797         - UNBOUNDED
798       cpu_util_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       disk.capacity_oam_server:
805         type: org.openecomp.capabilities.metric.Ceilometer
806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
807         occurrences:
808         - 1
809         - UNBOUNDED
810       memory_oam_server:
811         type: org.openecomp.capabilities.metric.Ceilometer
812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
813         occurrences:
814         - 1
815         - UNBOUNDED
816       disk.read.bytes.rate_oam_server:
817         type: org.openecomp.capabilities.metric.Ceilometer
818         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
819         occurrences:
820         - 1
821         - UNBOUNDED
822       binding_oam_server_pd01_port:
823         type: tosca.capabilities.network.Bindable
824         valid_source_types:
825         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
826         occurrences:
827         - 0
828         - UNBOUNDED
829       disk.write.bytes_oam_server:
830         type: org.openecomp.capabilities.metric.Ceilometer
831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
832         occurrences:
833         - 1
834         - UNBOUNDED
835       disk.write.requests_oam_server:
836         type: org.openecomp.capabilities.metric.Ceilometer
837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
838         occurrences:
839         - 1
840         - UNBOUNDED
841       cpu_oam_server:
842         type: org.openecomp.capabilities.metric.Ceilometer
843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
844         occurrences:
845         - 1
846         - UNBOUNDED
847       vcpus_oam_server:
848         type: org.openecomp.capabilities.metric.Ceilometer
849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
850         occurrences:
851         - 1
852         - UNBOUNDED
853       network.incoming.packets_oam_server_pd01_port:
854         type: org.openecomp.capabilities.metric.Ceilometer
855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
856         occurrences:
857         - 1
858         - UNBOUNDED
859       disk.device.read.requests.rate_oam_server:
860         type: org.openecomp.capabilities.metric.Ceilometer
861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
862         occurrences:
863         - 1
864         - UNBOUNDED
865       network.outpoing.packets_oam_server_pd01_port:
866         type: org.openecomp.capabilities.metric.Ceilometer
867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
868         occurrences:
869         - 1
870         - UNBOUNDED
871       disk.allocation_oam_server:
872         type: org.openecomp.capabilities.metric.Ceilometer
873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
874         occurrences:
875         - 1
876         - UNBOUNDED
877       disk.write.bytes.rate_oam_server:
878         type: org.openecomp.capabilities.metric.Ceilometer
879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
880         occurrences:
881         - 1
882         - UNBOUNDED
883       disk.device.write.requests.rate_oam_server:
884         type: org.openecomp.capabilities.metric.Ceilometer
885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
886         occurrences:
887         - 1
888         - UNBOUNDED
889       instance_oam_server:
890         type: org.openecomp.capabilities.metric.Ceilometer
891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
892         occurrences:
893         - 1
894         - UNBOUNDED
895       memory.resident_oam_server:
896         type: org.openecomp.capabilities.metric.Ceilometer
897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
898         occurrences:
899         - 1
900         - UNBOUNDED
901       disk.device.read.requests_oam_server:
902         type: org.openecomp.capabilities.metric.Ceilometer
903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
904         occurrences:
905         - 1
906         - UNBOUNDED
907       disk.device.allocation_oam_server:
908         type: org.openecomp.capabilities.metric.Ceilometer
909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
910         occurrences:
911         - 1
912         - UNBOUNDED
913       disk.device.write.requests_oam_server:
914         type: org.openecomp.capabilities.metric.Ceilometer
915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
916         occurrences:
917         - 1
918         - UNBOUNDED
919       disk.iops_oam_server:
920         type: org.openecomp.capabilities.metric.Ceilometer
921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
922         occurrences:
923         - 1
924         - UNBOUNDED
925       disk.device.capacity_oam_server:
926         type: org.openecomp.capabilities.metric.Ceilometer
927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
928         occurrences:
929         - 1
930         - UNBOUNDED
931       binding_oam_server:
932         type: tosca.capabilities.network.Bindable
933         occurrences:
934         - 1
935         - UNBOUNDED
936       disk.device.write.bytes.rate_oam_server:
937         type: org.openecomp.capabilities.metric.Ceilometer
938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
939         occurrences:
940         - 1
941         - UNBOUNDED
942       disk.device.usage_oam_server:
943         type: org.openecomp.capabilities.metric.Ceilometer
944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
945         occurrences:
946         - 1
947         - UNBOUNDED
948       network.outgoing.packets.rate_oam_server_pd01_port:
949         type: org.openecomp.capabilities.metric.Ceilometer
950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
951         occurrences:
952         - 1
953         - UNBOUNDED
954       attachment_oam_server_pd01_port:
955         type: tosca.capabilities.Attachment
956         occurrences:
957         - 1
958         - UNBOUNDED
959       disk.latency_oam_server:
960         type: org.openecomp.capabilities.metric.Ceilometer
961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
962         occurrences:
963         - 1
964         - UNBOUNDED
965       disk.read.requests_oam_server:
966         type: org.openecomp.capabilities.metric.Ceilometer
967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
968         occurrences:
969         - 1
970         - UNBOUNDED
971       disk.device.iops_oam_server:
972         type: org.openecomp.capabilities.metric.Ceilometer
973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
974         occurrences:
975         - 1
976         - UNBOUNDED
977       disk.root.size_oam_server:
978         type: org.openecomp.capabilities.metric.Ceilometer
979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
980         occurrences:
981         - 1
982         - UNBOUNDED
983       disk.device.latency_oam_server:
984         type: org.openecomp.capabilities.metric.Ceilometer
985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
986         occurrences:
987         - 1
988         - UNBOUNDED
989       feature_oam_server_pd01_port:
990         type: tosca.capabilities.Node
991         occurrences:
992         - 1
993         - UNBOUNDED
994       memory.usage_oam_server:
995         type: org.openecomp.capabilities.metric.Ceilometer
996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       endpoint_oam_server:
1001         type: tosca.capabilities.Endpoint.Admin
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       scalable_oam_server:
1006         type: tosca.capabilities.Scalable
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       network.incoming.bytes_oam_server_pd01_port:
1011         type: org.openecomp.capabilities.metric.Ceilometer
1012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1013         occurrences:
1014         - 1
1015         - UNBOUNDED
1016       disk.write.requests.rate_oam_server:
1017         type: org.openecomp.capabilities.metric.Ceilometer
1018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1019         occurrences:
1020         - 1
1021         - UNBOUNDED
1022       network.incoming.packets.rate_oam_server_pd01_port:
1023         type: org.openecomp.capabilities.metric.Ceilometer
1024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1025         occurrences:
1026         - 1
1027         - UNBOUNDED
1028       disk.device.read.bytes.rate_oam_server:
1029         type: org.openecomp.capabilities.metric.Ceilometer
1030         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1031         occurrences:
1032         - 1
1033         - UNBOUNDED
1034       disk.device.read.bytes_oam_server:
1035         type: org.openecomp.capabilities.metric.Ceilometer
1036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1037         occurrences:
1038         - 1
1039         - UNBOUNDED
1040       os_oam_server:
1041         type: tosca.capabilities.OperatingSystem
1042         occurrences:
1043         - 1
1044         - UNBOUNDED
1045       disk.read.bytes_oam_server:
1046         type: org.openecomp.capabilities.metric.Ceilometer
1047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1048         occurrences:
1049         - 1
1050         - UNBOUNDED
1051       network.outgoing.bytes_oam_server_pd01_port:
1052         type: org.openecomp.capabilities.metric.Ceilometer
1053         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1054         occurrences:
1055         - 1
1056         - UNBOUNDED
1057       network.outgoing.bytes.rate_oam_server_pd01_port:
1058         type: org.openecomp.capabilities.metric.Ceilometer
1059         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1060         occurrences:
1061         - 1
1062         - UNBOUNDED
1063       disk.ephemeral.size_oam_server:
1064         type: org.openecomp.capabilities.metric.Ceilometer
1065         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1066         occurrences:
1067         - 1
1068         - UNBOUNDED
1069   org.openecomp.resource.abstract.nodes.ps_server:
1070     derived_from: org.openecomp.resource.abstract.nodes.VFC
1071     properties:
1072       compute_ps_server_name:
1073         type: list
1074         required: true
1075         status: SUPPORTED
1076         entry_schema:
1077           type: string
1078       compute_ps_server_availability_zone:
1079         type: list
1080         required: true
1081         status: SUPPORTED
1082         entry_schema:
1083           type: string
1084       compute_ps_server_user_data_format:
1085         type: list
1086         required: true
1087         status: SUPPORTED
1088         entry_schema:
1089           type: string
1090       compute_ps_server_scheduler_hints:
1091         type: list
1092         required: true
1093         status: SUPPORTED
1094         entry_schema:
1095           type: json
1096       index_value:
1097         type: integer
1098         description: Index value of this substitution service template runtime instance
1099         required: false
1100         default: 0
1101         status: SUPPORTED
1102         constraints:
1103         - greater_or_equal: 0
1104       port_pd01_port_exCP_naming:
1105         type: org.openecomp.datatypes.Naming
1106         required: true
1107         status: SUPPORTED
1108       vm_flavor_name:
1109         type: string
1110         required: true
1111         status: SUPPORTED
1112       port_pd01_port_security_groups:
1113         type: list
1114         required: true
1115         status: SUPPORTED
1116         entry_schema:
1117           type: json
1118       port_pd01_port_mac_requirements:
1119         type: org.openecomp.datatypes.network.MacRequirements
1120         required: true
1121         status: SUPPORTED
1122       vm_image_name:
1123         type: string
1124         required: true
1125         status: SUPPORTED
1126       port_pd01_port_ip_requirements:
1127         type: list
1128         required: true
1129         status: SUPPORTED
1130         entry_schema:
1131           type: org.openecomp.datatypes.network.IpRequirements
1132       port_pd01_port_network:
1133         type: list
1134         required: true
1135         status: SUPPORTED
1136         entry_schema:
1137           type: string
1138       port_pd01_port_order:
1139         type: integer
1140         required: true
1141         status: SUPPORTED
1142       port_pd01_port_subnetpoolid:
1143         type: string
1144         required: true
1145         status: SUPPORTED
1146       port_pd01_port_network_role:
1147         type: string
1148         required: true
1149         status: SUPPORTED
1150       port_pd01_port_network_role_tag:
1151         type: string
1152         required: true
1153         status: SUPPORTED
1154       port_pd01_port_vlan_requirements:
1155         type: list
1156         required: true
1157         status: SUPPORTED
1158         entry_schema:
1159           type: org.openecomp.datatypes.network.VlanRequirements
1160     attributes:
1161       ps_server_accessIPv4:
1162         type: string
1163         status: SUPPORTED
1164       ps_server_pd01_port_device_id:
1165         type: string
1166         status: SUPPORTED
1167     requirements:
1168     - dependency_ps_server_pd01_port:
1169         capability: tosca.capabilities.Node
1170         node: tosca.nodes.Root
1171         relationship: tosca.relationships.DependsOn
1172         occurrences:
1173         - 0
1174         - UNBOUNDED
1175     - link_ps_server_pd01_port:
1176         capability: tosca.capabilities.network.Linkable
1177         relationship: tosca.relationships.network.LinksTo
1178         occurrences:
1179         - 1
1180         - 1
1181     - dependency_ps_server:
1182         capability: tosca.capabilities.Node
1183         node: tosca.nodes.Root
1184         relationship: tosca.relationships.DependsOn
1185         occurrences:
1186         - 0
1187         - UNBOUNDED
1188     - local_storage_ps_server:
1189         capability: tosca.capabilities.Attachment
1190         node: tosca.nodes.BlockStorage
1191         relationship: tosca.relationships.AttachesTo
1192         occurrences:
1193         - 0
1194         - UNBOUNDED
1195     capabilities:
1196       instance_ps_server:
1197         type: org.openecomp.capabilities.metric.Ceilometer
1198         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1199         occurrences:
1200         - 1
1201         - UNBOUNDED
1202       binding_ps_server_pd01_port:
1203         type: tosca.capabilities.network.Bindable
1204         valid_source_types:
1205         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1206         occurrences:
1207         - 0
1208         - UNBOUNDED
1209       host_ps_server:
1210         type: tosca.capabilities.Container
1211         valid_source_types:
1212         - tosca.nodes.SoftwareComponent
1213         occurrences:
1214         - 1
1215         - UNBOUNDED
1216       cpu.delta_ps_server:
1217         type: org.openecomp.capabilities.metric.Ceilometer
1218         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1219         occurrences:
1220         - 1
1221         - UNBOUNDED
1222       disk.write.bytes.rate_ps_server:
1223         type: org.openecomp.capabilities.metric.Ceilometer
1224         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1225         occurrences:
1226         - 1
1227         - UNBOUNDED
1228       feature_ps_server:
1229         type: tosca.capabilities.Node
1230         occurrences:
1231         - 1
1232         - UNBOUNDED
1233       disk.root.size_ps_server:
1234         type: org.openecomp.capabilities.metric.Ceilometer
1235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1236         occurrences:
1237         - 1
1238         - UNBOUNDED
1239       disk.device.read.requests.rate_ps_server:
1240         type: org.openecomp.capabilities.metric.Ceilometer
1241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1242         occurrences:
1243         - 1
1244         - UNBOUNDED
1245       cpu_ps_server:
1246         type: org.openecomp.capabilities.metric.Ceilometer
1247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1248         occurrences:
1249         - 1
1250         - UNBOUNDED
1251       disk.device.write.bytes_ps_server:
1252         type: org.openecomp.capabilities.metric.Ceilometer
1253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1254         occurrences:
1255         - 1
1256         - UNBOUNDED
1257       disk.device.read.bytes_ps_server:
1258         type: org.openecomp.capabilities.metric.Ceilometer
1259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1260         occurrences:
1261         - 1
1262         - UNBOUNDED
1263       disk.read.bytes_ps_server:
1264         type: org.openecomp.capabilities.metric.Ceilometer
1265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1266         occurrences:
1267         - 1
1268         - UNBOUNDED
1269       disk.device.iops_ps_server:
1270         type: org.openecomp.capabilities.metric.Ceilometer
1271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1272         occurrences:
1273         - 1
1274         - UNBOUNDED
1275       network.outpoing.packets_ps_server_pd01_port:
1276         type: org.openecomp.capabilities.metric.Ceilometer
1277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1278         occurrences:
1279         - 1
1280         - UNBOUNDED
1281       disk.device.latency_ps_server:
1282         type: org.openecomp.capabilities.metric.Ceilometer
1283         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1284         occurrences:
1285         - 1
1286         - UNBOUNDED
1287       disk.read.bytes.rate_ps_server:
1288         type: org.openecomp.capabilities.metric.Ceilometer
1289         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1290         occurrences:
1291         - 1
1292         - UNBOUNDED
1293       memory_ps_server:
1294         type: org.openecomp.capabilities.metric.Ceilometer
1295         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1296         occurrences:
1297         - 1
1298         - UNBOUNDED
1299       scalable_ps_server:
1300         type: tosca.capabilities.Scalable
1301         occurrences:
1302         - 1
1303         - UNBOUNDED
1304       disk.write.requests.rate_ps_server:
1305         type: org.openecomp.capabilities.metric.Ceilometer
1306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1307         occurrences:
1308         - 1
1309         - UNBOUNDED
1310       network.outgoing.bytes_ps_server_pd01_port:
1311         type: org.openecomp.capabilities.metric.Ceilometer
1312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1313         occurrences:
1314         - 1
1315         - UNBOUNDED
1316       disk.write.requests_ps_server:
1317         type: org.openecomp.capabilities.metric.Ceilometer
1318         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1319         occurrences:
1320         - 1
1321         - UNBOUNDED
1322       network.incoming.bytes.rate_ps_server_pd01_port:
1323         type: org.openecomp.capabilities.metric.Ceilometer
1324         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1325         occurrences:
1326         - 1
1327         - UNBOUNDED
1328       network.incoming.packets_ps_server_pd01_port:
1329         type: org.openecomp.capabilities.metric.Ceilometer
1330         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1331         occurrences:
1332         - 1
1333         - UNBOUNDED
1334       disk.latency_ps_server:
1335         type: org.openecomp.capabilities.metric.Ceilometer
1336         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1337         occurrences:
1338         - 1
1339         - UNBOUNDED
1340       disk.ephemeral.size_ps_server:
1341         type: org.openecomp.capabilities.metric.Ceilometer
1342         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1343         occurrences:
1344         - 1
1345         - UNBOUNDED
1346       disk.device.capacity_ps_server:
1347         type: org.openecomp.capabilities.metric.Ceilometer
1348         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1349         occurrences:
1350         - 1
1351         - UNBOUNDED
1352       disk.iops_ps_server:
1353         type: org.openecomp.capabilities.metric.Ceilometer
1354         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       disk.device.read.bytes.rate_ps_server:
1359         type: org.openecomp.capabilities.metric.Ceilometer
1360         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1361         occurrences:
1362         - 1
1363         - UNBOUNDED
1364       network.outgoing.packets.rate_ps_server_pd01_port:
1365         type: org.openecomp.capabilities.metric.Ceilometer
1366         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1367         occurrences:
1368         - 1
1369         - UNBOUNDED
1370       cpu_util_ps_server:
1371         type: org.openecomp.capabilities.metric.Ceilometer
1372         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1373         occurrences:
1374         - 1
1375         - UNBOUNDED
1376       memory.resident_ps_server:
1377         type: org.openecomp.capabilities.metric.Ceilometer
1378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1379         occurrences:
1380         - 1
1381         - UNBOUNDED
1382       disk.device.read.requests_ps_server:
1383         type: org.openecomp.capabilities.metric.Ceilometer
1384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1385         occurrences:
1386         - 1
1387         - UNBOUNDED
1388       disk.write.bytes_ps_server:
1389         type: org.openecomp.capabilities.metric.Ceilometer
1390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1391         occurrences:
1392         - 1
1393         - UNBOUNDED
1394       feature_ps_server_pd01_port:
1395         type: tosca.capabilities.Node
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       network.outgoing.bytes.rate_ps_server_pd01_port:
1400         type: org.openecomp.capabilities.metric.Ceilometer
1401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1402         occurrences:
1403         - 1
1404         - UNBOUNDED
1405       attachment_ps_server_pd01_port:
1406         type: tosca.capabilities.Attachment
1407         occurrences:
1408         - 1
1409         - UNBOUNDED
1410       disk.device.write.requests.rate_ps_server:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       network.incoming.packets.rate_ps_server_pd01_port:
1417         type: org.openecomp.capabilities.metric.Ceilometer
1418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       disk.read.requests_ps_server:
1423         type: org.openecomp.capabilities.metric.Ceilometer
1424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1425         occurrences:
1426         - 1
1427         - UNBOUNDED
1428       disk.allocation_ps_server:
1429         type: org.openecomp.capabilities.metric.Ceilometer
1430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1431         occurrences:
1432         - 1
1433         - UNBOUNDED
1434       memory.usage_ps_server:
1435         type: org.openecomp.capabilities.metric.Ceilometer
1436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       binding_ps_server:
1441         type: tosca.capabilities.network.Bindable
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       os_ps_server:
1446         type: tosca.capabilities.OperatingSystem
1447         occurrences:
1448         - 1
1449         - UNBOUNDED
1450       disk.device.usage_ps_server:
1451         type: org.openecomp.capabilities.metric.Ceilometer
1452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1453         occurrences:
1454         - 1
1455         - UNBOUNDED
1456       disk.device.write.bytes.rate_ps_server:
1457         type: org.openecomp.capabilities.metric.Ceilometer
1458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462       vcpus_ps_server:
1463         type: org.openecomp.capabilities.metric.Ceilometer
1464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1465         occurrences:
1466         - 1
1467         - UNBOUNDED
1468       network.incoming.bytes_ps_server_pd01_port:
1469         type: org.openecomp.capabilities.metric.Ceilometer
1470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1471         occurrences:
1472         - 1
1473         - UNBOUNDED
1474       disk.usage_ps_server:
1475         type: org.openecomp.capabilities.metric.Ceilometer
1476         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1477         occurrences:
1478         - 1
1479         - UNBOUNDED
1480       disk.device.write.requests_ps_server:
1481         type: org.openecomp.capabilities.metric.Ceilometer
1482         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1483         occurrences:
1484         - 1
1485         - UNBOUNDED
1486       endpoint_ps_server:
1487         type: tosca.capabilities.Endpoint.Admin
1488         occurrences:
1489         - 1
1490         - UNBOUNDED
1491       disk.capacity_ps_server:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       disk.device.allocation_ps_server:
1498         type: org.openecomp.capabilities.metric.Ceilometer
1499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1500         occurrences:
1501         - 1
1502         - UNBOUNDED
1503   org.openecomp.resource.vfc.nodes.heat.oam_server:
1504     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1505     properties:
1506       index_value:
1507         type: integer
1508         description: Index value of this substitution service template runtime instance
1509         required: false
1510         default: 0
1511         status: SUPPORTED
1512         constraints:
1513         - greater_or_equal: 0
1514       port_pd01_port_exCP_naming:
1515         type: org.openecomp.datatypes.Naming
1516         required: true
1517         status: SUPPORTED
1518       vm_flavor_name:
1519         type: string
1520         required: true
1521         status: SUPPORTED
1522       port_pd01_port_security_groups:
1523         type: list
1524         required: true
1525         status: SUPPORTED
1526         entry_schema:
1527           type: json
1528       port_pd01_port_mac_requirements:
1529         type: org.openecomp.datatypes.network.MacRequirements
1530         required: true
1531         status: SUPPORTED
1532       compute_oam_server_availability_zone:
1533         type: list
1534         required: true
1535         status: SUPPORTED
1536         entry_schema:
1537           type: string
1538       vm_image_name:
1539         type: string
1540         required: true
1541         status: SUPPORTED
1542       port_pd01_port_ip_requirements:
1543         type: list
1544         required: true
1545         status: SUPPORTED
1546         entry_schema:
1547           type: org.openecomp.datatypes.network.IpRequirements
1548       port_pd01_port_network:
1549         type: list
1550         required: true
1551         status: SUPPORTED
1552         entry_schema:
1553           type: string
1554       port_pd01_port_order:
1555         type: integer
1556         required: true
1557         status: SUPPORTED
1558       port_pd01_port_subnetpoolid:
1559         type: string
1560         required: true
1561         status: SUPPORTED
1562       compute_oam_server_user_data_format:
1563         type: list
1564         required: true
1565         status: SUPPORTED
1566         entry_schema:
1567           type: string
1568       compute_oam_server_name:
1569         type: list
1570         required: true
1571         status: SUPPORTED
1572         entry_schema:
1573           type: string
1574       port_pd01_port_network_role:
1575         type: string
1576         required: true
1577         status: SUPPORTED
1578       port_pd01_port_network_role_tag:
1579         type: string
1580         required: true
1581         status: SUPPORTED
1582       port_pd01_port_vlan_requirements:
1583         type: list
1584         required: true
1585         status: SUPPORTED
1586         entry_schema:
1587           type: org.openecomp.datatypes.network.VlanRequirements
1588       compute_oam_server_scheduler_hints:
1589         type: list
1590         required: true
1591         status: SUPPORTED
1592         entry_schema:
1593           type: json
1594     attributes:
1595       oam_server_accessIPv4:
1596         type: string
1597         status: SUPPORTED