34c5eefc659688c62efd6d8624d89018e760296e
[sdc.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 metadata:
3   template_name: GlobalSubstitutionTypes
4 imports:
5 - openecomp_heat_index:
6     file: openecomp-heat/_index.yml
7 node_types:
8   org.openecomp.resource.vfc.nodes.heat.pd_server:
9     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
10     properties:
11       port_pd_server_port_ip_requirements:
12         type: list
13         required: true
14         status: SUPPORTED
15         entry_schema:
16           type: org.openecomp.datatypes.network.IpRequirements
17       port_pd_server_port_subnetpoolid:
18         type: string
19         required: true
20         status: SUPPORTED
21       index_value:
22         type: integer
23         description: Index value of this substitution service template runtime instance
24         required: false
25         default: 0
26         status: SUPPORTED
27         constraints:
28         - greater_or_equal: 0
29       compute_pd_server_availability_zone:
30         type: list
31         required: true
32         status: SUPPORTED
33         entry_schema:
34           type: string
35       compute_pd_server_name:
36         type: list
37         required: true
38         status: SUPPORTED
39         entry_schema:
40           type: string
41       port_pd_server_port_network:
42         type: list
43         required: true
44         status: SUPPORTED
45         entry_schema:
46           type: string
47       vm_flavor_name:
48         type: string
49         required: true
50         status: SUPPORTED
51       port_pd_server_port_network_role_tag:
52         type: string
53         required: true
54         status: SUPPORTED
55       port_pd_server_port_exCP_naming:
56         type: org.openecomp.datatypes.Naming
57         required: true
58         status: SUPPORTED
59       port_pd_server_port_network_role:
60         type: string
61         required: true
62         status: SUPPORTED
63       port_pd_server_port_fixed_ips:
64         type: list
65         required: true
66         status: SUPPORTED
67         entry_schema:
68           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
69       vm_image_name:
70         type: string
71         required: true
72         status: SUPPORTED
73       port_pd_server_port_order:
74         type: integer
75         required: true
76         status: SUPPORTED
77       port_pd_server_port_vlan_requirements:
78         type: list
79         required: true
80         status: SUPPORTED
81         entry_schema:
82           type: org.openecomp.datatypes.network.VlanRequirements
83       port_pd_server_port_replacement_policy:
84         type: list
85         required: true
86         status: SUPPORTED
87         entry_schema:
88           type: string
89       port_pd_server_port_mac_requirements:
90         type: org.openecomp.datatypes.network.MacRequirements
91         required: true
92         status: SUPPORTED
93   org.openecomp.resource.abstract.nodes.pd_server:
94     derived_from: org.openecomp.resource.abstract.nodes.VFC
95     properties:
96       port_pd_server_port_ip_requirements:
97         type: list
98         required: true
99         status: SUPPORTED
100         entry_schema:
101           type: org.openecomp.datatypes.network.IpRequirements
102       port_pd_server_port_subnetpoolid:
103         type: string
104         required: true
105         status: SUPPORTED
106       index_value:
107         type: integer
108         description: Index value of this substitution service template runtime instance
109         required: false
110         default: 0
111         status: SUPPORTED
112         constraints:
113         - greater_or_equal: 0
114       compute_pd_server_availability_zone:
115         type: list
116         required: true
117         status: SUPPORTED
118         entry_schema:
119           type: string
120       compute_pd_server_name:
121         type: list
122         required: true
123         status: SUPPORTED
124         entry_schema:
125           type: string
126       port_pd_server_port_network:
127         type: list
128         required: true
129         status: SUPPORTED
130         entry_schema:
131           type: string
132       vm_flavor_name:
133         type: string
134         required: true
135         status: SUPPORTED
136       port_pd_server_port_network_role_tag:
137         type: string
138         required: true
139         status: SUPPORTED
140       port_pd_server_port_exCP_naming:
141         type: org.openecomp.datatypes.Naming
142         required: true
143         status: SUPPORTED
144       port_pd_server_port_network_role:
145         type: string
146         required: true
147         status: SUPPORTED
148       port_pd_server_port_fixed_ips:
149         type: list
150         required: true
151         status: SUPPORTED
152         entry_schema:
153           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
154       vm_image_name:
155         type: string
156         required: true
157         status: SUPPORTED
158       port_pd_server_port_order:
159         type: integer
160         required: true
161         status: SUPPORTED
162       port_pd_server_port_vlan_requirements:
163         type: list
164         required: true
165         status: SUPPORTED
166         entry_schema:
167           type: org.openecomp.datatypes.network.VlanRequirements
168       port_pd_server_port_replacement_policy:
169         type: list
170         required: true
171         status: SUPPORTED
172         entry_schema:
173           type: string
174       port_pd_server_port_mac_requirements:
175         type: org.openecomp.datatypes.network.MacRequirements
176         required: true
177         status: SUPPORTED
178     requirements:
179     - dependency_pd_server:
180         capability: tosca.capabilities.Node
181         node: tosca.nodes.Root
182         relationship: tosca.relationships.DependsOn
183         occurrences:
184         - 0
185         - UNBOUNDED
186     - local_storage_pd_server:
187         capability: tosca.capabilities.Attachment
188         node: tosca.nodes.BlockStorage
189         relationship: tosca.relationships.AttachesTo
190         occurrences:
191         - 0
192         - UNBOUNDED
193     - dependency_pd_server_pd_server_port:
194         capability: tosca.capabilities.Node
195         node: tosca.nodes.Root
196         relationship: tosca.relationships.DependsOn
197         occurrences:
198         - 0
199         - UNBOUNDED
200     - link_pd_server_pd_server_port:
201         capability: tosca.capabilities.network.Linkable
202         relationship: tosca.relationships.network.LinksTo
203         occurrences:
204         - 1
205         - 1
206     capabilities:
207       scalable_pd_server:
208         type: tosca.capabilities.Scalable
209         occurrences:
210         - 1
211         - UNBOUNDED
212       disk.read.bytes.rate_pd_server:
213         type: org.openecomp.capabilities.metric.Ceilometer
214         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
215         occurrences:
216         - 1
217         - UNBOUNDED
218       network.outgoing.packets.rate_pd_server_pd_server_port:
219         type: org.openecomp.capabilities.metric.Ceilometer
220         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
221         occurrences:
222         - 1
223         - UNBOUNDED
224       network.incoming.bytes.rate_pd_server_pd_server_port:
225         type: org.openecomp.capabilities.metric.Ceilometer
226         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
227         occurrences:
228         - 1
229         - UNBOUNDED
230       memory.usage_pd_server:
231         type: org.openecomp.capabilities.metric.Ceilometer
232         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
233         occurrences:
234         - 1
235         - UNBOUNDED
236       network.outgoing.bytes.rate_pd_server_pd_server_port:
237         type: org.openecomp.capabilities.metric.Ceilometer
238         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
239         occurrences:
240         - 1
241         - UNBOUNDED
242       memory_pd_server:
243         type: org.openecomp.capabilities.metric.Ceilometer
244         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
245         occurrences:
246         - 1
247         - UNBOUNDED
248       disk.device.usage_pd_server:
249         type: org.openecomp.capabilities.metric.Ceilometer
250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
251         occurrences:
252         - 1
253         - UNBOUNDED
254       os_pd_server:
255         type: tosca.capabilities.OperatingSystem
256         occurrences:
257         - 1
258         - UNBOUNDED
259       disk.write.bytes.rate_pd_server:
260         type: org.openecomp.capabilities.metric.Ceilometer
261         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
262         occurrences:
263         - 1
264         - UNBOUNDED
265       network.outpoing.packets_pd_server_pd_server_port:
266         type: org.openecomp.capabilities.metric.Ceilometer
267         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
268         occurrences:
269         - 1
270         - UNBOUNDED
271       cpu_pd_server:
272         type: org.openecomp.capabilities.metric.Ceilometer
273         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
274         occurrences:
275         - 1
276         - UNBOUNDED
277       cpu_util_pd_server:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       network.incoming.bytes_pd_server_pd_server_port:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       disk.device.write.requests.rate_pd_server:
290         type: org.openecomp.capabilities.metric.Ceilometer
291         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
292         occurrences:
293         - 1
294         - UNBOUNDED
295       disk.read.bytes_pd_server:
296         type: org.openecomp.capabilities.metric.Ceilometer
297         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
298         occurrences:
299         - 1
300         - UNBOUNDED
301       disk.device.read.bytes.rate_pd_server:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       attachment_pd_server_pd_server_port:
308         type: tosca.capabilities.Attachment
309         occurrences:
310         - 1
311         - UNBOUNDED
312       network.incoming.packets.rate_pd_server_pd_server_port:
313         type: org.openecomp.capabilities.metric.Ceilometer
314         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
315         occurrences:
316         - 1
317         - UNBOUNDED
318       disk.iops_pd_server:
319         type: org.openecomp.capabilities.metric.Ceilometer
320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
321         occurrences:
322         - 1
323         - UNBOUNDED
324       memory.resident_pd_server:
325         type: org.openecomp.capabilities.metric.Ceilometer
326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
327         occurrences:
328         - 1
329         - UNBOUNDED
330       cpu.delta_pd_server:
331         type: org.openecomp.capabilities.metric.Ceilometer
332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
333         occurrences:
334         - 1
335         - UNBOUNDED
336       vcpus_pd_server:
337         type: org.openecomp.capabilities.metric.Ceilometer
338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
339         occurrences:
340         - 1
341         - UNBOUNDED
342       disk.device.write.bytes.rate_pd_server:
343         type: org.openecomp.capabilities.metric.Ceilometer
344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
345         occurrences:
346         - 1
347         - UNBOUNDED
348       disk.device.write.requests_pd_server:
349         type: org.openecomp.capabilities.metric.Ceilometer
350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
351         occurrences:
352         - 1
353         - UNBOUNDED
354       endpoint_pd_server:
355         type: tosca.capabilities.Endpoint.Admin
356         occurrences:
357         - 1
358         - UNBOUNDED
359       disk.capacity_pd_server:
360         type: org.openecomp.capabilities.metric.Ceilometer
361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
362         occurrences:
363         - 1
364         - UNBOUNDED
365       disk.device.allocation_pd_server:
366         type: org.openecomp.capabilities.metric.Ceilometer
367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
368         occurrences:
369         - 1
370         - UNBOUNDED
371       disk.allocation_pd_server:
372         type: org.openecomp.capabilities.metric.Ceilometer
373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
374         occurrences:
375         - 1
376         - UNBOUNDED
377       binding_pd_server:
378         type: tosca.capabilities.network.Bindable
379         occurrences:
380         - 1
381         - UNBOUNDED
382       disk.read.requests_pd_server:
383         type: org.openecomp.capabilities.metric.Ceilometer
384         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
385         occurrences:
386         - 1
387         - UNBOUNDED
388       network.incoming.packets_pd_server_pd_server_port:
389         type: org.openecomp.capabilities.metric.Ceilometer
390         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
391         occurrences:
392         - 1
393         - UNBOUNDED
394       feature_pd_server:
395         type: tosca.capabilities.Node
396         occurrences:
397         - 1
398         - UNBOUNDED
399       disk.usage_pd_server:
400         type: org.openecomp.capabilities.metric.Ceilometer
401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
402         occurrences:
403         - 1
404         - UNBOUNDED
405       disk.write.bytes_pd_server:
406         type: org.openecomp.capabilities.metric.Ceilometer
407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
408         occurrences:
409         - 1
410         - UNBOUNDED
411       disk.device.read.requests.rate_pd_server:
412         type: org.openecomp.capabilities.metric.Ceilometer
413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
414         occurrences:
415         - 1
416         - UNBOUNDED
417       disk.root.size_pd_server:
418         type: org.openecomp.capabilities.metric.Ceilometer
419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
420         occurrences:
421         - 1
422         - UNBOUNDED
423       disk.device.read.bytes_pd_server:
424         type: org.openecomp.capabilities.metric.Ceilometer
425         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
426         occurrences:
427         - 1
428         - UNBOUNDED
429       disk.device.write.bytes_pd_server:
430         type: org.openecomp.capabilities.metric.Ceilometer
431         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
432         occurrences:
433         - 1
434         - UNBOUNDED
435       disk.device.read.requests_pd_server:
436         type: org.openecomp.capabilities.metric.Ceilometer
437         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
438         occurrences:
439         - 1
440         - UNBOUNDED
441       feature_pd_server_pd_server_port:
442         type: tosca.capabilities.Node
443         occurrences:
444         - 1
445         - UNBOUNDED
446       instance_pd_server:
447         type: org.openecomp.capabilities.metric.Ceilometer
448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
449         occurrences:
450         - 1
451         - UNBOUNDED
452       host_pd_server:
453         type: tosca.capabilities.Container
454         valid_source_types:
455         - tosca.nodes.SoftwareComponent
456         occurrences:
457         - 1
458         - UNBOUNDED
459       binding_pd_server_pd_server_port:
460         type: tosca.capabilities.network.Bindable
461         valid_source_types:
462         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
463         occurrences:
464         - 0
465         - UNBOUNDED
466       disk.write.requests.rate_pd_server:
467         type: org.openecomp.capabilities.metric.Ceilometer
468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
469         occurrences:
470         - 1
471         - UNBOUNDED
472       disk.ephemeral.size_pd_server:
473         type: org.openecomp.capabilities.metric.Ceilometer
474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
475         occurrences:
476         - 1
477         - UNBOUNDED
478       network.outgoing.bytes_pd_server_pd_server_port:
479         type: org.openecomp.capabilities.metric.Ceilometer
480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.write.requests_pd_server:
485         type: org.openecomp.capabilities.metric.Ceilometer
486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
487         occurrences:
488         - 1
489         - UNBOUNDED
490       disk.device.latency_pd_server:
491         type: org.openecomp.capabilities.metric.Ceilometer
492         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
493         occurrences:
494         - 1
495         - UNBOUNDED
496       disk.latency_pd_server:
497         type: org.openecomp.capabilities.metric.Ceilometer
498         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
499         occurrences:
500         - 1
501         - UNBOUNDED
502       disk.device.capacity_pd_server:
503         type: org.openecomp.capabilities.metric.Ceilometer
504         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
505         occurrences:
506         - 1
507         - UNBOUNDED
508       disk.device.iops_pd_server:
509         type: org.openecomp.capabilities.metric.Ceilometer
510         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
511         occurrences:
512         - 1
513         - UNBOUNDED
514   org.openecomp.resource.abstract.nodes.heat.nested-same-file-1B:
515     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
516     properties:
517       p1:
518         type: string
519         description: UID of OAM network
520         required: true
521         status: SUPPORTED
522       p2:
523         type: string
524         description: UID of OAM network
525         required: true
526         status: SUPPORTED
527       security_group_name:
528         type: list
529         description: CMAUI1, CMAUI2 server names
530         required: true
531         status: SUPPORTED
532         entry_schema:
533           type: string
534       sm_server_names:
535         type: list
536         description: SM server names
537         required: true
538         status: SUPPORTED
539         entry_schema:
540           type: string
541       oam_server_image:
542         type: string
543         description: OAM Image server
544         required: true
545         status: SUPPORTED
546       oam_server_ips:
547         type: string
548         required: true
549         status: SUPPORTED
550       oam_server_flavor:
551         type: string
552         description: Flavor for OAM server
553         required: true
554         status: SUPPORTED
555       sm_server_ips:
556         type: string
557         required: true
558         status: SUPPORTED
559       availability_zone_0:
560         type: string
561         description: availabilityzone name
562         required: true
563         status: SUPPORTED
564       net:
565         type: string
566         required: true
567         status: SUPPORTED
568       oam_server_names:
569         type: list
570         description: OAM server names
571         required: true
572         status: SUPPORTED
573         entry_schema:
574           type: string
575       sm_server_flavor:
576         type: string
577         description: Flavor for SM server
578         required: true
579         status: SUPPORTED
580       sm_server_image:
581         type: string
582         description: SM Image server
583         required: true
584         status: SUPPORTED
585     attributes:
586       nested_diff_file_attr_1:
587         type: string
588         description: nested_diff_file_attr_1_value
589         status: SUPPORTED
590     requirements:
591     - dependency_oam_server_port:
592         capability: tosca.capabilities.Node
593         node: tosca.nodes.Root
594         relationship: tosca.relationships.DependsOn
595         occurrences:
596         - 0
597         - UNBOUNDED
598     - link_oam_server_port:
599         capability: tosca.capabilities.network.Linkable
600         relationship: tosca.relationships.network.LinksTo
601         occurrences:
602         - 1
603         - 1
604     - dependency_server_oam:
605         capability: tosca.capabilities.Node
606         node: tosca.nodes.Root
607         relationship: tosca.relationships.DependsOn
608         occurrences:
609         - 0
610         - UNBOUNDED
611     - local_storage_server_oam:
612         capability: tosca.capabilities.Attachment
613         node: tosca.nodes.BlockStorage
614         relationship: tosca.relationships.AttachesTo
615         occurrences:
616         - 0
617         - UNBOUNDED
618     - dependency_sm_server_port:
619         capability: tosca.capabilities.Node
620         node: tosca.nodes.Root
621         relationship: tosca.relationships.DependsOn
622         occurrences:
623         - 0
624         - UNBOUNDED
625     - link_sm_server_port:
626         capability: tosca.capabilities.network.Linkable
627         relationship: tosca.relationships.network.LinksTo
628         occurrences:
629         - 1
630         - 1
631     - dependency_server_sm:
632         capability: tosca.capabilities.Node
633         node: tosca.nodes.Root
634         relationship: tosca.relationships.DependsOn
635         occurrences:
636         - 0
637         - UNBOUNDED
638     - local_storage_server_sm:
639         capability: tosca.capabilities.Attachment
640         node: tosca.nodes.BlockStorage
641         relationship: tosca.relationships.AttachesTo
642         occurrences:
643         - 0
644         - UNBOUNDED
645     capabilities:
646       os_server_sm:
647         type: tosca.capabilities.OperatingSystem
648         occurrences:
649         - 1
650         - UNBOUNDED
651       disk.capacity_server_sm:
652         type: org.openecomp.capabilities.metric.Ceilometer
653         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
654         occurrences:
655         - 1
656         - UNBOUNDED
657       memory_server_oam:
658         type: org.openecomp.capabilities.metric.Ceilometer
659         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
660         occurrences:
661         - 1
662         - UNBOUNDED
663       disk.device.iops_server_oam:
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       disk.device.usage_server_sm:
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.write.requests.rate_server_sm:
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.allocation_server_oam:
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       network.incoming.packets_sm_server_port:
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.write.bytes.rate_server_sm:
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       feature_oam_server_port:
700         type: tosca.capabilities.Node
701         occurrences:
702         - 1
703         - UNBOUNDED
704       disk.usage_server_oam:
705         type: org.openecomp.capabilities.metric.Ceilometer
706         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
707         occurrences:
708         - 1
709         - UNBOUNDED
710       instance_server_sm:
711         type: org.openecomp.capabilities.metric.Ceilometer
712         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
713         occurrences:
714         - 1
715         - UNBOUNDED
716       disk.device.latency_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       disk.root.size_server_oam:
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       host_server_sm:
729         type: tosca.capabilities.Container
730         valid_source_types:
731         - tosca.nodes.SoftwareComponent
732         occurrences:
733         - 1
734         - UNBOUNDED
735       memory.usage_server_oam:
736         type: org.openecomp.capabilities.metric.Ceilometer
737         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
738         occurrences:
739         - 1
740         - UNBOUNDED
741       disk.read.bytes_server_oam:
742         type: org.openecomp.capabilities.metric.Ceilometer
743         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
744         occurrences:
745         - 1
746         - UNBOUNDED
747       disk.read.requests_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       cpu_util_server_sm:
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.device.capacity_server_sm:
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       disk.device.read.bytes_server_oam:
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       network.incoming.bytes_oam_server_port:
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.iops_server_sm:
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       disk.device.read.requests.rate_server_oam:
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       vcpus_server_oam:
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.bytes_server_sm:
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       disk.read.bytes.rate_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.write.bytes_server_oam:
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.latency_server_sm:
814         type: org.openecomp.capabilities.metric.Ceilometer
815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
816         occurrences:
817         - 1
818         - UNBOUNDED
819       disk.device.allocation_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       attachment_oam_server_port:
826         type: tosca.capabilities.Attachment
827         occurrences:
828         - 1
829         - UNBOUNDED
830       scalable_server_oam:
831         type: tosca.capabilities.Scalable
832         occurrences:
833         - 1
834         - UNBOUNDED
835       cpu_util_server_oam:
836         type: org.openecomp.capabilities.metric.Ceilometer
837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
838         occurrences:
839         - 1
840         - UNBOUNDED
841       feature_server_sm:
842         type: tosca.capabilities.Node
843         occurrences:
844         - 1
845         - UNBOUNDED
846       cpu.delta_server_oam:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       host_server_oam:
853         type: tosca.capabilities.Container
854         valid_source_types:
855         - tosca.nodes.SoftwareComponent
856         occurrences:
857         - 1
858         - UNBOUNDED
859       cpu.delta_server_sm:
860         type: org.openecomp.capabilities.metric.Ceilometer
861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
862         occurrences:
863         - 1
864         - UNBOUNDED
865       binding_server_oam:
866         type: tosca.capabilities.network.Bindable
867         occurrences:
868         - 1
869         - UNBOUNDED
870       disk.device.capacity_server_oam:
871         type: org.openecomp.capabilities.metric.Ceilometer
872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
873         occurrences:
874         - 1
875         - UNBOUNDED
876       disk.device.write.bytes.rate_server_sm:
877         type: org.openecomp.capabilities.metric.Ceilometer
878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
879         occurrences:
880         - 1
881         - UNBOUNDED
882       disk.write.bytes_server_sm:
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.latency_server_oam:
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.device.read.requests_server_oam:
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.device.write.requests.rate_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       endpoint_server_sm:
907         type: tosca.capabilities.Endpoint.Admin
908         occurrences:
909         - 1
910         - UNBOUNDED
911       disk.device.allocation_server_sm:
912         type: org.openecomp.capabilities.metric.Ceilometer
913         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
914         occurrences:
915         - 1
916         - UNBOUNDED
917       feature_server_oam:
918         type: tosca.capabilities.Node
919         occurrences:
920         - 1
921         - UNBOUNDED
922       disk.read.requests_server_sm:
923         type: org.openecomp.capabilities.metric.Ceilometer
924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
925         occurrences:
926         - 1
927         - UNBOUNDED
928       disk.write.bytes.rate_server_oam:
929         type: org.openecomp.capabilities.metric.Ceilometer
930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
931         occurrences:
932         - 1
933         - UNBOUNDED
934       memory.resident_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       cpu_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_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       scalable_server_sm:
953         type: tosca.capabilities.Scalable
954         occurrences:
955         - 1
956         - UNBOUNDED
957       network.outgoing.packets.rate_sm_server_port:
958         type: org.openecomp.capabilities.metric.Ceilometer
959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
960         occurrences:
961         - 1
962         - UNBOUNDED
963       binding_sm_server_port:
964         type: tosca.capabilities.network.Bindable
965         valid_source_types:
966         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
967         occurrences:
968         - 0
969         - UNBOUNDED
970       network.outgoing.bytes.rate_sm_server_port:
971         type: org.openecomp.capabilities.metric.Ceilometer
972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
973         occurrences:
974         - 1
975         - UNBOUNDED
976       disk.write.requests_server_oam:
977         type: org.openecomp.capabilities.metric.Ceilometer
978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
979         occurrences:
980         - 1
981         - UNBOUNDED
982       disk.device.latency_server_sm:
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       memory.usage_server_sm:
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       memory.resident_server_oam:
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       feature_sm_server_port:
1001         type: tosca.capabilities.Node
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       disk.device.write.requests_server_sm:
1006         type: org.openecomp.capabilities.metric.Ceilometer
1007         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1008         occurrences:
1009         - 1
1010         - UNBOUNDED
1011       disk.device.write.requests_server_oam:
1012         type: org.openecomp.capabilities.metric.Ceilometer
1013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       disk.read.bytes_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       cpu_server_sm:
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       network.outpoing.packets_sm_server_port:
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       network.incoming.bytes.rate_oam_server_port:
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       disk.device.usage_server_oam:
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.outgoing.packets.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       network.incoming.packets.rate_sm_server_port:
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       binding_oam_server_port:
1060         type: tosca.capabilities.network.Bindable
1061         valid_source_types:
1062         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1063         occurrences:
1064         - 0
1065         - UNBOUNDED
1066       network.incoming.packets.rate_oam_server_port:
1067         type: org.openecomp.capabilities.metric.Ceilometer
1068         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1069         occurrences:
1070         - 1
1071         - UNBOUNDED
1072       disk.device.write.bytes_server_oam:
1073         type: org.openecomp.capabilities.metric.Ceilometer
1074         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1075         occurrences:
1076         - 1
1077         - UNBOUNDED
1078       disk.device.read.requests_server_sm:
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.read.bytes.rate_server_sm:
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.ephemeral.size_server_oam:
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       network.outpoing.packets_oam_server_port:
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       os_server_oam:
1103         type: tosca.capabilities.OperatingSystem
1104         occurrences:
1105         - 1
1106         - UNBOUNDED
1107       disk.capacity_server_oam:
1108         type: org.openecomp.capabilities.metric.Ceilometer
1109         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1110         occurrences:
1111         - 1
1112         - UNBOUNDED
1113       disk.write.requests_server_sm:
1114         type: org.openecomp.capabilities.metric.Ceilometer
1115         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1116         occurrences:
1117         - 1
1118         - UNBOUNDED
1119       disk.ephemeral.size_server_sm:
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.read.bytes.rate_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       endpoint_server_oam:
1132         type: tosca.capabilities.Endpoint.Admin
1133         occurrences:
1134         - 1
1135         - UNBOUNDED
1136       disk.device.read.requests.rate_server_sm:
1137         type: org.openecomp.capabilities.metric.Ceilometer
1138         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1139         occurrences:
1140         - 1
1141         - UNBOUNDED
1142       binding_server_sm:
1143         type: tosca.capabilities.network.Bindable
1144         occurrences:
1145         - 1
1146         - UNBOUNDED
1147       disk.root.size_server_sm:
1148         type: org.openecomp.capabilities.metric.Ceilometer
1149         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1150         occurrences:
1151         - 1
1152         - UNBOUNDED
1153       network.outgoing.bytes_oam_server_port:
1154         type: org.openecomp.capabilities.metric.Ceilometer
1155         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1156         occurrences:
1157         - 1
1158         - UNBOUNDED
1159       disk.allocation_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       disk.iops_server_oam:
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.write.requests.rate_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       network.outgoing.bytes.rate_oam_server_port:
1178         type: org.openecomp.capabilities.metric.Ceilometer
1179         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1180         occurrences:
1181         - 1
1182         - UNBOUNDED
1183       disk.device.write.bytes_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       disk.write.requests.rate_server_oam:
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.read.bytes.rate_server_oam:
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       network.incoming.bytes.rate_sm_server_port:
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.write.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.packets_oam_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.usage_server_sm:
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       instance_server_oam:
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       network.outgoing.bytes_sm_server_port:
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       vcpus_server_sm:
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       attachment_sm_server_port:
1244         type: tosca.capabilities.Attachment
1245         occurrences:
1246         - 1
1247         - UNBOUNDED
1248       network.incoming.bytes_sm_server_port:
1249         type: org.openecomp.capabilities.metric.Ceilometer
1250         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1251         occurrences:
1252         - 1
1253         - UNBOUNDED
1254       disk.iops_server_sm:
1255         type: org.openecomp.capabilities.metric.Ceilometer
1256         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1257         occurrences:
1258         - 1
1259         - UNBOUNDED
1260   org.openecomp.resource.abstract.nodes.heat.nested-other-file-1B:
1261     derived_from: org.openecomp.resource.abstract.nodes.AbstractSubstitute
1262     properties:
1263       p1:
1264         type: string
1265         description: UID of OAM network
1266         required: true
1267         status: SUPPORTED
1268       ps_server_image:
1269         type: string
1270         description: Ps Image server
1271         required: true
1272         status: SUPPORTED
1273       p2:
1274         type: string
1275         description: UID of OAM network
1276         required: true
1277         status: SUPPORTED
1278       ps_server_ips:
1279         type: string
1280         required: true
1281         status: SUPPORTED
1282       security_group_name:
1283         type: list
1284         description: CMAUI1, CMAUI2 server names
1285         required: true
1286         status: SUPPORTED
1287         entry_schema:
1288           type: string
1289       ps_server_flavor:
1290         type: string
1291         description: Flavor for PS server
1292         required: true
1293         status: SUPPORTED
1294       pd_server_names:
1295         type: list
1296         description: PD server names
1297         required: true
1298         status: SUPPORTED
1299         entry_schema:
1300           type: string
1301       pd_server_flavor:
1302         type: string
1303         description: Flavor for PD server
1304         required: true
1305         status: SUPPORTED
1306       ps_server_names:
1307         type: list
1308         description: Ps server names
1309         required: true
1310         status: SUPPORTED
1311         entry_schema:
1312           type: string
1313       pd_server_image:
1314         type: string
1315         description: PD Image server
1316         required: true
1317         status: SUPPORTED
1318       availability_zone_0:
1319         type: string
1320         description: availabilityzone name
1321         required: true
1322         status: SUPPORTED
1323       net:
1324         type: string
1325         required: true
1326         status: SUPPORTED
1327       pd_server_ips:
1328         type: string
1329         required: true
1330         status: SUPPORTED
1331     attributes:
1332       nested_same_file_attr_1:
1333         type: string
1334         description: nested_same_file_attr_1
1335         status: SUPPORTED
1336     requirements:
1337     - dependency_server_ps:
1338         capability: tosca.capabilities.Node
1339         node: tosca.nodes.Root
1340         relationship: tosca.relationships.DependsOn
1341         occurrences:
1342         - 0
1343         - UNBOUNDED
1344     - local_storage_server_ps:
1345         capability: tosca.capabilities.Attachment
1346         node: tosca.nodes.BlockStorage
1347         relationship: tosca.relationships.AttachesTo
1348         occurrences:
1349         - 0
1350         - UNBOUNDED
1351     - dependency_ps_server_port:
1352         capability: tosca.capabilities.Node
1353         node: tosca.nodes.Root
1354         relationship: tosca.relationships.DependsOn
1355         occurrences:
1356         - 0
1357         - UNBOUNDED
1358     - link_ps_server_port:
1359         capability: tosca.capabilities.network.Linkable
1360         relationship: tosca.relationships.network.LinksTo
1361         occurrences:
1362         - 1
1363         - 1
1364     - dependency_pd_server_port:
1365         capability: tosca.capabilities.Node
1366         node: tosca.nodes.Root
1367         relationship: tosca.relationships.DependsOn
1368         occurrences:
1369         - 0
1370         - UNBOUNDED
1371     - link_pd_server_port:
1372         capability: tosca.capabilities.network.Linkable
1373         relationship: tosca.relationships.network.LinksTo
1374         occurrences:
1375         - 1
1376         - 1
1377     - dependency_server_pd:
1378         capability: tosca.capabilities.Node
1379         node: tosca.nodes.Root
1380         relationship: tosca.relationships.DependsOn
1381         occurrences:
1382         - 0
1383         - UNBOUNDED
1384     - local_storage_server_pd:
1385         capability: tosca.capabilities.Attachment
1386         node: tosca.nodes.BlockStorage
1387         relationship: tosca.relationships.AttachesTo
1388         occurrences:
1389         - 0
1390         - UNBOUNDED
1391     capabilities:
1392       disk.iops_server_pd:
1393         type: org.openecomp.capabilities.metric.Ceilometer
1394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1395         occurrences:
1396         - 1
1397         - UNBOUNDED
1398       disk.device.read.bytes.rate_server_pd:
1399         type: org.openecomp.capabilities.metric.Ceilometer
1400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1401         occurrences:
1402         - 1
1403         - UNBOUNDED
1404       disk.write.bytes_server_ps:
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.requests_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       network.incoming.packets.rate_ps_server_port:
1417         type: org.openecomp.capabilities.metric.Ceilometer
1418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1419         occurrences:
1420         - 1
1421         - UNBOUNDED
1422       disk.device.allocation_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       disk.iops_server_ps:
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.read.bytes.rate_server_ps:
1435         type: org.openecomp.capabilities.metric.Ceilometer
1436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       binding_server_ps:
1441         type: tosca.capabilities.network.Bindable
1442         occurrences:
1443         - 1
1444         - UNBOUNDED
1445       attachment_ps_server_port:
1446         type: tosca.capabilities.Attachment
1447         occurrences:
1448         - 1
1449         - UNBOUNDED
1450       disk.device.read.requests_server_ps:
1451         type: org.openecomp.capabilities.metric.Ceilometer
1452         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1453         occurrences:
1454         - 1
1455         - UNBOUNDED
1456       memory.usage_server_pd:
1457         type: org.openecomp.capabilities.metric.Ceilometer
1458         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1459         occurrences:
1460         - 1
1461         - UNBOUNDED
1462       feature_ps_server_port:
1463         type: tosca.capabilities.Node
1464         occurrences:
1465         - 1
1466         - UNBOUNDED
1467       disk.read.bytes.rate_server_pd:
1468         type: org.openecomp.capabilities.metric.Ceilometer
1469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1470         occurrences:
1471         - 1
1472         - UNBOUNDED
1473       network.outgoing.bytes.rate_ps_server_port:
1474         type: org.openecomp.capabilities.metric.Ceilometer
1475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1476         occurrences:
1477         - 1
1478         - UNBOUNDED
1479       memory_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       disk.device.write.requests_server_pd:
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       disk.device.read.bytes_server_ps:
1492         type: org.openecomp.capabilities.metric.Ceilometer
1493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1494         occurrences:
1495         - 1
1496         - UNBOUNDED
1497       disk.device.allocation_server_ps:
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       memory.usage_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       network.outgoing.packets.rate_ps_server_port:
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       binding_ps_server_port:
1516         type: tosca.capabilities.network.Bindable
1517         valid_source_types:
1518         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1519         occurrences:
1520         - 0
1521         - UNBOUNDED
1522       network.incoming.packets_pd_server_port:
1523         type: org.openecomp.capabilities.metric.Ceilometer
1524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1525         occurrences:
1526         - 1
1527         - UNBOUNDED
1528       disk.read.bytes_server_pd:
1529         type: org.openecomp.capabilities.metric.Ceilometer
1530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1531         occurrences:
1532         - 1
1533         - UNBOUNDED
1534       disk.device.write.requests_server_ps:
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       network.outpoing.packets_ps_server_port:
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.read.bytes_server_pd:
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       host_server_pd:
1553         type: tosca.capabilities.Container
1554         valid_source_types:
1555         - tosca.nodes.SoftwareComponent
1556         occurrences:
1557         - 1
1558         - UNBOUNDED
1559       vcpus_server_pd:
1560         type: org.openecomp.capabilities.metric.Ceilometer
1561         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1562         occurrences:
1563         - 1
1564         - UNBOUNDED
1565       disk.ephemeral.size_server_pd:
1566         type: org.openecomp.capabilities.metric.Ceilometer
1567         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1568         occurrences:
1569         - 1
1570         - UNBOUNDED
1571       network.incoming.bytes.rate_ps_server_port:
1572         type: org.openecomp.capabilities.metric.Ceilometer
1573         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1574         occurrences:
1575         - 1
1576         - UNBOUNDED
1577       disk.write.requests.rate_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       memory_server_ps:
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       network.incoming.bytes_pd_server_port:
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       attachment_pd_server_port:
1596         type: tosca.capabilities.Attachment
1597         occurrences:
1598         - 1
1599         - UNBOUNDED
1600       disk.write.requests_server_pd:
1601         type: org.openecomp.capabilities.metric.Ceilometer
1602         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1603         occurrences:
1604         - 1
1605         - UNBOUNDED
1606       network.incoming.packets.rate_pd_server_port:
1607         type: org.openecomp.capabilities.metric.Ceilometer
1608         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1609         occurrences:
1610         - 1
1611         - UNBOUNDED
1612       disk.ephemeral.size_server_ps:
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       disk.write.requests.rate_server_ps:
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.device.write.bytes_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.root.size_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.read.requests.rate_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       network.outgoing.bytes_pd_server_port:
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.write.requests_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       binding_server_pd:
1655         type: tosca.capabilities.network.Bindable
1656         occurrences:
1657         - 1
1658         - UNBOUNDED
1659       disk.root.size_server_pd:
1660         type: org.openecomp.capabilities.metric.Ceilometer
1661         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1662         occurrences:
1663         - 1
1664         - UNBOUNDED
1665       disk.device.read.requests.rate_server_pd:
1666         type: org.openecomp.capabilities.metric.Ceilometer
1667         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1668         occurrences:
1669         - 1
1670         - UNBOUNDED
1671       network.outpoing.packets_pd_server_port:
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.write.bytes_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       host_server_ps:
1684         type: tosca.capabilities.Container
1685         valid_source_types:
1686         - tosca.nodes.SoftwareComponent
1687         occurrences:
1688         - 1
1689         - UNBOUNDED
1690       network.incoming.packets_ps_server_port:
1691         type: org.openecomp.capabilities.metric.Ceilometer
1692         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1693         occurrences:
1694         - 1
1695         - UNBOUNDED
1696       memory.resident_server_pd:
1697         type: org.openecomp.capabilities.metric.Ceilometer
1698         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1699         occurrences:
1700         - 1
1701         - UNBOUNDED
1702       disk.usage_server_ps:
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       network.outgoing.bytes_ps_server_port:
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       cpu_util_server_pd:
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       endpoint_server_ps:
1721         type: tosca.capabilities.Endpoint.Admin
1722         occurrences:
1723         - 1
1724         - UNBOUNDED
1725       disk.read.requests_server_ps:
1726         type: org.openecomp.capabilities.metric.Ceilometer
1727         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1728         occurrences:
1729         - 1
1730         - UNBOUNDED
1731       memory.resident_server_ps:
1732         type: org.openecomp.capabilities.metric.Ceilometer
1733         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1734         occurrences:
1735         - 1
1736         - UNBOUNDED
1737       disk.usage_server_pd:
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       disk.capacity_server_pd:
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       endpoint_server_pd:
1750         type: tosca.capabilities.Endpoint.Admin
1751         occurrences:
1752         - 1
1753         - UNBOUNDED
1754       cpu_util_server_ps:
1755         type: org.openecomp.capabilities.metric.Ceilometer
1756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1757         occurrences:
1758         - 1
1759         - UNBOUNDED
1760       network.incoming.bytes_ps_server_port:
1761         type: org.openecomp.capabilities.metric.Ceilometer
1762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1763         occurrences:
1764         - 1
1765         - UNBOUNDED
1766       disk.device.capacity_server_pd:
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.rate_pd_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       vcpus_server_ps:
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       disk.allocation_server_pd:
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       disk.device.usage_server_pd:
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.capacity_server_ps:
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.allocation_server_ps:
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.device.usage_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       instance_server_pd:
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.write.bytes.rate_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       disk.write.bytes.rate_server_ps:
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       feature_pd_server_port:
1833         type: tosca.capabilities.Node
1834         occurrences:
1835         - 1
1836         - UNBOUNDED
1837       disk.read.bytes_server_ps:
1838         type: org.openecomp.capabilities.metric.Ceilometer
1839         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1840         occurrences:
1841         - 1
1842         - UNBOUNDED
1843       network.outgoing.bytes.rate_pd_server_port:
1844         type: org.openecomp.capabilities.metric.Ceilometer
1845         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1846         occurrences:
1847         - 1
1848         - UNBOUNDED
1849       network.outgoing.packets.rate_pd_server_port:
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       binding_pd_server_port:
1856         type: tosca.capabilities.network.Bindable
1857         valid_source_types:
1858         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1859         occurrences:
1860         - 0
1861         - UNBOUNDED
1862       cpu_server_ps:
1863         type: org.openecomp.capabilities.metric.Ceilometer
1864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1865         occurrences:
1866         - 1
1867         - UNBOUNDED
1868       cpu.delta_server_pd:
1869         type: org.openecomp.capabilities.metric.Ceilometer
1870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1871         occurrences:
1872         - 1
1873         - UNBOUNDED
1874       instance_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       disk.read.bytes.rate_server_ps:
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       disk.latency_server_pd:
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.device.write.bytes.rate_server_pd:
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       os_server_ps:
1899         type: tosca.capabilities.OperatingSystem
1900         occurrences:
1901         - 1
1902         - UNBOUNDED
1903       cpu.delta_server_ps:
1904         type: org.openecomp.capabilities.metric.Ceilometer
1905         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1906         occurrences:
1907         - 1
1908         - UNBOUNDED
1909       feature_server_ps:
1910         type: tosca.capabilities.Node
1911         occurrences:
1912         - 1
1913         - UNBOUNDED
1914       disk.device.iops_server_pd:
1915         type: org.openecomp.capabilities.metric.Ceilometer
1916         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1917         occurrences:
1918         - 1
1919         - UNBOUNDED
1920       disk.latency_server_ps:
1921         type: org.openecomp.capabilities.metric.Ceilometer
1922         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1923         occurrences:
1924         - 1
1925         - UNBOUNDED
1926       disk.read.requests_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.device.write.requests.rate_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       os_server_pd:
1939         type: tosca.capabilities.OperatingSystem
1940         occurrences:
1941         - 1
1942         - UNBOUNDED
1943       disk.device.latency_server_pd:
1944         type: org.openecomp.capabilities.metric.Ceilometer
1945         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1946         occurrences:
1947         - 1
1948         - UNBOUNDED
1949       disk.device.capacity_server_ps:
1950         type: org.openecomp.capabilities.metric.Ceilometer
1951         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1952         occurrences:
1953         - 1
1954         - UNBOUNDED
1955       scalable_server_pd:
1956         type: tosca.capabilities.Scalable
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       disk.write.bytes_server_pd:
1961         type: org.openecomp.capabilities.metric.Ceilometer
1962         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1963         occurrences:
1964         - 1
1965         - UNBOUNDED
1966       disk.write.bytes.rate_server_pd:
1967         type: org.openecomp.capabilities.metric.Ceilometer
1968         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1969         occurrences:
1970         - 1
1971         - UNBOUNDED
1972       disk.device.latency_server_ps:
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.device.iops_server_ps:
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       feature_server_pd:
1985         type: tosca.capabilities.Node
1986         occurrences:
1987         - 1
1988         - UNBOUNDED
1989       disk.device.write.requests.rate_server_pd:
1990         type: org.openecomp.capabilities.metric.Ceilometer
1991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1992         occurrences:
1993         - 1
1994         - UNBOUNDED
1995       scalable_server_ps:
1996         type: tosca.capabilities.Scalable
1997         occurrences:
1998         - 1
1999         - UNBOUNDED
2000       cpu_server_pd:
2001         type: org.openecomp.capabilities.metric.Ceilometer
2002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2003         occurrences:
2004         - 1
2005         - UNBOUNDED
2006   org.openecomp.resource.vfc.nodes.heat.ps_server:
2007     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
2008     properties:
2009       port_ps_server_port_network:
2010         type: list
2011         required: true
2012         status: SUPPORTED
2013         entry_schema:
2014           type: string
2015       compute_ps_server_name:
2016         type: list
2017         required: true
2018         status: SUPPORTED
2019         entry_schema:
2020           type: string
2021       port_ps_server_port_vlan_requirements:
2022         type: list
2023         required: true
2024         status: SUPPORTED
2025         entry_schema:
2026           type: org.openecomp.datatypes.network.VlanRequirements
2027       compute_ps_server_availability_zone:
2028         type: list
2029         required: true
2030         status: SUPPORTED
2031         entry_schema:
2032           type: string
2033       port_ps_server_port_network_role:
2034         type: string
2035         required: true
2036         status: SUPPORTED
2037       index_value:
2038         type: integer
2039         description: Index value of this substitution service template runtime instance
2040         required: false
2041         default: 0
2042         status: SUPPORTED
2043         constraints:
2044         - greater_or_equal: 0
2045       port_ps_server_port_order:
2046         type: integer
2047         required: true
2048         status: SUPPORTED
2049       port_ps_server_port_subnetpoolid:
2050         type: string
2051         required: true
2052         status: SUPPORTED
2053       port_ps_server_port_fixed_ips:
2054         type: list
2055         required: true
2056         status: SUPPORTED
2057         entry_schema:
2058           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2059       vm_flavor_name:
2060         type: string
2061         required: true
2062         status: SUPPORTED
2063       port_ps_server_port_exCP_naming:
2064         type: org.openecomp.datatypes.Naming
2065         required: true
2066         status: SUPPORTED
2067       port_ps_server_port_ip_requirements:
2068         type: list
2069         required: true
2070         status: SUPPORTED
2071         entry_schema:
2072           type: org.openecomp.datatypes.network.IpRequirements
2073       port_ps_server_port_mac_requirements:
2074         type: org.openecomp.datatypes.network.MacRequirements
2075         required: true
2076         status: SUPPORTED
2077       vm_image_name:
2078         type: string
2079         required: true
2080         status: SUPPORTED
2081       port_ps_server_port_replacement_policy:
2082         type: list
2083         required: true
2084         status: SUPPORTED
2085         entry_schema:
2086           type: string
2087       port_ps_server_port_network_role_tag:
2088         type: string
2089         required: true
2090         status: SUPPORTED
2091   org.openecomp.resource.vfc.nodes.heat.sm_server:
2092     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
2093     properties:
2094       index_value:
2095         type: integer
2096         description: Index value of this substitution service template runtime instance
2097         required: false
2098         default: 0
2099         status: SUPPORTED
2100         constraints:
2101         - greater_or_equal: 0
2102       port_sm_server_port_order:
2103         type: integer
2104         required: true
2105         status: SUPPORTED
2106       port_sm_server_port_vlan_requirements:
2107         type: list
2108         required: true
2109         status: SUPPORTED
2110         entry_schema:
2111           type: org.openecomp.datatypes.network.VlanRequirements
2112       port_sm_server_port_subnetpoolid:
2113         type: string
2114         required: true
2115         status: SUPPORTED
2116       vm_flavor_name:
2117         type: string
2118         required: true
2119         status: SUPPORTED
2120       port_sm_server_port_exCP_naming:
2121         type: org.openecomp.datatypes.Naming
2122         required: true
2123         status: SUPPORTED
2124       port_sm_server_port_network_role_tag:
2125         type: string
2126         required: true
2127         status: SUPPORTED
2128       port_sm_server_port_network_role:
2129         type: string
2130         required: true
2131         status: SUPPORTED
2132       port_sm_server_port_network:
2133         type: list
2134         required: true
2135         status: SUPPORTED
2136         entry_schema:
2137           type: string
2138       compute_sm_server_name:
2139         type: list
2140         required: true
2141         status: SUPPORTED
2142         entry_schema:
2143           type: string
2144       port_sm_server_port_ip_requirements:
2145         type: list
2146         required: true
2147         status: SUPPORTED
2148         entry_schema:
2149           type: org.openecomp.datatypes.network.IpRequirements
2150       vm_image_name:
2151         type: string
2152         required: true
2153         status: SUPPORTED
2154       compute_sm_server_availability_zone:
2155         type: list
2156         required: true
2157         status: SUPPORTED
2158         entry_schema:
2159           type: string
2160       port_sm_server_port_mac_requirements:
2161         type: org.openecomp.datatypes.network.MacRequirements
2162         required: true
2163         status: SUPPORTED
2164       port_sm_server_port_replacement_policy:
2165         type: list
2166         required: true
2167         status: SUPPORTED
2168         entry_schema:
2169           type: string
2170       port_sm_server_port_fixed_ips:
2171         type: list
2172         required: true
2173         status: SUPPORTED
2174         entry_schema:
2175           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2176   org.openecomp.resource.abstract.nodes.oam_server:
2177     derived_from: org.openecomp.resource.abstract.nodes.VFC
2178     properties:
2179       port_oam_server_port_network:
2180         type: list
2181         required: true
2182         status: SUPPORTED
2183         entry_schema:
2184           type: string
2185       port_oam_server_port_order:
2186         type: integer
2187         required: true
2188         status: SUPPORTED
2189       index_value:
2190         type: integer
2191         description: Index value of this substitution service template runtime instance
2192         required: false
2193         default: 0
2194         status: SUPPORTED
2195         constraints:
2196         - greater_or_equal: 0
2197       port_oam_server_port_replacement_policy:
2198         type: list
2199         required: true
2200         status: SUPPORTED
2201         entry_schema:
2202           type: string
2203       vm_flavor_name:
2204         type: string
2205         required: true
2206         status: SUPPORTED
2207       port_oam_server_port_mac_requirements:
2208         type: org.openecomp.datatypes.network.MacRequirements
2209         required: true
2210         status: SUPPORTED
2211       port_oam_server_port_exCP_naming:
2212         type: org.openecomp.datatypes.Naming
2213         required: true
2214         status: SUPPORTED
2215       compute_oam_server_availability_zone:
2216         type: list
2217         required: true
2218         status: SUPPORTED
2219         entry_schema:
2220           type: string
2221       vm_image_name:
2222         type: string
2223         required: true
2224         status: SUPPORTED
2225       port_oam_server_port_fixed_ips:
2226         type: list
2227         required: true
2228         status: SUPPORTED
2229         entry_schema:
2230           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2231       port_oam_server_port_subnetpoolid:
2232         type: string
2233         required: true
2234         status: SUPPORTED
2235       port_oam_server_port_network_role_tag:
2236         type: string
2237         required: true
2238         status: SUPPORTED
2239       port_oam_server_port_network_role:
2240         type: string
2241         required: true
2242         status: SUPPORTED
2243       port_oam_server_port_vlan_requirements:
2244         type: list
2245         required: true
2246         status: SUPPORTED
2247         entry_schema:
2248           type: org.openecomp.datatypes.network.VlanRequirements
2249       compute_oam_server_name:
2250         type: list
2251         required: true
2252         status: SUPPORTED
2253         entry_schema:
2254           type: string
2255       port_oam_server_port_ip_requirements:
2256         type: list
2257         required: true
2258         status: SUPPORTED
2259         entry_schema:
2260           type: org.openecomp.datatypes.network.IpRequirements
2261     requirements:
2262     - dependency_oam_server:
2263         capability: tosca.capabilities.Node
2264         node: tosca.nodes.Root
2265         relationship: tosca.relationships.DependsOn
2266         occurrences:
2267         - 0
2268         - UNBOUNDED
2269     - local_storage_oam_server:
2270         capability: tosca.capabilities.Attachment
2271         node: tosca.nodes.BlockStorage
2272         relationship: tosca.relationships.AttachesTo
2273         occurrences:
2274         - 0
2275         - UNBOUNDED
2276     - dependency_oam_server_oam_server_port:
2277         capability: tosca.capabilities.Node
2278         node: tosca.nodes.Root
2279         relationship: tosca.relationships.DependsOn
2280         occurrences:
2281         - 0
2282         - UNBOUNDED
2283     - link_oam_server_oam_server_port:
2284         capability: tosca.capabilities.network.Linkable
2285         relationship: tosca.relationships.network.LinksTo
2286         occurrences:
2287         - 1
2288         - 1
2289     capabilities:
2290       cpu.delta_oam_server:
2291         type: org.openecomp.capabilities.metric.Ceilometer
2292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2293         occurrences:
2294         - 1
2295         - UNBOUNDED
2296       host_oam_server:
2297         type: tosca.capabilities.Container
2298         valid_source_types:
2299         - tosca.nodes.SoftwareComponent
2300         occurrences:
2301         - 1
2302         - UNBOUNDED
2303       disk.usage_oam_server:
2304         type: org.openecomp.capabilities.metric.Ceilometer
2305         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2306         occurrences:
2307         - 1
2308         - UNBOUNDED
2309       network.incoming.packets.rate_oam_server_oam_server_port:
2310         type: org.openecomp.capabilities.metric.Ceilometer
2311         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2312         occurrences:
2313         - 1
2314         - UNBOUNDED
2315       feature_oam_server:
2316         type: tosca.capabilities.Node
2317         occurrences:
2318         - 1
2319         - UNBOUNDED
2320       disk.device.write.bytes_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       cpu_util_oam_server:
2327         type: org.openecomp.capabilities.metric.Ceilometer
2328         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2329         occurrences:
2330         - 1
2331         - UNBOUNDED
2332       network.outpoing.packets_oam_server_oam_server_port:
2333         type: org.openecomp.capabilities.metric.Ceilometer
2334         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2335         occurrences:
2336         - 1
2337         - UNBOUNDED
2338       disk.capacity_oam_server:
2339         type: org.openecomp.capabilities.metric.Ceilometer
2340         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2341         occurrences:
2342         - 1
2343         - UNBOUNDED
2344       memory_oam_server:
2345         type: org.openecomp.capabilities.metric.Ceilometer
2346         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2347         occurrences:
2348         - 1
2349         - UNBOUNDED
2350       disk.read.bytes.rate_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       disk.write.bytes_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       disk.write.requests_oam_server:
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       attachment_oam_server_oam_server_port:
2369         type: tosca.capabilities.Attachment
2370         occurrences:
2371         - 1
2372         - UNBOUNDED
2373       cpu_oam_server:
2374         type: org.openecomp.capabilities.metric.Ceilometer
2375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2376         occurrences:
2377         - 1
2378         - UNBOUNDED
2379       vcpus_oam_server:
2380         type: org.openecomp.capabilities.metric.Ceilometer
2381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2382         occurrences:
2383         - 1
2384         - UNBOUNDED
2385       disk.device.read.requests.rate_oam_server:
2386         type: org.openecomp.capabilities.metric.Ceilometer
2387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2388         occurrences:
2389         - 1
2390         - UNBOUNDED
2391       disk.allocation_oam_server:
2392         type: org.openecomp.capabilities.metric.Ceilometer
2393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2394         occurrences:
2395         - 1
2396         - UNBOUNDED
2397       disk.write.bytes.rate_oam_server:
2398         type: org.openecomp.capabilities.metric.Ceilometer
2399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2400         occurrences:
2401         - 1
2402         - UNBOUNDED
2403       disk.device.write.requests.rate_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       instance_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       memory.resident_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.device.read.requests_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.device.allocation_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_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       binding_oam_server_oam_server_port:
2440         type: tosca.capabilities.network.Bindable
2441         valid_source_types:
2442         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2443         occurrences:
2444         - 0
2445         - UNBOUNDED
2446       disk.iops_oam_server:
2447         type: org.openecomp.capabilities.metric.Ceilometer
2448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2449         occurrences:
2450         - 1
2451         - UNBOUNDED
2452       disk.device.capacity_oam_server:
2453         type: org.openecomp.capabilities.metric.Ceilometer
2454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2455         occurrences:
2456         - 1
2457         - UNBOUNDED
2458       binding_oam_server:
2459         type: tosca.capabilities.network.Bindable
2460         occurrences:
2461         - 1
2462         - UNBOUNDED
2463       disk.device.write.bytes.rate_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       disk.device.usage_oam_server:
2470         type: org.openecomp.capabilities.metric.Ceilometer
2471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2472         occurrences:
2473         - 1
2474         - UNBOUNDED
2475       network.incoming.bytes.rate_oam_server_oam_server_port:
2476         type: org.openecomp.capabilities.metric.Ceilometer
2477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2478         occurrences:
2479         - 1
2480         - UNBOUNDED
2481       disk.latency_oam_server:
2482         type: org.openecomp.capabilities.metric.Ceilometer
2483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2484         occurrences:
2485         - 1
2486         - UNBOUNDED
2487       disk.read.requests_oam_server:
2488         type: org.openecomp.capabilities.metric.Ceilometer
2489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2490         occurrences:
2491         - 1
2492         - UNBOUNDED
2493       disk.device.iops_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.root.size_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.outgoing.bytes_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.device.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       feature_oam_server_oam_server_port:
2518         type: tosca.capabilities.Node
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       memory.usage_oam_server:
2523         type: org.openecomp.capabilities.metric.Ceilometer
2524         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2525         occurrences:
2526         - 1
2527         - UNBOUNDED
2528       endpoint_oam_server:
2529         type: tosca.capabilities.Endpoint.Admin
2530         occurrences:
2531         - 1
2532         - UNBOUNDED
2533       network.outgoing.bytes.rate_oam_server_oam_server_port:
2534         type: org.openecomp.capabilities.metric.Ceilometer
2535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2536         occurrences:
2537         - 1
2538         - UNBOUNDED
2539       scalable_oam_server:
2540         type: tosca.capabilities.Scalable
2541         occurrences:
2542         - 1
2543         - UNBOUNDED
2544       disk.write.requests.rate_oam_server:
2545         type: org.openecomp.capabilities.metric.Ceilometer
2546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2547         occurrences:
2548         - 1
2549         - UNBOUNDED
2550       network.incoming.bytes_oam_server_oam_server_port:
2551         type: org.openecomp.capabilities.metric.Ceilometer
2552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2553         occurrences:
2554         - 1
2555         - UNBOUNDED
2556       disk.device.read.bytes.rate_oam_server:
2557         type: org.openecomp.capabilities.metric.Ceilometer
2558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2559         occurrences:
2560         - 1
2561         - UNBOUNDED
2562       disk.device.read.bytes_oam_server:
2563         type: org.openecomp.capabilities.metric.Ceilometer
2564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2565         occurrences:
2566         - 1
2567         - UNBOUNDED
2568       os_oam_server:
2569         type: tosca.capabilities.OperatingSystem
2570         occurrences:
2571         - 1
2572         - UNBOUNDED
2573       disk.read.bytes_oam_server:
2574         type: org.openecomp.capabilities.metric.Ceilometer
2575         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2576         occurrences:
2577         - 1
2578         - UNBOUNDED
2579       network.incoming.packets_oam_server_oam_server_port:
2580         type: org.openecomp.capabilities.metric.Ceilometer
2581         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2582         occurrences:
2583         - 1
2584         - UNBOUNDED
2585       network.outgoing.packets.rate_oam_server_oam_server_port:
2586         type: org.openecomp.capabilities.metric.Ceilometer
2587         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2588         occurrences:
2589         - 1
2590         - UNBOUNDED
2591       disk.ephemeral.size_oam_server:
2592         type: org.openecomp.capabilities.metric.Ceilometer
2593         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2594         occurrences:
2595         - 1
2596         - UNBOUNDED
2597   org.openecomp.resource.abstract.nodes.sm_server:
2598     derived_from: org.openecomp.resource.abstract.nodes.VFC
2599     properties:
2600       index_value:
2601         type: integer
2602         description: Index value of this substitution service template runtime instance
2603         required: false
2604         default: 0
2605         status: SUPPORTED
2606         constraints:
2607         - greater_or_equal: 0
2608       port_sm_server_port_order:
2609         type: integer
2610         required: true
2611         status: SUPPORTED
2612       port_sm_server_port_vlan_requirements:
2613         type: list
2614         required: true
2615         status: SUPPORTED
2616         entry_schema:
2617           type: org.openecomp.datatypes.network.VlanRequirements
2618       port_sm_server_port_subnetpoolid:
2619         type: string
2620         required: true
2621         status: SUPPORTED
2622       vm_flavor_name:
2623         type: string
2624         required: true
2625         status: SUPPORTED
2626       port_sm_server_port_exCP_naming:
2627         type: org.openecomp.datatypes.Naming
2628         required: true
2629         status: SUPPORTED
2630       port_sm_server_port_network_role_tag:
2631         type: string
2632         required: true
2633         status: SUPPORTED
2634       port_sm_server_port_network_role:
2635         type: string
2636         required: true
2637         status: SUPPORTED
2638       port_sm_server_port_network:
2639         type: list
2640         required: true
2641         status: SUPPORTED
2642         entry_schema:
2643           type: string
2644       compute_sm_server_name:
2645         type: list
2646         required: true
2647         status: SUPPORTED
2648         entry_schema:
2649           type: string
2650       port_sm_server_port_ip_requirements:
2651         type: list
2652         required: true
2653         status: SUPPORTED
2654         entry_schema:
2655           type: org.openecomp.datatypes.network.IpRequirements
2656       vm_image_name:
2657         type: string
2658         required: true
2659         status: SUPPORTED
2660       compute_sm_server_availability_zone:
2661         type: list
2662         required: true
2663         status: SUPPORTED
2664         entry_schema:
2665           type: string
2666       port_sm_server_port_mac_requirements:
2667         type: org.openecomp.datatypes.network.MacRequirements
2668         required: true
2669         status: SUPPORTED
2670       port_sm_server_port_replacement_policy:
2671         type: list
2672         required: true
2673         status: SUPPORTED
2674         entry_schema:
2675           type: string
2676       port_sm_server_port_fixed_ips:
2677         type: list
2678         required: true
2679         status: SUPPORTED
2680         entry_schema:
2681           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
2682     requirements:
2683     - dependency_sm_server:
2684         capability: tosca.capabilities.Node
2685         node: tosca.nodes.Root
2686         relationship: tosca.relationships.DependsOn
2687         occurrences:
2688         - 0
2689         - UNBOUNDED
2690     - local_storage_sm_server:
2691         capability: tosca.capabilities.Attachment
2692         node: tosca.nodes.BlockStorage
2693         relationship: tosca.relationships.AttachesTo
2694         occurrences:
2695         - 0
2696         - UNBOUNDED
2697     - dependency_sm_server_sm_server_port:
2698         capability: tosca.capabilities.Node
2699         node: tosca.nodes.Root
2700         relationship: tosca.relationships.DependsOn
2701         occurrences:
2702         - 0
2703         - UNBOUNDED
2704     - link_sm_server_sm_server_port:
2705         capability: tosca.capabilities.network.Linkable
2706         relationship: tosca.relationships.network.LinksTo
2707         occurrences:
2708         - 1
2709         - 1
2710     capabilities:
2711       disk.device.read.requests_sm_server:
2712         type: org.openecomp.capabilities.metric.Ceilometer
2713         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2714         occurrences:
2715         - 1
2716         - UNBOUNDED
2717       binding_sm_server_sm_server_port:
2718         type: tosca.capabilities.network.Bindable
2719         valid_source_types:
2720         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2721         occurrences:
2722         - 0
2723         - UNBOUNDED
2724       disk.iops_sm_server:
2725         type: org.openecomp.capabilities.metric.Ceilometer
2726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2727         occurrences:
2728         - 1
2729         - UNBOUNDED
2730       disk.device.capacity_sm_server:
2731         type: org.openecomp.capabilities.metric.Ceilometer
2732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2733         occurrences:
2734         - 1
2735         - UNBOUNDED
2736       disk.device.read.bytes.rate_sm_server:
2737         type: org.openecomp.capabilities.metric.Ceilometer
2738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2739         occurrences:
2740         - 1
2741         - UNBOUNDED
2742       disk.device.write.requests.rate_sm_server:
2743         type: org.openecomp.capabilities.metric.Ceilometer
2744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2745         occurrences:
2746         - 1
2747         - UNBOUNDED
2748       disk.device.allocation_sm_server:
2749         type: org.openecomp.capabilities.metric.Ceilometer
2750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2751         occurrences:
2752         - 1
2753         - UNBOUNDED
2754       network.incoming.bytes_sm_server_sm_server_port:
2755         type: org.openecomp.capabilities.metric.Ceilometer
2756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2757         occurrences:
2758         - 1
2759         - UNBOUNDED
2760       attachment_sm_server_sm_server_port:
2761         type: tosca.capabilities.Attachment
2762         occurrences:
2763         - 1
2764         - UNBOUNDED
2765       memory.usage_sm_server:
2766         type: org.openecomp.capabilities.metric.Ceilometer
2767         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2768         occurrences:
2769         - 1
2770         - UNBOUNDED
2771       binding_sm_server:
2772         type: tosca.capabilities.network.Bindable
2773         occurrences:
2774         - 1
2775         - UNBOUNDED
2776       disk.read.requests_sm_server:
2777         type: org.openecomp.capabilities.metric.Ceilometer
2778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2779         occurrences:
2780         - 1
2781         - UNBOUNDED
2782       network.outpoing.packets_sm_server_sm_server_port:
2783         type: org.openecomp.capabilities.metric.Ceilometer
2784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2785         occurrences:
2786         - 1
2787         - UNBOUNDED
2788       endpoint_sm_server:
2789         type: tosca.capabilities.Endpoint.Admin
2790         occurrences:
2791         - 1
2792         - UNBOUNDED
2793       disk.device.read.requests.rate_sm_server:
2794         type: org.openecomp.capabilities.metric.Ceilometer
2795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2796         occurrences:
2797         - 1
2798         - UNBOUNDED
2799       disk.capacity_sm_server:
2800         type: org.openecomp.capabilities.metric.Ceilometer
2801         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2802         occurrences:
2803         - 1
2804         - UNBOUNDED
2805       disk.allocation_sm_server:
2806         type: org.openecomp.capabilities.metric.Ceilometer
2807         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2808         occurrences:
2809         - 1
2810         - UNBOUNDED
2811       disk.root.size_sm_server:
2812         type: org.openecomp.capabilities.metric.Ceilometer
2813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2814         occurrences:
2815         - 1
2816         - UNBOUNDED
2817       disk.usage_sm_server:
2818         type: org.openecomp.capabilities.metric.Ceilometer
2819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2820         occurrences:
2821         - 1
2822         - UNBOUNDED
2823       vcpus_sm_server:
2824         type: org.openecomp.capabilities.metric.Ceilometer
2825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2826         occurrences:
2827         - 1
2828         - UNBOUNDED
2829       disk.write.bytes_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       cpu.delta_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       os_sm_server:
2842         type: tosca.capabilities.OperatingSystem
2843         occurrences:
2844         - 1
2845         - UNBOUNDED
2846       feature_sm_server_sm_server_port:
2847         type: tosca.capabilities.Node
2848         occurrences:
2849         - 1
2850         - UNBOUNDED
2851       memory.resident_sm_server:
2852         type: org.openecomp.capabilities.metric.Ceilometer
2853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2854         occurrences:
2855         - 1
2856         - UNBOUNDED
2857       network.outgoing.bytes_sm_server_sm_server_port:
2858         type: org.openecomp.capabilities.metric.Ceilometer
2859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2860         occurrences:
2861         - 1
2862         - UNBOUNDED
2863       instance_sm_server:
2864         type: org.openecomp.capabilities.metric.Ceilometer
2865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2866         occurrences:
2867         - 1
2868         - UNBOUNDED
2869       cpu_sm_server:
2870         type: org.openecomp.capabilities.metric.Ceilometer
2871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2872         occurrences:
2873         - 1
2874         - UNBOUNDED
2875       disk.device.write.bytes_sm_server:
2876         type: org.openecomp.capabilities.metric.Ceilometer
2877         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2878         occurrences:
2879         - 1
2880         - UNBOUNDED
2881       network.incoming.packets.rate_sm_server_sm_server_port:
2882         type: org.openecomp.capabilities.metric.Ceilometer
2883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2884         occurrences:
2885         - 1
2886         - UNBOUNDED
2887       disk.write.requests.rate_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       disk.device.write.bytes.rate_sm_server:
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       disk.write.bytes.rate_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       disk.device.write.requests_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.latency_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       host_sm_server:
2918         type: tosca.capabilities.Container
2919         valid_source_types:
2920         - tosca.nodes.SoftwareComponent
2921         occurrences:
2922         - 1
2923         - UNBOUNDED
2924       feature_sm_server:
2925         type: tosca.capabilities.Node
2926         occurrences:
2927         - 1
2928         - UNBOUNDED
2929       disk.device.usage_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       scalable_sm_server:
2936         type: tosca.capabilities.Scalable
2937         occurrences:
2938         - 1
2939         - UNBOUNDED
2940       disk.device.iops_sm_server:
2941         type: org.openecomp.capabilities.metric.Ceilometer
2942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2943         occurrences:
2944         - 1
2945         - UNBOUNDED
2946       disk.read.bytes.rate_sm_server:
2947         type: org.openecomp.capabilities.metric.Ceilometer
2948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2949         occurrences:
2950         - 1
2951         - UNBOUNDED
2952       disk.device.read.bytes_sm_server:
2953         type: org.openecomp.capabilities.metric.Ceilometer
2954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2955         occurrences:
2956         - 1
2957         - UNBOUNDED
2958       disk.latency_sm_server:
2959         type: org.openecomp.capabilities.metric.Ceilometer
2960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2961         occurrences:
2962         - 1
2963         - UNBOUNDED
2964       network.incoming.bytes.rate_sm_server_sm_server_port:
2965         type: org.openecomp.capabilities.metric.Ceilometer
2966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2967         occurrences:
2968         - 1
2969         - UNBOUNDED
2970       disk.read.bytes_sm_server:
2971         type: org.openecomp.capabilities.metric.Ceilometer
2972         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2973         occurrences:
2974         - 1
2975         - UNBOUNDED
2976       disk.write.requests_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       cpu_util_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.ephemeral.size_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       network.outgoing.packets.rate_sm_server_sm_server_port:
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.packets_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       memory_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       network.outgoing.bytes.rate_sm_server_sm_server_port:
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   org.openecomp.resource.abstract.nodes.ps_server:
3019     derived_from: org.openecomp.resource.abstract.nodes.VFC
3020     properties:
3021       port_ps_server_port_network:
3022         type: list
3023         required: true
3024         status: SUPPORTED
3025         entry_schema:
3026           type: string
3027       compute_ps_server_name:
3028         type: list
3029         required: true
3030         status: SUPPORTED
3031         entry_schema:
3032           type: string
3033       port_ps_server_port_vlan_requirements:
3034         type: list
3035         required: true
3036         status: SUPPORTED
3037         entry_schema:
3038           type: org.openecomp.datatypes.network.VlanRequirements
3039       compute_ps_server_availability_zone:
3040         type: list
3041         required: true
3042         status: SUPPORTED
3043         entry_schema:
3044           type: string
3045       port_ps_server_port_network_role:
3046         type: string
3047         required: true
3048         status: SUPPORTED
3049       index_value:
3050         type: integer
3051         description: Index value of this substitution service template runtime instance
3052         required: false
3053         default: 0
3054         status: SUPPORTED
3055         constraints:
3056         - greater_or_equal: 0
3057       port_ps_server_port_order:
3058         type: integer
3059         required: true
3060         status: SUPPORTED
3061       port_ps_server_port_subnetpoolid:
3062         type: string
3063         required: true
3064         status: SUPPORTED
3065       port_ps_server_port_fixed_ips:
3066         type: list
3067         required: true
3068         status: SUPPORTED
3069         entry_schema:
3070           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3071       vm_flavor_name:
3072         type: string
3073         required: true
3074         status: SUPPORTED
3075       port_ps_server_port_exCP_naming:
3076         type: org.openecomp.datatypes.Naming
3077         required: true
3078         status: SUPPORTED
3079       port_ps_server_port_ip_requirements:
3080         type: list
3081         required: true
3082         status: SUPPORTED
3083         entry_schema:
3084           type: org.openecomp.datatypes.network.IpRequirements
3085       port_ps_server_port_mac_requirements:
3086         type: org.openecomp.datatypes.network.MacRequirements
3087         required: true
3088         status: SUPPORTED
3089       vm_image_name:
3090         type: string
3091         required: true
3092         status: SUPPORTED
3093       port_ps_server_port_replacement_policy:
3094         type: list
3095         required: true
3096         status: SUPPORTED
3097         entry_schema:
3098           type: string
3099       port_ps_server_port_network_role_tag:
3100         type: string
3101         required: true
3102         status: SUPPORTED
3103     requirements:
3104     - dependency_ps_server_ps_server_port:
3105         capability: tosca.capabilities.Node
3106         node: tosca.nodes.Root
3107         relationship: tosca.relationships.DependsOn
3108         occurrences:
3109         - 0
3110         - UNBOUNDED
3111     - link_ps_server_ps_server_port:
3112         capability: tosca.capabilities.network.Linkable
3113         relationship: tosca.relationships.network.LinksTo
3114         occurrences:
3115         - 1
3116         - 1
3117     - dependency_ps_server:
3118         capability: tosca.capabilities.Node
3119         node: tosca.nodes.Root
3120         relationship: tosca.relationships.DependsOn
3121         occurrences:
3122         - 0
3123         - UNBOUNDED
3124     - local_storage_ps_server:
3125         capability: tosca.capabilities.Attachment
3126         node: tosca.nodes.BlockStorage
3127         relationship: tosca.relationships.AttachesTo
3128         occurrences:
3129         - 0
3130         - UNBOUNDED
3131     capabilities:
3132       instance_ps_server:
3133         type: org.openecomp.capabilities.metric.Ceilometer
3134         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3135         occurrences:
3136         - 1
3137         - UNBOUNDED
3138       host_ps_server:
3139         type: tosca.capabilities.Container
3140         valid_source_types:
3141         - tosca.nodes.SoftwareComponent
3142         occurrences:
3143         - 1
3144         - UNBOUNDED
3145       network.incoming.packets_ps_server_ps_server_port:
3146         type: org.openecomp.capabilities.metric.Ceilometer
3147         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3148         occurrences:
3149         - 1
3150         - UNBOUNDED
3151       cpu.delta_ps_server:
3152         type: org.openecomp.capabilities.metric.Ceilometer
3153         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3154         occurrences:
3155         - 1
3156         - UNBOUNDED
3157       disk.write.bytes.rate_ps_server:
3158         type: org.openecomp.capabilities.metric.Ceilometer
3159         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3160         occurrences:
3161         - 1
3162         - UNBOUNDED
3163       feature_ps_server_ps_server_port:
3164         type: tosca.capabilities.Node
3165         occurrences:
3166         - 1
3167         - UNBOUNDED
3168       feature_ps_server:
3169         type: tosca.capabilities.Node
3170         occurrences:
3171         - 1
3172         - UNBOUNDED
3173       disk.root.size_ps_server:
3174         type: org.openecomp.capabilities.metric.Ceilometer
3175         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3176         occurrences:
3177         - 1
3178         - UNBOUNDED
3179       disk.device.read.requests.rate_ps_server:
3180         type: org.openecomp.capabilities.metric.Ceilometer
3181         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3182         occurrences:
3183         - 1
3184         - UNBOUNDED
3185       cpu_ps_server:
3186         type: org.openecomp.capabilities.metric.Ceilometer
3187         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3188         occurrences:
3189         - 1
3190         - UNBOUNDED
3191       disk.device.write.bytes_ps_server:
3192         type: org.openecomp.capabilities.metric.Ceilometer
3193         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3194         occurrences:
3195         - 1
3196         - UNBOUNDED
3197       disk.device.read.bytes_ps_server:
3198         type: org.openecomp.capabilities.metric.Ceilometer
3199         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3200         occurrences:
3201         - 1
3202         - UNBOUNDED
3203       disk.read.bytes_ps_server:
3204         type: org.openecomp.capabilities.metric.Ceilometer
3205         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3206         occurrences:
3207         - 1
3208         - UNBOUNDED
3209       network.incoming.bytes_ps_server_ps_server_port:
3210         type: org.openecomp.capabilities.metric.Ceilometer
3211         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3212         occurrences:
3213         - 1
3214         - UNBOUNDED
3215       disk.device.iops_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.latency_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       disk.read.bytes.rate_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       memory_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       scalable_ps_server:
3240         type: tosca.capabilities.Scalable
3241         occurrences:
3242         - 1
3243         - UNBOUNDED
3244       attachment_ps_server_ps_server_port:
3245         type: tosca.capabilities.Attachment
3246         occurrences:
3247         - 1
3248         - UNBOUNDED
3249       disk.write.requests.rate_ps_server:
3250         type: org.openecomp.capabilities.metric.Ceilometer
3251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3252         occurrences:
3253         - 1
3254         - UNBOUNDED
3255       disk.write.requests_ps_server:
3256         type: org.openecomp.capabilities.metric.Ceilometer
3257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3258         occurrences:
3259         - 1
3260         - UNBOUNDED
3261       disk.latency_ps_server:
3262         type: org.openecomp.capabilities.metric.Ceilometer
3263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3264         occurrences:
3265         - 1
3266         - UNBOUNDED
3267       disk.ephemeral.size_ps_server:
3268         type: org.openecomp.capabilities.metric.Ceilometer
3269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3270         occurrences:
3271         - 1
3272         - UNBOUNDED
3273       disk.device.capacity_ps_server:
3274         type: org.openecomp.capabilities.metric.Ceilometer
3275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3276         occurrences:
3277         - 1
3278         - UNBOUNDED
3279       network.incoming.packets.rate_ps_server_ps_server_port:
3280         type: org.openecomp.capabilities.metric.Ceilometer
3281         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3282         occurrences:
3283         - 1
3284         - UNBOUNDED
3285       disk.iops_ps_server:
3286         type: org.openecomp.capabilities.metric.Ceilometer
3287         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3288         occurrences:
3289         - 1
3290         - UNBOUNDED
3291       disk.device.read.bytes.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       cpu_util_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       memory.resident_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.device.read.requests_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.write.bytes_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.outgoing.bytes.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       network.outgoing.packets.rate_ps_server_ps_server_port:
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       network.incoming.bytes.rate_ps_server_ps_server_port:
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       disk.device.write.requests.rate_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       disk.read.requests_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.allocation_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       memory.usage_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       binding_ps_server:
3364         type: tosca.capabilities.network.Bindable
3365         occurrences:
3366         - 1
3367         - UNBOUNDED
3368       os_ps_server:
3369         type: tosca.capabilities.OperatingSystem
3370         occurrences:
3371         - 1
3372         - UNBOUNDED
3373       disk.device.usage_ps_server:
3374         type: org.openecomp.capabilities.metric.Ceilometer
3375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3376         occurrences:
3377         - 1
3378         - UNBOUNDED
3379       binding_ps_server_ps_server_port:
3380         type: tosca.capabilities.network.Bindable
3381         valid_source_types:
3382         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3383         occurrences:
3384         - 0
3385         - UNBOUNDED
3386       disk.device.write.bytes.rate_ps_server:
3387         type: org.openecomp.capabilities.metric.Ceilometer
3388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3389         occurrences:
3390         - 1
3391         - UNBOUNDED
3392       vcpus_ps_server:
3393         type: org.openecomp.capabilities.metric.Ceilometer
3394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3395         occurrences:
3396         - 1
3397         - UNBOUNDED
3398       network.outgoing.bytes_ps_server_ps_server_port:
3399         type: org.openecomp.capabilities.metric.Ceilometer
3400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3401         occurrences:
3402         - 1
3403         - UNBOUNDED
3404       disk.usage_ps_server:
3405         type: org.openecomp.capabilities.metric.Ceilometer
3406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3407         occurrences:
3408         - 1
3409         - UNBOUNDED
3410       disk.device.write.requests_ps_server:
3411         type: org.openecomp.capabilities.metric.Ceilometer
3412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3413         occurrences:
3414         - 1
3415         - UNBOUNDED
3416       network.outpoing.packets_ps_server_ps_server_port:
3417         type: org.openecomp.capabilities.metric.Ceilometer
3418         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3419         occurrences:
3420         - 1
3421         - UNBOUNDED
3422       endpoint_ps_server:
3423         type: tosca.capabilities.Endpoint.Admin
3424         occurrences:
3425         - 1
3426         - UNBOUNDED
3427       disk.capacity_ps_server:
3428         type: org.openecomp.capabilities.metric.Ceilometer
3429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3430         occurrences:
3431         - 1
3432         - UNBOUNDED
3433       disk.device.allocation_ps_server:
3434         type: org.openecomp.capabilities.metric.Ceilometer
3435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3436         occurrences:
3437         - 1
3438         - UNBOUNDED
3439   org.openecomp.resource.vfc.nodes.heat.oam_server:
3440     derived_from: org.openecomp.resource.vfc.nodes.heat.nova.Server
3441     properties:
3442       port_oam_server_port_network:
3443         type: list
3444         required: true
3445         status: SUPPORTED
3446         entry_schema:
3447           type: string
3448       port_oam_server_port_order:
3449         type: integer
3450         required: true
3451         status: SUPPORTED
3452       index_value:
3453         type: integer
3454         description: Index value of this substitution service template runtime instance
3455         required: false
3456         default: 0
3457         status: SUPPORTED
3458         constraints:
3459         - greater_or_equal: 0
3460       port_oam_server_port_replacement_policy:
3461         type: list
3462         required: true
3463         status: SUPPORTED
3464         entry_schema:
3465           type: string
3466       vm_flavor_name:
3467         type: string
3468         required: true
3469         status: SUPPORTED
3470       port_oam_server_port_mac_requirements:
3471         type: org.openecomp.datatypes.network.MacRequirements
3472         required: true
3473         status: SUPPORTED
3474       port_oam_server_port_exCP_naming:
3475         type: org.openecomp.datatypes.Naming
3476         required: true
3477         status: SUPPORTED
3478       compute_oam_server_availability_zone:
3479         type: list
3480         required: true
3481         status: SUPPORTED
3482         entry_schema:
3483           type: string
3484       vm_image_name:
3485         type: string
3486         required: true
3487         status: SUPPORTED
3488       port_oam_server_port_fixed_ips:
3489         type: list
3490         required: true
3491         status: SUPPORTED
3492         entry_schema:
3493           type: org.openecomp.datatypes.heat.neutron.port.FixedIps
3494       port_oam_server_port_subnetpoolid:
3495         type: string
3496         required: true
3497         status: SUPPORTED
3498       port_oam_server_port_network_role_tag:
3499         type: string
3500         required: true
3501         status: SUPPORTED
3502       port_oam_server_port_network_role:
3503         type: string
3504         required: true
3505         status: SUPPORTED
3506       port_oam_server_port_vlan_requirements:
3507         type: list
3508         required: true
3509         status: SUPPORTED
3510         entry_schema:
3511           type: org.openecomp.datatypes.network.VlanRequirements
3512       compute_oam_server_name:
3513         type: list
3514         required: true
3515         status: SUPPORTED
3516         entry_schema:
3517           type: string
3518       port_oam_server_port_ip_requirements:
3519         type: list
3520         required: true
3521         status: SUPPORTED
3522         entry_schema:
3523           type: org.openecomp.datatypes.network.IpRequirements