1c8f548356efea152098f47e5f7e98733a7c77d9
[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       port_pd_server_port_security_groups:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: json
35       compute_pd_server_availability_zone:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       compute_pd_server_name:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       port_pd_server_port_network:
48         type: list
49         required: true
50         status: SUPPORTED
51         entry_schema:
52           type: string
53       vm_flavor_name:
54         type: string
55         required: true
56         status: SUPPORTED
57       port_pd_server_port_network_role_tag:
58         type: string
59         required: true
60         status: SUPPORTED
61       port_pd_server_port_exCP_naming:
62         type: org.openecomp.datatypes.Naming
63         required: true
64         status: SUPPORTED
65       port_pd_server_port_network_role:
66         type: string
67         required: true
68         status: SUPPORTED
69       port_pd_server_port_fixed_ips:
70         type: list
71         required: true
72         status: SUPPORTED
73         entry_schema:
74           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
75       vm_image_name:
76         type: string
77         required: true
78         status: SUPPORTED
79       port_pd_server_port_order:
80         type: integer
81         required: true
82         status: SUPPORTED
83       port_pd_server_port_vlan_requirements:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: org.openecomp.datatypes.network.VlanRequirements
89       port_pd_server_port_replacement_policy:
90         type: list
91         required: true
92         status: SUPPORTED
93         entry_schema:
94           type: string
95       port_pd_server_port_mac_requirements:
96         type: org.openecomp.datatypes.network.MacRequirements
97         required: true
98         status: SUPPORTED
99   org.openecomp.resource.abstract.nodes.pd_server:
100     derived_from: org.openecomp.resource.abstract.nodes.VFC
101     properties:
102       port_pd_server_port_ip_requirements:
103         type: list
104         required: true
105         status: SUPPORTED
106         entry_schema:
107           type: org.openecomp.datatypes.network.IpRequirements
108       port_pd_server_port_subnetpoolid:
109         type: string
110         required: true
111         status: SUPPORTED
112       index_value:
113         type: integer
114         description: Index value of this substitution service template runtime instance
115         required: false
116         default: 0
117         status: SUPPORTED
118         constraints:
119         - greater_or_equal: 0
120       port_pd_server_port_security_groups:
121         type: list
122         required: true
123         status: SUPPORTED
124         entry_schema:
125           type: json
126       compute_pd_server_availability_zone:
127         type: list
128         required: true
129         status: SUPPORTED
130         entry_schema:
131           type: string
132       compute_pd_server_name:
133         type: list
134         required: true
135         status: SUPPORTED
136         entry_schema:
137           type: string
138       port_pd_server_port_network:
139         type: list
140         required: true
141         status: SUPPORTED
142         entry_schema:
143           type: string
144       vm_flavor_name:
145         type: string
146         required: true
147         status: SUPPORTED
148       port_pd_server_port_network_role_tag:
149         type: string
150         required: true
151         status: SUPPORTED
152       port_pd_server_port_exCP_naming:
153         type: org.openecomp.datatypes.Naming
154         required: true
155         status: SUPPORTED
156       port_pd_server_port_network_role:
157         type: string
158         required: true
159         status: SUPPORTED
160       port_pd_server_port_fixed_ips:
161         type: list
162         required: true
163         status: SUPPORTED
164         entry_schema:
165           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
166       vm_image_name:
167         type: string
168         required: true
169         status: SUPPORTED
170       port_pd_server_port_order:
171         type: integer
172         required: true
173         status: SUPPORTED
174       port_pd_server_port_vlan_requirements:
175         type: list
176         required: true
177         status: SUPPORTED
178         entry_schema:
179           type: org.openecomp.datatypes.network.VlanRequirements
180       port_pd_server_port_replacement_policy:
181         type: list
182         required: true
183         status: SUPPORTED
184         entry_schema:
185           type: string
186       port_pd_server_port_mac_requirements:
187         type: org.openecomp.datatypes.network.MacRequirements
188         required: true
189         status: SUPPORTED
190     requirements:
191     - dependency_pd_server:
192         capability: tosca.capabilities.Node
193         node: tosca.nodes.Root
194         relationship: tosca.relationships.DependsOn
195         occurrences:
196         - 0
197         - UNBOUNDED
198     - local_storage_pd_server:
199         capability: tosca.capabilities.Attachment
200         node: tosca.nodes.BlockStorage
201         relationship: tosca.relationships.AttachesTo
202         occurrences:
203         - 0
204         - UNBOUNDED
205     - dependency_pd_server_pd_server_port:
206         capability: tosca.capabilities.Node
207         node: tosca.nodes.Root
208         relationship: tosca.relationships.DependsOn
209         occurrences:
210         - 0
211         - UNBOUNDED
212     - link_pd_server_pd_server_port:
213         capability: tosca.capabilities.network.Linkable
214         relationship: tosca.relationships.network.LinksTo
215         occurrences:
216         - 1
217         - 1
218     capabilities:
219       scalable_pd_server:
220         type: tosca.capabilities.Scalable
221         occurrences:
222         - 1
223         - UNBOUNDED
224       disk.read.bytes.rate_pd_server:
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       network.outgoing.packets.rate_pd_server_pd_server_port:
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.incoming.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.usage_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       network.outgoing.bytes.rate_pd_server_pd_server_port:
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       memory_pd_server:
255         type: org.openecomp.capabilities.metric.Ceilometer
256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
257         occurrences:
258         - 1
259         - UNBOUNDED
260       disk.device.usage_pd_server:
261         type: org.openecomp.capabilities.metric.Ceilometer
262         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
263         occurrences:
264         - 1
265         - UNBOUNDED
266       os_pd_server:
267         type: tosca.capabilities.OperatingSystem
268         occurrences:
269         - 1
270         - UNBOUNDED
271       disk.write.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.outpoing.packets_pd_server_pd_server_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       cpu_pd_server:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       cpu_util_pd_server:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       network.incoming.bytes_pd_server_pd_server_port:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.write.requests.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       disk.read.bytes_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.read.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       attachment_pd_server_pd_server_port:
320         type: tosca.capabilities.Attachment
321         occurrences:
322         - 1
323         - UNBOUNDED
324       network.incoming.packets.rate_pd_server_pd_server_port:
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       disk.iops_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       memory.resident_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       cpu.delta_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       vcpus_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       disk.device.write.bytes.rate_pd_server:
355         type: org.openecomp.capabilities.metric.Ceilometer
356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
357         occurrences:
358         - 1
359         - UNBOUNDED
360       disk.device.write.requests_pd_server:
361         type: org.openecomp.capabilities.metric.Ceilometer
362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
363         occurrences:
364         - 1
365         - UNBOUNDED
366       endpoint_pd_server:
367         type: tosca.capabilities.Endpoint.Admin
368         occurrences:
369         - 1
370         - UNBOUNDED
371       disk.capacity_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       disk.device.allocation_pd_server:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.allocation_pd_server:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       binding_pd_server:
390         type: tosca.capabilities.network.Bindable
391         occurrences:
392         - 1
393         - UNBOUNDED
394       disk.read.requests_pd_server:
395         type: org.openecomp.capabilities.metric.Ceilometer
396         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
397         occurrences:
398         - 1
399         - UNBOUNDED
400       network.incoming.packets_pd_server_pd_server_port:
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       feature_pd_server:
407         type: tosca.capabilities.Node
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.usage_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.write.bytes_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.requests.rate_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.root.size_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.bytes_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       disk.device.write.bytes_pd_server:
442         type: org.openecomp.capabilities.metric.Ceilometer
443         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
444         occurrences:
445         - 1
446         - UNBOUNDED
447       disk.device.read.requests_pd_server:
448         type: org.openecomp.capabilities.metric.Ceilometer
449         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
450         occurrences:
451         - 1
452         - UNBOUNDED
453       feature_pd_server_pd_server_port:
454         type: tosca.capabilities.Node
455         occurrences:
456         - 1
457         - UNBOUNDED
458       instance_pd_server:
459         type: org.openecomp.capabilities.metric.Ceilometer
460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
461         occurrences:
462         - 1
463         - UNBOUNDED
464       host_pd_server:
465         type: tosca.capabilities.Container
466         valid_source_types:
467         - tosca.nodes.SoftwareComponent
468         occurrences:
469         - 1
470         - UNBOUNDED
471       binding_pd_server_pd_server_port:
472         type: tosca.capabilities.network.Bindable
473         valid_source_types:
474         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
475         occurrences:
476         - 0
477         - UNBOUNDED
478       disk.write.requests.rate_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.ephemeral.size_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_pd_server_pd_server_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.write.requests_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.latency_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.latency_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       disk.device.capacity_pd_server:
515         type: org.openecomp.capabilities.metric.Ceilometer
516         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
517         occurrences:
518         - 1
519         - UNBOUNDED
520       disk.device.iops_pd_server:
521         type: org.openecomp.capabilities.metric.Ceilometer
522         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
523         occurrences:
524         - 1
525         - UNBOUNDED
526   org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B:
527     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
528     properties:
529       p1:
530         type: string
531         description: UID of OAM network
532         required: true
533         status: SUPPORTED
534       p2:
535         type: string
536         description: UID of OAM network
537         required: true
538         status: SUPPORTED
539       security_group_name:
540         type: list
541         description: CMAUI1, CMAUI2 server names
542         required: true
543         status: SUPPORTED
544         entry_schema:
545           type: string
546       sm_server_names:
547         type: list
548         description: SM server names
549         required: true
550         status: SUPPORTED
551         entry_schema:
552           type: string
553       oam_server_image:
554         type: string
555         description: OAM Image server
556         required: true
557         status: SUPPORTED
558       oam_server_ips:
559         type: string
560         required: true
561         status: SUPPORTED
562       oam_server_flavor:
563         type: string
564         description: Flavor for OAM server
565         required: true
566         status: SUPPORTED
567       sm_server_ips:
568         type: string
569         required: true
570         status: SUPPORTED
571       availability_zone_0:
572         type: string
573         description: availabilityzone name
574         required: true
575         status: SUPPORTED
576       net:
577         type: string
578         required: true
579         status: SUPPORTED
580       oam_server_names:
581         type: list
582         description: OAM server names
583         required: true
584         status: SUPPORTED
585         entry_schema:
586           type: string
587       sm_server_flavor:
588         type: string
589         description: Flavor for SM server
590         required: true
591         status: SUPPORTED
592       sm_server_image:
593         type: string
594         description: SM Image server
595         required: true
596         status: SUPPORTED
597     attributes:
598       nested_diff_file_attr_1:
599         type: string
600         description: nested_diff_file_attr_1_value
601         status: SUPPORTED
602     requirements:
603     - dependency_oam_server_port:
604         capability: tosca.capabilities.Node
605         node: tosca.nodes.Root
606         relationship: tosca.relationships.DependsOn
607         occurrences:
608         - 0
609         - UNBOUNDED
610     - link_oam_server_port:
611         capability: tosca.capabilities.network.Linkable
612         relationship: tosca.relationships.network.LinksTo
613         occurrences:
614         - 1
615         - 1
616     - dependency_server_oam:
617         capability: tosca.capabilities.Node
618         node: tosca.nodes.Root
619         relationship: tosca.relationships.DependsOn
620         occurrences:
621         - 0
622         - UNBOUNDED
623     - local_storage_server_oam:
624         capability: tosca.capabilities.Attachment
625         node: tosca.nodes.BlockStorage
626         relationship: tosca.relationships.AttachesTo
627         occurrences:
628         - 0
629         - UNBOUNDED
630     - dependency_sm_server_port:
631         capability: tosca.capabilities.Node
632         node: tosca.nodes.Root
633         relationship: tosca.relationships.DependsOn
634         occurrences:
635         - 0
636         - UNBOUNDED
637     - link_sm_server_port:
638         capability: tosca.capabilities.network.Linkable
639         relationship: tosca.relationships.network.LinksTo
640         occurrences:
641         - 1
642         - 1
643     - dependency_server_sm:
644         capability: tosca.capabilities.Node
645         node: tosca.nodes.Root
646         relationship: tosca.relationships.DependsOn
647         occurrences:
648         - 0
649         - UNBOUNDED
650     - local_storage_server_sm:
651         capability: tosca.capabilities.Attachment
652         node: tosca.nodes.BlockStorage
653         relationship: tosca.relationships.AttachesTo
654         occurrences:
655         - 0
656         - UNBOUNDED
657     capabilities:
658       os_server_sm:
659         type: tosca.capabilities.OperatingSystem
660         occurrences:
661         - 1
662         - UNBOUNDED
663       disk.capacity_server_sm:
664         type: org.openecomp.capabilities.metric.Ceilometer
665         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
666         occurrences:
667         - 1
668         - UNBOUNDED
669       memory_server_oam:
670         type: org.openecomp.capabilities.metric.Ceilometer
671         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
672         occurrences:
673         - 1
674         - UNBOUNDED
675       disk.device.iops_server_oam:
676         type: org.openecomp.capabilities.metric.Ceilometer
677         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
678         occurrences:
679         - 1
680         - UNBOUNDED
681       disk.device.usage_server_sm:
682         type: org.openecomp.capabilities.metric.Ceilometer
683         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
684         occurrences:
685         - 1
686         - UNBOUNDED
687       disk.device.write.requests.rate_server_sm:
688         type: org.openecomp.capabilities.metric.Ceilometer
689         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
690         occurrences:
691         - 1
692         - UNBOUNDED
693       disk.allocation_server_oam:
694         type: org.openecomp.capabilities.metric.Ceilometer
695         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
696         occurrences:
697         - 1
698         - UNBOUNDED
699       network.incoming.packets_sm_server_port:
700         type: org.openecomp.capabilities.metric.Ceilometer
701         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
702         occurrences:
703         - 1
704         - UNBOUNDED
705       disk.write.bytes.rate_server_sm:
706         type: org.openecomp.capabilities.metric.Ceilometer
707         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
708         occurrences:
709         - 1
710         - UNBOUNDED
711       feature_oam_server_port:
712         type: tosca.capabilities.Node
713         occurrences:
714         - 1
715         - UNBOUNDED
716       disk.usage_server_oam:
717         type: org.openecomp.capabilities.metric.Ceilometer
718         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
719         occurrences:
720         - 1
721         - UNBOUNDED
722       instance_server_sm:
723         type: org.openecomp.capabilities.metric.Ceilometer
724         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
725         occurrences:
726         - 1
727         - UNBOUNDED
728       disk.device.latency_server_oam:
729         type: org.openecomp.capabilities.metric.Ceilometer
730         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
731         occurrences:
732         - 1
733         - UNBOUNDED
734       disk.root.size_server_oam:
735         type: org.openecomp.capabilities.metric.Ceilometer
736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
737         occurrences:
738         - 1
739         - UNBOUNDED
740       host_server_sm:
741         type: tosca.capabilities.Container
742         valid_source_types:
743         - tosca.nodes.SoftwareComponent
744         occurrences:
745         - 1
746         - UNBOUNDED
747       memory.usage_server_oam:
748         type: org.openecomp.capabilities.metric.Ceilometer
749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
750         occurrences:
751         - 1
752         - UNBOUNDED
753       disk.read.bytes_server_oam:
754         type: org.openecomp.capabilities.metric.Ceilometer
755         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
756         occurrences:
757         - 1
758         - UNBOUNDED
759       disk.read.requests_server_oam:
760         type: org.openecomp.capabilities.metric.Ceilometer
761         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
762         occurrences:
763         - 1
764         - UNBOUNDED
765       cpu_util_server_sm:
766         type: org.openecomp.capabilities.metric.Ceilometer
767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
768         occurrences:
769         - 1
770         - UNBOUNDED
771       disk.device.capacity_server_sm:
772         type: org.openecomp.capabilities.metric.Ceilometer
773         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
774         occurrences:
775         - 1
776         - UNBOUNDED
777       disk.device.read.bytes_server_oam:
778         type: org.openecomp.capabilities.metric.Ceilometer
779         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
780         occurrences:
781         - 1
782         - UNBOUNDED
783       network.incoming.bytes_oam_server_port:
784         type: org.openecomp.capabilities.metric.Ceilometer
785         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
786         occurrences:
787         - 1
788         - UNBOUNDED
789       disk.device.iops_server_sm:
790         type: org.openecomp.capabilities.metric.Ceilometer
791         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
792         occurrences:
793         - 1
794         - UNBOUNDED
795       disk.device.read.requests.rate_server_oam:
796         type: org.openecomp.capabilities.metric.Ceilometer
797         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
798         occurrences:
799         - 1
800         - UNBOUNDED
801       vcpus_server_oam:
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       disk.device.read.bytes_server_sm:
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       disk.read.bytes.rate_server_oam:
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.write.bytes_server_oam:
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.latency_server_sm:
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_oam:
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       attachment_oam_server_port:
838         type: tosca.capabilities.Attachment
839         occurrences:
840         - 1
841         - UNBOUNDED
842       scalable_server_oam:
843         type: tosca.capabilities.Scalable
844         occurrences:
845         - 1
846         - UNBOUNDED
847       cpu_util_server_oam:
848         type: org.openecomp.capabilities.metric.Ceilometer
849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
850         occurrences:
851         - 1
852         - UNBOUNDED
853       feature_server_sm:
854         type: tosca.capabilities.Node
855         occurrences:
856         - 1
857         - UNBOUNDED
858       cpu.delta_server_oam:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       host_server_oam:
865         type: tosca.capabilities.Container
866         valid_source_types:
867         - tosca.nodes.SoftwareComponent
868         occurrences:
869         - 1
870         - UNBOUNDED
871       cpu.delta_server_sm:
872         type: org.openecomp.capabilities.metric.Ceilometer
873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
874         occurrences:
875         - 1
876         - UNBOUNDED
877       binding_server_oam:
878         type: tosca.capabilities.network.Bindable
879         occurrences:
880         - 1
881         - UNBOUNDED
882       disk.device.capacity_server_oam:
883         type: org.openecomp.capabilities.metric.Ceilometer
884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
885         occurrences:
886         - 1
887         - UNBOUNDED
888       disk.device.write.bytes.rate_server_sm:
889         type: org.openecomp.capabilities.metric.Ceilometer
890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
891         occurrences:
892         - 1
893         - UNBOUNDED
894       disk.write.bytes_server_sm:
895         type: org.openecomp.capabilities.metric.Ceilometer
896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
897         occurrences:
898         - 1
899         - UNBOUNDED
900       disk.latency_server_oam:
901         type: org.openecomp.capabilities.metric.Ceilometer
902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
903         occurrences:
904         - 1
905         - UNBOUNDED
906       disk.device.read.requests_server_oam:
907         type: org.openecomp.capabilities.metric.Ceilometer
908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
909         occurrences:
910         - 1
911         - UNBOUNDED
912       disk.device.write.requests.rate_server_oam:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918       endpoint_server_sm:
919         type: tosca.capabilities.Endpoint.Admin
920         occurrences:
921         - 1
922         - UNBOUNDED
923       disk.device.allocation_server_sm:
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       feature_server_oam:
930         type: tosca.capabilities.Node
931         occurrences:
932         - 1
933         - UNBOUNDED
934       disk.read.requests_server_sm:
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       disk.write.bytes.rate_server_oam:
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       memory.resident_server_sm:
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       cpu_server_oam:
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       memory_server_sm:
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       scalable_server_sm:
965         type: tosca.capabilities.Scalable
966         occurrences:
967         - 1
968         - UNBOUNDED
969       network.outgoing.packets.rate_sm_server_port:
970         type: org.openecomp.capabilities.metric.Ceilometer
971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
972         occurrences:
973         - 1
974         - UNBOUNDED
975       binding_sm_server_port:
976         type: tosca.capabilities.network.Bindable
977         valid_source_types:
978         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
979         occurrences:
980         - 0
981         - UNBOUNDED
982       network.outgoing.bytes.rate_sm_server_port:
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       disk.write.requests_server_oam:
989         type: org.openecomp.capabilities.metric.Ceilometer
990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
991         occurrences:
992         - 1
993         - UNBOUNDED
994       disk.device.latency_server_sm:
995         type: org.openecomp.capabilities.metric.Ceilometer
996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       memory.usage_server_sm:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       memory.resident_server_oam:
1007         type: org.openecomp.capabilities.metric.Ceilometer
1008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1009         occurrences:
1010         - 1
1011         - UNBOUNDED
1012       feature_sm_server_port:
1013         type: tosca.capabilities.Node
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       disk.device.write.requests_server_sm:
1018         type: org.openecomp.capabilities.metric.Ceilometer
1019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1020         occurrences:
1021         - 1
1022         - UNBOUNDED
1023       disk.device.write.requests_server_oam:
1024         type: org.openecomp.capabilities.metric.Ceilometer
1025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1026         occurrences:
1027         - 1
1028         - UNBOUNDED
1029       disk.read.bytes_server_sm:
1030         type: org.openecomp.capabilities.metric.Ceilometer
1031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1032         occurrences:
1033         - 1
1034         - UNBOUNDED
1035       cpu_server_sm:
1036         type: org.openecomp.capabilities.metric.Ceilometer
1037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1038         occurrences:
1039         - 1
1040         - UNBOUNDED
1041       network.outpoing.packets_sm_server_port:
1042         type: org.openecomp.capabilities.metric.Ceilometer
1043         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1044         occurrences:
1045         - 1
1046         - UNBOUNDED
1047       network.incoming.bytes.rate_oam_server_port:
1048         type: org.openecomp.capabilities.metric.Ceilometer
1049         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1050         occurrences:
1051         - 1
1052         - UNBOUNDED
1053       disk.device.usage_server_oam:
1054         type: org.openecomp.capabilities.metric.Ceilometer
1055         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1056         occurrences:
1057         - 1
1058         - UNBOUNDED
1059       network.outgoing.packets.rate_oam_server_port:
1060         type: org.openecomp.capabilities.metric.Ceilometer
1061         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1062         occurrences:
1063         - 1
1064         - UNBOUNDED
1065       network.incoming.packets.rate_sm_server_port:
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       binding_oam_server_port:
1072         type: tosca.capabilities.network.Bindable
1073         valid_source_types:
1074         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1075         occurrences:
1076         - 0
1077         - UNBOUNDED
1078       network.incoming.packets.rate_oam_server_port:
1079         type: org.openecomp.capabilities.metric.Ceilometer
1080         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1081         occurrences:
1082         - 1
1083         - UNBOUNDED
1084       disk.device.write.bytes_server_oam:
1085         type: org.openecomp.capabilities.metric.Ceilometer
1086         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1087         occurrences:
1088         - 1
1089         - UNBOUNDED
1090       disk.device.read.requests_server_sm:
1091         type: org.openecomp.capabilities.metric.Ceilometer
1092         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1093         occurrences:
1094         - 1
1095         - UNBOUNDED
1096       disk.device.read.bytes.rate_server_sm:
1097         type: org.openecomp.capabilities.metric.Ceilometer
1098         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1099         occurrences:
1100         - 1
1101         - UNBOUNDED
1102       disk.ephemeral.size_server_oam:
1103         type: org.openecomp.capabilities.metric.Ceilometer
1104         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1105         occurrences:
1106         - 1
1107         - UNBOUNDED
1108       network.outpoing.packets_oam_server_port:
1109         type: org.openecomp.capabilities.metric.Ceilometer
1110         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1111         occurrences:
1112         - 1
1113         - UNBOUNDED
1114       os_server_oam:
1115         type: tosca.capabilities.OperatingSystem
1116         occurrences:
1117         - 1
1118         - UNBOUNDED
1119       disk.capacity_server_oam:
1120         type: org.openecomp.capabilities.metric.Ceilometer
1121         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1122         occurrences:
1123         - 1
1124         - UNBOUNDED
1125       disk.write.requests_server_sm:
1126         type: org.openecomp.capabilities.metric.Ceilometer
1127         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1128         occurrences:
1129         - 1
1130         - UNBOUNDED
1131       disk.ephemeral.size_server_sm:
1132         type: org.openecomp.capabilities.metric.Ceilometer
1133         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1134         occurrences:
1135         - 1
1136         - UNBOUNDED
1137       disk.read.bytes.rate_server_sm:
1138         type: org.openecomp.capabilities.metric.Ceilometer
1139         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1140         occurrences:
1141         - 1
1142         - UNBOUNDED
1143       endpoint_server_oam:
1144         type: tosca.capabilities.Endpoint.Admin
1145         occurrences:
1146         - 1
1147         - UNBOUNDED
1148       disk.device.read.requests.rate_server_sm:
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       binding_server_sm:
1155         type: tosca.capabilities.network.Bindable
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       disk.root.size_server_sm:
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       network.outgoing.bytes_oam_server_port:
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.allocation_server_sm:
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.iops_server_oam:
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       disk.write.requests.rate_server_sm:
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       network.outgoing.bytes.rate_oam_server_port:
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.device.write.bytes_server_sm:
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       disk.write.requests.rate_server_oam:
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       disk.device.read.bytes.rate_server_oam:
1208         type: org.openecomp.capabilities.metric.Ceilometer
1209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1210         occurrences:
1211         - 1
1212         - UNBOUNDED
1213       network.incoming.bytes.rate_sm_server_port:
1214         type: org.openecomp.capabilities.metric.Ceilometer
1215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1216         occurrences:
1217         - 1
1218         - UNBOUNDED
1219       disk.device.write.bytes.rate_server_oam:
1220         type: org.openecomp.capabilities.metric.Ceilometer
1221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1222         occurrences:
1223         - 1
1224         - UNBOUNDED
1225       network.incoming.packets_oam_server_port:
1226         type: org.openecomp.capabilities.metric.Ceilometer
1227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1228         occurrences:
1229         - 1
1230         - UNBOUNDED
1231       disk.usage_server_sm:
1232         type: org.openecomp.capabilities.metric.Ceilometer
1233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1234         occurrences:
1235         - 1
1236         - UNBOUNDED
1237       instance_server_oam:
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       network.outgoing.bytes_sm_server_port:
1244         type: org.openecomp.capabilities.metric.Ceilometer
1245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1246         occurrences:
1247         - 1
1248         - UNBOUNDED
1249       vcpus_server_sm:
1250         type: org.openecomp.capabilities.metric.Ceilometer
1251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1252         occurrences:
1253         - 1
1254         - UNBOUNDED
1255       attachment_sm_server_port:
1256         type: tosca.capabilities.Attachment
1257         occurrences:
1258         - 1
1259         - UNBOUNDED
1260       network.incoming.bytes_sm_server_port:
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.iops_server_sm:
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   org.openecomp.resource.abstract.nodes.heat.nested-other-file-1B:
1273     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1274     properties:
1275       p1:
1276         type: string
1277         description: UID of OAM network
1278         required: true
1279         status: SUPPORTED
1280       ps_server_image:
1281         type: string
1282         description: Ps Image server
1283         required: true
1284         status: SUPPORTED
1285       p2:
1286         type: string
1287         description: UID of OAM network
1288         required: true
1289         status: SUPPORTED
1290       ps_server_ips:
1291         type: string
1292         required: true
1293         status: SUPPORTED
1294       security_group_name:
1295         type: list
1296         description: CMAUI1, CMAUI2 server names
1297         required: true
1298         status: SUPPORTED
1299         entry_schema:
1300           type: string
1301       ps_server_flavor:
1302         type: string
1303         description: Flavor for PS server
1304         required: true
1305         status: SUPPORTED
1306       pd_server_names:
1307         type: list
1308         description: PD server names
1309         required: true
1310         status: SUPPORTED
1311         entry_schema:
1312           type: string
1313       pd_server_flavor:
1314         type: string
1315         description: Flavor for PD server
1316         required: true
1317         status: SUPPORTED
1318       ps_server_names:
1319         type: list
1320         description: Ps server names
1321         required: true
1322         status: SUPPORTED
1323         entry_schema:
1324           type: string
1325       pd_server_image:
1326         type: string
1327         description: PD Image server
1328         required: true
1329         status: SUPPORTED
1330       availability_zone_0:
1331         type: string
1332         description: availabilityzone name
1333         required: true
1334         status: SUPPORTED
1335       net:
1336         type: string
1337         required: true
1338         status: SUPPORTED
1339       pd_server_ips:
1340         type: string
1341         required: true
1342         status: SUPPORTED
1343     attributes:
1344       nested_same_file_attr_1:
1345         type: string
1346         description: nested_same_file_attr_1
1347         status: SUPPORTED
1348     requirements:
1349     - dependency_server_ps:
1350         capability: tosca.capabilities.Node
1351         node: tosca.nodes.Root
1352         relationship: tosca.relationships.DependsOn
1353         occurrences:
1354         - 0
1355         - UNBOUNDED
1356     - local_storage_server_ps:
1357         capability: tosca.capabilities.Attachment
1358         node: tosca.nodes.BlockStorage
1359         relationship: tosca.relationships.AttachesTo
1360         occurrences:
1361         - 0
1362         - UNBOUNDED
1363     - dependency_ps_server_port:
1364         capability: tosca.capabilities.Node
1365         node: tosca.nodes.Root
1366         relationship: tosca.relationships.DependsOn
1367         occurrences:
1368         - 0
1369         - UNBOUNDED
1370     - link_ps_server_port:
1371         capability: tosca.capabilities.network.Linkable
1372         relationship: tosca.relationships.network.LinksTo
1373         occurrences:
1374         - 1
1375         - 1
1376     - dependency_pd_server_port:
1377         capability: tosca.capabilities.Node
1378         node: tosca.nodes.Root
1379         relationship: tosca.relationships.DependsOn
1380         occurrences:
1381         - 0
1382         - UNBOUNDED
1383     - link_pd_server_port:
1384         capability: tosca.capabilities.network.Linkable
1385         relationship: tosca.relationships.network.LinksTo
1386         occurrences:
1387         - 1
1388         - 1
1389     - dependency_server_pd:
1390         capability: tosca.capabilities.Node
1391         node: tosca.nodes.Root
1392         relationship: tosca.relationships.DependsOn
1393         occurrences:
1394         - 0
1395         - UNBOUNDED
1396     - local_storage_server_pd:
1397         capability: tosca.capabilities.Attachment
1398         node: tosca.nodes.BlockStorage
1399         relationship: tosca.relationships.AttachesTo
1400         occurrences:
1401         - 0
1402         - UNBOUNDED
1403     capabilities:
1404       disk.iops_server_pd:
1405         type: org.openecomp.capabilities.metric.Ceilometer
1406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1407         occurrences:
1408         - 1
1409         - UNBOUNDED
1410       disk.device.read.bytes.rate_server_pd:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       disk.write.bytes_server_ps:
1417         type: org.openecomp.capabilities.metric.Ceilometer
1418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       disk.device.read.requests_server_pd:
1423         type: org.openecomp.capabilities.metric.Ceilometer
1424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1425         occurrences:
1426         - 1
1427         - UNBOUNDED
1428       network.incoming.packets.rate_ps_server_port:
1429         type: org.openecomp.capabilities.metric.Ceilometer
1430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1431         occurrences:
1432         - 1
1433         - UNBOUNDED
1434       disk.device.allocation_server_pd:
1435         type: org.openecomp.capabilities.metric.Ceilometer
1436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       disk.iops_server_ps:
1441         type: org.openecomp.capabilities.metric.Ceilometer
1442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1443         occurrences:
1444         - 1
1445         - UNBOUNDED
1446       disk.device.read.bytes.rate_server_ps:
1447         type: org.openecomp.capabilities.metric.Ceilometer
1448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1449         occurrences:
1450         - 1
1451         - UNBOUNDED
1452       binding_server_ps:
1453         type: tosca.capabilities.network.Bindable
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       attachment_ps_server_port:
1458         type: tosca.capabilities.Attachment
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462       disk.device.read.requests_server_ps:
1463         type: org.openecomp.capabilities.metric.Ceilometer
1464         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1465         occurrences:
1466         - 1
1467         - UNBOUNDED
1468       memory.usage_server_pd:
1469         type: org.openecomp.capabilities.metric.Ceilometer
1470         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1471         occurrences:
1472         - 1
1473         - UNBOUNDED
1474       feature_ps_server_port:
1475         type: tosca.capabilities.Node
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       disk.read.bytes.rate_server_pd:
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       network.outgoing.bytes.rate_ps_server_port:
1486         type: org.openecomp.capabilities.metric.Ceilometer
1487         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1488         occurrences:
1489         - 1
1490         - UNBOUNDED
1491       memory_server_pd:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       disk.device.write.requests_server_pd:
1498         type: org.openecomp.capabilities.metric.Ceilometer
1499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1500         occurrences:
1501         - 1
1502         - UNBOUNDED
1503       disk.device.read.bytes_server_ps:
1504         type: org.openecomp.capabilities.metric.Ceilometer
1505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1506         occurrences:
1507         - 1
1508         - UNBOUNDED
1509       disk.device.allocation_server_ps:
1510         type: org.openecomp.capabilities.metric.Ceilometer
1511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       memory.usage_server_ps:
1516         type: org.openecomp.capabilities.metric.Ceilometer
1517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1518         occurrences:
1519         - 1
1520         - UNBOUNDED
1521       network.outgoing.packets.rate_ps_server_port:
1522         type: org.openecomp.capabilities.metric.Ceilometer
1523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1524         occurrences:
1525         - 1
1526         - UNBOUNDED
1527       binding_ps_server_port:
1528         type: tosca.capabilities.network.Bindable
1529         valid_source_types:
1530         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1531         occurrences:
1532         - 0
1533         - UNBOUNDED
1534       network.incoming.packets_pd_server_port:
1535         type: org.openecomp.capabilities.metric.Ceilometer
1536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1537         occurrences:
1538         - 1
1539         - UNBOUNDED
1540       disk.read.bytes_server_pd:
1541         type: org.openecomp.capabilities.metric.Ceilometer
1542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1543         occurrences:
1544         - 1
1545         - UNBOUNDED
1546       disk.device.write.requests_server_ps:
1547         type: org.openecomp.capabilities.metric.Ceilometer
1548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1549         occurrences:
1550         - 1
1551         - UNBOUNDED
1552       network.outpoing.packets_ps_server_port:
1553         type: org.openecomp.capabilities.metric.Ceilometer
1554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1555         occurrences:
1556         - 1
1557         - UNBOUNDED
1558       disk.device.read.bytes_server_pd:
1559         type: org.openecomp.capabilities.metric.Ceilometer
1560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1561         occurrences:
1562         - 1
1563         - UNBOUNDED
1564       host_server_pd:
1565         type: tosca.capabilities.Container
1566         valid_source_types:
1567         - tosca.nodes.SoftwareComponent
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       vcpus_server_pd:
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.ephemeral.size_server_pd:
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       network.incoming.bytes.rate_ps_server_port:
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.write.requests.rate_server_pd:
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       memory_server_ps:
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.bytes_pd_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       attachment_pd_server_port:
1608         type: tosca.capabilities.Attachment
1609         occurrences:
1610         - 1
1611         - UNBOUNDED
1612       disk.write.requests_server_pd:
1613         type: org.openecomp.capabilities.metric.Ceilometer
1614         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1615         occurrences:
1616         - 1
1617         - UNBOUNDED
1618       network.incoming.packets.rate_pd_server_port:
1619         type: org.openecomp.capabilities.metric.Ceilometer
1620         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1621         occurrences:
1622         - 1
1623         - UNBOUNDED
1624       disk.ephemeral.size_server_ps:
1625         type: org.openecomp.capabilities.metric.Ceilometer
1626         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1627         occurrences:
1628         - 1
1629         - UNBOUNDED
1630       disk.write.requests.rate_server_ps:
1631         type: org.openecomp.capabilities.metric.Ceilometer
1632         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1633         occurrences:
1634         - 1
1635         - UNBOUNDED
1636       disk.device.write.bytes_server_ps:
1637         type: org.openecomp.capabilities.metric.Ceilometer
1638         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1639         occurrences:
1640         - 1
1641         - UNBOUNDED
1642       disk.root.size_server_ps:
1643         type: org.openecomp.capabilities.metric.Ceilometer
1644         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1645         occurrences:
1646         - 1
1647         - UNBOUNDED
1648       disk.device.read.requests.rate_server_ps:
1649         type: org.openecomp.capabilities.metric.Ceilometer
1650         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1651         occurrences:
1652         - 1
1653         - UNBOUNDED
1654       network.outgoing.bytes_pd_server_port:
1655         type: org.openecomp.capabilities.metric.Ceilometer
1656         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1657         occurrences:
1658         - 1
1659         - UNBOUNDED
1660       disk.write.requests_server_ps:
1661         type: org.openecomp.capabilities.metric.Ceilometer
1662         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1663         occurrences:
1664         - 1
1665         - UNBOUNDED
1666       binding_server_pd:
1667         type: tosca.capabilities.network.Bindable
1668         occurrences:
1669         - 1
1670         - UNBOUNDED
1671       disk.root.size_server_pd:
1672         type: org.openecomp.capabilities.metric.Ceilometer
1673         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1674         occurrences:
1675         - 1
1676         - UNBOUNDED
1677       disk.device.read.requests.rate_server_pd:
1678         type: org.openecomp.capabilities.metric.Ceilometer
1679         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1680         occurrences:
1681         - 1
1682         - UNBOUNDED
1683       network.outpoing.packets_pd_server_port:
1684         type: org.openecomp.capabilities.metric.Ceilometer
1685         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1686         occurrences:
1687         - 1
1688         - UNBOUNDED
1689       disk.device.write.bytes_server_pd:
1690         type: org.openecomp.capabilities.metric.Ceilometer
1691         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1692         occurrences:
1693         - 1
1694         - UNBOUNDED
1695       host_server_ps:
1696         type: tosca.capabilities.Container
1697         valid_source_types:
1698         - tosca.nodes.SoftwareComponent
1699         occurrences:
1700         - 1
1701         - UNBOUNDED
1702       network.incoming.packets_ps_server_port:
1703         type: org.openecomp.capabilities.metric.Ceilometer
1704         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1705         occurrences:
1706         - 1
1707         - UNBOUNDED
1708       memory.resident_server_pd:
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       disk.usage_server_ps:
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_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       cpu_util_server_pd:
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       endpoint_server_ps:
1733         type: tosca.capabilities.Endpoint.Admin
1734         occurrences:
1735         - 1
1736         - UNBOUNDED
1737       disk.read.requests_server_ps:
1738         type: org.openecomp.capabilities.metric.Ceilometer
1739         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1740         occurrences:
1741         - 1
1742         - UNBOUNDED
1743       memory.resident_server_ps:
1744         type: org.openecomp.capabilities.metric.Ceilometer
1745         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1746         occurrences:
1747         - 1
1748         - UNBOUNDED
1749       disk.usage_server_pd:
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.capacity_server_pd:
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
1761       endpoint_server_pd:
1762         type: tosca.capabilities.Endpoint.Admin
1763         occurrences:
1764         - 1
1765         - UNBOUNDED
1766       cpu_util_server_ps:
1767         type: org.openecomp.capabilities.metric.Ceilometer
1768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1769         occurrences:
1770         - 1
1771         - UNBOUNDED
1772       network.incoming.bytes_ps_server_port:
1773         type: org.openecomp.capabilities.metric.Ceilometer
1774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1775         occurrences:
1776         - 1
1777         - UNBOUNDED
1778       disk.device.capacity_server_pd:
1779         type: org.openecomp.capabilities.metric.Ceilometer
1780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1781         occurrences:
1782         - 1
1783         - UNBOUNDED
1784       network.incoming.bytes.rate_pd_server_port:
1785         type: org.openecomp.capabilities.metric.Ceilometer
1786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1787         occurrences:
1788         - 1
1789         - UNBOUNDED
1790       vcpus_server_ps:
1791         type: org.openecomp.capabilities.metric.Ceilometer
1792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1793         occurrences:
1794         - 1
1795         - UNBOUNDED
1796       disk.allocation_server_pd:
1797         type: org.openecomp.capabilities.metric.Ceilometer
1798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1799         occurrences:
1800         - 1
1801         - UNBOUNDED
1802       disk.device.usage_server_pd:
1803         type: org.openecomp.capabilities.metric.Ceilometer
1804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1805         occurrences:
1806         - 1
1807         - UNBOUNDED
1808       disk.capacity_server_ps:
1809         type: org.openecomp.capabilities.metric.Ceilometer
1810         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1811         occurrences:
1812         - 1
1813         - UNBOUNDED
1814       disk.allocation_server_ps:
1815         type: org.openecomp.capabilities.metric.Ceilometer
1816         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1817         occurrences:
1818         - 1
1819         - UNBOUNDED
1820       disk.device.usage_server_ps:
1821         type: org.openecomp.capabilities.metric.Ceilometer
1822         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1823         occurrences:
1824         - 1
1825         - UNBOUNDED
1826       instance_server_pd:
1827         type: org.openecomp.capabilities.metric.Ceilometer
1828         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1829         occurrences:
1830         - 1
1831         - UNBOUNDED
1832       disk.device.write.bytes.rate_server_ps:
1833         type: org.openecomp.capabilities.metric.Ceilometer
1834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1835         occurrences:
1836         - 1
1837         - UNBOUNDED
1838       disk.write.bytes.rate_server_ps:
1839         type: org.openecomp.capabilities.metric.Ceilometer
1840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1841         occurrences:
1842         - 1
1843         - UNBOUNDED
1844       feature_pd_server_port:
1845         type: tosca.capabilities.Node
1846         occurrences:
1847         - 1
1848         - UNBOUNDED
1849       disk.read.bytes_server_ps:
1850         type: org.openecomp.capabilities.metric.Ceilometer
1851         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1852         occurrences:
1853         - 1
1854         - UNBOUNDED
1855       network.outgoing.bytes.rate_pd_server_port:
1856         type: org.openecomp.capabilities.metric.Ceilometer
1857         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1858         occurrences:
1859         - 1
1860         - UNBOUNDED
1861       network.outgoing.packets.rate_pd_server_port:
1862         type: org.openecomp.capabilities.metric.Ceilometer
1863         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1864         occurrences:
1865         - 1
1866         - UNBOUNDED
1867       binding_pd_server_port:
1868         type: tosca.capabilities.network.Bindable
1869         valid_source_types:
1870         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1871         occurrences:
1872         - 0
1873         - UNBOUNDED
1874       cpu_server_ps:
1875         type: org.openecomp.capabilities.metric.Ceilometer
1876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1877         occurrences:
1878         - 1
1879         - UNBOUNDED
1880       cpu.delta_server_pd:
1881         type: org.openecomp.capabilities.metric.Ceilometer
1882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1883         occurrences:
1884         - 1
1885         - UNBOUNDED
1886       instance_server_ps:
1887         type: org.openecomp.capabilities.metric.Ceilometer
1888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1889         occurrences:
1890         - 1
1891         - UNBOUNDED
1892       disk.read.bytes.rate_server_ps:
1893         type: org.openecomp.capabilities.metric.Ceilometer
1894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1895         occurrences:
1896         - 1
1897         - UNBOUNDED
1898       disk.latency_server_pd:
1899         type: org.openecomp.capabilities.metric.Ceilometer
1900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1901         occurrences:
1902         - 1
1903         - UNBOUNDED
1904       disk.device.write.bytes.rate_server_pd:
1905         type: org.openecomp.capabilities.metric.Ceilometer
1906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1907         occurrences:
1908         - 1
1909         - UNBOUNDED
1910       os_server_ps:
1911         type: tosca.capabilities.OperatingSystem
1912         occurrences:
1913         - 1
1914         - UNBOUNDED
1915       cpu.delta_server_ps:
1916         type: org.openecomp.capabilities.metric.Ceilometer
1917         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1918         occurrences:
1919         - 1
1920         - UNBOUNDED
1921       feature_server_ps:
1922         type: tosca.capabilities.Node
1923         occurrences:
1924         - 1
1925         - UNBOUNDED
1926       disk.device.iops_server_pd:
1927         type: org.openecomp.capabilities.metric.Ceilometer
1928         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1929         occurrences:
1930         - 1
1931         - UNBOUNDED
1932       disk.latency_server_ps:
1933         type: org.openecomp.capabilities.metric.Ceilometer
1934         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1935         occurrences:
1936         - 1
1937         - UNBOUNDED
1938       disk.read.requests_server_pd:
1939         type: org.openecomp.capabilities.metric.Ceilometer
1940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1941         occurrences:
1942         - 1
1943         - UNBOUNDED
1944       disk.device.write.requests.rate_server_ps:
1945         type: org.openecomp.capabilities.metric.Ceilometer
1946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1947         occurrences:
1948         - 1
1949         - UNBOUNDED
1950       os_server_pd:
1951         type: tosca.capabilities.OperatingSystem
1952         occurrences:
1953         - 1
1954         - UNBOUNDED
1955       disk.device.latency_server_pd:
1956         type: org.openecomp.capabilities.metric.Ceilometer
1957         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1958         occurrences:
1959         - 1
1960         - UNBOUNDED
1961       disk.device.capacity_server_ps:
1962         type: org.openecomp.capabilities.metric.Ceilometer
1963         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1964         occurrences:
1965         - 1
1966         - UNBOUNDED
1967       scalable_server_pd:
1968         type: tosca.capabilities.Scalable
1969         occurrences:
1970         - 1
1971         - UNBOUNDED
1972       disk.write.bytes_server_pd:
1973         type: org.openecomp.capabilities.metric.Ceilometer
1974         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1975         occurrences:
1976         - 1
1977         - UNBOUNDED
1978       disk.write.bytes.rate_server_pd:
1979         type: org.openecomp.capabilities.metric.Ceilometer
1980         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1981         occurrences:
1982         - 1
1983         - UNBOUNDED
1984       disk.device.latency_server_ps:
1985         type: org.openecomp.capabilities.metric.Ceilometer
1986         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1987         occurrences:
1988         - 1
1989         - UNBOUNDED
1990       disk.device.iops_server_ps:
1991         type: org.openecomp.capabilities.metric.Ceilometer
1992         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1993         occurrences:
1994         - 1
1995         - UNBOUNDED
1996       feature_server_pd:
1997         type: tosca.capabilities.Node
1998         occurrences:
1999         - 1
2000         - UNBOUNDED
2001       disk.device.write.requests.rate_server_pd:
2002         type: org.openecomp.capabilities.metric.Ceilometer
2003         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2004         occurrences:
2005         - 1
2006         - UNBOUNDED
2007       scalable_server_ps:
2008         type: tosca.capabilities.Scalable
2009         occurrences:
2010         - 1
2011         - UNBOUNDED
2012       cpu_server_pd:
2013         type: org.openecomp.capabilities.metric.Ceilometer
2014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2015         occurrences:
2016         - 1
2017         - UNBOUNDED
2018   org.openecomp.resource.vfc.nodes.heat.ps_server:
2019     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
2020     properties:
2021       port_ps_server_port_network:
2022         type: list
2023         required: true
2024         status: SUPPORTED
2025         entry_schema:
2026           type: string
2027       compute_ps_server_name:
2028         type: list
2029         required: true
2030         status: SUPPORTED
2031         entry_schema:
2032           type: string
2033       port_ps_server_port_security_groups:
2034         type: list
2035         required: true
2036         status: SUPPORTED
2037         entry_schema:
2038           type: json
2039       port_ps_server_port_vlan_requirements:
2040         type: list
2041         required: true
2042         status: SUPPORTED
2043         entry_schema:
2044           type: org.openecomp.datatypes.network.VlanRequirements
2045       compute_ps_server_availability_zone:
2046         type: list
2047         required: true
2048         status: SUPPORTED
2049         entry_schema:
2050           type: string
2051       port_ps_server_port_network_role:
2052         type: string
2053         required: true
2054         status: SUPPORTED
2055       index_value:
2056         type: integer
2057         description: Index value of this substitution service template runtime instance
2058         required: false
2059         default: 0
2060         status: SUPPORTED
2061         constraints:
2062         - greater_or_equal: 0
2063       port_ps_server_port_order:
2064         type: integer
2065         required: true
2066         status: SUPPORTED
2067       port_ps_server_port_subnetpoolid:
2068         type: string
2069         required: true
2070         status: SUPPORTED
2071       port_ps_server_port_fixed_ips:
2072         type: list
2073         required: true
2074         status: SUPPORTED
2075         entry_schema:
2076           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2077       vm_flavor_name:
2078         type: string
2079         required: true
2080         status: SUPPORTED
2081       port_ps_server_port_exCP_naming:
2082         type: org.openecomp.datatypes.Naming
2083         required: true
2084         status: SUPPORTED
2085       port_ps_server_port_ip_requirements:
2086         type: list
2087         required: true
2088         status: SUPPORTED
2089         entry_schema:
2090           type: org.openecomp.datatypes.network.IpRequirements
2091       port_ps_server_port_mac_requirements:
2092         type: org.openecomp.datatypes.network.MacRequirements
2093         required: true
2094         status: SUPPORTED
2095       vm_image_name:
2096         type: string
2097         required: true
2098         status: SUPPORTED
2099       port_ps_server_port_replacement_policy:
2100         type: list
2101         required: true
2102         status: SUPPORTED
2103         entry_schema:
2104           type: string
2105       port_ps_server_port_network_role_tag:
2106         type: string
2107         required: true
2108         status: SUPPORTED
2109   org.openecomp.resource.vfc.nodes.heat.sm_server:
2110     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
2111     properties:
2112       index_value:
2113         type: integer
2114         description: Index value of this substitution service template runtime instance
2115         required: false
2116         default: 0
2117         status: SUPPORTED
2118         constraints:
2119         - greater_or_equal: 0
2120       port_sm_server_port_order:
2121         type: integer
2122         required: true
2123         status: SUPPORTED
2124       port_sm_server_port_vlan_requirements:
2125         type: list
2126         required: true
2127         status: SUPPORTED
2128         entry_schema:
2129           type: org.openecomp.datatypes.network.VlanRequirements
2130       port_sm_server_port_subnetpoolid:
2131         type: string
2132         required: true
2133         status: SUPPORTED
2134       vm_flavor_name:
2135         type: string
2136         required: true
2137         status: SUPPORTED
2138       port_sm_server_port_exCP_naming:
2139         type: org.openecomp.datatypes.Naming
2140         required: true
2141         status: SUPPORTED
2142       port_sm_server_port_network_role_tag:
2143         type: string
2144         required: true
2145         status: SUPPORTED
2146       port_sm_server_port_network_role:
2147         type: string
2148         required: true
2149         status: SUPPORTED
2150       port_sm_server_port_network:
2151         type: list
2152         required: true
2153         status: SUPPORTED
2154         entry_schema:
2155           type: string
2156       compute_sm_server_name:
2157         type: list
2158         required: true
2159         status: SUPPORTED
2160         entry_schema:
2161           type: string
2162       port_sm_server_port_ip_requirements:
2163         type: list
2164         required: true
2165         status: SUPPORTED
2166         entry_schema:
2167           type: org.openecomp.datatypes.network.IpRequirements
2168       vm_image_name:
2169         type: string
2170         required: true
2171         status: SUPPORTED
2172       compute_sm_server_availability_zone:
2173         type: list
2174         required: true
2175         status: SUPPORTED
2176         entry_schema:
2177           type: string
2178       port_sm_server_port_mac_requirements:
2179         type: org.openecomp.datatypes.network.MacRequirements
2180         required: true
2181         status: SUPPORTED
2182       port_sm_server_port_replacement_policy:
2183         type: list
2184         required: true
2185         status: SUPPORTED
2186         entry_schema:
2187           type: string
2188       port_sm_server_port_fixed_ips:
2189         type: list
2190         required: true
2191         status: SUPPORTED
2192         entry_schema:
2193           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2194       port_sm_server_port_security_groups:
2195         type: list
2196         required: true
2197         status: SUPPORTED
2198         entry_schema:
2199           type: json
2200   org.openecomp.resource.abstract.nodes.oam_server:
2201     derived_from: org.openecomp.resource.abstract.nodes.VFC
2202     properties:
2203       port_oam_server_port_network:
2204         type: list
2205         required: true
2206         status: SUPPORTED
2207         entry_schema:
2208           type: string
2209       port_oam_server_port_order:
2210         type: integer
2211         required: true
2212         status: SUPPORTED
2213       index_value:
2214         type: integer
2215         description: Index value of this substitution service template runtime instance
2216         required: false
2217         default: 0
2218         status: SUPPORTED
2219         constraints:
2220         - greater_or_equal: 0
2221       port_oam_server_port_security_groups:
2222         type: list
2223         required: true
2224         status: SUPPORTED
2225         entry_schema:
2226           type: json
2227       port_oam_server_port_replacement_policy:
2228         type: list
2229         required: true
2230         status: SUPPORTED
2231         entry_schema:
2232           type: string
2233       vm_flavor_name:
2234         type: string
2235         required: true
2236         status: SUPPORTED
2237       port_oam_server_port_mac_requirements:
2238         type: org.openecomp.datatypes.network.MacRequirements
2239         required: true
2240         status: SUPPORTED
2241       port_oam_server_port_exCP_naming:
2242         type: org.openecomp.datatypes.Naming
2243         required: true
2244         status: SUPPORTED
2245       compute_oam_server_availability_zone:
2246         type: list
2247         required: true
2248         status: SUPPORTED
2249         entry_schema:
2250           type: string
2251       vm_image_name:
2252         type: string
2253         required: true
2254         status: SUPPORTED
2255       port_oam_server_port_fixed_ips:
2256         type: list
2257         required: true
2258         status: SUPPORTED
2259         entry_schema:
2260           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2261       port_oam_server_port_subnetpoolid:
2262         type: string
2263         required: true
2264         status: SUPPORTED
2265       port_oam_server_port_network_role_tag:
2266         type: string
2267         required: true
2268         status: SUPPORTED
2269       port_oam_server_port_network_role:
2270         type: string
2271         required: true
2272         status: SUPPORTED
2273       port_oam_server_port_vlan_requirements:
2274         type: list
2275         required: true
2276         status: SUPPORTED
2277         entry_schema:
2278           type: org.openecomp.datatypes.network.VlanRequirements
2279       compute_oam_server_name:
2280         type: list
2281         required: true
2282         status: SUPPORTED
2283         entry_schema:
2284           type: string
2285       port_oam_server_port_ip_requirements:
2286         type: list
2287         required: true
2288         status: SUPPORTED
2289         entry_schema:
2290           type: org.openecomp.datatypes.network.IpRequirements
2291     requirements:
2292     - dependency_oam_server:
2293         capability: tosca.capabilities.Node
2294         node: tosca.nodes.Root
2295         relationship: tosca.relationships.DependsOn
2296         occurrences:
2297         - 0
2298         - UNBOUNDED
2299     - local_storage_oam_server:
2300         capability: tosca.capabilities.Attachment
2301         node: tosca.nodes.BlockStorage
2302         relationship: tosca.relationships.AttachesTo
2303         occurrences:
2304         - 0
2305         - UNBOUNDED
2306     - dependency_oam_server_oam_server_port:
2307         capability: tosca.capabilities.Node
2308         node: tosca.nodes.Root
2309         relationship: tosca.relationships.DependsOn
2310         occurrences:
2311         - 0
2312         - UNBOUNDED
2313     - link_oam_server_oam_server_port:
2314         capability: tosca.capabilities.network.Linkable
2315         relationship: tosca.relationships.network.LinksTo
2316         occurrences:
2317         - 1
2318         - 1
2319     capabilities:
2320       cpu.delta_oam_server:
2321         type: org.openecomp.capabilities.metric.Ceilometer
2322         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2323         occurrences:
2324         - 1
2325         - UNBOUNDED
2326       host_oam_server:
2327         type: tosca.capabilities.Container
2328         valid_source_types:
2329         - tosca.nodes.SoftwareComponent
2330         occurrences:
2331         - 1
2332         - UNBOUNDED
2333       disk.usage_oam_server:
2334         type: org.openecomp.capabilities.metric.Ceilometer
2335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2336         occurrences:
2337         - 1
2338         - UNBOUNDED
2339       network.incoming.packets.rate_oam_server_oam_server_port:
2340         type: org.openecomp.capabilities.metric.Ceilometer
2341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2342         occurrences:
2343         - 1
2344         - UNBOUNDED
2345       feature_oam_server:
2346         type: tosca.capabilities.Node
2347         occurrences:
2348         - 1
2349         - UNBOUNDED
2350       disk.device.write.bytes_oam_server:
2351         type: org.openecomp.capabilities.metric.Ceilometer
2352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2353         occurrences:
2354         - 1
2355         - UNBOUNDED
2356       cpu_util_oam_server:
2357         type: org.openecomp.capabilities.metric.Ceilometer
2358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2359         occurrences:
2360         - 1
2361         - UNBOUNDED
2362       network.outpoing.packets_oam_server_oam_server_port:
2363         type: org.openecomp.capabilities.metric.Ceilometer
2364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2365         occurrences:
2366         - 1
2367         - UNBOUNDED
2368       disk.capacity_oam_server:
2369         type: org.openecomp.capabilities.metric.Ceilometer
2370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2371         occurrences:
2372         - 1
2373         - UNBOUNDED
2374       memory_oam_server:
2375         type: org.openecomp.capabilities.metric.Ceilometer
2376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2377         occurrences:
2378         - 1
2379         - UNBOUNDED
2380       disk.read.bytes.rate_oam_server:
2381         type: org.openecomp.capabilities.metric.Ceilometer
2382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2383         occurrences:
2384         - 1
2385         - UNBOUNDED
2386       disk.write.bytes_oam_server:
2387         type: org.openecomp.capabilities.metric.Ceilometer
2388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2389         occurrences:
2390         - 1
2391         - UNBOUNDED
2392       disk.write.requests_oam_server:
2393         type: org.openecomp.capabilities.metric.Ceilometer
2394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2395         occurrences:
2396         - 1
2397         - UNBOUNDED
2398       attachment_oam_server_oam_server_port:
2399         type: tosca.capabilities.Attachment
2400         occurrences:
2401         - 1
2402         - UNBOUNDED
2403       cpu_oam_server:
2404         type: org.openecomp.capabilities.metric.Ceilometer
2405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2406         occurrences:
2407         - 1
2408         - UNBOUNDED
2409       vcpus_oam_server:
2410         type: org.openecomp.capabilities.metric.Ceilometer
2411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2412         occurrences:
2413         - 1
2414         - UNBOUNDED
2415       disk.device.read.requests.rate_oam_server:
2416         type: org.openecomp.capabilities.metric.Ceilometer
2417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2418         occurrences:
2419         - 1
2420         - UNBOUNDED
2421       disk.allocation_oam_server:
2422         type: org.openecomp.capabilities.metric.Ceilometer
2423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2424         occurrences:
2425         - 1
2426         - UNBOUNDED
2427       disk.write.bytes.rate_oam_server:
2428         type: org.openecomp.capabilities.metric.Ceilometer
2429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2430         occurrences:
2431         - 1
2432         - UNBOUNDED
2433       disk.device.write.requests.rate_oam_server:
2434         type: org.openecomp.capabilities.metric.Ceilometer
2435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2436         occurrences:
2437         - 1
2438         - UNBOUNDED
2439       instance_oam_server:
2440         type: org.openecomp.capabilities.metric.Ceilometer
2441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2442         occurrences:
2443         - 1
2444         - UNBOUNDED
2445       memory.resident_oam_server:
2446         type: org.openecomp.capabilities.metric.Ceilometer
2447         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2448         occurrences:
2449         - 1
2450         - UNBOUNDED
2451       disk.device.read.requests_oam_server:
2452         type: org.openecomp.capabilities.metric.Ceilometer
2453         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2454         occurrences:
2455         - 1
2456         - UNBOUNDED
2457       disk.device.allocation_oam_server:
2458         type: org.openecomp.capabilities.metric.Ceilometer
2459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2460         occurrences:
2461         - 1
2462         - UNBOUNDED
2463       disk.device.write.requests_oam_server:
2464         type: org.openecomp.capabilities.metric.Ceilometer
2465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2466         occurrences:
2467         - 1
2468         - UNBOUNDED
2469       binding_oam_server_oam_server_port:
2470         type: tosca.capabilities.network.Bindable
2471         valid_source_types:
2472         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2473         occurrences:
2474         - 0
2475         - UNBOUNDED
2476       disk.iops_oam_server:
2477         type: org.openecomp.capabilities.metric.Ceilometer
2478         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2479         occurrences:
2480         - 1
2481         - UNBOUNDED
2482       disk.device.capacity_oam_server:
2483         type: org.openecomp.capabilities.metric.Ceilometer
2484         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2485         occurrences:
2486         - 1
2487         - UNBOUNDED
2488       binding_oam_server:
2489         type: tosca.capabilities.network.Bindable
2490         occurrences:
2491         - 1
2492         - UNBOUNDED
2493       disk.device.write.bytes.rate_oam_server:
2494         type: org.openecomp.capabilities.metric.Ceilometer
2495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2496         occurrences:
2497         - 1
2498         - UNBOUNDED
2499       disk.device.usage_oam_server:
2500         type: org.openecomp.capabilities.metric.Ceilometer
2501         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2502         occurrences:
2503         - 1
2504         - UNBOUNDED
2505       network.incoming.bytes.rate_oam_server_oam_server_port:
2506         type: org.openecomp.capabilities.metric.Ceilometer
2507         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2508         occurrences:
2509         - 1
2510         - UNBOUNDED
2511       disk.latency_oam_server:
2512         type: org.openecomp.capabilities.metric.Ceilometer
2513         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2514         occurrences:
2515         - 1
2516         - UNBOUNDED
2517       disk.read.requests_oam_server:
2518         type: org.openecomp.capabilities.metric.Ceilometer
2519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2520         occurrences:
2521         - 1
2522         - UNBOUNDED
2523       disk.device.iops_oam_server:
2524         type: org.openecomp.capabilities.metric.Ceilometer
2525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2526         occurrences:
2527         - 1
2528         - UNBOUNDED
2529       disk.root.size_oam_server:
2530         type: org.openecomp.capabilities.metric.Ceilometer
2531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2532         occurrences:
2533         - 1
2534         - UNBOUNDED
2535       network.outgoing.bytes_oam_server_oam_server_port:
2536         type: org.openecomp.capabilities.metric.Ceilometer
2537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2538         occurrences:
2539         - 1
2540         - UNBOUNDED
2541       disk.device.latency_oam_server:
2542         type: org.openecomp.capabilities.metric.Ceilometer
2543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2544         occurrences:
2545         - 1
2546         - UNBOUNDED
2547       feature_oam_server_oam_server_port:
2548         type: tosca.capabilities.Node
2549         occurrences:
2550         - 1
2551         - UNBOUNDED
2552       memory.usage_oam_server:
2553         type: org.openecomp.capabilities.metric.Ceilometer
2554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2555         occurrences:
2556         - 1
2557         - UNBOUNDED
2558       endpoint_oam_server:
2559         type: tosca.capabilities.Endpoint.Admin
2560         occurrences:
2561         - 1
2562         - UNBOUNDED
2563       network.outgoing.bytes.rate_oam_server_oam_server_port:
2564         type: org.openecomp.capabilities.metric.Ceilometer
2565         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2566         occurrences:
2567         - 1
2568         - UNBOUNDED
2569       scalable_oam_server:
2570         type: tosca.capabilities.Scalable
2571         occurrences:
2572         - 1
2573         - UNBOUNDED
2574       disk.write.requests.rate_oam_server:
2575         type: org.openecomp.capabilities.metric.Ceilometer
2576         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2577         occurrences:
2578         - 1
2579         - UNBOUNDED
2580       network.incoming.bytes_oam_server_oam_server_port:
2581         type: org.openecomp.capabilities.metric.Ceilometer
2582         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2583         occurrences:
2584         - 1
2585         - UNBOUNDED
2586       disk.device.read.bytes.rate_oam_server:
2587         type: org.openecomp.capabilities.metric.Ceilometer
2588         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2589         occurrences:
2590         - 1
2591         - UNBOUNDED
2592       disk.device.read.bytes_oam_server:
2593         type: org.openecomp.capabilities.metric.Ceilometer
2594         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2595         occurrences:
2596         - 1
2597         - UNBOUNDED
2598       os_oam_server:
2599         type: tosca.capabilities.OperatingSystem
2600         occurrences:
2601         - 1
2602         - UNBOUNDED
2603       disk.read.bytes_oam_server:
2604         type: org.openecomp.capabilities.metric.Ceilometer
2605         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2606         occurrences:
2607         - 1
2608         - UNBOUNDED
2609       network.incoming.packets_oam_server_oam_server_port:
2610         type: org.openecomp.capabilities.metric.Ceilometer
2611         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2612         occurrences:
2613         - 1
2614         - UNBOUNDED
2615       network.outgoing.packets.rate_oam_server_oam_server_port:
2616         type: org.openecomp.capabilities.metric.Ceilometer
2617         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2618         occurrences:
2619         - 1
2620         - UNBOUNDED
2621       disk.ephemeral.size_oam_server:
2622         type: org.openecomp.capabilities.metric.Ceilometer
2623         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2624         occurrences:
2625         - 1
2626         - UNBOUNDED
2627   org.openecomp.resource.abstract.nodes.sm_server:
2628     derived_from: org.openecomp.resource.abstract.nodes.VFC
2629     properties:
2630       index_value:
2631         type: integer
2632         description: Index value of this substitution service template runtime instance
2633         required: false
2634         default: 0
2635         status: SUPPORTED
2636         constraints:
2637         - greater_or_equal: 0
2638       port_sm_server_port_order:
2639         type: integer
2640         required: true
2641         status: SUPPORTED
2642       port_sm_server_port_vlan_requirements:
2643         type: list
2644         required: true
2645         status: SUPPORTED
2646         entry_schema:
2647           type: org.openecomp.datatypes.network.VlanRequirements
2648       port_sm_server_port_subnetpoolid:
2649         type: string
2650         required: true
2651         status: SUPPORTED
2652       vm_flavor_name:
2653         type: string
2654         required: true
2655         status: SUPPORTED
2656       port_sm_server_port_exCP_naming:
2657         type: org.openecomp.datatypes.Naming
2658         required: true
2659         status: SUPPORTED
2660       port_sm_server_port_network_role_tag:
2661         type: string
2662         required: true
2663         status: SUPPORTED
2664       port_sm_server_port_network_role:
2665         type: string
2666         required: true
2667         status: SUPPORTED
2668       port_sm_server_port_network:
2669         type: list
2670         required: true
2671         status: SUPPORTED
2672         entry_schema:
2673           type: string
2674       compute_sm_server_name:
2675         type: list
2676         required: true
2677         status: SUPPORTED
2678         entry_schema:
2679           type: string
2680       port_sm_server_port_ip_requirements:
2681         type: list
2682         required: true
2683         status: SUPPORTED
2684         entry_schema:
2685           type: org.openecomp.datatypes.network.IpRequirements
2686       vm_image_name:
2687         type: string
2688         required: true
2689         status: SUPPORTED
2690       compute_sm_server_availability_zone:
2691         type: list
2692         required: true
2693         status: SUPPORTED
2694         entry_schema:
2695           type: string
2696       port_sm_server_port_mac_requirements:
2697         type: org.openecomp.datatypes.network.MacRequirements
2698         required: true
2699         status: SUPPORTED
2700       port_sm_server_port_replacement_policy:
2701         type: list
2702         required: true
2703         status: SUPPORTED
2704         entry_schema:
2705           type: string
2706       port_sm_server_port_fixed_ips:
2707         type: list
2708         required: true
2709         status: SUPPORTED
2710         entry_schema:
2711           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2712       port_sm_server_port_security_groups:
2713         type: list
2714         required: true
2715         status: SUPPORTED
2716         entry_schema:
2717           type: json
2718     requirements:
2719     - dependency_sm_server:
2720         capability: tosca.capabilities.Node
2721         node: tosca.nodes.Root
2722         relationship: tosca.relationships.DependsOn
2723         occurrences:
2724         - 0
2725         - UNBOUNDED
2726     - local_storage_sm_server:
2727         capability: tosca.capabilities.Attachment
2728         node: tosca.nodes.BlockStorage
2729         relationship: tosca.relationships.AttachesTo
2730         occurrences:
2731         - 0
2732         - UNBOUNDED
2733     - dependency_sm_server_sm_server_port:
2734         capability: tosca.capabilities.Node
2735         node: tosca.nodes.Root
2736         relationship: tosca.relationships.DependsOn
2737         occurrences:
2738         - 0
2739         - UNBOUNDED
2740     - link_sm_server_sm_server_port:
2741         capability: tosca.capabilities.network.Linkable
2742         relationship: tosca.relationships.network.LinksTo
2743         occurrences:
2744         - 1
2745         - 1
2746     capabilities:
2747       disk.device.read.requests_sm_server:
2748         type: org.openecomp.capabilities.metric.Ceilometer
2749         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2750         occurrences:
2751         - 1
2752         - UNBOUNDED
2753       binding_sm_server_sm_server_port:
2754         type: tosca.capabilities.network.Bindable
2755         valid_source_types:
2756         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2757         occurrences:
2758         - 0
2759         - UNBOUNDED
2760       disk.iops_sm_server:
2761         type: org.openecomp.capabilities.metric.Ceilometer
2762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2763         occurrences:
2764         - 1
2765         - UNBOUNDED
2766       disk.device.capacity_sm_server:
2767         type: org.openecomp.capabilities.metric.Ceilometer
2768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2769         occurrences:
2770         - 1
2771         - UNBOUNDED
2772       disk.device.read.bytes.rate_sm_server:
2773         type: org.openecomp.capabilities.metric.Ceilometer
2774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2775         occurrences:
2776         - 1
2777         - UNBOUNDED
2778       disk.device.write.requests.rate_sm_server:
2779         type: org.openecomp.capabilities.metric.Ceilometer
2780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2781         occurrences:
2782         - 1
2783         - UNBOUNDED
2784       disk.device.allocation_sm_server:
2785         type: org.openecomp.capabilities.metric.Ceilometer
2786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2787         occurrences:
2788         - 1
2789         - UNBOUNDED
2790       network.incoming.bytes_sm_server_sm_server_port:
2791         type: org.openecomp.capabilities.metric.Ceilometer
2792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2793         occurrences:
2794         - 1
2795         - UNBOUNDED
2796       attachment_sm_server_sm_server_port:
2797         type: tosca.capabilities.Attachment
2798         occurrences:
2799         - 1
2800         - UNBOUNDED
2801       memory.usage_sm_server:
2802         type: org.openecomp.capabilities.metric.Ceilometer
2803         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2804         occurrences:
2805         - 1
2806         - UNBOUNDED
2807       binding_sm_server:
2808         type: tosca.capabilities.network.Bindable
2809         occurrences:
2810         - 1
2811         - UNBOUNDED
2812       disk.read.requests_sm_server:
2813         type: org.openecomp.capabilities.metric.Ceilometer
2814         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2815         occurrences:
2816         - 1
2817         - UNBOUNDED
2818       network.outpoing.packets_sm_server_sm_server_port:
2819         type: org.openecomp.capabilities.metric.Ceilometer
2820         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2821         occurrences:
2822         - 1
2823         - UNBOUNDED
2824       endpoint_sm_server:
2825         type: tosca.capabilities.Endpoint.Admin
2826         occurrences:
2827         - 1
2828         - UNBOUNDED
2829       disk.device.read.requests.rate_sm_server:
2830         type: org.openecomp.capabilities.metric.Ceilometer
2831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2832         occurrences:
2833         - 1
2834         - UNBOUNDED
2835       disk.capacity_sm_server:
2836         type: org.openecomp.capabilities.metric.Ceilometer
2837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2838         occurrences:
2839         - 1
2840         - UNBOUNDED
2841       disk.allocation_sm_server:
2842         type: org.openecomp.capabilities.metric.Ceilometer
2843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2844         occurrences:
2845         - 1
2846         - UNBOUNDED
2847       disk.root.size_sm_server:
2848         type: org.openecomp.capabilities.metric.Ceilometer
2849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2850         occurrences:
2851         - 1
2852         - UNBOUNDED
2853       disk.usage_sm_server:
2854         type: org.openecomp.capabilities.metric.Ceilometer
2855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2856         occurrences:
2857         - 1
2858         - UNBOUNDED
2859       vcpus_sm_server:
2860         type: org.openecomp.capabilities.metric.Ceilometer
2861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2862         occurrences:
2863         - 1
2864         - UNBOUNDED
2865       disk.write.bytes_sm_server:
2866         type: org.openecomp.capabilities.metric.Ceilometer
2867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2868         occurrences:
2869         - 1
2870         - UNBOUNDED
2871       cpu.delta_sm_server:
2872         type: org.openecomp.capabilities.metric.Ceilometer
2873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2874         occurrences:
2875         - 1
2876         - UNBOUNDED
2877       os_sm_server:
2878         type: tosca.capabilities.OperatingSystem
2879         occurrences:
2880         - 1
2881         - UNBOUNDED
2882       feature_sm_server_sm_server_port:
2883         type: tosca.capabilities.Node
2884         occurrences:
2885         - 1
2886         - UNBOUNDED
2887       memory.resident_sm_server:
2888         type: org.openecomp.capabilities.metric.Ceilometer
2889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2890         occurrences:
2891         - 1
2892         - UNBOUNDED
2893       network.outgoing.bytes_sm_server_sm_server_port:
2894         type: org.openecomp.capabilities.metric.Ceilometer
2895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2896         occurrences:
2897         - 1
2898         - UNBOUNDED
2899       instance_sm_server:
2900         type: org.openecomp.capabilities.metric.Ceilometer
2901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2902         occurrences:
2903         - 1
2904         - UNBOUNDED
2905       cpu_sm_server:
2906         type: org.openecomp.capabilities.metric.Ceilometer
2907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2908         occurrences:
2909         - 1
2910         - UNBOUNDED
2911       disk.device.write.bytes_sm_server:
2912         type: org.openecomp.capabilities.metric.Ceilometer
2913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2914         occurrences:
2915         - 1
2916         - UNBOUNDED
2917       network.incoming.packets.rate_sm_server_sm_server_port:
2918         type: org.openecomp.capabilities.metric.Ceilometer
2919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2920         occurrences:
2921         - 1
2922         - UNBOUNDED
2923       disk.write.requests.rate_sm_server:
2924         type: org.openecomp.capabilities.metric.Ceilometer
2925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2926         occurrences:
2927         - 1
2928         - UNBOUNDED
2929       disk.device.write.bytes.rate_sm_server:
2930         type: org.openecomp.capabilities.metric.Ceilometer
2931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2932         occurrences:
2933         - 1
2934         - UNBOUNDED
2935       disk.write.bytes.rate_sm_server:
2936         type: org.openecomp.capabilities.metric.Ceilometer
2937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2938         occurrences:
2939         - 1
2940         - UNBOUNDED
2941       disk.device.write.requests_sm_server:
2942         type: org.openecomp.capabilities.metric.Ceilometer
2943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2944         occurrences:
2945         - 1
2946         - UNBOUNDED
2947       disk.device.latency_sm_server:
2948         type: org.openecomp.capabilities.metric.Ceilometer
2949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2950         occurrences:
2951         - 1
2952         - UNBOUNDED
2953       host_sm_server:
2954         type: tosca.capabilities.Container
2955         valid_source_types:
2956         - tosca.nodes.SoftwareComponent
2957         occurrences:
2958         - 1
2959         - UNBOUNDED
2960       feature_sm_server:
2961         type: tosca.capabilities.Node
2962         occurrences:
2963         - 1
2964         - UNBOUNDED
2965       disk.device.usage_sm_server:
2966         type: org.openecomp.capabilities.metric.Ceilometer
2967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2968         occurrences:
2969         - 1
2970         - UNBOUNDED
2971       scalable_sm_server:
2972         type: tosca.capabilities.Scalable
2973         occurrences:
2974         - 1
2975         - UNBOUNDED
2976       disk.device.iops_sm_server:
2977         type: org.openecomp.capabilities.metric.Ceilometer
2978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2979         occurrences:
2980         - 1
2981         - UNBOUNDED
2982       disk.read.bytes.rate_sm_server:
2983         type: org.openecomp.capabilities.metric.Ceilometer
2984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2985         occurrences:
2986         - 1
2987         - UNBOUNDED
2988       disk.device.read.bytes_sm_server:
2989         type: org.openecomp.capabilities.metric.Ceilometer
2990         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2991         occurrences:
2992         - 1
2993         - UNBOUNDED
2994       disk.latency_sm_server:
2995         type: org.openecomp.capabilities.metric.Ceilometer
2996         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2997         occurrences:
2998         - 1
2999         - UNBOUNDED
3000       network.incoming.bytes.rate_sm_server_sm_server_port:
3001         type: org.openecomp.capabilities.metric.Ceilometer
3002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3003         occurrences:
3004         - 1
3005         - UNBOUNDED
3006       disk.read.bytes_sm_server:
3007         type: org.openecomp.capabilities.metric.Ceilometer
3008         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3009         occurrences:
3010         - 1
3011         - UNBOUNDED
3012       disk.write.requests_sm_server:
3013         type: org.openecomp.capabilities.metric.Ceilometer
3014         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3015         occurrences:
3016         - 1
3017         - UNBOUNDED
3018       cpu_util_sm_server:
3019         type: org.openecomp.capabilities.metric.Ceilometer
3020         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3021         occurrences:
3022         - 1
3023         - UNBOUNDED
3024       disk.ephemeral.size_sm_server:
3025         type: org.openecomp.capabilities.metric.Ceilometer
3026         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3027         occurrences:
3028         - 1
3029         - UNBOUNDED
3030       network.outgoing.packets.rate_sm_server_sm_server_port:
3031         type: org.openecomp.capabilities.metric.Ceilometer
3032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3033         occurrences:
3034         - 1
3035         - UNBOUNDED
3036       network.incoming.packets_sm_server_sm_server_port:
3037         type: org.openecomp.capabilities.metric.Ceilometer
3038         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3039         occurrences:
3040         - 1
3041         - UNBOUNDED
3042       memory_sm_server:
3043         type: org.openecomp.capabilities.metric.Ceilometer
3044         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3045         occurrences:
3046         - 1
3047         - UNBOUNDED
3048       network.outgoing.bytes.rate_sm_server_sm_server_port:
3049         type: org.openecomp.capabilities.metric.Ceilometer
3050         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3051         occurrences:
3052         - 1
3053         - UNBOUNDED
3054   org.openecomp.resource.abstract.nodes.ps_server:
3055     derived_from: org.openecomp.resource.abstract.nodes.VFC
3056     properties:
3057       port_ps_server_port_network:
3058         type: list
3059         required: true
3060         status: SUPPORTED
3061         entry_schema:
3062           type: string
3063       compute_ps_server_name:
3064         type: list
3065         required: true
3066         status: SUPPORTED
3067         entry_schema:
3068           type: string
3069       port_ps_server_port_security_groups:
3070         type: list
3071         required: true
3072         status: SUPPORTED
3073         entry_schema:
3074           type: json
3075       port_ps_server_port_vlan_requirements:
3076         type: list
3077         required: true
3078         status: SUPPORTED
3079         entry_schema:
3080           type: org.openecomp.datatypes.network.VlanRequirements
3081       compute_ps_server_availability_zone:
3082         type: list
3083         required: true
3084         status: SUPPORTED
3085         entry_schema:
3086           type: string
3087       port_ps_server_port_network_role:
3088         type: string
3089         required: true
3090         status: SUPPORTED
3091       index_value:
3092         type: integer
3093         description: Index value of this substitution service template runtime instance
3094         required: false
3095         default: 0
3096         status: SUPPORTED
3097         constraints:
3098         - greater_or_equal: 0
3099       port_ps_server_port_order:
3100         type: integer
3101         required: true
3102         status: SUPPORTED
3103       port_ps_server_port_subnetpoolid:
3104         type: string
3105         required: true
3106         status: SUPPORTED
3107       port_ps_server_port_fixed_ips:
3108         type: list
3109         required: true
3110         status: SUPPORTED
3111         entry_schema:
3112           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3113       vm_flavor_name:
3114         type: string
3115         required: true
3116         status: SUPPORTED
3117       port_ps_server_port_exCP_naming:
3118         type: org.openecomp.datatypes.Naming
3119         required: true
3120         status: SUPPORTED
3121       port_ps_server_port_ip_requirements:
3122         type: list
3123         required: true
3124         status: SUPPORTED
3125         entry_schema:
3126           type: org.openecomp.datatypes.network.IpRequirements
3127       port_ps_server_port_mac_requirements:
3128         type: org.openecomp.datatypes.network.MacRequirements
3129         required: true
3130         status: SUPPORTED
3131       vm_image_name:
3132         type: string
3133         required: true
3134         status: SUPPORTED
3135       port_ps_server_port_replacement_policy:
3136         type: list
3137         required: true
3138         status: SUPPORTED
3139         entry_schema:
3140           type: string
3141       port_ps_server_port_network_role_tag:
3142         type: string
3143         required: true
3144         status: SUPPORTED
3145     requirements:
3146     - dependency_ps_server_ps_server_port:
3147         capability: tosca.capabilities.Node
3148         node: tosca.nodes.Root
3149         relationship: tosca.relationships.DependsOn
3150         occurrences:
3151         - 0
3152         - UNBOUNDED
3153     - link_ps_server_ps_server_port:
3154         capability: tosca.capabilities.network.Linkable
3155         relationship: tosca.relationships.network.LinksTo
3156         occurrences:
3157         - 1
3158         - 1
3159     - dependency_ps_server:
3160         capability: tosca.capabilities.Node
3161         node: tosca.nodes.Root
3162         relationship: tosca.relationships.DependsOn
3163         occurrences:
3164         - 0
3165         - UNBOUNDED
3166     - local_storage_ps_server:
3167         capability: tosca.capabilities.Attachment
3168         node: tosca.nodes.BlockStorage
3169         relationship: tosca.relationships.AttachesTo
3170         occurrences:
3171         - 0
3172         - UNBOUNDED
3173     capabilities:
3174       instance_ps_server:
3175         type: org.openecomp.capabilities.metric.Ceilometer
3176         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3177         occurrences:
3178         - 1
3179         - UNBOUNDED
3180       host_ps_server:
3181         type: tosca.capabilities.Container
3182         valid_source_types:
3183         - tosca.nodes.SoftwareComponent
3184         occurrences:
3185         - 1
3186         - UNBOUNDED
3187       network.incoming.packets_ps_server_ps_server_port:
3188         type: org.openecomp.capabilities.metric.Ceilometer
3189         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3190         occurrences:
3191         - 1
3192         - UNBOUNDED
3193       cpu.delta_ps_server:
3194         type: org.openecomp.capabilities.metric.Ceilometer
3195         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3196         occurrences:
3197         - 1
3198         - UNBOUNDED
3199       disk.write.bytes.rate_ps_server:
3200         type: org.openecomp.capabilities.metric.Ceilometer
3201         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3202         occurrences:
3203         - 1
3204         - UNBOUNDED
3205       feature_ps_server_ps_server_port:
3206         type: tosca.capabilities.Node
3207         occurrences:
3208         - 1
3209         - UNBOUNDED
3210       feature_ps_server:
3211         type: tosca.capabilities.Node
3212         occurrences:
3213         - 1
3214         - UNBOUNDED
3215       disk.root.size_ps_server:
3216         type: org.openecomp.capabilities.metric.Ceilometer
3217         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3218         occurrences:
3219         - 1
3220         - UNBOUNDED
3221       disk.device.read.requests.rate_ps_server:
3222         type: org.openecomp.capabilities.metric.Ceilometer
3223         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3224         occurrences:
3225         - 1
3226         - UNBOUNDED
3227       cpu_ps_server:
3228         type: org.openecomp.capabilities.metric.Ceilometer
3229         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3230         occurrences:
3231         - 1
3232         - UNBOUNDED
3233       disk.device.write.bytes_ps_server:
3234         type: org.openecomp.capabilities.metric.Ceilometer
3235         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3236         occurrences:
3237         - 1
3238         - UNBOUNDED
3239       disk.device.read.bytes_ps_server:
3240         type: org.openecomp.capabilities.metric.Ceilometer
3241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3242         occurrences:
3243         - 1
3244         - UNBOUNDED
3245       disk.read.bytes_ps_server:
3246         type: org.openecomp.capabilities.metric.Ceilometer
3247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3248         occurrences:
3249         - 1
3250         - UNBOUNDED
3251       network.incoming.bytes_ps_server_ps_server_port:
3252         type: org.openecomp.capabilities.metric.Ceilometer
3253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3254         occurrences:
3255         - 1
3256         - UNBOUNDED
3257       disk.device.iops_ps_server:
3258         type: org.openecomp.capabilities.metric.Ceilometer
3259         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3260         occurrences:
3261         - 1
3262         - UNBOUNDED
3263       disk.device.latency_ps_server:
3264         type: org.openecomp.capabilities.metric.Ceilometer
3265         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3266         occurrences:
3267         - 1
3268         - UNBOUNDED
3269       disk.read.bytes.rate_ps_server:
3270         type: org.openecomp.capabilities.metric.Ceilometer
3271         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3272         occurrences:
3273         - 1
3274         - UNBOUNDED
3275       memory_ps_server:
3276         type: org.openecomp.capabilities.metric.Ceilometer
3277         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3278         occurrences:
3279         - 1
3280         - UNBOUNDED
3281       scalable_ps_server:
3282         type: tosca.capabilities.Scalable
3283         occurrences:
3284         - 1
3285         - UNBOUNDED
3286       attachment_ps_server_ps_server_port:
3287         type: tosca.capabilities.Attachment
3288         occurrences:
3289         - 1
3290         - UNBOUNDED
3291       disk.write.requests.rate_ps_server:
3292         type: org.openecomp.capabilities.metric.Ceilometer
3293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3294         occurrences:
3295         - 1
3296         - UNBOUNDED
3297       disk.write.requests_ps_server:
3298         type: org.openecomp.capabilities.metric.Ceilometer
3299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3300         occurrences:
3301         - 1
3302         - UNBOUNDED
3303       disk.latency_ps_server:
3304         type: org.openecomp.capabilities.metric.Ceilometer
3305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3306         occurrences:
3307         - 1
3308         - UNBOUNDED
3309       disk.ephemeral.size_ps_server:
3310         type: org.openecomp.capabilities.metric.Ceilometer
3311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3312         occurrences:
3313         - 1
3314         - UNBOUNDED
3315       disk.device.capacity_ps_server:
3316         type: org.openecomp.capabilities.metric.Ceilometer
3317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3318         occurrences:
3319         - 1
3320         - UNBOUNDED
3321       network.incoming.packets.rate_ps_server_ps_server_port:
3322         type: org.openecomp.capabilities.metric.Ceilometer
3323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3324         occurrences:
3325         - 1
3326         - UNBOUNDED
3327       disk.iops_ps_server:
3328         type: org.openecomp.capabilities.metric.Ceilometer
3329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3330         occurrences:
3331         - 1
3332         - UNBOUNDED
3333       disk.device.read.bytes.rate_ps_server:
3334         type: org.openecomp.capabilities.metric.Ceilometer
3335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3336         occurrences:
3337         - 1
3338         - UNBOUNDED
3339       cpu_util_ps_server:
3340         type: org.openecomp.capabilities.metric.Ceilometer
3341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3342         occurrences:
3343         - 1
3344         - UNBOUNDED
3345       memory.resident_ps_server:
3346         type: org.openecomp.capabilities.metric.Ceilometer
3347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3348         occurrences:
3349         - 1
3350         - UNBOUNDED
3351       disk.device.read.requests_ps_server:
3352         type: org.openecomp.capabilities.metric.Ceilometer
3353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3354         occurrences:
3355         - 1
3356         - UNBOUNDED
3357       disk.write.bytes_ps_server:
3358         type: org.openecomp.capabilities.metric.Ceilometer
3359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3360         occurrences:
3361         - 1
3362         - UNBOUNDED
3363       network.outgoing.bytes.rate_ps_server_ps_server_port:
3364         type: org.openecomp.capabilities.metric.Ceilometer
3365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3366         occurrences:
3367         - 1
3368         - UNBOUNDED
3369       network.outgoing.packets.rate_ps_server_ps_server_port:
3370         type: org.openecomp.capabilities.metric.Ceilometer
3371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3372         occurrences:
3373         - 1
3374         - UNBOUNDED
3375       network.incoming.bytes.rate_ps_server_ps_server_port:
3376         type: org.openecomp.capabilities.metric.Ceilometer
3377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3378         occurrences:
3379         - 1
3380         - UNBOUNDED
3381       disk.device.write.requests.rate_ps_server:
3382         type: org.openecomp.capabilities.metric.Ceilometer
3383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3384         occurrences:
3385         - 1
3386         - UNBOUNDED
3387       disk.read.requests_ps_server:
3388         type: org.openecomp.capabilities.metric.Ceilometer
3389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3390         occurrences:
3391         - 1
3392         - UNBOUNDED
3393       disk.allocation_ps_server:
3394         type: org.openecomp.capabilities.metric.Ceilometer
3395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3396         occurrences:
3397         - 1
3398         - UNBOUNDED
3399       memory.usage_ps_server:
3400         type: org.openecomp.capabilities.metric.Ceilometer
3401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3402         occurrences:
3403         - 1
3404         - UNBOUNDED
3405       binding_ps_server:
3406         type: tosca.capabilities.network.Bindable
3407         occurrences:
3408         - 1
3409         - UNBOUNDED
3410       os_ps_server:
3411         type: tosca.capabilities.OperatingSystem
3412         occurrences:
3413         - 1
3414         - UNBOUNDED
3415       disk.device.usage_ps_server:
3416         type: org.openecomp.capabilities.metric.Ceilometer
3417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3418         occurrences:
3419         - 1
3420         - UNBOUNDED
3421       binding_ps_server_ps_server_port:
3422         type: tosca.capabilities.network.Bindable
3423         valid_source_types:
3424         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3425         occurrences:
3426         - 0
3427         - UNBOUNDED
3428       disk.device.write.bytes.rate_ps_server:
3429         type: org.openecomp.capabilities.metric.Ceilometer
3430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3431         occurrences:
3432         - 1
3433         - UNBOUNDED
3434       vcpus_ps_server:
3435         type: org.openecomp.capabilities.metric.Ceilometer
3436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3437         occurrences:
3438         - 1
3439         - UNBOUNDED
3440       network.outgoing.bytes_ps_server_ps_server_port:
3441         type: org.openecomp.capabilities.metric.Ceilometer
3442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3443         occurrences:
3444         - 1
3445         - UNBOUNDED
3446       disk.usage_ps_server:
3447         type: org.openecomp.capabilities.metric.Ceilometer
3448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3449         occurrences:
3450         - 1
3451         - UNBOUNDED
3452       disk.device.write.requests_ps_server:
3453         type: org.openecomp.capabilities.metric.Ceilometer
3454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3455         occurrences:
3456         - 1
3457         - UNBOUNDED
3458       network.outpoing.packets_ps_server_ps_server_port:
3459         type: org.openecomp.capabilities.metric.Ceilometer
3460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3461         occurrences:
3462         - 1
3463         - UNBOUNDED
3464       endpoint_ps_server:
3465         type: tosca.capabilities.Endpoint.Admin
3466         occurrences:
3467         - 1
3468         - UNBOUNDED
3469       disk.capacity_ps_server:
3470         type: org.openecomp.capabilities.metric.Ceilometer
3471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3472         occurrences:
3473         - 1
3474         - UNBOUNDED
3475       disk.device.allocation_ps_server:
3476         type: org.openecomp.capabilities.metric.Ceilometer
3477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3478         occurrences:
3479         - 1
3480         - UNBOUNDED
3481   org.openecomp.resource.vfc.nodes.heat.oam_server:
3482     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
3483     properties:
3484       port_oam_server_port_network:
3485         type: list
3486         required: true
3487         status: SUPPORTED
3488         entry_schema:
3489           type: string
3490       port_oam_server_port_order:
3491         type: integer
3492         required: true
3493         status: SUPPORTED
3494       index_value:
3495         type: integer
3496         description: Index value of this substitution service template runtime instance
3497         required: false
3498         default: 0
3499         status: SUPPORTED
3500         constraints:
3501         - greater_or_equal: 0
3502       port_oam_server_port_security_groups:
3503         type: list
3504         required: true
3505         status: SUPPORTED
3506         entry_schema:
3507           type: json
3508       port_oam_server_port_replacement_policy:
3509         type: list
3510         required: true
3511         status: SUPPORTED
3512         entry_schema:
3513           type: string
3514       vm_flavor_name:
3515         type: string
3516         required: true
3517         status: SUPPORTED
3518       port_oam_server_port_mac_requirements:
3519         type: org.openecomp.datatypes.network.MacRequirements
3520         required: true
3521         status: SUPPORTED
3522       port_oam_server_port_exCP_naming:
3523         type: org.openecomp.datatypes.Naming
3524         required: true
3525         status: SUPPORTED
3526       compute_oam_server_availability_zone:
3527         type: list
3528         required: true
3529         status: SUPPORTED
3530         entry_schema:
3531           type: string
3532       vm_image_name:
3533         type: string
3534         required: true
3535         status: SUPPORTED
3536       port_oam_server_port_fixed_ips:
3537         type: list
3538         required: true
3539         status: SUPPORTED
3540         entry_schema:
3541           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3542       port_oam_server_port_subnetpoolid:
3543         type: string
3544         required: true
3545         status: SUPPORTED
3546       port_oam_server_port_network_role_tag:
3547         type: string
3548         required: true
3549         status: SUPPORTED
3550       port_oam_server_port_network_role:
3551         type: string
3552         required: true
3553         status: SUPPORTED
3554       port_oam_server_port_vlan_requirements:
3555         type: list
3556         required: true
3557         status: SUPPORTED
3558         entry_schema:
3559           type: org.openecomp.datatypes.network.VlanRequirements
3560       compute_oam_server_name:
3561         type: list
3562         required: true
3563         status: SUPPORTED
3564         entry_schema:
3565           type: string
3566       port_oam_server_port_ip_requirements:
3567         type: list
3568         required: true
3569         status: SUPPORTED
3570         entry_schema:
3571           type: org.openecomp.datatypes.network.IpRequirements