713591db2f648b01e58fdf84e9e1d475c5f26473
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / resources / mock / services / heattotosca / fulltest / nestedSingleCompute / multipleReferencesToSameNestedFilesWithSameComputeType / out / GlobalSubstitutionTypesServiceTemplate.yaml
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.abstract.nodes.heat.vson_vm_2:
9     derived_from: org.openecomp.resource.abstract.nodes.VFC
10     properties:
11       vf_module_id:
12         type: string
13         description: Unique ID for this VF Module instance
14         required: true
15         status: SUPPORTED
16       default_gateway:
17         type: string
18         description: Default gateway.
19         required: true
20         status: SUPPORTED
21       port_vson_server_oam_net_port_0_ip_requirements:
22         type: list
23         required: true
24         status: SUPPORTED
25         entry_schema:
26           type: org.openecomp.datatypes.network.IpRequirements
27       instance_index:
28         type: float
29         description: Index of the instance.
30         required: true
31         status: SUPPORTED
32       vnf_name:
33         type: string
34         description: Unique name for this VF instance.
35         required: true
36         status: SUPPORTED
37       oam_net_subnet_prefix_length:
38         type: string
39         description: Prefix length of the subnet on the OAM network.
40         required: true
41         status: SUPPORTED
42       vf_module_name:
43         type: string
44         description: Unique name for this VF module instance.
45         required: true
46         status: SUPPORTED
47       dns_servers:
48         type: list
49         description: List of DNS servers.
50         required: true
51         status: SUPPORTED
52         entry_schema: &id001
53           type: string
54       oam_net_security_group_id:
55         type: string
56         description: |
57           The ID of Security group applied on the port bound to the vSON OAM network.
58         required: true
59         status: SUPPORTED
60       vson_vm_image_name:
61         type: string
62         description: VM Image name the vSON instance will be created from.
63         required: true
64         status: SUPPORTED
65       vnf_id:
66         type: string
67         description: Unique ID for this VF instance.
68         required: true
69         status: SUPPORTED
70       port_vson_server_oam_net_port_0_network_role:
71         type: string
72         required: true
73         status: SUPPORTED
74       vson_clm_oam_net_ip:
75         type: string
76         description: IP of the vSON Cluster Manager.
77         required: true
78         status: SUPPORTED
79       port_vson_server_oam_net_port_0_mac_requirements:
80         type: org.openecomp.datatypes.network.MacRequirements
81         required: true
82         status: SUPPORTED
83       port_vson_server_oam_net_port_0_subnetpoolid:
84         type: string
85         required: true
86         status: SUPPORTED
87       vson_dc_unit:
88         type: string
89         description: Name of the vSON Data Center.
90         required: true
91         status: SUPPORTED
92       oam_net_ips:
93         type: list
94         description: Fixed IP assignments for vSON instances on the OAM network.
95         required: true
96         status: SUPPORTED
97         entry_schema: &id002
98           type: string
99       vfc_role:
100         type: string
101         description: Unique ID for this VF Module instance
102         required: true
103         status: SUPPORTED
104       swift_account_auth_token:
105         type: string
106         description: |
107           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
108         required: true
109         status: SUPPORTED
110       vson_server_group_id:
111         type: string
112         description: |
113           Tells what policy should be applied to the ServerGroup. Affinity policy will force instances to share the same hypervisor. Anti-affinity will force instances to run in different hypervisors.
114         required: true
115         status: SUPPORTED
116       vson_vm_flavor_name:
117         type: string
118         description: The ID or name of the flavor to boot onto.
119         required: true
120         status: SUPPORTED
121       port_vson_server_oam_net_port_0_network_role_tag:
122         type: string
123         required: true
124         status: SUPPORTED
125       port_vson_server_oam_net_port_0_vlan_requirements:
126         type: list
127         required: true
128         status: SUPPORTED
129         entry_schema:
130           type: org.openecomp.datatypes.network.VlanRequirements
131       availability_zones:
132         type: list
133         description: List of availability zones.
134         required: true
135         status: SUPPORTED
136         entry_schema: &id003
137           type: string
138       volume_ids:
139         type: list
140         description: List of Volumes IDs.
141         required: true
142         status: SUPPORTED
143         entry_schema: &id004
144           type: string
145       ntp_servers:
146         type: list
147         description: List of NTP servers.
148         required: true
149         status: SUPPORTED
150         entry_schema: &id005
151           type: string
152       vson_join_cluster_auth_token:
153         type: string
154         description: "Authentication Token generated for the user permitted to add\
155           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
156         required: true
157         status: SUPPORTED
158       oam_net_id:
159         type: string
160         description: The ID of the OAM network.
161         required: true
162         status: SUPPORTED
163       port_vson_server_oam_net_port_0_order:
164         type: integer
165         required: true
166         status: SUPPORTED
167       port_vson_server_oam_net_port_0_exCP_naming:
168         type: org.openecomp.datatypes.Naming
169         required: true
170         status: SUPPORTED
171       vson_vm_names:
172         type: list
173         description: A list of unique names to be issued to the vSON Cluster leaders.
174         required: true
175         status: SUPPORTED
176         entry_schema: &id006
177           type: string
178     requirements:
179     - dependency_vson_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_vson_server:
187         capability: tosca.capabilities.Attachment
188         node: tosca.nodes.BlockStorage
189         relationship: tosca.relationships.AttachesTo
190         occurrences:
191         - 0
192         - UNBOUNDED
193     - dependency_vson_server_oam_net_port_0:
194         capability: tosca.capabilities.Node
195         node: tosca.nodes.Root
196         relationship: tosca.relationships.DependsOn
197         occurrences:
198         - 0
199         - UNBOUNDED
200     - link_vson_server_oam_net_port_0:
201         capability: tosca.capabilities.network.Linkable
202         relationship: tosca.relationships.network.LinksTo
203         occurrences:
204         - 1
205         - 1
206     capabilities:
207       disk.write.bytes_vson_server:
208         type: org.openecomp.capabilities.metric.Ceilometer
209         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
210         occurrences:
211         - 1
212         - UNBOUNDED
213       disk.device.allocation_vson_server:
214         type: org.openecomp.capabilities.metric.Ceilometer
215         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
216         occurrences:
217         - 1
218         - UNBOUNDED
219       network.incoming.packets_vson_server_oam_net_port_0:
220         type: org.openecomp.capabilities.metric.Ceilometer
221         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
222         occurrences:
223         - 1
224         - UNBOUNDED
225       memory.usage_vson_server:
226         type: org.openecomp.capabilities.metric.Ceilometer
227         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
228         occurrences:
229         - 1
230         - UNBOUNDED
231       network.incoming.bytes_vson_server_oam_net_port_0:
232         type: org.openecomp.capabilities.metric.Ceilometer
233         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
234         occurrences:
235         - 1
236         - UNBOUNDED
237       disk.device.latency_vson_server:
238         type: org.openecomp.capabilities.metric.Ceilometer
239         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
240         occurrences:
241         - 1
242         - UNBOUNDED
243       disk.device.write.bytes.rate_vson_server:
244         type: org.openecomp.capabilities.metric.Ceilometer
245         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
246         occurrences:
247         - 1
248         - UNBOUNDED
249       disk.device.read.requests_vson_server:
250         type: org.openecomp.capabilities.metric.Ceilometer
251         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
252         occurrences:
253         - 1
254         - UNBOUNDED
255       memory_vson_server:
256         type: org.openecomp.capabilities.metric.Ceilometer
257         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
258         occurrences:
259         - 1
260         - UNBOUNDED
261       disk.latency_vson_server:
262         type: org.openecomp.capabilities.metric.Ceilometer
263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
264         occurrences:
265         - 1
266         - UNBOUNDED
267       os_vson_server:
268         type: tosca.capabilities.OperatingSystem
269         occurrences:
270         - 1
271         - UNBOUNDED
272       feature_vson_server_oam_net_port_0:
273         type: tosca.capabilities.Node
274         occurrences:
275         - 1
276         - UNBOUNDED
277       instance_vson_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       cpu_vson_server:
284         type: org.openecomp.capabilities.metric.Ceilometer
285         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
286         occurrences:
287         - 1
288         - UNBOUNDED
289       attachment_vson_server_oam_net_port_0:
290         type: tosca.capabilities.Attachment
291         occurrences:
292         - 1
293         - UNBOUNDED
294       disk.iops_vson_server:
295         type: org.openecomp.capabilities.metric.Ceilometer
296         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
297         occurrences:
298         - 1
299         - UNBOUNDED
300       network.outgoing.bytes_vson_server_oam_net_port_0:
301         type: org.openecomp.capabilities.metric.Ceilometer
302         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
303         occurrences:
304         - 1
305         - UNBOUNDED
306       disk.device.write.bytes_vson_server:
307         type: org.openecomp.capabilities.metric.Ceilometer
308         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
309         occurrences:
310         - 1
311         - UNBOUNDED
312       disk.device.read.bytes.rate_vson_server:
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       endpoint_vson_server:
319         type: tosca.capabilities.Endpoint.Admin
320         occurrences:
321         - 1
322         - UNBOUNDED
323       vcpus_vson_server:
324         type: org.openecomp.capabilities.metric.Ceilometer
325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
326         occurrences:
327         - 1
328         - UNBOUNDED
329       network.incoming.packets.rate_vson_server_oam_net_port_0:
330         type: org.openecomp.capabilities.metric.Ceilometer
331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
332         occurrences:
333         - 1
334         - UNBOUNDED
335       disk.device.read.requests.rate_vson_server:
336         type: org.openecomp.capabilities.metric.Ceilometer
337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
338         occurrences:
339         - 1
340         - UNBOUNDED
341       disk.write.requests.rate_vson_server:
342         type: org.openecomp.capabilities.metric.Ceilometer
343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
344         occurrences:
345         - 1
346         - UNBOUNDED
347       disk.capacity_vson_server:
348         type: org.openecomp.capabilities.metric.Ceilometer
349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
350         occurrences:
351         - 1
352         - UNBOUNDED
353       disk.device.capacity_vson_server:
354         type: org.openecomp.capabilities.metric.Ceilometer
355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
356         occurrences:
357         - 1
358         - UNBOUNDED
359       disk.device.iops_vson_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.write.requests.rate_vson_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       network.outpoing.packets_vson_server_oam_net_port_0:
372         type: org.openecomp.capabilities.metric.Ceilometer
373         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
374         occurrences:
375         - 1
376         - UNBOUNDED
377       disk.read.bytes_vson_server:
378         type: org.openecomp.capabilities.metric.Ceilometer
379         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
380         occurrences:
381         - 1
382         - UNBOUNDED
383       disk.read.bytes.rate_vson_server:
384         type: org.openecomp.capabilities.metric.Ceilometer
385         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
386         occurrences:
387         - 1
388         - UNBOUNDED
389       disk.device.write.requests_vson_server:
390         type: org.openecomp.capabilities.metric.Ceilometer
391         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
392         occurrences:
393         - 1
394         - UNBOUNDED
395       network.outgoing.packets.rate_vson_server_oam_net_port_0:
396         type: org.openecomp.capabilities.metric.Ceilometer
397         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
398         occurrences:
399         - 1
400         - UNBOUNDED
401       disk.root.size_vson_server:
402         type: org.openecomp.capabilities.metric.Ceilometer
403         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
404         occurrences:
405         - 1
406         - UNBOUNDED
407       disk.ephemeral.size_vson_server:
408         type: org.openecomp.capabilities.metric.Ceilometer
409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
410         occurrences:
411         - 1
412         - UNBOUNDED
413       memory.resident_vson_server:
414         type: org.openecomp.capabilities.metric.Ceilometer
415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
416         occurrences:
417         - 1
418         - UNBOUNDED
419       disk.device.read.bytes_vson_server:
420         type: org.openecomp.capabilities.metric.Ceilometer
421         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
422         occurrences:
423         - 1
424         - UNBOUNDED
425       scalable_vson_server:
426         type: tosca.capabilities.Scalable
427         occurrences:
428         - 1
429         - UNBOUNDED
430       network.outgoing.bytes.rate_vson_server_oam_net_port_0:
431         type: org.openecomp.capabilities.metric.Ceilometer
432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
433         occurrences:
434         - 1
435         - UNBOUNDED
436       disk.write.requests_vson_server:
437         type: org.openecomp.capabilities.metric.Ceilometer
438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
439         occurrences:
440         - 1
441         - UNBOUNDED
442       disk.usage_vson_server:
443         type: org.openecomp.capabilities.metric.Ceilometer
444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
445         occurrences:
446         - 1
447         - UNBOUNDED
448       cpu_util_vson_server:
449         type: org.openecomp.capabilities.metric.Ceilometer
450         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
451         occurrences:
452         - 1
453         - UNBOUNDED
454       disk.device.usage_vson_server:
455         type: org.openecomp.capabilities.metric.Ceilometer
456         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
457         occurrences:
458         - 1
459         - UNBOUNDED
460       cpu.delta_vson_server:
461         type: org.openecomp.capabilities.metric.Ceilometer
462         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
463         occurrences:
464         - 1
465         - UNBOUNDED
466       disk.write.bytes.rate_vson_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       feature_vson_server:
473         type: tosca.capabilities.Node
474         occurrences:
475         - 1
476         - UNBOUNDED
477       disk.allocation_vson_server:
478         type: org.openecomp.capabilities.metric.Ceilometer
479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
480         occurrences:
481         - 1
482         - UNBOUNDED
483       binding_vson_server:
484         type: tosca.capabilities.network.Bindable
485         occurrences:
486         - 1
487         - UNBOUNDED
488       host_vson_server:
489         type: tosca.capabilities.Container
490         valid_source_types:
491         - tosca.nodes.SoftwareComponent
492         occurrences:
493         - 1
494         - UNBOUNDED
495       binding_vson_server_oam_net_port_0:
496         type: tosca.capabilities.network.Bindable
497         valid_source_types:
498         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
499         occurrences:
500         - 0
501         - UNBOUNDED
502       network.incoming.bytes.rate_vson_server_oam_net_port_0:
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.read.requests_vson_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.vson_vm:
515     derived_from: org.openecomp.resource.abstract.nodes.VFC
516     properties:
517       vf_module_id:
518         type: string
519         description: Unique ID for this VF Module instance
520         required: true
521         status: SUPPORTED
522       default_gateway:
523         type: string
524         description: Default gateway.
525         required: true
526         status: SUPPORTED
527       port_vson_server_oam_net_port_0_ip_requirements:
528         type: list
529         required: true
530         status: SUPPORTED
531         entry_schema:
532           type: org.openecomp.datatypes.network.IpRequirements
533       instance_index:
534         type: float
535         description: Index of the instance.
536         required: true
537         status: SUPPORTED
538       vnf_name:
539         type: string
540         description: Unique name for this VF instance.
541         required: true
542         status: SUPPORTED
543       oam_net_subnet_prefix_length:
544         type: string
545         description: Prefix length of the subnet on the OAM network.
546         required: true
547         status: SUPPORTED
548       vf_module_name:
549         type: string
550         description: Unique name for this VF module instance.
551         required: true
552         status: SUPPORTED
553       dns_servers:
554         type: list
555         description: List of DNS servers.
556         required: true
557         status: SUPPORTED
558         entry_schema:
559           type: string
560       oam_net_security_group_id:
561         type: string
562         description: |
563           The ID of Security group applied on the port bound to the vSON OAM network.
564         required: true
565         status: SUPPORTED
566       vson_vm_image_name:
567         type: string
568         description: VM Image name the vSON instance will be created from.
569         required: true
570         status: SUPPORTED
571       vnf_id:
572         type: string
573         description: Unique ID for this VF instance.
574         required: true
575         status: SUPPORTED
576       port_vson_server_oam_net_port_0_network_role:
577         type: string
578         required: true
579         status: SUPPORTED
580       vson_clm_oam_net_ip:
581         type: string
582         description: IP of the vSON Cluster Manager.
583         required: true
584         status: SUPPORTED
585       port_vson_server_oam_net_port_0_mac_requirements:
586         type: org.openecomp.datatypes.network.MacRequirements
587         required: true
588         status: SUPPORTED
589       port_vson_server_oam_net_port_0_subnetpoolid:
590         type: string
591         required: true
592         status: SUPPORTED
593       vson_dc_unit:
594         type: string
595         description: Name of the vSON Data Center.
596         required: true
597         status: SUPPORTED
598       oam_net_ips:
599         type: list
600         description: Fixed IPv4 assignments for vSON instances on the OAM network.
601         required: true
602         status: SUPPORTED
603         entry_schema:
604           type: string
605       oam_net_subnet_v6_prefix_length:
606         type: string
607         description: OAM network IPv6 subnet prefix length.
608         required: true
609         status: SUPPORTED
610       vfc_role:
611         type: string
612         description: Unique ID for this VF Module instance
613         required: true
614         status: SUPPORTED
615       swift_account_auth_token:
616         type: string
617         description: |
618           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
619         required: true
620         status: SUPPORTED
621       default_gateway_v6:
622         type: string
623         description: Default IPv6 gateway.
624         required: true
625         status: SUPPORTED
626       vson_server_group_id:
627         type: string
628         description: |
629           Tells what policy should be applied to the ServerGroup. Affinity policy will force instances to share the same hypervisor. Anti-affinity will force instances to run in different hypervisors.
630         required: true
631         status: SUPPORTED
632       vson_vm_flavor_name:
633         type: string
634         description: The ID or name of the flavor to boot onto.
635         required: true
636         status: SUPPORTED
637       port_vson_server_oam_net_port_0_network_role_tag:
638         type: string
639         required: true
640         status: SUPPORTED
641       port_vson_server_oam_net_port_0_vlan_requirements:
642         type: list
643         required: true
644         status: SUPPORTED
645         entry_schema:
646           type: org.openecomp.datatypes.network.VlanRequirements
647       availability_zones:
648         type: list
649         description: List of availability zones.
650         required: true
651         status: SUPPORTED
652         entry_schema:
653           type: string
654       volume_ids:
655         type: list
656         description: List of Volumes IDs.
657         required: true
658         status: SUPPORTED
659         entry_schema:
660           type: string
661       oam_net_v6_ips:
662         type: list
663         description: Fixed IPv6 assignments for vSON instances on the OAM network.
664         required: true
665         status: SUPPORTED
666         entry_schema:
667           type: string
668       ntp_servers:
669         type: list
670         description: List of NTP servers.
671         required: true
672         status: SUPPORTED
673         entry_schema:
674           type: string
675       vson_join_cluster_auth_token:
676         type: string
677         description: |
678           Authentication Token generated for the user permitted to add a new Datacenter/vSON member to existing vSON Cluster.
679         required: true
680         status: SUPPORTED
681       oam_net_id:
682         type: string
683         description: The ID of the OAM network.
684         required: true
685         status: SUPPORTED
686       port_vson_server_oam_net_port_0_order:
687         type: integer
688         required: true
689         status: SUPPORTED
690       port_vson_server_oam_net_port_0_exCP_naming:
691         type: org.openecomp.datatypes.Naming
692         required: true
693         status: SUPPORTED
694       vson_vm_names:
695         type: list
696         description: A list of unique names to be issued to the vSON Cluster leaders.
697         required: true
698         status: SUPPORTED
699         entry_schema:
700           type: string
701     requirements:
702     - dependency_vson_server:
703         capability: tosca.capabilities.Node
704         node: tosca.nodes.Root
705         relationship: tosca.relationships.DependsOn
706         occurrences:
707         - 0
708         - UNBOUNDED
709     - local_storage_vson_server:
710         capability: tosca.capabilities.Attachment
711         node: tosca.nodes.BlockStorage
712         relationship: tosca.relationships.AttachesTo
713         occurrences:
714         - 0
715         - UNBOUNDED
716     - dependency_vson_server_oam_net_port_0:
717         capability: tosca.capabilities.Node
718         node: tosca.nodes.Root
719         relationship: tosca.relationships.DependsOn
720         occurrences:
721         - 0
722         - UNBOUNDED
723     - link_vson_server_oam_net_port_0:
724         capability: tosca.capabilities.network.Linkable
725         relationship: tosca.relationships.network.LinksTo
726         occurrences:
727         - 1
728         - 1
729     capabilities:
730       disk.write.bytes_vson_server:
731         type: org.openecomp.capabilities.metric.Ceilometer
732         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
733         occurrences:
734         - 1
735         - UNBOUNDED
736       disk.device.allocation_vson_server:
737         type: org.openecomp.capabilities.metric.Ceilometer
738         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
739         occurrences:
740         - 1
741         - UNBOUNDED
742       network.incoming.packets_vson_server_oam_net_port_0:
743         type: org.openecomp.capabilities.metric.Ceilometer
744         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
745         occurrences:
746         - 1
747         - UNBOUNDED
748       memory.usage_vson_server:
749         type: org.openecomp.capabilities.metric.Ceilometer
750         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
751         occurrences:
752         - 1
753         - UNBOUNDED
754       network.incoming.bytes_vson_server_oam_net_port_0:
755         type: org.openecomp.capabilities.metric.Ceilometer
756         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
757         occurrences:
758         - 1
759         - UNBOUNDED
760       disk.device.latency_vson_server:
761         type: org.openecomp.capabilities.metric.Ceilometer
762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
763         occurrences:
764         - 1
765         - UNBOUNDED
766       disk.device.write.bytes.rate_vson_server:
767         type: org.openecomp.capabilities.metric.Ceilometer
768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
769         occurrences:
770         - 1
771         - UNBOUNDED
772       disk.device.read.requests_vson_server:
773         type: org.openecomp.capabilities.metric.Ceilometer
774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
775         occurrences:
776         - 1
777         - UNBOUNDED
778       memory_vson_server:
779         type: org.openecomp.capabilities.metric.Ceilometer
780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
781         occurrences:
782         - 1
783         - UNBOUNDED
784       disk.latency_vson_server:
785         type: org.openecomp.capabilities.metric.Ceilometer
786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
787         occurrences:
788         - 1
789         - UNBOUNDED
790       os_vson_server:
791         type: tosca.capabilities.OperatingSystem
792         occurrences:
793         - 1
794         - UNBOUNDED
795       feature_vson_server_oam_net_port_0:
796         type: tosca.capabilities.Node
797         occurrences:
798         - 1
799         - UNBOUNDED
800       instance_vson_server:
801         type: org.openecomp.capabilities.metric.Ceilometer
802         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
803         occurrences:
804         - 1
805         - UNBOUNDED
806       cpu_vson_server:
807         type: org.openecomp.capabilities.metric.Ceilometer
808         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
809         occurrences:
810         - 1
811         - UNBOUNDED
812       attachment_vson_server_oam_net_port_0:
813         type: tosca.capabilities.Attachment
814         occurrences:
815         - 1
816         - UNBOUNDED
817       disk.iops_vson_server:
818         type: org.openecomp.capabilities.metric.Ceilometer
819         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
820         occurrences:
821         - 1
822         - UNBOUNDED
823       network.outgoing.bytes_vson_server_oam_net_port_0:
824         type: org.openecomp.capabilities.metric.Ceilometer
825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
826         occurrences:
827         - 1
828         - UNBOUNDED
829       disk.device.write.bytes_vson_server:
830         type: org.openecomp.capabilities.metric.Ceilometer
831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
832         occurrences:
833         - 1
834         - UNBOUNDED
835       disk.device.read.bytes.rate_vson_server:
836         type: org.openecomp.capabilities.metric.Ceilometer
837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
838         occurrences:
839         - 1
840         - UNBOUNDED
841       endpoint_vson_server:
842         type: tosca.capabilities.Endpoint.Admin
843         occurrences:
844         - 1
845         - UNBOUNDED
846       vcpus_vson_server:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       network.incoming.packets.rate_vson_server_oam_net_port_0:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.device.read.requests.rate_vson_server:
859         type: org.openecomp.capabilities.metric.Ceilometer
860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
861         occurrences:
862         - 1
863         - UNBOUNDED
864       disk.write.requests.rate_vson_server:
865         type: org.openecomp.capabilities.metric.Ceilometer
866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
867         occurrences:
868         - 1
869         - UNBOUNDED
870       disk.capacity_vson_server:
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.capacity_vson_server:
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.device.iops_vson_server:
883         type: org.openecomp.capabilities.metric.Ceilometer
884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
885         occurrences:
886         - 1
887         - UNBOUNDED
888       disk.device.write.requests.rate_vson_server:
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       network.outpoing.packets_vson_server_oam_net_port_0:
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.read.bytes_vson_server:
901         type: org.openecomp.capabilities.metric.Ceilometer
902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
903         occurrences:
904         - 1
905         - UNBOUNDED
906       disk.read.bytes.rate_vson_server:
907         type: org.openecomp.capabilities.metric.Ceilometer
908         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
909         occurrences:
910         - 1
911         - UNBOUNDED
912       disk.device.write.requests_vson_server:
913         type: org.openecomp.capabilities.metric.Ceilometer
914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
915         occurrences:
916         - 1
917         - UNBOUNDED
918       network.outgoing.packets.rate_vson_server_oam_net_port_0:
919         type: org.openecomp.capabilities.metric.Ceilometer
920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
921         occurrences:
922         - 1
923         - UNBOUNDED
924       disk.root.size_vson_server:
925         type: org.openecomp.capabilities.metric.Ceilometer
926         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
927         occurrences:
928         - 1
929         - UNBOUNDED
930       disk.ephemeral.size_vson_server:
931         type: org.openecomp.capabilities.metric.Ceilometer
932         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
933         occurrences:
934         - 1
935         - UNBOUNDED
936       memory.resident_vson_server:
937         type: org.openecomp.capabilities.metric.Ceilometer
938         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
939         occurrences:
940         - 1
941         - UNBOUNDED
942       disk.device.read.bytes_vson_server:
943         type: org.openecomp.capabilities.metric.Ceilometer
944         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
945         occurrences:
946         - 1
947         - UNBOUNDED
948       scalable_vson_server:
949         type: tosca.capabilities.Scalable
950         occurrences:
951         - 1
952         - UNBOUNDED
953       network.outgoing.bytes.rate_vson_server_oam_net_port_0:
954         type: org.openecomp.capabilities.metric.Ceilometer
955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
956         occurrences:
957         - 1
958         - UNBOUNDED
959       disk.write.requests_vson_server:
960         type: org.openecomp.capabilities.metric.Ceilometer
961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
962         occurrences:
963         - 1
964         - UNBOUNDED
965       disk.usage_vson_server:
966         type: org.openecomp.capabilities.metric.Ceilometer
967         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
968         occurrences:
969         - 1
970         - UNBOUNDED
971       cpu_util_vson_server:
972         type: org.openecomp.capabilities.metric.Ceilometer
973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
974         occurrences:
975         - 1
976         - UNBOUNDED
977       disk.device.usage_vson_server:
978         type: org.openecomp.capabilities.metric.Ceilometer
979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
980         occurrences:
981         - 1
982         - UNBOUNDED
983       cpu.delta_vson_server:
984         type: org.openecomp.capabilities.metric.Ceilometer
985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
986         occurrences:
987         - 1
988         - UNBOUNDED
989       disk.write.bytes.rate_vson_server:
990         type: org.openecomp.capabilities.metric.Ceilometer
991         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
992         occurrences:
993         - 1
994         - UNBOUNDED
995       feature_vson_server:
996         type: tosca.capabilities.Node
997         occurrences:
998         - 1
999         - UNBOUNDED
1000       disk.allocation_vson_server:
1001         type: org.openecomp.capabilities.metric.Ceilometer
1002         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1003         occurrences:
1004         - 1
1005         - UNBOUNDED
1006       binding_vson_server:
1007         type: tosca.capabilities.network.Bindable
1008         occurrences:
1009         - 1
1010         - UNBOUNDED
1011       host_vson_server:
1012         type: tosca.capabilities.Container
1013         valid_source_types:
1014         - tosca.nodes.SoftwareComponent
1015         occurrences:
1016         - 1
1017         - UNBOUNDED
1018       binding_vson_server_oam_net_port_0:
1019         type: tosca.capabilities.network.Bindable
1020         valid_source_types:
1021         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1022         occurrences:
1023         - 0
1024         - UNBOUNDED
1025       network.incoming.bytes.rate_vson_server_oam_net_port_0:
1026         type: org.openecomp.capabilities.metric.Ceilometer
1027         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1028         occurrences:
1029         - 1
1030         - UNBOUNDED
1031       disk.read.requests_vson_server:
1032         type: org.openecomp.capabilities.metric.Ceilometer
1033         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1034         occurrences:
1035         - 1
1036         - UNBOUNDED
1037   org.openecomp.resource.abstract.nodes.heat.vson_vm_3:
1038     derived_from: org.openecomp.resource.abstract.nodes.VFC
1039     properties:
1040       vf_module_id:
1041         type: string
1042         description: Unique ID for this VF Module instance
1043         required: true
1044         status: SUPPORTED
1045       vson_cluster_name:
1046         type: string
1047         description: Name of the vSON Cluster.
1048         required: true
1049         status: SUPPORTED
1050       default_gateway:
1051         type: string
1052         description: Default gateway.
1053         required: true
1054         status: SUPPORTED
1055       port_vson_server_oam_net_port_0_ip_requirements:
1056         type: list
1057         required: true
1058         status: SUPPORTED
1059         entry_schema:
1060           type: org.openecomp.datatypes.network.IpRequirements
1061       instance_index:
1062         type: float
1063         description: Index of the instance.
1064         required: true
1065         status: SUPPORTED
1066       vnf_name:
1067         type: string
1068         description: Unique name for this VF instance.
1069         required: true
1070         status: SUPPORTED
1071       oam_net_subnet_prefix_length:
1072         type: string
1073         description: Prefix length of the subnet on the OAM network.
1074         required: true
1075         status: SUPPORTED
1076       swift_storage_url:
1077         type: string
1078         description: |
1079           Swift storage URL. Example: http://172.16.209.246:8080/v1/AUTH_a4d426b5ef2e41408a8e6e6b9a8d3029 http://172.16.209.246:8080 - protocol, IP and port, v1 - API version AUTH_a4d426b5ef2e41408a8e6e6b9a8d3029 - account ID
1080         required: true
1081         status: SUPPORTED
1082       vf_module_name:
1083         type: string
1084         description: Unique name for this VF module instance.
1085         required: true
1086         status: SUPPORTED
1087       dns_servers:
1088         type: list
1089         description: List of DNS servers.
1090         required: true
1091         status: SUPPORTED
1092         entry_schema:
1093           type: string
1094       oam_net_security_group_id:
1095         type: string
1096         description: |
1097           The ID of Security group applied on the port bound to the vSON OAM network.
1098         required: true
1099         status: SUPPORTED
1100       vson_vm_image_name:
1101         type: string
1102         description: VM Image name the vSON instance will be created from.
1103         required: true
1104         status: SUPPORTED
1105       vnf_id:
1106         type: string
1107         description: Unique ID for this VF instance.
1108         required: true
1109         status: SUPPORTED
1110       port_vson_server_oam_net_port_0_network_role:
1111         type: string
1112         required: true
1113         status: SUPPORTED
1114       vson_clm_oam_net_ip:
1115         type: string
1116         description: IP of the vSON Cluster Manager.
1117         required: true
1118         status: SUPPORTED
1119       port_vson_server_oam_net_port_0_mac_requirements:
1120         type: org.openecomp.datatypes.network.MacRequirements
1121         required: true
1122         status: SUPPORTED
1123       port_vson_server_oam_net_port_0_subnetpoolid:
1124         type: string
1125         required: true
1126         status: SUPPORTED
1127       oam_net_ips:
1128         type: list
1129         description: Fixed IP assignments for vSON instances on the OAM network.
1130         required: true
1131         status: SUPPORTED
1132         entry_schema:
1133           type: string
1134       swift_son_container_name:
1135         type: string
1136         description: Swift container storing vSON artifacts.
1137         required: true
1138         status: SUPPORTED
1139       vfc_role:
1140         type: string
1141         description: Unique ID for this VF Module instance
1142         required: true
1143         status: SUPPORTED
1144       swift_account_auth_token:
1145         type: string
1146         description: |
1147           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
1148         required: true
1149         status: SUPPORTED
1150       vson_server_group_id:
1151         type: string
1152         description: |
1153           Tells what policy should be applied to the ServerGroup. Affinity policy will force instances to share the same hypervisor. Anti-affinity will force instances to run in different hypervisors.
1154         required: true
1155         status: SUPPORTED
1156       vson_vm_flavor_name:
1157         type: string
1158         description: The ID or name of the flavor to boot onto.
1159         required: true
1160         status: SUPPORTED
1161       port_vson_server_oam_net_port_0_network_role_tag:
1162         type: string
1163         required: true
1164         status: SUPPORTED
1165       port_vson_server_oam_net_port_0_vlan_requirements:
1166         type: list
1167         required: true
1168         status: SUPPORTED
1169         entry_schema:
1170           type: org.openecomp.datatypes.network.VlanRequirements
1171       availability_zones:
1172         type: list
1173         description: List of availability zones.
1174         required: true
1175         status: SUPPORTED
1176         entry_schema:
1177           type: string
1178       ntp_servers:
1179         type: list
1180         description: List of NTP servers.
1181         required: true
1182         status: SUPPORTED
1183         entry_schema:
1184           type: string
1185       oam_net_id:
1186         type: string
1187         description: The ID of the OAM network.
1188         required: true
1189         status: SUPPORTED
1190       port_vson_server_oam_net_port_0_order:
1191         type: integer
1192         required: true
1193         status: SUPPORTED
1194       port_vson_server_oam_net_port_0_exCP_naming:
1195         type: org.openecomp.datatypes.Naming
1196         required: true
1197         status: SUPPORTED
1198       vson_vm_names:
1199         type: list
1200         description: A list of unique names to be issued to the vSON Cluster leaders.
1201         required: true
1202         status: SUPPORTED
1203         entry_schema:
1204           type: string
1205     requirements:
1206     - dependency_vson_server:
1207         capability: tosca.capabilities.Node
1208         node: tosca.nodes.Root
1209         relationship: tosca.relationships.DependsOn
1210         occurrences:
1211         - 0
1212         - UNBOUNDED
1213     - local_storage_vson_server:
1214         capability: tosca.capabilities.Attachment
1215         node: tosca.nodes.BlockStorage
1216         relationship: tosca.relationships.AttachesTo
1217         occurrences:
1218         - 0
1219         - UNBOUNDED
1220     - dependency_vson_server_oam_net_port_0:
1221         capability: tosca.capabilities.Node
1222         node: tosca.nodes.Root
1223         relationship: tosca.relationships.DependsOn
1224         occurrences:
1225         - 0
1226         - UNBOUNDED
1227     - link_vson_server_oam_net_port_0:
1228         capability: tosca.capabilities.network.Linkable
1229         relationship: tosca.relationships.network.LinksTo
1230         occurrences:
1231         - 1
1232         - 1
1233     capabilities:
1234       disk.write.bytes_vson_server:
1235         type: org.openecomp.capabilities.metric.Ceilometer
1236         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1237         occurrences:
1238         - 1
1239         - UNBOUNDED
1240       disk.device.allocation_vson_server:
1241         type: org.openecomp.capabilities.metric.Ceilometer
1242         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1243         occurrences:
1244         - 1
1245         - UNBOUNDED
1246       network.incoming.packets_vson_server_oam_net_port_0:
1247         type: org.openecomp.capabilities.metric.Ceilometer
1248         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1249         occurrences:
1250         - 1
1251         - UNBOUNDED
1252       memory.usage_vson_server:
1253         type: org.openecomp.capabilities.metric.Ceilometer
1254         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1255         occurrences:
1256         - 1
1257         - UNBOUNDED
1258       network.incoming.bytes_vson_server_oam_net_port_0:
1259         type: org.openecomp.capabilities.metric.Ceilometer
1260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1261         occurrences:
1262         - 1
1263         - UNBOUNDED
1264       disk.device.latency_vson_server:
1265         type: org.openecomp.capabilities.metric.Ceilometer
1266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1267         occurrences:
1268         - 1
1269         - UNBOUNDED
1270       disk.device.write.bytes.rate_vson_server:
1271         type: org.openecomp.capabilities.metric.Ceilometer
1272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1273         occurrences:
1274         - 1
1275         - UNBOUNDED
1276       disk.device.read.requests_vson_server:
1277         type: org.openecomp.capabilities.metric.Ceilometer
1278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1279         occurrences:
1280         - 1
1281         - UNBOUNDED
1282       memory_vson_server:
1283         type: org.openecomp.capabilities.metric.Ceilometer
1284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1285         occurrences:
1286         - 1
1287         - UNBOUNDED
1288       disk.latency_vson_server:
1289         type: org.openecomp.capabilities.metric.Ceilometer
1290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1291         occurrences:
1292         - 1
1293         - UNBOUNDED
1294       os_vson_server:
1295         type: tosca.capabilities.OperatingSystem
1296         occurrences:
1297         - 1
1298         - UNBOUNDED
1299       feature_vson_server_oam_net_port_0:
1300         type: tosca.capabilities.Node
1301         occurrences:
1302         - 1
1303         - UNBOUNDED
1304       instance_vson_server:
1305         type: org.openecomp.capabilities.metric.Ceilometer
1306         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1307         occurrences:
1308         - 1
1309         - UNBOUNDED
1310       cpu_vson_server:
1311         type: org.openecomp.capabilities.metric.Ceilometer
1312         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1313         occurrences:
1314         - 1
1315         - UNBOUNDED
1316       attachment_vson_server_oam_net_port_0:
1317         type: tosca.capabilities.Attachment
1318         occurrences:
1319         - 1
1320         - UNBOUNDED
1321       disk.iops_vson_server:
1322         type: org.openecomp.capabilities.metric.Ceilometer
1323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1324         occurrences:
1325         - 1
1326         - UNBOUNDED
1327       network.outgoing.bytes_vson_server_oam_net_port_0:
1328         type: org.openecomp.capabilities.metric.Ceilometer
1329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1330         occurrences:
1331         - 1
1332         - UNBOUNDED
1333       disk.device.write.bytes_vson_server:
1334         type: org.openecomp.capabilities.metric.Ceilometer
1335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1336         occurrences:
1337         - 1
1338         - UNBOUNDED
1339       disk.device.read.bytes.rate_vson_server:
1340         type: org.openecomp.capabilities.metric.Ceilometer
1341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1342         occurrences:
1343         - 1
1344         - UNBOUNDED
1345       endpoint_vson_server:
1346         type: tosca.capabilities.Endpoint.Admin
1347         occurrences:
1348         - 1
1349         - UNBOUNDED
1350       vcpus_vson_server:
1351         type: org.openecomp.capabilities.metric.Ceilometer
1352         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1353         occurrences:
1354         - 1
1355         - UNBOUNDED
1356       network.incoming.packets.rate_vson_server_oam_net_port_0:
1357         type: org.openecomp.capabilities.metric.Ceilometer
1358         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1359         occurrences:
1360         - 1
1361         - UNBOUNDED
1362       disk.device.read.requests.rate_vson_server:
1363         type: org.openecomp.capabilities.metric.Ceilometer
1364         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1365         occurrences:
1366         - 1
1367         - UNBOUNDED
1368       disk.write.requests.rate_vson_server:
1369         type: org.openecomp.capabilities.metric.Ceilometer
1370         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1371         occurrences:
1372         - 1
1373         - UNBOUNDED
1374       disk.capacity_vson_server:
1375         type: org.openecomp.capabilities.metric.Ceilometer
1376         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1377         occurrences:
1378         - 1
1379         - UNBOUNDED
1380       disk.device.capacity_vson_server:
1381         type: org.openecomp.capabilities.metric.Ceilometer
1382         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1383         occurrences:
1384         - 1
1385         - UNBOUNDED
1386       disk.device.iops_vson_server:
1387         type: org.openecomp.capabilities.metric.Ceilometer
1388         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1389         occurrences:
1390         - 1
1391         - UNBOUNDED
1392       disk.device.write.requests.rate_vson_server:
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       network.outpoing.packets_vson_server_oam_net_port_0:
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.read.bytes_vson_server:
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.read.bytes.rate_vson_server:
1411         type: org.openecomp.capabilities.metric.Ceilometer
1412         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1413         occurrences:
1414         - 1
1415         - UNBOUNDED
1416       disk.device.write.requests_vson_server:
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       network.outgoing.packets.rate_vson_server_oam_net_port_0:
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.root.size_vson_server:
1429         type: org.openecomp.capabilities.metric.Ceilometer
1430         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1431         occurrences:
1432         - 1
1433         - UNBOUNDED
1434       disk.ephemeral.size_vson_server:
1435         type: org.openecomp.capabilities.metric.Ceilometer
1436         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1437         occurrences:
1438         - 1
1439         - UNBOUNDED
1440       memory.resident_vson_server:
1441         type: org.openecomp.capabilities.metric.Ceilometer
1442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1443         occurrences:
1444         - 1
1445         - UNBOUNDED
1446       disk.device.read.bytes_vson_server:
1447         type: org.openecomp.capabilities.metric.Ceilometer
1448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1449         occurrences:
1450         - 1
1451         - UNBOUNDED
1452       scalable_vson_server:
1453         type: tosca.capabilities.Scalable
1454         occurrences:
1455         - 1
1456         - UNBOUNDED
1457       network.outgoing.bytes.rate_vson_server_oam_net_port_0:
1458         type: org.openecomp.capabilities.metric.Ceilometer
1459         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1460         occurrences:
1461         - 1
1462         - UNBOUNDED
1463       disk.write.requests_vson_server:
1464         type: org.openecomp.capabilities.metric.Ceilometer
1465         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1466         occurrences:
1467         - 1
1468         - UNBOUNDED
1469       disk.usage_vson_server:
1470         type: org.openecomp.capabilities.metric.Ceilometer
1471         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1472         occurrences:
1473         - 1
1474         - UNBOUNDED
1475       cpu_util_vson_server:
1476         type: org.openecomp.capabilities.metric.Ceilometer
1477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1478         occurrences:
1479         - 1
1480         - UNBOUNDED
1481       disk.device.usage_vson_server:
1482         type: org.openecomp.capabilities.metric.Ceilometer
1483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1484         occurrences:
1485         - 1
1486         - UNBOUNDED
1487       cpu.delta_vson_server:
1488         type: org.openecomp.capabilities.metric.Ceilometer
1489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1490         occurrences:
1491         - 1
1492         - UNBOUNDED
1493       disk.write.bytes.rate_vson_server:
1494         type: org.openecomp.capabilities.metric.Ceilometer
1495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1496         occurrences:
1497         - 1
1498         - UNBOUNDED
1499       feature_vson_server:
1500         type: tosca.capabilities.Node
1501         occurrences:
1502         - 1
1503         - UNBOUNDED
1504       disk.allocation_vson_server:
1505         type: org.openecomp.capabilities.metric.Ceilometer
1506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1507         occurrences:
1508         - 1
1509         - UNBOUNDED
1510       binding_vson_server:
1511         type: tosca.capabilities.network.Bindable
1512         occurrences:
1513         - 1
1514         - UNBOUNDED
1515       host_vson_server:
1516         type: tosca.capabilities.Container
1517         valid_source_types:
1518         - tosca.nodes.SoftwareComponent
1519         occurrences:
1520         - 1
1521         - UNBOUNDED
1522       binding_vson_server_oam_net_port_0:
1523         type: tosca.capabilities.network.Bindable
1524         valid_source_types:
1525         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1526         occurrences:
1527         - 0
1528         - UNBOUNDED
1529       network.incoming.bytes.rate_vson_server_oam_net_port_0:
1530         type: org.openecomp.capabilities.metric.Ceilometer
1531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1532         occurrences:
1533         - 1
1534         - UNBOUNDED
1535       disk.read.requests_vson_server:
1536         type: org.openecomp.capabilities.metric.Ceilometer
1537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1538         occurrences:
1539         - 1
1540         - UNBOUNDED
1541   org.openecomp.resource.abstract.nodes.heat.vson_vm_1:
1542     derived_from: org.openecomp.resource.abstract.nodes.VFC
1543     properties:
1544       vf_module_id:
1545         type: string
1546         description: Unique ID for this VF Module instance
1547         required: true
1548         status: SUPPORTED
1549       default_gateway:
1550         type: string
1551         description: Default gateway.
1552         required: true
1553         status: SUPPORTED
1554       port_vson_server_oam_net_port_0_ip_requirements:
1555         type: list
1556         required: true
1557         status: SUPPORTED
1558         entry_schema:
1559           type: org.openecomp.datatypes.network.IpRequirements
1560       instance_index:
1561         type: float
1562         description: Index of the instance.
1563         required: true
1564         status: SUPPORTED
1565       vnf_name:
1566         type: string
1567         description: Unique name for this VF instance.
1568         required: true
1569         status: SUPPORTED
1570       oam_net_subnet_prefix_length:
1571         type: string
1572         description: Prefix length of the subnet on the OAM network.
1573         required: true
1574         status: SUPPORTED
1575       vf_module_name:
1576         type: string
1577         description: Unique name for this VF module instance.
1578         required: true
1579         status: SUPPORTED
1580       dns_servers:
1581         type: list
1582         description: List of DNS servers.
1583         required: true
1584         status: SUPPORTED
1585         entry_schema: *id001
1586       oam_net_security_group_id:
1587         type: string
1588         description: |
1589           The ID of Security group applied on the port bound to the vSON OAM network.
1590         required: true
1591         status: SUPPORTED
1592       vson_vm_image_name:
1593         type: string
1594         description: VM Image name the vSON instance will be created from.
1595         required: true
1596         status: SUPPORTED
1597       vnf_id:
1598         type: string
1599         description: Unique ID for this VF instance.
1600         required: true
1601         status: SUPPORTED
1602       port_vson_server_oam_net_port_0_network_role:
1603         type: string
1604         required: true
1605         status: SUPPORTED
1606       vson_clm_oam_net_ip:
1607         type: string
1608         description: IP of the vSON Cluster Manager.
1609         required: true
1610         status: SUPPORTED
1611       port_vson_server_oam_net_port_0_mac_requirements:
1612         type: org.openecomp.datatypes.network.MacRequirements
1613         required: true
1614         status: SUPPORTED
1615       port_vson_server_oam_net_port_0_subnetpoolid:
1616         type: string
1617         required: true
1618         status: SUPPORTED
1619       vson_dc_unit:
1620         type: string
1621         description: Name of the vSON Data Center.
1622         required: true
1623         status: SUPPORTED
1624       oam_net_ips:
1625         type: list
1626         description: Fixed IP assignments for vSON instances on the OAM network.
1627         required: true
1628         status: SUPPORTED
1629         entry_schema: *id002
1630       vfc_role:
1631         type: string
1632         description: Unique ID for this VF Module instance
1633         required: true
1634         status: SUPPORTED
1635       swift_account_auth_token:
1636         type: string
1637         description: |
1638           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
1639         required: true
1640         status: SUPPORTED
1641       vson_server_group_id:
1642         type: string
1643         description: |
1644           Tells what policy should be applied to the ServerGroup. Affinity policy will force instances to share the same hypervisor. Anti-affinity will force instances to run in different hypervisors.
1645         required: true
1646         status: SUPPORTED
1647       vson_vm_flavor_name:
1648         type: string
1649         description: The ID or name of the flavor to boot onto.
1650         required: true
1651         status: SUPPORTED
1652       port_vson_server_oam_net_port_0_network_role_tag:
1653         type: string
1654         required: true
1655         status: SUPPORTED
1656       port_vson_server_oam_net_port_0_vlan_requirements:
1657         type: list
1658         required: true
1659         status: SUPPORTED
1660         entry_schema:
1661           type: org.openecomp.datatypes.network.VlanRequirements
1662       availability_zones:
1663         type: list
1664         description: List of availability zones.
1665         required: true
1666         status: SUPPORTED
1667         entry_schema: *id003
1668       volume_ids:
1669         type: list
1670         description: List of Volumes IDs.
1671         required: true
1672         status: SUPPORTED
1673         entry_schema: *id004
1674       ntp_servers:
1675         type: list
1676         description: List of NTP servers.
1677         required: true
1678         status: SUPPORTED
1679         entry_schema: *id005
1680       vson_join_cluster_auth_token:
1681         type: string
1682         description: "Authentication Token generated for the user permitted to add\
1683           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
1684         required: true
1685         status: SUPPORTED
1686       oam_net_id:
1687         type: string
1688         description: The ID of the OAM network.
1689         required: true
1690         status: SUPPORTED
1691       port_vson_server_oam_net_port_0_order:
1692         type: integer
1693         required: true
1694         status: SUPPORTED
1695       port_vson_server_oam_net_port_0_exCP_naming:
1696         type: org.openecomp.datatypes.Naming
1697         required: true
1698         status: SUPPORTED
1699       vson_vm_names:
1700         type: list
1701         description: A list of unique names to be issued to the vSON Cluster leaders.
1702         required: true
1703         status: SUPPORTED
1704         entry_schema: *id006
1705     requirements:
1706     - dependency_vson_server:
1707         capability: tosca.capabilities.Node
1708         node: tosca.nodes.Root
1709         relationship: tosca.relationships.DependsOn
1710         occurrences:
1711         - 0
1712         - UNBOUNDED
1713     - local_storage_vson_server:
1714         capability: tosca.capabilities.Attachment
1715         node: tosca.nodes.BlockStorage
1716         relationship: tosca.relationships.AttachesTo
1717         occurrences:
1718         - 0
1719         - UNBOUNDED
1720     - dependency_vson_server_oam_net_port_0:
1721         capability: tosca.capabilities.Node
1722         node: tosca.nodes.Root
1723         relationship: tosca.relationships.DependsOn
1724         occurrences:
1725         - 0
1726         - UNBOUNDED
1727     - link_vson_server_oam_net_port_0:
1728         capability: tosca.capabilities.network.Linkable
1729         relationship: tosca.relationships.network.LinksTo
1730         occurrences:
1731         - 1
1732         - 1
1733     capabilities:
1734       disk.write.bytes_vson_server:
1735         type: org.openecomp.capabilities.metric.Ceilometer
1736         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1737         occurrences:
1738         - 1
1739         - UNBOUNDED
1740       disk.device.allocation_vson_server:
1741         type: org.openecomp.capabilities.metric.Ceilometer
1742         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1743         occurrences:
1744         - 1
1745         - UNBOUNDED
1746       network.incoming.packets_vson_server_oam_net_port_0:
1747         type: org.openecomp.capabilities.metric.Ceilometer
1748         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1749         occurrences:
1750         - 1
1751         - UNBOUNDED
1752       memory.usage_vson_server:
1753         type: org.openecomp.capabilities.metric.Ceilometer
1754         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1755         occurrences:
1756         - 1
1757         - UNBOUNDED
1758       network.incoming.bytes_vson_server_oam_net_port_0:
1759         type: org.openecomp.capabilities.metric.Ceilometer
1760         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1761         occurrences:
1762         - 1
1763         - UNBOUNDED
1764       disk.device.latency_vson_server:
1765         type: org.openecomp.capabilities.metric.Ceilometer
1766         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1767         occurrences:
1768         - 1
1769         - UNBOUNDED
1770       disk.device.write.bytes.rate_vson_server:
1771         type: org.openecomp.capabilities.metric.Ceilometer
1772         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1773         occurrences:
1774         - 1
1775         - UNBOUNDED
1776       disk.device.read.requests_vson_server:
1777         type: org.openecomp.capabilities.metric.Ceilometer
1778         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1779         occurrences:
1780         - 1
1781         - UNBOUNDED
1782       memory_vson_server:
1783         type: org.openecomp.capabilities.metric.Ceilometer
1784         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1785         occurrences:
1786         - 1
1787         - UNBOUNDED
1788       disk.latency_vson_server:
1789         type: org.openecomp.capabilities.metric.Ceilometer
1790         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1791         occurrences:
1792         - 1
1793         - UNBOUNDED
1794       os_vson_server:
1795         type: tosca.capabilities.OperatingSystem
1796         occurrences:
1797         - 1
1798         - UNBOUNDED
1799       feature_vson_server_oam_net_port_0:
1800         type: tosca.capabilities.Node
1801         occurrences:
1802         - 1
1803         - UNBOUNDED
1804       instance_vson_server:
1805         type: org.openecomp.capabilities.metric.Ceilometer
1806         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1807         occurrences:
1808         - 1
1809         - UNBOUNDED
1810       cpu_vson_server:
1811         type: org.openecomp.capabilities.metric.Ceilometer
1812         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1813         occurrences:
1814         - 1
1815         - UNBOUNDED
1816       attachment_vson_server_oam_net_port_0:
1817         type: tosca.capabilities.Attachment
1818         occurrences:
1819         - 1
1820         - UNBOUNDED
1821       disk.iops_vson_server:
1822         type: org.openecomp.capabilities.metric.Ceilometer
1823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1824         occurrences:
1825         - 1
1826         - UNBOUNDED
1827       network.outgoing.bytes_vson_server_oam_net_port_0:
1828         type: org.openecomp.capabilities.metric.Ceilometer
1829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1830         occurrences:
1831         - 1
1832         - UNBOUNDED
1833       disk.device.write.bytes_vson_server:
1834         type: org.openecomp.capabilities.metric.Ceilometer
1835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1836         occurrences:
1837         - 1
1838         - UNBOUNDED
1839       disk.device.read.bytes.rate_vson_server:
1840         type: org.openecomp.capabilities.metric.Ceilometer
1841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1842         occurrences:
1843         - 1
1844         - UNBOUNDED
1845       endpoint_vson_server:
1846         type: tosca.capabilities.Endpoint.Admin
1847         occurrences:
1848         - 1
1849         - UNBOUNDED
1850       vcpus_vson_server:
1851         type: org.openecomp.capabilities.metric.Ceilometer
1852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1853         occurrences:
1854         - 1
1855         - UNBOUNDED
1856       network.incoming.packets.rate_vson_server_oam_net_port_0:
1857         type: org.openecomp.capabilities.metric.Ceilometer
1858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1859         occurrences:
1860         - 1
1861         - UNBOUNDED
1862       disk.device.read.requests.rate_vson_server:
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       disk.write.requests.rate_vson_server:
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       disk.capacity_vson_server:
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.device.capacity_vson_server:
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.device.iops_vson_server:
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.requests.rate_vson_server:
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       network.outpoing.packets_vson_server_oam_net_port_0:
1899         type: org.openecomp.capabilities.metric.Ceilometer
1900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1901         occurrences:
1902         - 1
1903         - UNBOUNDED
1904       disk.read.bytes_vson_server:
1905         type: org.openecomp.capabilities.metric.Ceilometer
1906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1907         occurrences:
1908         - 1
1909         - UNBOUNDED
1910       disk.read.bytes.rate_vson_server:
1911         type: org.openecomp.capabilities.metric.Ceilometer
1912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1913         occurrences:
1914         - 1
1915         - UNBOUNDED
1916       disk.device.write.requests_vson_server:
1917         type: org.openecomp.capabilities.metric.Ceilometer
1918         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1919         occurrences:
1920         - 1
1921         - UNBOUNDED
1922       network.outgoing.packets.rate_vson_server_oam_net_port_0:
1923         type: org.openecomp.capabilities.metric.Ceilometer
1924         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1925         occurrences:
1926         - 1
1927         - UNBOUNDED
1928       disk.root.size_vson_server:
1929         type: org.openecomp.capabilities.metric.Ceilometer
1930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1931         occurrences:
1932         - 1
1933         - UNBOUNDED
1934       disk.ephemeral.size_vson_server:
1935         type: org.openecomp.capabilities.metric.Ceilometer
1936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1937         occurrences:
1938         - 1
1939         - UNBOUNDED
1940       memory.resident_vson_server:
1941         type: org.openecomp.capabilities.metric.Ceilometer
1942         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1943         occurrences:
1944         - 1
1945         - UNBOUNDED
1946       disk.device.read.bytes_vson_server:
1947         type: org.openecomp.capabilities.metric.Ceilometer
1948         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1949         occurrences:
1950         - 1
1951         - UNBOUNDED
1952       scalable_vson_server:
1953         type: tosca.capabilities.Scalable
1954         occurrences:
1955         - 1
1956         - UNBOUNDED
1957       network.outgoing.bytes.rate_vson_server_oam_net_port_0:
1958         type: org.openecomp.capabilities.metric.Ceilometer
1959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1960         occurrences:
1961         - 1
1962         - UNBOUNDED
1963       disk.write.requests_vson_server:
1964         type: org.openecomp.capabilities.metric.Ceilometer
1965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1966         occurrences:
1967         - 1
1968         - UNBOUNDED
1969       disk.usage_vson_server:
1970         type: org.openecomp.capabilities.metric.Ceilometer
1971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1972         occurrences:
1973         - 1
1974         - UNBOUNDED
1975       cpu_util_vson_server:
1976         type: org.openecomp.capabilities.metric.Ceilometer
1977         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1978         occurrences:
1979         - 1
1980         - UNBOUNDED
1981       disk.device.usage_vson_server:
1982         type: org.openecomp.capabilities.metric.Ceilometer
1983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1984         occurrences:
1985         - 1
1986         - UNBOUNDED
1987       cpu.delta_vson_server:
1988         type: org.openecomp.capabilities.metric.Ceilometer
1989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1990         occurrences:
1991         - 1
1992         - UNBOUNDED
1993       disk.write.bytes.rate_vson_server:
1994         type: org.openecomp.capabilities.metric.Ceilometer
1995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1996         occurrences:
1997         - 1
1998         - UNBOUNDED
1999       feature_vson_server:
2000         type: tosca.capabilities.Node
2001         occurrences:
2002         - 1
2003         - UNBOUNDED
2004       disk.allocation_vson_server:
2005         type: org.openecomp.capabilities.metric.Ceilometer
2006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2007         occurrences:
2008         - 1
2009         - UNBOUNDED
2010       binding_vson_server:
2011         type: tosca.capabilities.network.Bindable
2012         occurrences:
2013         - 1
2014         - UNBOUNDED
2015       host_vson_server:
2016         type: tosca.capabilities.Container
2017         valid_source_types:
2018         - tosca.nodes.SoftwareComponent
2019         occurrences:
2020         - 1
2021         - UNBOUNDED
2022       binding_vson_server_oam_net_port_0:
2023         type: tosca.capabilities.network.Bindable
2024         valid_source_types:
2025         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2026         occurrences:
2027         - 0
2028         - UNBOUNDED
2029       network.incoming.bytes.rate_vson_server_oam_net_port_0:
2030         type: org.openecomp.capabilities.metric.Ceilometer
2031         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2032         occurrences:
2033         - 1
2034         - UNBOUNDED
2035       disk.read.requests_vson_server:
2036         type: org.openecomp.capabilities.metric.Ceilometer
2037         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2038         occurrences:
2039         - 1
2040         - UNBOUNDED