75d9aef2752594957409e0776da45fbaa050762f
[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       port_pd_server_port_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       port_pd_server_port_subnetpoolid:
18         type: string
19         required: true
20         status: SUPPORTED
21       index_value:
22         type: integer
23         description: Index value of this substitution service template runtime instance
24         required: false
25         default: 0
26         status: SUPPORTED
27         constraints:
28         - greater_or_equal: 0
29       compute_pd_server_availability_zone:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: string
35       compute_pd_server_name:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       port_pd_server_port_network:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       vm_flavor_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pd_server_port_network_role_tag:
52         type: string
53         required: true
54         status: SUPPORTED
55       port_pd_server_port_exCP_naming:
56         type: org.openecomp.datatypes.Naming
57         required: true
58         status: SUPPORTED
59       port_pd_server_port_network_role:
60         type: string
61         required: true
62         status: SUPPORTED
63       port_pd_server_port_fixed_ips:
64         type: list
65         required: true
66         status: SUPPORTED
67         entry_schema:
68           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
69       vm_image_name:
70         type: string
71         required: true
72         status: SUPPORTED
73       port_pd_server_port_order:
74         type: integer
75         required: true
76         status: SUPPORTED
77       port_pd_server_port_vlan_requirements:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: org.openecomp.datatypes.network.VlanRequirements
83       port_pd_server_port_replacement_policy:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: string
89       port_pd_server_port_mac_requirements:
90         type: org.openecomp.datatypes.network.MacRequirements
91         required: true
92         status: SUPPORTED
93   org.openecomp.resource.abstract.nodes.pd_server:
94     derived_from: org.openecomp.resource.abstract.nodes.VFC
95     properties:
96       port_pd_server_port_ip_requirements:
97         type: list
98         required: true
99         status: SUPPORTED
100         entry_schema:
101           type: org.openecomp.datatypes.network.IpRequirements
102       port_pd_server_port_subnetpoolid:
103         type: string
104         required: true
105         status: SUPPORTED
106       index_value:
107         type: integer
108         description: Index value of this substitution service template runtime instance
109         required: false
110         default: 0
111         status: SUPPORTED
112         constraints:
113         - greater_or_equal: 0
114       compute_pd_server_availability_zone:
115         type: list
116         required: true
117         status: SUPPORTED
118         entry_schema:
119           type: string
120       compute_pd_server_name:
121         type: list
122         required: true
123         status: SUPPORTED
124         entry_schema:
125           type: string
126       port_pd_server_port_network:
127         type: list
128         required: true
129         status: SUPPORTED
130         entry_schema:
131           type: string
132       vm_flavor_name:
133         type: string
134         required: true
135         status: SUPPORTED
136       port_pd_server_port_network_role_tag:
137         type: string
138         required: true
139         status: SUPPORTED
140       port_pd_server_port_exCP_naming:
141         type: org.openecomp.datatypes.Naming
142         required: true
143         status: SUPPORTED
144       port_pd_server_port_network_role:
145         type: string
146         required: true
147         status: SUPPORTED
148       port_pd_server_port_fixed_ips:
149         type: list
150         required: true
151         status: SUPPORTED
152         entry_schema:
153           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
154       vm_image_name:
155         type: string
156         required: true
157         status: SUPPORTED
158       port_pd_server_port_order:
159         type: integer
160         required: true
161         status: SUPPORTED
162       port_pd_server_port_vlan_requirements:
163         type: list
164         required: true
165         status: SUPPORTED
166         entry_schema:
167           type: org.openecomp.datatypes.network.VlanRequirements
168       port_pd_server_port_replacement_policy:
169         type: list
170         required: true
171         status: SUPPORTED
172         entry_schema:
173           type: string
174       port_pd_server_port_mac_requirements:
175         type: org.openecomp.datatypes.network.MacRequirements
176         required: true
177         status: SUPPORTED
178     requirements:
179     - dependency_pd_server:
180         capability: tosca.capabilities.Node
181         node: tosca.nodes.Root
182         relationship: tosca.relationships.DependsOn
183         occurrences:
184         - 0
185         - UNBOUNDED
186     - local_storage_pd_server:
187         capability: tosca.capabilities.Attachment
188         node: tosca.nodes.BlockStorage
189         relationship: tosca.relationships.AttachesTo
190         occurrences:
191         - 0
192         - UNBOUNDED
193     - dependency_pd_server_pd_server_port:
194         capability: tosca.capabilities.Node
195         node: tosca.nodes.Root
196         relationship: tosca.relationships.DependsOn
197         occurrences:
198         - 0
199         - UNBOUNDED
200     - link_pd_server_pd_server_port:
201         capability: tosca.capabilities.network.Linkable
202         relationship: tosca.relationships.network.LinksTo
203         occurrences:
204         - 1
205         - 1
206     capabilities:
207       scalable_pd_server:
208         type: tosca.capabilities.Scalable
209         occurrences:
210         - 1
211         - UNBOUNDED
212       disk.read.bytes.rate_pd_server:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       network.outgoing.packets.rate_pd_server_pd_server_port:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       network.incoming.bytes.rate_pd_server_pd_server_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       memory.usage_pd_server:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       network.outgoing.bytes.rate_pd_server_pd_server_port:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       memory_pd_server:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       disk.device.usage_pd_server:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       os_pd_server:
255         type: tosca.capabilities.OperatingSystem
256         occurrences:
257         - 1
258         - UNBOUNDED
259       disk.write.bytes.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       network.outpoing.packets_pd_server_pd_server_port:
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       cpu_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       cpu_util_pd_server:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       network.incoming.bytes_pd_server_pd_server_port:
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       disk.device.write.requests.rate_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       disk.read.bytes_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       disk.device.read.bytes.rate_pd_server:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       attachment_pd_server_pd_server_port:
308         type: tosca.capabilities.Attachment
309         occurrences:
310         - 1
311         - UNBOUNDED
312       network.incoming.packets.rate_pd_server_pd_server_port:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       disk.iops_pd_server:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       memory.resident_pd_server:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       cpu.delta_pd_server:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       vcpus_pd_server:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       disk.device.write.bytes.rate_pd_server:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       disk.device.write.requests_pd_server:
349         type: org.openecomp.capabilities.metric.Ceilometer
350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
351         occurrences:
352         - 1
353         - UNBOUNDED
354       endpoint_pd_server:
355         type: tosca.capabilities.Endpoint.Admin
356         occurrences:
357         - 1
358         - UNBOUNDED
359       disk.capacity_pd_server:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       disk.device.allocation_pd_server:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       disk.allocation_pd_server:
372         type: org.openecomp.capabilities.metric.Ceilometer
373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
374         occurrences:
375         - 1
376         - UNBOUNDED
377       binding_pd_server:
378         type: tosca.capabilities.network.Bindable
379         occurrences:
380         - 1
381         - UNBOUNDED
382       disk.read.requests_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.packets_pd_server_pd_server_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       feature_pd_server:
395         type: tosca.capabilities.Node
396         occurrences:
397         - 1
398         - UNBOUNDED
399       disk.usage_pd_server:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.write.bytes_pd_server:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.device.read.requests.rate_pd_server:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.root.size_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.device.read.bytes_pd_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.device.write.bytes_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.read.requests_pd_server:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       feature_pd_server_pd_server_port:
442         type: tosca.capabilities.Node
443         occurrences:
444         - 1
445         - UNBOUNDED
446       instance_pd_server:
447         type: org.openecomp.capabilities.metric.Ceilometer
448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
449         occurrences:
450         - 1
451         - UNBOUNDED
452       host_pd_server:
453         type: tosca.capabilities.Container
454         valid_source_types:
455         - tosca.nodes.SoftwareComponent
456         occurrences:
457         - 1
458         - UNBOUNDED
459       binding_pd_server_pd_server_port:
460         type: tosca.capabilities.network.Bindable
461         valid_source_types:
462         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
463         occurrences:
464         - 0
465         - UNBOUNDED
466       disk.write.requests.rate_pd_server:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       disk.ephemeral.size_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       network.outgoing.bytes_pd_server_pd_server_port:
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.write.requests_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       disk.device.latency_pd_server:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.latency_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       disk.device.capacity_pd_server:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.device.iops_pd_server:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514   org.openecomp.resource.vfc.nodes.heat.ps_server:
515     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
516     properties:
517       port_ps_server_port_network:
518         type: list
519         required: true
520         status: SUPPORTED
521         entry_schema:
522           type: string
523       compute_ps_server_name:
524         type: list
525         required: true
526         status: SUPPORTED
527         entry_schema:
528           type: string
529       port_ps_server_port_vlan_requirements:
530         type: list
531         required: true
532         status: SUPPORTED
533         entry_schema:
534           type: org.openecomp.datatypes.network.VlanRequirements
535       compute_ps_server_availability_zone:
536         type: list
537         required: true
538         status: SUPPORTED
539         entry_schema:
540           type: string
541       port_ps_server_port_network_role:
542         type: string
543         required: true
544         status: SUPPORTED
545       index_value:
546         type: integer
547         description: Index value of this substitution service template runtime instance
548         required: false
549         default: 0
550         status: SUPPORTED
551         constraints:
552         - greater_or_equal: 0
553       port_ps_server_port_order:
554         type: integer
555         required: true
556         status: SUPPORTED
557       port_ps_server_port_subnetpoolid:
558         type: string
559         required: true
560         status: SUPPORTED
561       port_ps_server_port_fixed_ips:
562         type: list
563         required: true
564         status: SUPPORTED
565         entry_schema:
566           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
567       vm_flavor_name:
568         type: string
569         required: true
570         status: SUPPORTED
571       port_ps_server_port_exCP_naming:
572         type: org.openecomp.datatypes.Naming
573         required: true
574         status: SUPPORTED
575       port_ps_server_port_ip_requirements:
576         type: list
577         required: true
578         status: SUPPORTED
579         entry_schema:
580           type: org.openecomp.datatypes.network.IpRequirements
581       port_ps_server_port_mac_requirements:
582         type: org.openecomp.datatypes.network.MacRequirements
583         required: true
584         status: SUPPORTED
585       vm_image_name:
586         type: string
587         required: true
588         status: SUPPORTED
589       port_ps_server_port_replacement_policy:
590         type: list
591         required: true
592         status: SUPPORTED
593         entry_schema:
594           type: string
595       port_ps_server_port_network_role_tag:
596         type: string
597         required: true
598         status: SUPPORTED
599   org.openecomp.resource.abstract.nodes.heat.nested1:
600     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
601     properties:
602       p1:
603         type: string
604         description: UID of OAM network
605         required: true
606         status: SUPPORTED
607       ps_server_image:
608         type: string
609         description: Ps Image server
610         required: true
611         status: SUPPORTED
612       p2:
613         type: string
614         description: UID of OAM network
615         required: true
616         status: SUPPORTED
617       ps_server_ips:
618         type: string
619         required: true
620         status: SUPPORTED
621       security_group_name:
622         type: list
623         description: CMAUI1, CMAUI2 server names
624         required: true
625         status: SUPPORTED
626         entry_schema:
627           type: string
628       ps_server_flavor:
629         type: string
630         description: Flavor for PS server
631         required: true
632         status: SUPPORTED
633       pd_server_names:
634         type: list
635         description: PD server names
636         required: true
637         status: SUPPORTED
638         entry_schema:
639           type: string
640       pd_server_flavor:
641         type: string
642         description: Flavor for PD server
643         required: true
644         status: SUPPORTED
645       ps_server_names:
646         type: list
647         description: Ps server names
648         required: true
649         status: SUPPORTED
650         entry_schema:
651           type: string
652       pd_server_image:
653         type: string
654         description: PD Image server
655         required: true
656         status: SUPPORTED
657       availability_zone_0:
658         type: string
659         description: availabilityzone name
660         required: true
661         status: SUPPORTED
662       net:
663         type: string
664         required: true
665         status: SUPPORTED
666       pd_server_ips:
667         type: string
668         required: true
669         status: SUPPORTED
670     requirements:
671     - dependency_server_ps:
672         capability: tosca.capabilities.Node
673         node: tosca.nodes.Root
674         relationship: tosca.relationships.DependsOn
675         occurrences:
676         - 0
677         - UNBOUNDED
678     - local_storage_server_ps:
679         capability: tosca.capabilities.Attachment
680         node: tosca.nodes.BlockStorage
681         relationship: tosca.relationships.AttachesTo
682         occurrences:
683         - 0
684         - UNBOUNDED
685     - dependency_ps_server_port:
686         capability: tosca.capabilities.Node
687         node: tosca.nodes.Root
688         relationship: tosca.relationships.DependsOn
689         occurrences:
690         - 0
691         - UNBOUNDED
692     - link_ps_server_port:
693         capability: tosca.capabilities.network.Linkable
694         relationship: tosca.relationships.network.LinksTo
695         occurrences:
696         - 1
697         - 1
698     - dependency_pd_server_port:
699         capability: tosca.capabilities.Node
700         node: tosca.nodes.Root
701         relationship: tosca.relationships.DependsOn
702         occurrences:
703         - 0
704         - UNBOUNDED
705     - link_pd_server_port:
706         capability: tosca.capabilities.network.Linkable
707         relationship: tosca.relationships.network.LinksTo
708         occurrences:
709         - 1
710         - 1
711     - dependency_server_pd:
712         capability: tosca.capabilities.Node
713         node: tosca.nodes.Root
714         relationship: tosca.relationships.DependsOn
715         occurrences:
716         - 0
717         - UNBOUNDED
718     - local_storage_server_pd:
719         capability: tosca.capabilities.Attachment
720         node: tosca.nodes.BlockStorage
721         relationship: tosca.relationships.AttachesTo
722         occurrences:
723         - 0
724         - UNBOUNDED
725     capabilities:
726       disk.iops_server_pd:
727         type: org.openecomp.capabilities.metric.Ceilometer
728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
729         occurrences:
730         - 1
731         - UNBOUNDED
732       disk.device.read.bytes.rate_server_pd:
733         type: org.openecomp.capabilities.metric.Ceilometer
734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
735         occurrences:
736         - 1
737         - UNBOUNDED
738       disk.write.bytes_server_ps:
739         type: org.openecomp.capabilities.metric.Ceilometer
740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
741         occurrences:
742         - 1
743         - UNBOUNDED
744       disk.device.read.requests_server_pd:
745         type: org.openecomp.capabilities.metric.Ceilometer
746         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
747         occurrences:
748         - 1
749         - UNBOUNDED
750       network.incoming.packets.rate_ps_server_port:
751         type: org.openecomp.capabilities.metric.Ceilometer
752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
753         occurrences:
754         - 1
755         - UNBOUNDED
756       disk.device.allocation_server_pd:
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.iops_server_ps:
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       disk.device.read.bytes.rate_server_ps:
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       binding_server_ps:
775         type: tosca.capabilities.network.Bindable
776         occurrences:
777         - 1
778         - UNBOUNDED
779       attachment_ps_server_port:
780         type: tosca.capabilities.Attachment
781         occurrences:
782         - 1
783         - UNBOUNDED
784       disk.device.read.requests_server_ps:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       memory.usage_server_pd:
791         type: org.openecomp.capabilities.metric.Ceilometer
792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
793         occurrences:
794         - 1
795         - UNBOUNDED
796       feature_ps_server_port:
797         type: tosca.capabilities.Node
798         occurrences:
799         - 1
800         - UNBOUNDED
801       disk.read.bytes.rate_server_pd:
802         type: org.openecomp.capabilities.metric.Ceilometer
803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
804         occurrences:
805         - 1
806         - UNBOUNDED
807       network.outgoing.bytes.rate_ps_server_port:
808         type: org.openecomp.capabilities.metric.Ceilometer
809         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
810         occurrences:
811         - 1
812         - UNBOUNDED
813       memory_server_pd:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       disk.device.write.requests_server_pd:
820         type: org.openecomp.capabilities.metric.Ceilometer
821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
822         occurrences:
823         - 1
824         - UNBOUNDED
825       disk.device.read.bytes_server_ps:
826         type: org.openecomp.capabilities.metric.Ceilometer
827         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
828         occurrences:
829         - 1
830         - UNBOUNDED
831       disk.device.allocation_server_ps:
832         type: org.openecomp.capabilities.metric.Ceilometer
833         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
834         occurrences:
835         - 1
836         - UNBOUNDED
837       memory.usage_server_ps:
838         type: org.openecomp.capabilities.metric.Ceilometer
839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
840         occurrences:
841         - 1
842         - UNBOUNDED
843       network.outgoing.packets.rate_ps_server_port:
844         type: org.openecomp.capabilities.metric.Ceilometer
845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
846         occurrences:
847         - 1
848         - UNBOUNDED
849       binding_ps_server_port:
850         type: tosca.capabilities.network.Bindable
851         valid_source_types:
852         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
853         occurrences:
854         - 0
855         - UNBOUNDED
856       network.incoming.packets_pd_server_port:
857         type: org.openecomp.capabilities.metric.Ceilometer
858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
859         occurrences:
860         - 1
861         - UNBOUNDED
862       disk.read.bytes_server_pd:
863         type: org.openecomp.capabilities.metric.Ceilometer
864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
865         occurrences:
866         - 1
867         - UNBOUNDED
868       disk.device.write.requests_server_ps:
869         type: org.openecomp.capabilities.metric.Ceilometer
870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
871         occurrences:
872         - 1
873         - UNBOUNDED
874       network.outpoing.packets_ps_server_port:
875         type: org.openecomp.capabilities.metric.Ceilometer
876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
877         occurrences:
878         - 1
879         - UNBOUNDED
880       disk.device.read.bytes_server_pd:
881         type: org.openecomp.capabilities.metric.Ceilometer
882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
883         occurrences:
884         - 1
885         - UNBOUNDED
886       host_server_pd:
887         type: tosca.capabilities.Container
888         valid_source_types:
889         - tosca.nodes.SoftwareComponent
890         occurrences:
891         - 1
892         - UNBOUNDED
893       vcpus_server_pd:
894         type: org.openecomp.capabilities.metric.Ceilometer
895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
896         occurrences:
897         - 1
898         - UNBOUNDED
899       disk.ephemeral.size_server_pd:
900         type: org.openecomp.capabilities.metric.Ceilometer
901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
902         occurrences:
903         - 1
904         - UNBOUNDED
905       network.incoming.bytes.rate_ps_server_port:
906         type: org.openecomp.capabilities.metric.Ceilometer
907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
908         occurrences:
909         - 1
910         - UNBOUNDED
911       disk.write.requests.rate_server_pd:
912         type: org.openecomp.capabilities.metric.Ceilometer
913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
914         occurrences:
915         - 1
916         - UNBOUNDED
917       memory_server_ps:
918         type: org.openecomp.capabilities.metric.Ceilometer
919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
920         occurrences:
921         - 1
922         - UNBOUNDED
923       network.incoming.bytes_pd_server_port:
924         type: org.openecomp.capabilities.metric.Ceilometer
925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
926         occurrences:
927         - 1
928         - UNBOUNDED
929       attachment_pd_server_port:
930         type: tosca.capabilities.Attachment
931         occurrences:
932         - 1
933         - UNBOUNDED
934       disk.write.requests_server_pd:
935         type: org.openecomp.capabilities.metric.Ceilometer
936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
937         occurrences:
938         - 1
939         - UNBOUNDED
940       network.incoming.packets.rate_pd_server_port:
941         type: org.openecomp.capabilities.metric.Ceilometer
942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
943         occurrences:
944         - 1
945         - UNBOUNDED
946       disk.ephemeral.size_server_ps:
947         type: org.openecomp.capabilities.metric.Ceilometer
948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
949         occurrences:
950         - 1
951         - UNBOUNDED
952       disk.write.requests.rate_server_ps:
953         type: org.openecomp.capabilities.metric.Ceilometer
954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
955         occurrences:
956         - 1
957         - UNBOUNDED
958       disk.device.write.bytes_server_ps:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.root.size_server_ps:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       disk.device.read.requests.rate_server_ps:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       network.outgoing.bytes_pd_server_port:
977         type: org.openecomp.capabilities.metric.Ceilometer
978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
979         occurrences:
980         - 1
981         - UNBOUNDED
982       disk.write.requests_server_ps:
983         type: org.openecomp.capabilities.metric.Ceilometer
984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
985         occurrences:
986         - 1
987         - UNBOUNDED
988       binding_server_pd:
989         type: tosca.capabilities.network.Bindable
990         occurrences:
991         - 1
992         - UNBOUNDED
993       disk.root.size_server_pd:
994         type: org.openecomp.capabilities.metric.Ceilometer
995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
996         occurrences:
997         - 1
998         - UNBOUNDED
999       disk.device.read.requests.rate_server_pd:
1000         type: org.openecomp.capabilities.metric.Ceilometer
1001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       network.outpoing.packets_pd_server_port:
1006         type: org.openecomp.capabilities.metric.Ceilometer
1007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1008         occurrences:
1009         - 1
1010         - UNBOUNDED
1011       disk.device.write.bytes_server_pd:
1012         type: org.openecomp.capabilities.metric.Ceilometer
1013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       host_server_ps:
1018         type: tosca.capabilities.Container
1019         valid_source_types:
1020         - tosca.nodes.SoftwareComponent
1021         occurrences:
1022         - 1
1023         - UNBOUNDED
1024       network.incoming.packets_ps_server_port:
1025         type: org.openecomp.capabilities.metric.Ceilometer
1026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1027         occurrences:
1028         - 1
1029         - UNBOUNDED
1030       memory.resident_server_pd:
1031         type: org.openecomp.capabilities.metric.Ceilometer
1032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1033         occurrences:
1034         - 1
1035         - UNBOUNDED
1036       disk.usage_server_ps:
1037         type: org.openecomp.capabilities.metric.Ceilometer
1038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1039         occurrences:
1040         - 1
1041         - UNBOUNDED
1042       network.outgoing.bytes_ps_server_port:
1043         type: org.openecomp.capabilities.metric.Ceilometer
1044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1045         occurrences:
1046         - 1
1047         - UNBOUNDED
1048       cpu_util_server_pd:
1049         type: org.openecomp.capabilities.metric.Ceilometer
1050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1051         occurrences:
1052         - 1
1053         - UNBOUNDED
1054       endpoint_server_ps:
1055         type: tosca.capabilities.Endpoint.Admin
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       disk.read.requests_server_ps:
1060         type: org.openecomp.capabilities.metric.Ceilometer
1061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1062         occurrences:
1063         - 1
1064         - UNBOUNDED
1065       memory.resident_server_ps:
1066         type: org.openecomp.capabilities.metric.Ceilometer
1067         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1068         occurrences:
1069         - 1
1070         - UNBOUNDED
1071       disk.usage_server_pd:
1072         type: org.openecomp.capabilities.metric.Ceilometer
1073         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1074         occurrences:
1075         - 1
1076         - UNBOUNDED
1077       disk.capacity_server_pd:
1078         type: org.openecomp.capabilities.metric.Ceilometer
1079         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1080         occurrences:
1081         - 1
1082         - UNBOUNDED
1083       endpoint_server_pd:
1084         type: tosca.capabilities.Endpoint.Admin
1085         occurrences:
1086         - 1
1087         - UNBOUNDED
1088       cpu_util_server_ps:
1089         type: org.openecomp.capabilities.metric.Ceilometer
1090         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1091         occurrences:
1092         - 1
1093         - UNBOUNDED
1094       network.incoming.bytes_ps_server_port:
1095         type: org.openecomp.capabilities.metric.Ceilometer
1096         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1097         occurrences:
1098         - 1
1099         - UNBOUNDED
1100       disk.device.capacity_server_pd:
1101         type: org.openecomp.capabilities.metric.Ceilometer
1102         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1103         occurrences:
1104         - 1
1105         - UNBOUNDED
1106       network.incoming.bytes.rate_pd_server_port:
1107         type: org.openecomp.capabilities.metric.Ceilometer
1108         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1109         occurrences:
1110         - 1
1111         - UNBOUNDED
1112       vcpus_server_ps:
1113         type: org.openecomp.capabilities.metric.Ceilometer
1114         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1115         occurrences:
1116         - 1
1117         - UNBOUNDED
1118       disk.allocation_server_pd:
1119         type: org.openecomp.capabilities.metric.Ceilometer
1120         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1121         occurrences:
1122         - 1
1123         - UNBOUNDED
1124       disk.device.usage_server_pd:
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.capacity_server_ps:
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       disk.allocation_server_ps:
1137         type: org.openecomp.capabilities.metric.Ceilometer
1138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1139         occurrences:
1140         - 1
1141         - UNBOUNDED
1142       disk.device.usage_server_ps:
1143         type: org.openecomp.capabilities.metric.Ceilometer
1144         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1145         occurrences:
1146         - 1
1147         - UNBOUNDED
1148       instance_server_pd:
1149         type: org.openecomp.capabilities.metric.Ceilometer
1150         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1151         occurrences:
1152         - 1
1153         - UNBOUNDED
1154       disk.device.write.bytes.rate_server_ps:
1155         type: org.openecomp.capabilities.metric.Ceilometer
1156         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1157         occurrences:
1158         - 1
1159         - UNBOUNDED
1160       disk.write.bytes.rate_server_ps:
1161         type: org.openecomp.capabilities.metric.Ceilometer
1162         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1163         occurrences:
1164         - 1
1165         - UNBOUNDED
1166       feature_pd_server_port:
1167         type: tosca.capabilities.Node
1168         occurrences:
1169         - 1
1170         - UNBOUNDED
1171       disk.read.bytes_server_ps:
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       network.outgoing.bytes.rate_pd_server_port:
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.outgoing.packets.rate_pd_server_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       binding_pd_server_port:
1190         type: tosca.capabilities.network.Bindable
1191         valid_source_types:
1192         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1193         occurrences:
1194         - 0
1195         - UNBOUNDED
1196       cpu_server_ps:
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       cpu.delta_server_pd:
1203         type: org.openecomp.capabilities.metric.Ceilometer
1204         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1205         occurrences:
1206         - 1
1207         - UNBOUNDED
1208       instance_server_ps:
1209         type: org.openecomp.capabilities.metric.Ceilometer
1210         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1211         occurrences:
1212         - 1
1213         - UNBOUNDED
1214       disk.read.bytes.rate_server_ps:
1215         type: org.openecomp.capabilities.metric.Ceilometer
1216         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1217         occurrences:
1218         - 1
1219         - UNBOUNDED
1220       disk.latency_server_pd:
1221         type: org.openecomp.capabilities.metric.Ceilometer
1222         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1223         occurrences:
1224         - 1
1225         - UNBOUNDED
1226       disk.device.write.bytes.rate_server_pd:
1227         type: org.openecomp.capabilities.metric.Ceilometer
1228         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1229         occurrences:
1230         - 1
1231         - UNBOUNDED
1232       os_server_ps:
1233         type: tosca.capabilities.OperatingSystem
1234         occurrences:
1235         - 1
1236         - UNBOUNDED
1237       cpu.delta_server_ps:
1238         type: org.openecomp.capabilities.metric.Ceilometer
1239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1240         occurrences:
1241         - 1
1242         - UNBOUNDED
1243       feature_server_ps:
1244         type: tosca.capabilities.Node
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       disk.device.iops_server_pd:
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.latency_server_ps:
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.read.requests_server_pd:
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.write.requests.rate_server_ps:
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       os_server_pd:
1273         type: tosca.capabilities.OperatingSystem
1274         occurrences:
1275         - 1
1276         - UNBOUNDED
1277       disk.device.latency_server_pd:
1278         type: org.openecomp.capabilities.metric.Ceilometer
1279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1280         occurrences:
1281         - 1
1282         - UNBOUNDED
1283       disk.device.capacity_server_ps:
1284         type: org.openecomp.capabilities.metric.Ceilometer
1285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1286         occurrences:
1287         - 1
1288         - UNBOUNDED
1289       scalable_server_pd:
1290         type: tosca.capabilities.Scalable
1291         occurrences:
1292         - 1
1293         - UNBOUNDED
1294       disk.write.bytes_server_pd:
1295         type: org.openecomp.capabilities.metric.Ceilometer
1296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1297         occurrences:
1298         - 1
1299         - UNBOUNDED
1300       disk.write.bytes.rate_server_pd:
1301         type: org.openecomp.capabilities.metric.Ceilometer
1302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1303         occurrences:
1304         - 1
1305         - UNBOUNDED
1306       disk.device.latency_server_ps:
1307         type: org.openecomp.capabilities.metric.Ceilometer
1308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1309         occurrences:
1310         - 1
1311         - UNBOUNDED
1312       disk.device.iops_server_ps:
1313         type: org.openecomp.capabilities.metric.Ceilometer
1314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1315         occurrences:
1316         - 1
1317         - UNBOUNDED
1318       feature_server_pd:
1319         type: tosca.capabilities.Node
1320         occurrences:
1321         - 1
1322         - UNBOUNDED
1323       disk.device.write.requests.rate_server_pd:
1324         type: org.openecomp.capabilities.metric.Ceilometer
1325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1326         occurrences:
1327         - 1
1328         - UNBOUNDED
1329       scalable_server_ps:
1330         type: tosca.capabilities.Scalable
1331         occurrences:
1332         - 1
1333         - UNBOUNDED
1334       cpu_server_pd:
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   org.openecomp.resource.abstract.nodes.ps_server:
1341     derived_from: org.openecomp.resource.abstract.nodes.VFC
1342     properties:
1343       port_ps_server_port_network:
1344         type: list
1345         required: true
1346         status: SUPPORTED
1347         entry_schema:
1348           type: string
1349       compute_ps_server_name:
1350         type: list
1351         required: true
1352         status: SUPPORTED
1353         entry_schema:
1354           type: string
1355       port_ps_server_port_vlan_requirements:
1356         type: list
1357         required: true
1358         status: SUPPORTED
1359         entry_schema:
1360           type: org.openecomp.datatypes.network.VlanRequirements
1361       compute_ps_server_availability_zone:
1362         type: list
1363         required: true
1364         status: SUPPORTED
1365         entry_schema:
1366           type: string
1367       port_ps_server_port_network_role:
1368         type: string
1369         required: true
1370         status: SUPPORTED
1371       index_value:
1372         type: integer
1373         description: Index value of this substitution service template runtime instance
1374         required: false
1375         default: 0
1376         status: SUPPORTED
1377         constraints:
1378         - greater_or_equal: 0
1379       port_ps_server_port_order:
1380         type: integer
1381         required: true
1382         status: SUPPORTED
1383       port_ps_server_port_subnetpoolid:
1384         type: string
1385         required: true
1386         status: SUPPORTED
1387       port_ps_server_port_fixed_ips:
1388         type: list
1389         required: true
1390         status: SUPPORTED
1391         entry_schema:
1392           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
1393       vm_flavor_name:
1394         type: string
1395         required: true
1396         status: SUPPORTED
1397       port_ps_server_port_exCP_naming:
1398         type: org.openecomp.datatypes.Naming
1399         required: true
1400         status: SUPPORTED
1401       port_ps_server_port_ip_requirements:
1402         type: list
1403         required: true
1404         status: SUPPORTED
1405         entry_schema:
1406           type: org.openecomp.datatypes.network.IpRequirements
1407       port_ps_server_port_mac_requirements:
1408         type: org.openecomp.datatypes.network.MacRequirements
1409         required: true
1410         status: SUPPORTED
1411       vm_image_name:
1412         type: string
1413         required: true
1414         status: SUPPORTED
1415       port_ps_server_port_replacement_policy:
1416         type: list
1417         required: true
1418         status: SUPPORTED
1419         entry_schema:
1420           type: string
1421       port_ps_server_port_network_role_tag:
1422         type: string
1423         required: true
1424         status: SUPPORTED
1425     requirements:
1426     - dependency_ps_server_ps_server_port:
1427         capability: tosca.capabilities.Node
1428         node: tosca.nodes.Root
1429         relationship: tosca.relationships.DependsOn
1430         occurrences:
1431         - 0
1432         - UNBOUNDED
1433     - link_ps_server_ps_server_port:
1434         capability: tosca.capabilities.network.Linkable
1435         relationship: tosca.relationships.network.LinksTo
1436         occurrences:
1437         - 1
1438         - 1
1439     - dependency_ps_server:
1440         capability: tosca.capabilities.Node
1441         node: tosca.nodes.Root
1442         relationship: tosca.relationships.DependsOn
1443         occurrences:
1444         - 0
1445         - UNBOUNDED
1446     - local_storage_ps_server:
1447         capability: tosca.capabilities.Attachment
1448         node: tosca.nodes.BlockStorage
1449         relationship: tosca.relationships.AttachesTo
1450         occurrences:
1451         - 0
1452         - UNBOUNDED
1453     capabilities:
1454       instance_ps_server:
1455         type: org.openecomp.capabilities.metric.Ceilometer
1456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1457         occurrences:
1458         - 1
1459         - UNBOUNDED
1460       host_ps_server:
1461         type: tosca.capabilities.Container
1462         valid_source_types:
1463         - tosca.nodes.SoftwareComponent
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       network.incoming.packets_ps_server_ps_server_port:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       cpu.delta_ps_server:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       disk.write.bytes.rate_ps_server:
1480         type: org.openecomp.capabilities.metric.Ceilometer
1481         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1482         occurrences:
1483         - 1
1484         - UNBOUNDED
1485       feature_ps_server_ps_server_port:
1486         type: tosca.capabilities.Node
1487         occurrences:
1488         - 1
1489         - UNBOUNDED
1490       feature_ps_server:
1491         type: tosca.capabilities.Node
1492         occurrences:
1493         - 1
1494         - UNBOUNDED
1495       disk.root.size_ps_server:
1496         type: org.openecomp.capabilities.metric.Ceilometer
1497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1498         occurrences:
1499         - 1
1500         - UNBOUNDED
1501       disk.device.read.requests.rate_ps_server:
1502         type: org.openecomp.capabilities.metric.Ceilometer
1503         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1504         occurrences:
1505         - 1
1506         - UNBOUNDED
1507       cpu_ps_server:
1508         type: org.openecomp.capabilities.metric.Ceilometer
1509         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1510         occurrences:
1511         - 1
1512         - UNBOUNDED
1513       disk.device.write.bytes_ps_server:
1514         type: org.openecomp.capabilities.metric.Ceilometer
1515         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1516         occurrences:
1517         - 1
1518         - UNBOUNDED
1519       disk.device.read.bytes_ps_server:
1520         type: org.openecomp.capabilities.metric.Ceilometer
1521         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1522         occurrences:
1523         - 1
1524         - UNBOUNDED
1525       disk.read.bytes_ps_server:
1526         type: org.openecomp.capabilities.metric.Ceilometer
1527         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1528         occurrences:
1529         - 1
1530         - UNBOUNDED
1531       network.incoming.bytes_ps_server_ps_server_port:
1532         type: org.openecomp.capabilities.metric.Ceilometer
1533         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1534         occurrences:
1535         - 1
1536         - UNBOUNDED
1537       disk.device.iops_ps_server:
1538         type: org.openecomp.capabilities.metric.Ceilometer
1539         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1540         occurrences:
1541         - 1
1542         - UNBOUNDED
1543       disk.device.latency_ps_server:
1544         type: org.openecomp.capabilities.metric.Ceilometer
1545         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1546         occurrences:
1547         - 1
1548         - UNBOUNDED
1549       disk.read.bytes.rate_ps_server:
1550         type: org.openecomp.capabilities.metric.Ceilometer
1551         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1552         occurrences:
1553         - 1
1554         - UNBOUNDED
1555       memory_ps_server:
1556         type: org.openecomp.capabilities.metric.Ceilometer
1557         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1558         occurrences:
1559         - 1
1560         - UNBOUNDED
1561       scalable_ps_server:
1562         type: tosca.capabilities.Scalable
1563         occurrences:
1564         - 1
1565         - UNBOUNDED
1566       attachment_ps_server_ps_server_port:
1567         type: tosca.capabilities.Attachment
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       disk.write.requests.rate_ps_server:
1572         type: org.openecomp.capabilities.metric.Ceilometer
1573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1574         occurrences:
1575         - 1
1576         - UNBOUNDED
1577       disk.write.requests_ps_server:
1578         type: org.openecomp.capabilities.metric.Ceilometer
1579         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1580         occurrences:
1581         - 1
1582         - UNBOUNDED
1583       disk.latency_ps_server:
1584         type: org.openecomp.capabilities.metric.Ceilometer
1585         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1586         occurrences:
1587         - 1
1588         - UNBOUNDED
1589       disk.ephemeral.size_ps_server:
1590         type: org.openecomp.capabilities.metric.Ceilometer
1591         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1592         occurrences:
1593         - 1
1594         - UNBOUNDED
1595       disk.device.capacity_ps_server:
1596         type: org.openecomp.capabilities.metric.Ceilometer
1597         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1598         occurrences:
1599         - 1
1600         - UNBOUNDED
1601       network.incoming.packets.rate_ps_server_ps_server_port:
1602         type: org.openecomp.capabilities.metric.Ceilometer
1603         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1604         occurrences:
1605         - 1
1606         - UNBOUNDED
1607       disk.iops_ps_server:
1608         type: org.openecomp.capabilities.metric.Ceilometer
1609         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1610         occurrences:
1611         - 1
1612         - UNBOUNDED
1613       disk.device.read.bytes.rate_ps_server:
1614         type: org.openecomp.capabilities.metric.Ceilometer
1615         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1616         occurrences:
1617         - 1
1618         - UNBOUNDED
1619       cpu_util_ps_server:
1620         type: org.openecomp.capabilities.metric.Ceilometer
1621         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1622         occurrences:
1623         - 1
1624         - UNBOUNDED
1625       memory.resident_ps_server:
1626         type: org.openecomp.capabilities.metric.Ceilometer
1627         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1628         occurrences:
1629         - 1
1630         - UNBOUNDED
1631       disk.device.read.requests_ps_server:
1632         type: org.openecomp.capabilities.metric.Ceilometer
1633         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1634         occurrences:
1635         - 1
1636         - UNBOUNDED
1637       disk.write.bytes_ps_server:
1638         type: org.openecomp.capabilities.metric.Ceilometer
1639         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1640         occurrences:
1641         - 1
1642         - UNBOUNDED
1643       network.outgoing.bytes.rate_ps_server_ps_server_port:
1644         type: org.openecomp.capabilities.metric.Ceilometer
1645         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1646         occurrences:
1647         - 1
1648         - UNBOUNDED
1649       network.outgoing.packets.rate_ps_server_ps_server_port:
1650         type: org.openecomp.capabilities.metric.Ceilometer
1651         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1652         occurrences:
1653         - 1
1654         - UNBOUNDED
1655       network.incoming.bytes.rate_ps_server_ps_server_port:
1656         type: org.openecomp.capabilities.metric.Ceilometer
1657         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1658         occurrences:
1659         - 1
1660         - UNBOUNDED
1661       disk.device.write.requests.rate_ps_server:
1662         type: org.openecomp.capabilities.metric.Ceilometer
1663         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1664         occurrences:
1665         - 1
1666         - UNBOUNDED
1667       disk.read.requests_ps_server:
1668         type: org.openecomp.capabilities.metric.Ceilometer
1669         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1670         occurrences:
1671         - 1
1672         - UNBOUNDED
1673       disk.allocation_ps_server:
1674         type: org.openecomp.capabilities.metric.Ceilometer
1675         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1676         occurrences:
1677         - 1
1678         - UNBOUNDED
1679       memory.usage_ps_server:
1680         type: org.openecomp.capabilities.metric.Ceilometer
1681         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1682         occurrences:
1683         - 1
1684         - UNBOUNDED
1685       binding_ps_server:
1686         type: tosca.capabilities.network.Bindable
1687         occurrences:
1688         - 1
1689         - UNBOUNDED
1690       os_ps_server:
1691         type: tosca.capabilities.OperatingSystem
1692         occurrences:
1693         - 1
1694         - UNBOUNDED
1695       disk.device.usage_ps_server:
1696         type: org.openecomp.capabilities.metric.Ceilometer
1697         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1698         occurrences:
1699         - 1
1700         - UNBOUNDED
1701       binding_ps_server_ps_server_port:
1702         type: tosca.capabilities.network.Bindable
1703         valid_source_types:
1704         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1705         occurrences:
1706         - 0
1707         - UNBOUNDED
1708       disk.device.write.bytes.rate_ps_server:
1709         type: org.openecomp.capabilities.metric.Ceilometer
1710         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1711         occurrences:
1712         - 1
1713         - UNBOUNDED
1714       vcpus_ps_server:
1715         type: org.openecomp.capabilities.metric.Ceilometer
1716         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1717         occurrences:
1718         - 1
1719         - UNBOUNDED
1720       network.outgoing.bytes_ps_server_ps_server_port:
1721         type: org.openecomp.capabilities.metric.Ceilometer
1722         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1723         occurrences:
1724         - 1
1725         - UNBOUNDED
1726       disk.usage_ps_server:
1727         type: org.openecomp.capabilities.metric.Ceilometer
1728         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1729         occurrences:
1730         - 1
1731         - UNBOUNDED
1732       disk.device.write.requests_ps_server:
1733         type: org.openecomp.capabilities.metric.Ceilometer
1734         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1735         occurrences:
1736         - 1
1737         - UNBOUNDED
1738       network.outpoing.packets_ps_server_ps_server_port:
1739         type: org.openecomp.capabilities.metric.Ceilometer
1740         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1741         occurrences:
1742         - 1
1743         - UNBOUNDED
1744       endpoint_ps_server:
1745         type: tosca.capabilities.Endpoint.Admin
1746         occurrences:
1747         - 1
1748         - UNBOUNDED
1749       disk.capacity_ps_server:
1750         type: org.openecomp.capabilities.metric.Ceilometer
1751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1752         occurrences:
1753         - 1
1754         - UNBOUNDED
1755       disk.device.allocation_ps_server:
1756         type: org.openecomp.capabilities.metric.Ceilometer
1757         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1758         occurrences:
1759         - 1
1760         - UNBOUNDED