186a086f4b1be9f37a69bc84b58d2a4fde25858d
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.vfc.nodes.heat.pd_server:
9     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
10     properties:
11       index_value:
12         type: integer
13         description: Index value of this substitution service template runtime instance
14         required: false
15         default: 0
16         status: SUPPORTED
17         constraints:
18         - greater_or_equal: 0
19       compute_pd_server_availability_zone:
20         type: list
21         required: true
22         status: SUPPORTED
23         entry_schema:
24           type: string
25       compute_pd_server_name:
26         type: list
27         required: true
28         status: SUPPORTED
29         entry_schema:
30           type: string
31       port_pd01_port_exCP_naming:
32         type: org.openecomp.datatypes.Naming
33         required: true
34         status: SUPPORTED
35       vm_flavor_name:
36         type: string
37         required: true
38         status: SUPPORTED
39       port_pd01_port_mac_requirements:
40         type: org.openecomp.datatypes.network.MacRequirements
41         required: true
42         status: SUPPORTED
43       vm_image_name:
44         type: string
45         required: true
46         status: SUPPORTED
47       port_pd01_port_ip_requirements:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: org.openecomp.datatypes.network.IpRequirements
53       port_pd01_port_network:
54         type: list
55         required: true
56         status: SUPPORTED
57         entry_schema:
58           type: string
59       port_pd01_port_order:
60         type: integer
61         required: true
62         status: SUPPORTED
63       port_pd01_port_subnetpoolid:
64         type: string
65         required: true
66         status: SUPPORTED
67       port_pd01_port_network_role:
68         type: string
69         required: true
70         status: SUPPORTED
71       port_pd01_port_network_role_tag:
72         type: string
73         required: true
74         status: SUPPORTED
75       port_pd01_port_vlan_requirements:
76         type: list
77         required: true
78         status: SUPPORTED
79         entry_schema:
80           type: org.openecomp.datatypes.network.VlanRequirements
81       compute_pd_server_user_data_format:
82         type: list
83         required: true
84         status: SUPPORTED
85         entry_schema:
86           type: string
87   org.openecomp.resource.abstract.nodes.pd_server:
88     derived_from: org.openecomp.resource.abstract.nodes.VFC
89     properties:
90       index_value:
91         type: integer
92         description: Index value of this substitution service template runtime instance
93         required: false
94         default: 0
95         status: SUPPORTED
96         constraints:
97         - greater_or_equal: 0
98       compute_pd_server_availability_zone:
99         type: list
100         required: true
101         status: SUPPORTED
102         entry_schema:
103           type: string
104       compute_pd_server_name:
105         type: list
106         required: true
107         status: SUPPORTED
108         entry_schema:
109           type: string
110       port_pd01_port_exCP_naming:
111         type: org.openecomp.datatypes.Naming
112         required: true
113         status: SUPPORTED
114       vm_flavor_name:
115         type: string
116         required: true
117         status: SUPPORTED
118       port_pd01_port_mac_requirements:
119         type: org.openecomp.datatypes.network.MacRequirements
120         required: true
121         status: SUPPORTED
122       vm_image_name:
123         type: string
124         required: true
125         status: SUPPORTED
126       port_pd01_port_ip_requirements:
127         type: list
128         required: true
129         status: SUPPORTED
130         entry_schema:
131           type: org.openecomp.datatypes.network.IpRequirements
132       port_pd01_port_network:
133         type: list
134         required: true
135         status: SUPPORTED
136         entry_schema:
137           type: string
138       port_pd01_port_order:
139         type: integer
140         required: true
141         status: SUPPORTED
142       port_pd01_port_subnetpoolid:
143         type: string
144         required: true
145         status: SUPPORTED
146       port_pd01_port_network_role:
147         type: string
148         required: true
149         status: SUPPORTED
150       port_pd01_port_network_role_tag:
151         type: string
152         required: true
153         status: SUPPORTED
154       port_pd01_port_vlan_requirements:
155         type: list
156         required: true
157         status: SUPPORTED
158         entry_schema:
159           type: org.openecomp.datatypes.network.VlanRequirements
160       compute_pd_server_user_data_format:
161         type: list
162         required: true
163         status: SUPPORTED
164         entry_schema:
165           type: string
166     requirements:
167     - dependency_pd_server:
168         capability: tosca.capabilities.Node
169         node: tosca.nodes.Root
170         relationship: tosca.relationships.DependsOn
171         occurrences:
172         - 0
173         - UNBOUNDED
174     - local_storage_pd_server:
175         capability: tosca.capabilities.Attachment
176         node: tosca.nodes.BlockStorage
177         relationship: tosca.relationships.AttachesTo
178         occurrences:
179         - 0
180         - UNBOUNDED
181     - dependency_pd_server_pd01_port:
182         capability: tosca.capabilities.Node
183         node: tosca.nodes.Root
184         relationship: tosca.relationships.DependsOn
185         occurrences:
186         - 0
187         - UNBOUNDED
188     - link_pd_server_pd01_port:
189         capability: tosca.capabilities.network.Linkable
190         relationship: tosca.relationships.network.LinksTo
191         occurrences:
192         - 1
193         - 1
194     capabilities:
195       scalable_pd_server:
196         type: tosca.capabilities.Scalable
197         occurrences:
198         - 1
199         - UNBOUNDED
200       disk.read.bytes.rate_pd_server:
201         type: org.openecomp.capabilities.metric.Ceilometer
202         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
203         occurrences:
204         - 1
205         - UNBOUNDED
206       memory.usage_pd_server:
207         type: org.openecomp.capabilities.metric.Ceilometer
208         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
209         occurrences:
210         - 1
211         - UNBOUNDED
212       memory_pd_server:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       disk.device.usage_pd_server:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       network.outgoing.packets.rate_pd_server_pd01_port:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       os_pd_server:
231         type: tosca.capabilities.OperatingSystem
232         occurrences:
233         - 1
234         - UNBOUNDED
235       disk.write.bytes.rate_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.bytes_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       cpu_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       cpu_util_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.rate_pd_server:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       disk.read.bytes_pd_server:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.device.read.bytes.rate_pd_server:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       network.outgoing.bytes_pd_server_pd01_port:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.iops_pd_server:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       memory.resident_pd_server:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       cpu.delta_pd_server:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       network.incoming.packets.rate_pd_server_pd01_port:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       vcpus_pd_server:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       disk.device.write.bytes.rate_pd_server:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       disk.device.write.requests_pd_server:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       endpoint_pd_server:
326         type: tosca.capabilities.Endpoint.Admin
327         occurrences:
328         - 1
329         - UNBOUNDED
330       attachment_pd_server_pd01_port:
331         type: tosca.capabilities.Attachment
332         occurrences:
333         - 1
334         - UNBOUNDED
335       disk.capacity_pd_server:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       disk.device.allocation_pd_server:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.allocation_pd_server:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       binding_pd_server:
354         type: tosca.capabilities.network.Bindable
355         occurrences:
356         - 1
357         - UNBOUNDED
358       disk.read.requests_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       feature_pd_server:
365         type: tosca.capabilities.Node
366         occurrences:
367         - 1
368         - UNBOUNDED
369       disk.usage_pd_server:
370         type: org.openecomp.capabilities.metric.Ceilometer
371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
372         occurrences:
373         - 1
374         - UNBOUNDED
375       binding_pd_server_pd01_port:
376         type: tosca.capabilities.network.Bindable
377         valid_source_types:
378         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
379         occurrences:
380         - 0
381         - UNBOUNDED
382       disk.write.bytes_pd_server:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       network.incoming.bytes.rate_pd_server_pd01_port:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       network.incoming.packets_pd_server_pd01_port:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       disk.device.read.requests.rate_pd_server:
401         type: org.openecomp.capabilities.metric.Ceilometer
402         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
403         occurrences:
404         - 1
405         - UNBOUNDED
406       disk.root.size_pd_server:
407         type: org.openecomp.capabilities.metric.Ceilometer
408         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
409         occurrences:
410         - 1
411         - UNBOUNDED
412       disk.device.read.bytes_pd_server:
413         type: org.openecomp.capabilities.metric.Ceilometer
414         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
415         occurrences:
416         - 1
417         - UNBOUNDED
418       disk.device.write.bytes_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.read.requests_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       instance_pd_server:
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       host_pd_server:
437         type: tosca.capabilities.Container
438         valid_source_types:
439         - tosca.nodes.SoftwareComponent
440         occurrences:
441         - 1
442         - UNBOUNDED
443       network.outpoing.packets_pd_server_pd01_port:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.write.requests.rate_pd_server:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       disk.ephemeral.size_pd_server:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       disk.write.requests_pd_server:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       feature_pd_server_pd01_port:
468         type: tosca.capabilities.Node
469         occurrences:
470         - 1
471         - UNBOUNDED
472       disk.device.latency_pd_server:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       disk.latency_pd_server:
479         type: org.openecomp.capabilities.metric.Ceilometer
480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.device.capacity_pd_server:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       network.outgoing.bytes.rate_pd_server_pd01_port:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.device.iops_pd_server:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502   org.openecomp.resource.vfc.nodes.heat.ps_server:
503     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
504     properties:
505       compute_ps_server_name:
506         type: list
507         required: true
508         status: SUPPORTED
509         entry_schema:
510           type: string
511       compute_ps_server_availability_zone:
512         type: list
513         required: true
514         status: SUPPORTED
515         entry_schema:
516           type: string
517       compute_ps_server_user_data_format:
518         type: list
519         required: true
520         status: SUPPORTED
521         entry_schema:
522           type: string
523       index_value:
524         type: integer
525         description: Index value of this substitution service template runtime instance
526         required: false
527         default: 0
528         status: SUPPORTED
529         constraints:
530         - greater_or_equal: 0
531       port_pd01_port_exCP_naming:
532         type: org.openecomp.datatypes.Naming
533         required: true
534         status: SUPPORTED
535       vm_flavor_name:
536         type: string
537         required: true
538         status: SUPPORTED
539       port_pd01_port_mac_requirements:
540         type: org.openecomp.datatypes.network.MacRequirements
541         required: true
542         status: SUPPORTED
543       vm_image_name:
544         type: string
545         required: true
546         status: SUPPORTED
547       port_pd01_port_ip_requirements:
548         type: list
549         required: true
550         status: SUPPORTED
551         entry_schema:
552           type: org.openecomp.datatypes.network.IpRequirements
553       port_pd01_port_network:
554         type: list
555         required: true
556         status: SUPPORTED
557         entry_schema:
558           type: string
559       port_pd01_port_order:
560         type: integer
561         required: true
562         status: SUPPORTED
563       port_pd01_port_subnetpoolid:
564         type: string
565         required: true
566         status: SUPPORTED
567       port_pd01_port_network_role:
568         type: string
569         required: true
570         status: SUPPORTED
571       port_pd01_port_network_role_tag:
572         type: string
573         required: true
574         status: SUPPORTED
575       port_pd01_port_vlan_requirements:
576         type: list
577         required: true
578         status: SUPPORTED
579         entry_schema:
580           type: org.openecomp.datatypes.network.VlanRequirements
581   org.openecomp.resource.abstract.nodes.oam_server:
582     derived_from: org.openecomp.resource.abstract.nodes.VFC
583     properties:
584       index_value:
585         type: integer
586         description: Index value of this substitution service template runtime instance
587         required: false
588         default: 0
589         status: SUPPORTED
590         constraints:
591         - greater_or_equal: 0
592       port_pd01_port_exCP_naming:
593         type: org.openecomp.datatypes.Naming
594         required: true
595         status: SUPPORTED
596       vm_flavor_name:
597         type: string
598         required: true
599         status: SUPPORTED
600       port_pd01_port_mac_requirements:
601         type: org.openecomp.datatypes.network.MacRequirements
602         required: true
603         status: SUPPORTED
604       compute_oam_server_availability_zone:
605         type: list
606         required: true
607         status: SUPPORTED
608         entry_schema:
609           type: string
610       vm_image_name:
611         type: string
612         required: true
613         status: SUPPORTED
614       port_pd01_port_ip_requirements:
615         type: list
616         required: true
617         status: SUPPORTED
618         entry_schema:
619           type: org.openecomp.datatypes.network.IpRequirements
620       port_pd01_port_network:
621         type: list
622         required: true
623         status: SUPPORTED
624         entry_schema:
625           type: string
626       port_pd01_port_order:
627         type: integer
628         required: true
629         status: SUPPORTED
630       port_pd01_port_subnetpoolid:
631         type: string
632         required: true
633         status: SUPPORTED
634       compute_oam_server_user_data_format:
635         type: list
636         required: true
637         status: SUPPORTED
638         entry_schema:
639           type: string
640       compute_oam_server_name:
641         type: list
642         required: true
643         status: SUPPORTED
644         entry_schema:
645           type: string
646       port_pd01_port_network_role:
647         type: string
648         required: true
649         status: SUPPORTED
650       port_pd01_port_network_role_tag:
651         type: string
652         required: true
653         status: SUPPORTED
654       port_pd01_port_vlan_requirements:
655         type: list
656         required: true
657         status: SUPPORTED
658         entry_schema:
659           type: org.openecomp.datatypes.network.VlanRequirements
660     requirements:
661     - dependency_oam_server_pd01_port:
662         capability: tosca.capabilities.Node
663         node: tosca.nodes.Root
664         relationship: tosca.relationships.DependsOn
665         occurrences:
666         - 0
667         - UNBOUNDED
668     - link_oam_server_pd01_port:
669         capability: tosca.capabilities.network.Linkable
670         relationship: tosca.relationships.network.LinksTo
671         occurrences:
672         - 1
673         - 1
674     - dependency_oam_server:
675         capability: tosca.capabilities.Node
676         node: tosca.nodes.Root
677         relationship: tosca.relationships.DependsOn
678         occurrences:
679         - 0
680         - UNBOUNDED
681     - local_storage_oam_server:
682         capability: tosca.capabilities.Attachment
683         node: tosca.nodes.BlockStorage
684         relationship: tosca.relationships.AttachesTo
685         occurrences:
686         - 0
687         - UNBOUNDED
688     capabilities:
689       cpu.delta_oam_server:
690         type: org.openecomp.capabilities.metric.Ceilometer
691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
692         occurrences:
693         - 1
694         - UNBOUNDED
695       host_oam_server:
696         type: tosca.capabilities.Container
697         valid_source_types:
698         - tosca.nodes.SoftwareComponent
699         occurrences:
700         - 1
701         - UNBOUNDED
702       disk.usage_oam_server:
703         type: org.openecomp.capabilities.metric.Ceilometer
704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
705         occurrences:
706         - 1
707         - UNBOUNDED
708       network.incoming.bytes.rate_oam_server_pd01_port:
709         type: org.openecomp.capabilities.metric.Ceilometer
710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
711         occurrences:
712         - 1
713         - UNBOUNDED
714       feature_oam_server:
715         type: tosca.capabilities.Node
716         occurrences:
717         - 1
718         - UNBOUNDED
719       disk.device.write.bytes_oam_server:
720         type: org.openecomp.capabilities.metric.Ceilometer
721         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
722         occurrences:
723         - 1
724         - UNBOUNDED
725       cpu_util_oam_server:
726         type: org.openecomp.capabilities.metric.Ceilometer
727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
728         occurrences:
729         - 1
730         - UNBOUNDED
731       disk.capacity_oam_server:
732         type: org.openecomp.capabilities.metric.Ceilometer
733         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
734         occurrences:
735         - 1
736         - UNBOUNDED
737       memory_oam_server:
738         type: org.openecomp.capabilities.metric.Ceilometer
739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
740         occurrences:
741         - 1
742         - UNBOUNDED
743       disk.read.bytes.rate_oam_server:
744         type: org.openecomp.capabilities.metric.Ceilometer
745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
746         occurrences:
747         - 1
748         - UNBOUNDED
749       binding_oam_server_pd01_port:
750         type: tosca.capabilities.network.Bindable
751         valid_source_types:
752         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
753         occurrences:
754         - 0
755         - UNBOUNDED
756       disk.write.bytes_oam_server:
757         type: org.openecomp.capabilities.metric.Ceilometer
758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
759         occurrences:
760         - 1
761         - UNBOUNDED
762       disk.write.requests_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       cpu_oam_server:
769         type: org.openecomp.capabilities.metric.Ceilometer
770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
771         occurrences:
772         - 1
773         - UNBOUNDED
774       vcpus_oam_server:
775         type: org.openecomp.capabilities.metric.Ceilometer
776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
777         occurrences:
778         - 1
779         - UNBOUNDED
780       network.incoming.packets_oam_server_pd01_port:
781         type: org.openecomp.capabilities.metric.Ceilometer
782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
783         occurrences:
784         - 1
785         - UNBOUNDED
786       disk.device.read.requests.rate_oam_server:
787         type: org.openecomp.capabilities.metric.Ceilometer
788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
789         occurrences:
790         - 1
791         - UNBOUNDED
792       network.outpoing.packets_oam_server_pd01_port:
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       disk.allocation_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.write.bytes.rate_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       disk.device.write.requests.rate_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       instance_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       memory.resident_oam_server:
823         type: org.openecomp.capabilities.metric.Ceilometer
824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
825         occurrences:
826         - 1
827         - UNBOUNDED
828       disk.device.read.requests_oam_server:
829         type: org.openecomp.capabilities.metric.Ceilometer
830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
831         occurrences:
832         - 1
833         - UNBOUNDED
834       disk.device.allocation_oam_server:
835         type: org.openecomp.capabilities.metric.Ceilometer
836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
837         occurrences:
838         - 1
839         - UNBOUNDED
840       disk.device.write.requests_oam_server:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       disk.iops_oam_server:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.device.capacity_oam_server:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       binding_oam_server:
859         type: tosca.capabilities.network.Bindable
860         occurrences:
861         - 1
862         - UNBOUNDED
863       disk.device.write.bytes.rate_oam_server:
864         type: org.openecomp.capabilities.metric.Ceilometer
865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
866         occurrences:
867         - 1
868         - UNBOUNDED
869       disk.device.usage_oam_server:
870         type: org.openecomp.capabilities.metric.Ceilometer
871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
872         occurrences:
873         - 1
874         - UNBOUNDED
875       network.outgoing.packets.rate_oam_server_pd01_port:
876         type: org.openecomp.capabilities.metric.Ceilometer
877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
878         occurrences:
879         - 1
880         - UNBOUNDED
881       attachment_oam_server_pd01_port:
882         type: tosca.capabilities.Attachment
883         occurrences:
884         - 1
885         - UNBOUNDED
886       disk.latency_oam_server:
887         type: org.openecomp.capabilities.metric.Ceilometer
888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
889         occurrences:
890         - 1
891         - UNBOUNDED
892       disk.read.requests_oam_server:
893         type: org.openecomp.capabilities.metric.Ceilometer
894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
895         occurrences:
896         - 1
897         - UNBOUNDED
898       disk.device.iops_oam_server:
899         type: org.openecomp.capabilities.metric.Ceilometer
900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
901         occurrences:
902         - 1
903         - UNBOUNDED
904       disk.root.size_oam_server:
905         type: org.openecomp.capabilities.metric.Ceilometer
906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
907         occurrences:
908         - 1
909         - UNBOUNDED
910       disk.device.latency_oam_server:
911         type: org.openecomp.capabilities.metric.Ceilometer
912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
913         occurrences:
914         - 1
915         - UNBOUNDED
916       feature_oam_server_pd01_port:
917         type: tosca.capabilities.Node
918         occurrences:
919         - 1
920         - UNBOUNDED
921       memory.usage_oam_server:
922         type: org.openecomp.capabilities.metric.Ceilometer
923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
924         occurrences:
925         - 1
926         - UNBOUNDED
927       endpoint_oam_server:
928         type: tosca.capabilities.Endpoint.Admin
929         occurrences:
930         - 1
931         - UNBOUNDED
932       scalable_oam_server:
933         type: tosca.capabilities.Scalable
934         occurrences:
935         - 1
936         - UNBOUNDED
937       network.incoming.bytes_oam_server_pd01_port:
938         type: org.openecomp.capabilities.metric.Ceilometer
939         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
940         occurrences:
941         - 1
942         - UNBOUNDED
943       disk.write.requests.rate_oam_server:
944         type: org.openecomp.capabilities.metric.Ceilometer
945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
946         occurrences:
947         - 1
948         - UNBOUNDED
949       network.incoming.packets.rate_oam_server_pd01_port:
950         type: org.openecomp.capabilities.metric.Ceilometer
951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
952         occurrences:
953         - 1
954         - UNBOUNDED
955       disk.device.read.bytes.rate_oam_server:
956         type: org.openecomp.capabilities.metric.Ceilometer
957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
958         occurrences:
959         - 1
960         - UNBOUNDED
961       disk.device.read.bytes_oam_server:
962         type: org.openecomp.capabilities.metric.Ceilometer
963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
964         occurrences:
965         - 1
966         - UNBOUNDED
967       os_oam_server:
968         type: tosca.capabilities.OperatingSystem
969         occurrences:
970         - 1
971         - UNBOUNDED
972       disk.read.bytes_oam_server:
973         type: org.openecomp.capabilities.metric.Ceilometer
974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
975         occurrences:
976         - 1
977         - UNBOUNDED
978       network.outgoing.bytes_oam_server_pd01_port:
979         type: org.openecomp.capabilities.metric.Ceilometer
980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
981         occurrences:
982         - 1
983         - UNBOUNDED
984       network.outgoing.bytes.rate_oam_server_pd01_port:
985         type: org.openecomp.capabilities.metric.Ceilometer
986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
987         occurrences:
988         - 1
989         - UNBOUNDED
990       disk.ephemeral.size_oam_server:
991         type: org.openecomp.capabilities.metric.Ceilometer
992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
993         occurrences:
994         - 1
995         - UNBOUNDED
996   org.openecomp.resource.abstract.nodes.ps_server:
997     derived_from: org.openecomp.resource.abstract.nodes.VFC
998     properties:
999       compute_ps_server_name:
1000         type: list
1001         required: true
1002         status: SUPPORTED
1003         entry_schema:
1004           type: string
1005       compute_ps_server_availability_zone:
1006         type: list
1007         required: true
1008         status: SUPPORTED
1009         entry_schema:
1010           type: string
1011       compute_ps_server_user_data_format:
1012         type: list
1013         required: true
1014         status: SUPPORTED
1015         entry_schema:
1016           type: string
1017       index_value:
1018         type: integer
1019         description: Index value of this substitution service template runtime instance
1020         required: false
1021         default: 0
1022         status: SUPPORTED
1023         constraints:
1024         - greater_or_equal: 0
1025       port_pd01_port_exCP_naming:
1026         type: org.openecomp.datatypes.Naming
1027         required: true
1028         status: SUPPORTED
1029       vm_flavor_name:
1030         type: string
1031         required: true
1032         status: SUPPORTED
1033       port_pd01_port_mac_requirements:
1034         type: org.openecomp.datatypes.network.MacRequirements
1035         required: true
1036         status: SUPPORTED
1037       vm_image_name:
1038         type: string
1039         required: true
1040         status: SUPPORTED
1041       port_pd01_port_ip_requirements:
1042         type: list
1043         required: true
1044         status: SUPPORTED
1045         entry_schema:
1046           type: org.openecomp.datatypes.network.IpRequirements
1047       port_pd01_port_network:
1048         type: list
1049         required: true
1050         status: SUPPORTED
1051         entry_schema:
1052           type: string
1053       port_pd01_port_order:
1054         type: integer
1055         required: true
1056         status: SUPPORTED
1057       port_pd01_port_subnetpoolid:
1058         type: string
1059         required: true
1060         status: SUPPORTED
1061       port_pd01_port_network_role:
1062         type: string
1063         required: true
1064         status: SUPPORTED
1065       port_pd01_port_network_role_tag:
1066         type: string
1067         required: true
1068         status: SUPPORTED
1069       port_pd01_port_vlan_requirements:
1070         type: list
1071         required: true
1072         status: SUPPORTED
1073         entry_schema:
1074           type: org.openecomp.datatypes.network.VlanRequirements
1075     requirements:
1076     - dependency_ps_server_pd01_port:
1077         capability: tosca.capabilities.Node
1078         node: tosca.nodes.Root
1079         relationship: tosca.relationships.DependsOn
1080         occurrences:
1081         - 0
1082         - UNBOUNDED
1083     - link_ps_server_pd01_port:
1084         capability: tosca.capabilities.network.Linkable
1085         relationship: tosca.relationships.network.LinksTo
1086         occurrences:
1087         - 1
1088         - 1
1089     - dependency_ps_server:
1090         capability: tosca.capabilities.Node
1091         node: tosca.nodes.Root
1092         relationship: tosca.relationships.DependsOn
1093         occurrences:
1094         - 0
1095         - UNBOUNDED
1096     - local_storage_ps_server:
1097         capability: tosca.capabilities.Attachment
1098         node: tosca.nodes.BlockStorage
1099         relationship: tosca.relationships.AttachesTo
1100         occurrences:
1101         - 0
1102         - UNBOUNDED
1103     capabilities:
1104       instance_ps_server:
1105         type: org.openecomp.capabilities.metric.Ceilometer
1106         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1107         occurrences:
1108         - 1
1109         - UNBOUNDED
1110       binding_ps_server_pd01_port:
1111         type: tosca.capabilities.network.Bindable
1112         valid_source_types:
1113         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1114         occurrences:
1115         - 0
1116         - UNBOUNDED
1117       host_ps_server:
1118         type: tosca.capabilities.Container
1119         valid_source_types:
1120         - tosca.nodes.SoftwareComponent
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       cpu.delta_ps_server:
1125         type: org.openecomp.capabilities.metric.Ceilometer
1126         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1127         occurrences:
1128         - 1
1129         - UNBOUNDED
1130       disk.write.bytes.rate_ps_server:
1131         type: org.openecomp.capabilities.metric.Ceilometer
1132         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136       feature_ps_server:
1137         type: tosca.capabilities.Node
1138         occurrences:
1139         - 1
1140         - UNBOUNDED
1141       disk.root.size_ps_server:
1142         type: org.openecomp.capabilities.metric.Ceilometer
1143         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1144         occurrences:
1145         - 1
1146         - UNBOUNDED
1147       disk.device.read.requests.rate_ps_server:
1148         type: org.openecomp.capabilities.metric.Ceilometer
1149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1150         occurrences:
1151         - 1
1152         - UNBOUNDED
1153       cpu_ps_server:
1154         type: org.openecomp.capabilities.metric.Ceilometer
1155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       disk.device.write.bytes_ps_server:
1160         type: org.openecomp.capabilities.metric.Ceilometer
1161         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1162         occurrences:
1163         - 1
1164         - UNBOUNDED
1165       disk.device.read.bytes_ps_server:
1166         type: org.openecomp.capabilities.metric.Ceilometer
1167         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1168         occurrences:
1169         - 1
1170         - UNBOUNDED
1171       disk.read.bytes_ps_server:
1172         type: org.openecomp.capabilities.metric.Ceilometer
1173         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1174         occurrences:
1175         - 1
1176         - UNBOUNDED
1177       disk.device.iops_ps_server:
1178         type: org.openecomp.capabilities.metric.Ceilometer
1179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1180         occurrences:
1181         - 1
1182         - UNBOUNDED
1183       network.outpoing.packets_ps_server_pd01_port:
1184         type: org.openecomp.capabilities.metric.Ceilometer
1185         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1186         occurrences:
1187         - 1
1188         - UNBOUNDED
1189       disk.device.latency_ps_server:
1190         type: org.openecomp.capabilities.metric.Ceilometer
1191         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1192         occurrences:
1193         - 1
1194         - UNBOUNDED
1195       disk.read.bytes.rate_ps_server:
1196         type: org.openecomp.capabilities.metric.Ceilometer
1197         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1198         occurrences:
1199         - 1
1200         - UNBOUNDED
1201       memory_ps_server:
1202         type: org.openecomp.capabilities.metric.Ceilometer
1203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1204         occurrences:
1205         - 1
1206         - UNBOUNDED
1207       scalable_ps_server:
1208         type: tosca.capabilities.Scalable
1209         occurrences:
1210         - 1
1211         - UNBOUNDED
1212       disk.write.requests.rate_ps_server:
1213         type: org.openecomp.capabilities.metric.Ceilometer
1214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1215         occurrences:
1216         - 1
1217         - UNBOUNDED
1218       network.outgoing.bytes_ps_server_pd01_port:
1219         type: org.openecomp.capabilities.metric.Ceilometer
1220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1221         occurrences:
1222         - 1
1223         - UNBOUNDED
1224       disk.write.requests_ps_server:
1225         type: org.openecomp.capabilities.metric.Ceilometer
1226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1227         occurrences:
1228         - 1
1229         - UNBOUNDED
1230       network.incoming.bytes.rate_ps_server_pd01_port:
1231         type: org.openecomp.capabilities.metric.Ceilometer
1232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1233         occurrences:
1234         - 1
1235         - UNBOUNDED
1236       network.incoming.packets_ps_server_pd01_port:
1237         type: org.openecomp.capabilities.metric.Ceilometer
1238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1239         occurrences:
1240         - 1
1241         - UNBOUNDED
1242       disk.latency_ps_server:
1243         type: org.openecomp.capabilities.metric.Ceilometer
1244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       disk.ephemeral.size_ps_server:
1249         type: org.openecomp.capabilities.metric.Ceilometer
1250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       disk.device.capacity_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.iops_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       disk.device.read.bytes.rate_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.outgoing.packets.rate_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       cpu_util_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       memory.resident_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       disk.device.read.requests_ps_server:
1291         type: org.openecomp.capabilities.metric.Ceilometer
1292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1293         occurrences:
1294         - 1
1295         - UNBOUNDED
1296       disk.write.bytes_ps_server:
1297         type: org.openecomp.capabilities.metric.Ceilometer
1298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1299         occurrences:
1300         - 1
1301         - UNBOUNDED
1302       feature_ps_server_pd01_port:
1303         type: tosca.capabilities.Node
1304         occurrences:
1305         - 1
1306         - UNBOUNDED
1307       network.outgoing.bytes.rate_ps_server_pd01_port:
1308         type: org.openecomp.capabilities.metric.Ceilometer
1309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1310         occurrences:
1311         - 1
1312         - UNBOUNDED
1313       attachment_ps_server_pd01_port:
1314         type: tosca.capabilities.Attachment
1315         occurrences:
1316         - 1
1317         - UNBOUNDED
1318       disk.device.write.requests.rate_ps_server:
1319         type: org.openecomp.capabilities.metric.Ceilometer
1320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1321         occurrences:
1322         - 1
1323         - UNBOUNDED
1324       network.incoming.packets.rate_ps_server_pd01_port:
1325         type: org.openecomp.capabilities.metric.Ceilometer
1326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1327         occurrences:
1328         - 1
1329         - UNBOUNDED
1330       disk.read.requests_ps_server:
1331         type: org.openecomp.capabilities.metric.Ceilometer
1332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1333         occurrences:
1334         - 1
1335         - UNBOUNDED
1336       disk.allocation_ps_server:
1337         type: org.openecomp.capabilities.metric.Ceilometer
1338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1339         occurrences:
1340         - 1
1341         - UNBOUNDED
1342       memory.usage_ps_server:
1343         type: org.openecomp.capabilities.metric.Ceilometer
1344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       binding_ps_server:
1349         type: tosca.capabilities.network.Bindable
1350         occurrences:
1351         - 1
1352         - UNBOUNDED
1353       os_ps_server:
1354         type: tosca.capabilities.OperatingSystem
1355         occurrences:
1356         - 1
1357         - UNBOUNDED
1358       disk.device.usage_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       disk.device.write.bytes.rate_ps_server:
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       vcpus_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       network.incoming.bytes_ps_server_pd01_port:
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.usage_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.device.write.requests_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       endpoint_ps_server:
1395         type: tosca.capabilities.Endpoint.Admin
1396         occurrences:
1397         - 1
1398         - UNBOUNDED
1399       disk.capacity_ps_server:
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       disk.device.allocation_ps_server:
1406         type: org.openecomp.capabilities.metric.Ceilometer
1407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1408         occurrences:
1409         - 1
1410         - UNBOUNDED
1411   org.openecomp.resource.vfc.nodes.heat.oam_server:
1412     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
1413     properties:
1414       index_value:
1415         type: integer
1416         description: Index value of this substitution service template runtime instance
1417         required: false
1418         default: 0
1419         status: SUPPORTED
1420         constraints:
1421         - greater_or_equal: 0
1422       port_pd01_port_exCP_naming:
1423         type: org.openecomp.datatypes.Naming
1424         required: true
1425         status: SUPPORTED
1426       vm_flavor_name:
1427         type: string
1428         required: true
1429         status: SUPPORTED
1430       port_pd01_port_mac_requirements:
1431         type: org.openecomp.datatypes.network.MacRequirements
1432         required: true
1433         status: SUPPORTED
1434       compute_oam_server_availability_zone:
1435         type: list
1436         required: true
1437         status: SUPPORTED
1438         entry_schema:
1439           type: string
1440       vm_image_name:
1441         type: string
1442         required: true
1443         status: SUPPORTED
1444       port_pd01_port_ip_requirements:
1445         type: list
1446         required: true
1447         status: SUPPORTED
1448         entry_schema:
1449           type: org.openecomp.datatypes.network.IpRequirements
1450       port_pd01_port_network:
1451         type: list
1452         required: true
1453         status: SUPPORTED
1454         entry_schema:
1455           type: string
1456       port_pd01_port_order:
1457         type: integer
1458         required: true
1459         status: SUPPORTED
1460       port_pd01_port_subnetpoolid:
1461         type: string
1462         required: true
1463         status: SUPPORTED
1464       compute_oam_server_user_data_format:
1465         type: list
1466         required: true
1467         status: SUPPORTED
1468         entry_schema:
1469           type: string
1470       compute_oam_server_name:
1471         type: list
1472         required: true
1473         status: SUPPORTED
1474         entry_schema:
1475           type: string
1476       port_pd01_port_network_role:
1477         type: string
1478         required: true
1479         status: SUPPORTED
1480       port_pd01_port_network_role_tag:
1481         type: string
1482         required: true
1483         status: SUPPORTED
1484       port_pd01_port_vlan_requirements:
1485         type: list
1486         required: true
1487         status: SUPPORTED
1488         entry_schema:
1489           type: org.openecomp.datatypes.network.VlanRequirements