45d6de5a23b0d0db2e16ea9d5d1bc7bd54d99bc4
[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.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       instance_index:
22         type: float
23         description: Index of the instance.
24         required: true
25         status: SUPPORTED
26       vnf_name:
27         type: string
28         description: Unique name for this VF instance.
29         required: true
30         status: SUPPORTED
31       port_vson_server_oam_net_port_10_network_role:
32         type: string
33         required: true
34         status: SUPPORTED
35       oam_net_subnet_prefix_length:
36         type: string
37         description: Prefix length of the subnet on the OAM network.
38         required: true
39         status: SUPPORTED
40       port_vson_server_oam_net_port_10_vlan_requirements:
41         type: list
42         required: true
43         status: SUPPORTED
44         entry_schema:
45           type: org.openecomp.datatypes.network.VlanRequirements
46       vf_module_name:
47         type: string
48         description: Unique name for this VF module instance.
49         required: true
50         status: SUPPORTED
51       dns_servers:
52         type: list
53         description: List of DNS servers.
54         required: true
55         status: SUPPORTED
56         entry_schema: &id007
57           type: string
58       oam_net_security_group_id:
59         type: string
60         description: |
61           The ID of Security group applied on the port bound to the vSON OAM network.
62         required: true
63         status: SUPPORTED
64       vnf_id:
65         type: string
66         description: Unique ID for this VF instance.
67         required: true
68         status: SUPPORTED
69       vson_clm_oam_net_ip:
70         type: string
71         description: IP of the vSON Cluster Manager.
72         required: true
73         status: SUPPORTED
74       port_vson_server_oam_net_port_10_subnetpoolid:
75         type: string
76         required: true
77         status: SUPPORTED
78       vson_dc_unit:
79         type: string
80         description: Name of the vSON Data Center.
81         required: true
82         status: SUPPORTED
83       oam_net_ips:
84         type: list
85         description: Fixed IP assignments for vSON instances on the OAM network.
86         required: true
87         status: SUPPORTED
88         entry_schema: &id008
89           type: string
90       vfc_role:
91         type: string
92         description: Unique ID for this VF Module instance
93         required: true
94         status: SUPPORTED
95       swift_account_auth_token:
96         type: string
97         description: |
98           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
99         required: true
100         status: SUPPORTED
101       vson_server_group_id:
102         type: string
103         description: |
104           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.
105         required: true
106         status: SUPPORTED
107       vson_vm_flavor_name:
108         type: string
109         description: The ID or name of the flavor to boot onto.
110         required: true
111         status: SUPPORTED
112       availability_zones:
113         type: list
114         description: List of availability zones.
115         required: true
116         status: SUPPORTED
117         entry_schema: &id009
118           type: string
119       volume_ids:
120         type: list
121         description: List of Volumes IDs.
122         required: true
123         status: SUPPORTED
124         entry_schema: &id010
125           type: string
126       port_vson_server_oam_net_port_10_network_role_tag:
127         type: string
128         required: true
129         status: SUPPORTED
130       ntp_servers:
131         type: list
132         description: List of NTP servers.
133         required: true
134         status: SUPPORTED
135         entry_schema: &id011
136           type: string
137       port_vson_server_oam_net_port_10_exCP_naming:
138         type: org.openecomp.datatypes.Naming
139         required: true
140         status: SUPPORTED
141       oam_net_id:
142         type: string
143         description: The ID of the OAM network.
144         required: true
145         status: SUPPORTED
146       port_vson_server_oam_net_port_10_order:
147         type: integer
148         required: true
149         status: SUPPORTED
150       vson_vm_names:
151         type: list
152         description: A list of unique names to be issued to the vSON Cluster leaders.
153         required: true
154         status: SUPPORTED
155         entry_schema: &id012
156           type: string
157       port_vson_server_oam_net_port_10_mac_requirements:
158         type: org.openecomp.datatypes.network.MacRequirements
159         required: true
160         status: SUPPORTED
161       port_vson_server_oam_net_port_10_ip_requirements:
162         type: list
163         required: true
164         status: SUPPORTED
165         entry_schema:
166           type: org.openecomp.datatypes.network.IpRequirements
167     requirements:
168     - dependency_vson_server_3:
169         capability: tosca.capabilities.Node
170         node: tosca.nodes.Root
171         relationship: tosca.relationships.DependsOn
172         occurrences:
173         - 0
174         - UNBOUNDED
175     - local_storage_vson_server_3:
176         capability: tosca.capabilities.Attachment
177         node: tosca.nodes.BlockStorage
178         relationship: tosca.relationships.AttachesTo
179         occurrences:
180         - 0
181         - UNBOUNDED
182     - dependency_vson_server_oam_net_port_10:
183         capability: tosca.capabilities.Node
184         node: tosca.nodes.Root
185         relationship: tosca.relationships.DependsOn
186         occurrences:
187         - 0
188         - UNBOUNDED
189     - link_vson_server_oam_net_port_10:
190         capability: tosca.capabilities.network.Linkable
191         relationship: tosca.relationships.network.LinksTo
192         occurrences:
193         - 1
194         - 1
195     capabilities:
196       endpoint_vson_server_3:
197         type: tosca.capabilities.Endpoint.Admin
198         occurrences:
199         - 1
200         - UNBOUNDED
201       disk.read.bytes_vson_server_3:
202         type: org.openecomp.capabilities.metric.Ceilometer
203         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
204         occurrences:
205         - 1
206         - UNBOUNDED
207       disk.read.requests_vson_server_3:
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       network.incoming.packets.rate_vson_server_oam_net_port_10:
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       binding_vson_server_3:
220         type: tosca.capabilities.network.Bindable
221         occurrences:
222         - 1
223         - UNBOUNDED
224       disk.read.bytes.rate_vson_server_3:
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       disk.device.write.bytes_vson_server_3:
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       instance_vson_server_3:
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       disk.latency_vson_server_3:
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       cpu_util_vson_server_3:
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       feature_vson_server_oam_net_port_10:
255         type: tosca.capabilities.Node
256         occurrences:
257         - 1
258         - UNBOUNDED
259       disk.write.requests_vson_server_3:
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       memory_vson_server_3:
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       network.outgoing.bytes.rate_vson_server_oam_net_port_10:
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       disk.device.read.requests.rate_vson_server_3:
278         type: org.openecomp.capabilities.metric.Ceilometer
279         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
280         occurrences:
281         - 1
282         - UNBOUNDED
283       disk.device.iops_vson_server_3:
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.capacity_vson_server_3:
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       memory.usage_vson_server_3:
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.usage_vson_server_3:
302         type: org.openecomp.capabilities.metric.Ceilometer
303         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
304         occurrences:
305         - 1
306         - UNBOUNDED
307       disk.device.read.bytes.rate_vson_server_3:
308         type: org.openecomp.capabilities.metric.Ceilometer
309         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
310         occurrences:
311         - 1
312         - UNBOUNDED
313       network.outgoing.packets.rate_vson_server_oam_net_port_10:
314         type: org.openecomp.capabilities.metric.Ceilometer
315         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
316         occurrences:
317         - 1
318         - UNBOUNDED
319       disk.allocation_vson_server_3:
320         type: org.openecomp.capabilities.metric.Ceilometer
321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
322         occurrences:
323         - 1
324         - UNBOUNDED
325       disk.write.requests.rate_vson_server_3:
326         type: org.openecomp.capabilities.metric.Ceilometer
327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
328         occurrences:
329         - 1
330         - UNBOUNDED
331       disk.ephemeral.size_vson_server_3:
332         type: org.openecomp.capabilities.metric.Ceilometer
333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
334         occurrences:
335         - 1
336         - UNBOUNDED
337       network.incoming.bytes.rate_vson_server_oam_net_port_10:
338         type: org.openecomp.capabilities.metric.Ceilometer
339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
340         occurrences:
341         - 1
342         - UNBOUNDED
343       disk.device.read.bytes_vson_server_3:
344         type: org.openecomp.capabilities.metric.Ceilometer
345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
346         occurrences:
347         - 1
348         - UNBOUNDED
349       binding_vson_server_oam_net_port_10:
350         type: tosca.capabilities.network.Bindable
351         valid_source_types:
352         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
353         occurrences:
354         - 0
355         - UNBOUNDED
356       os_vson_server_3:
357         type: tosca.capabilities.OperatingSystem
358         occurrences:
359         - 1
360         - UNBOUNDED
361       disk.root.size_vson_server_3:
362         type: org.openecomp.capabilities.metric.Ceilometer
363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
364         occurrences:
365         - 1
366         - UNBOUNDED
367       disk.device.write.bytes.rate_vson_server_3:
368         type: org.openecomp.capabilities.metric.Ceilometer
369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
370         occurrences:
371         - 1
372         - UNBOUNDED
373       disk.device.write.requests_vson_server_3:
374         type: org.openecomp.capabilities.metric.Ceilometer
375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
376         occurrences:
377         - 1
378         - UNBOUNDED
379       network.incoming.packets_vson_server_oam_net_port_10:
380         type: org.openecomp.capabilities.metric.Ceilometer
381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
382         occurrences:
383         - 1
384         - UNBOUNDED
385       host_vson_server_3:
386         type: tosca.capabilities.Container
387         valid_source_types:
388         - tosca.nodes.SoftwareComponent
389         occurrences:
390         - 1
391         - UNBOUNDED
392       disk.device.latency_vson_server_3:
393         type: org.openecomp.capabilities.metric.Ceilometer
394         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
395         occurrences:
396         - 1
397         - UNBOUNDED
398       cpu.delta_vson_server_3:
399         type: org.openecomp.capabilities.metric.Ceilometer
400         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
401         occurrences:
402         - 1
403         - UNBOUNDED
404       memory.resident_vson_server_3:
405         type: org.openecomp.capabilities.metric.Ceilometer
406         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
407         occurrences:
408         - 1
409         - UNBOUNDED
410       attachment_vson_server_oam_net_port_10:
411         type: tosca.capabilities.Attachment
412         occurrences:
413         - 1
414         - UNBOUNDED
415       network.incoming.bytes_vson_server_oam_net_port_10:
416         type: org.openecomp.capabilities.metric.Ceilometer
417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
418         occurrences:
419         - 1
420         - UNBOUNDED
421       feature_vson_server_3:
422         type: tosca.capabilities.Node
423         occurrences:
424         - 1
425         - UNBOUNDED
426       forwarder_vson_server_oam_net_port_10:
427         type: org.openecomp.capabilities.Forwarder
428         occurrences:
429         - 1
430         - UNBOUNDED
431       disk.write.bytes_vson_server_3:
432         type: org.openecomp.capabilities.metric.Ceilometer
433         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
434         occurrences:
435         - 1
436         - UNBOUNDED
437       disk.device.read.requests_vson_server_3:
438         type: org.openecomp.capabilities.metric.Ceilometer
439         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
440         occurrences:
441         - 1
442         - UNBOUNDED
443       network.outpoing.packets_vson_server_oam_net_port_10:
444         type: org.openecomp.capabilities.metric.Ceilometer
445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
446         occurrences:
447         - 1
448         - UNBOUNDED
449       disk.device.usage_vson_server_3:
450         type: org.openecomp.capabilities.metric.Ceilometer
451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
452         occurrences:
453         - 1
454         - UNBOUNDED
455       disk.device.write.requests.rate_vson_server_3:
456         type: org.openecomp.capabilities.metric.Ceilometer
457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
458         occurrences:
459         - 1
460         - UNBOUNDED
461       vcpus_vson_server_3:
462         type: org.openecomp.capabilities.metric.Ceilometer
463         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
464         occurrences:
465         - 1
466         - UNBOUNDED
467       disk.write.bytes.rate_vson_server_3:
468         type: org.openecomp.capabilities.metric.Ceilometer
469         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
470         occurrences:
471         - 1
472         - UNBOUNDED
473       disk.iops_vson_server_3:
474         type: org.openecomp.capabilities.metric.Ceilometer
475         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
476         occurrences:
477         - 1
478         - UNBOUNDED
479       scalable_vson_server_3:
480         type: tosca.capabilities.Scalable
481         occurrences:
482         - 1
483         - UNBOUNDED
484       disk.device.capacity_vson_server_3:
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.allocation_vson_server_3:
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       cpu_vson_server_3:
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       network.outgoing.bytes_vson_server_oam_net_port_10:
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   org.openecomp.resource.abstract.nodes.heat.vson_vm:
509     derived_from: org.openecomp.resource.abstract.nodes.VFC
510     properties:
511       vf_module_id:
512         type: string
513         description: Unique ID for this VF Module instance
514         required: true
515         status: SUPPORTED
516       default_gateway:
517         type: string
518         description: Default gateway.
519         required: true
520         status: SUPPORTED
521       port_vson_server_oam_net_port_0_ip_requirements:
522         type: list
523         required: true
524         status: SUPPORTED
525         entry_schema:
526           type: org.openecomp.datatypes.network.IpRequirements
527       instance_index:
528         type: float
529         description: Index of the instance.
530         required: true
531         status: SUPPORTED
532       vnf_name:
533         type: string
534         description: Unique name for this VF instance.
535         required: true
536         status: SUPPORTED
537       oam_net_subnet_prefix_length:
538         type: string
539         description: Prefix length of the subnet on the OAM network.
540         required: true
541         status: SUPPORTED
542       vf_module_name:
543         type: string
544         description: Unique name for this VF module instance.
545         required: true
546         status: SUPPORTED
547       dns_servers:
548         type: list
549         description: List of DNS servers.
550         required: true
551         status: SUPPORTED
552         entry_schema:
553           type: string
554       oam_net_security_group_id:
555         type: string
556         description: |
557           The ID of Security group applied on the port bound to the vSON OAM network.
558         required: true
559         status: SUPPORTED
560       vson_vm_image_name:
561         type: string
562         description: VM Image name the vSON instance will be created from.
563         required: true
564         status: SUPPORTED
565       vnf_id:
566         type: string
567         description: Unique ID for this VF instance.
568         required: true
569         status: SUPPORTED
570       port_vson_server_oam_net_port_0_network_role:
571         type: string
572         required: true
573         status: SUPPORTED
574       vson_clm_oam_net_ip:
575         type: string
576         description: IP of the vSON Cluster Manager.
577         required: true
578         status: SUPPORTED
579       port_vson_server_oam_net_port_0_mac_requirements:
580         type: org.openecomp.datatypes.network.MacRequirements
581         required: true
582         status: SUPPORTED
583       port_vson_server_oam_net_port_0_subnetpoolid:
584         type: string
585         required: true
586         status: SUPPORTED
587       vson_dc_unit:
588         type: string
589         description: Name of the vSON Data Center.
590         required: true
591         status: SUPPORTED
592       oam_net_ips:
593         type: list
594         description: Fixed IPv4 assignments for vSON instances on the OAM network.
595         required: true
596         status: SUPPORTED
597         entry_schema:
598           type: string
599       oam_net_subnet_v6_prefix_length:
600         type: string
601         description: OAM network IPv6 subnet prefix length.
602         required: true
603         status: SUPPORTED
604       vfc_role:
605         type: string
606         description: Unique ID for this VF Module instance
607         required: true
608         status: SUPPORTED
609       swift_account_auth_token:
610         type: string
611         description: |
612           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
613         required: true
614         status: SUPPORTED
615       default_gateway_v6:
616         type: string
617         description: Default IPv6 gateway.
618         required: true
619         status: SUPPORTED
620       vson_server_group_id:
621         type: string
622         description: |
623           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.
624         required: true
625         status: SUPPORTED
626       vson_vm_flavor_name:
627         type: string
628         description: The ID or name of the flavor to boot onto.
629         required: true
630         status: SUPPORTED
631       port_vson_server_oam_net_port_0_network_role_tag:
632         type: string
633         required: true
634         status: SUPPORTED
635       port_vson_server_oam_net_port_0_vlan_requirements:
636         type: list
637         required: true
638         status: SUPPORTED
639         entry_schema:
640           type: org.openecomp.datatypes.network.VlanRequirements
641       availability_zones:
642         type: list
643         description: List of availability zones.
644         required: true
645         status: SUPPORTED
646         entry_schema:
647           type: string
648       volume_ids:
649         type: list
650         description: List of Volumes IDs.
651         required: true
652         status: SUPPORTED
653         entry_schema:
654           type: string
655       oam_net_v6_ips:
656         type: list
657         description: Fixed IPv6 assignments for vSON instances on the OAM network.
658         required: true
659         status: SUPPORTED
660         entry_schema:
661           type: string
662       ntp_servers:
663         type: list
664         description: List of NTP servers.
665         required: true
666         status: SUPPORTED
667         entry_schema:
668           type: string
669       vson_join_cluster_auth_token:
670         type: string
671         description: |
672           Authentication Token generated for the user permitted to add a new Datacenter/vSON member to existing vSON Cluster.
673         required: true
674         status: SUPPORTED
675       oam_net_id:
676         type: string
677         description: The ID of the OAM network.
678         required: true
679         status: SUPPORTED
680       port_vson_server_oam_net_port_0_order:
681         type: integer
682         required: true
683         status: SUPPORTED
684       port_vson_server_oam_net_port_0_exCP_naming:
685         type: org.openecomp.datatypes.Naming
686         required: true
687         status: SUPPORTED
688       vson_vm_names:
689         type: list
690         description: A list of unique names to be issued to the vSON Cluster leaders.
691         required: true
692         status: SUPPORTED
693         entry_schema:
694           type: string
695     requirements:
696     - dependency_vson_server:
697         capability: tosca.capabilities.Node
698         node: tosca.nodes.Root
699         relationship: tosca.relationships.DependsOn
700         occurrences:
701         - 0
702         - UNBOUNDED
703     - local_storage_vson_server:
704         capability: tosca.capabilities.Attachment
705         node: tosca.nodes.BlockStorage
706         relationship: tosca.relationships.AttachesTo
707         occurrences:
708         - 0
709         - UNBOUNDED
710     - dependency_vson_server_oam_net_port_0:
711         capability: tosca.capabilities.Node
712         node: tosca.nodes.Root
713         relationship: tosca.relationships.DependsOn
714         occurrences:
715         - 0
716         - UNBOUNDED
717     - link_vson_server_oam_net_port_0:
718         capability: tosca.capabilities.network.Linkable
719         relationship: tosca.relationships.network.LinksTo
720         occurrences:
721         - 1
722         - 1
723     capabilities:
724       disk.write.bytes_vson_server:
725         type: org.openecomp.capabilities.metric.Ceilometer
726         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
727         occurrences:
728         - 1
729         - UNBOUNDED
730       disk.device.allocation_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       network.incoming.packets_vson_server_oam_net_port_0:
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       memory.usage_vson_server:
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       network.incoming.bytes_vson_server_oam_net_port_0:
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       disk.device.latency_vson_server:
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.write.bytes.rate_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.read.requests_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       memory_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       disk.latency_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       os_vson_server:
785         type: tosca.capabilities.OperatingSystem
786         occurrences:
787         - 1
788         - UNBOUNDED
789       feature_vson_server_oam_net_port_0:
790         type: tosca.capabilities.Node
791         occurrences:
792         - 1
793         - UNBOUNDED
794       instance_vson_server:
795         type: org.openecomp.capabilities.metric.Ceilometer
796         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
797         occurrences:
798         - 1
799         - UNBOUNDED
800       cpu_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       attachment_vson_server_oam_net_port_0:
807         type: tosca.capabilities.Attachment
808         occurrences:
809         - 1
810         - UNBOUNDED
811       disk.iops_vson_server:
812         type: org.openecomp.capabilities.metric.Ceilometer
813         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
814         occurrences:
815         - 1
816         - UNBOUNDED
817       network.outgoing.bytes_vson_server_oam_net_port_0:
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       disk.device.write.bytes_vson_server:
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.read.bytes.rate_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       endpoint_vson_server:
836         type: tosca.capabilities.Endpoint.Admin
837         occurrences:
838         - 1
839         - UNBOUNDED
840       vcpus_vson_server:
841         type: org.openecomp.capabilities.metric.Ceilometer
842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
843         occurrences:
844         - 1
845         - UNBOUNDED
846       network.incoming.packets.rate_vson_server_oam_net_port_0:
847         type: org.openecomp.capabilities.metric.Ceilometer
848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
849         occurrences:
850         - 1
851         - UNBOUNDED
852       disk.device.read.requests.rate_vson_server:
853         type: org.openecomp.capabilities.metric.Ceilometer
854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
855         occurrences:
856         - 1
857         - UNBOUNDED
858       disk.write.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.capacity_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.device.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       forwarder_vson_server_oam_net_port_0:
877         type: org.openecomp.capabilities.Forwarder
878         occurrences:
879         - 1
880         - UNBOUNDED
881       disk.device.iops_vson_server:
882         type: org.openecomp.capabilities.metric.Ceilometer
883         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
884         occurrences:
885         - 1
886         - UNBOUNDED
887       disk.device.write.requests.rate_vson_server:
888         type: org.openecomp.capabilities.metric.Ceilometer
889         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
890         occurrences:
891         - 1
892         - UNBOUNDED
893       network.outpoing.packets_vson_server_oam_net_port_0:
894         type: org.openecomp.capabilities.metric.Ceilometer
895         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
896         occurrences:
897         - 1
898         - UNBOUNDED
899       disk.read.bytes_vson_server:
900         type: org.openecomp.capabilities.metric.Ceilometer
901         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
902         occurrences:
903         - 1
904         - UNBOUNDED
905       disk.read.bytes.rate_vson_server:
906         type: org.openecomp.capabilities.metric.Ceilometer
907         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
908         occurrences:
909         - 1
910         - UNBOUNDED
911       disk.device.write.requests_vson_server:
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       network.outgoing.packets.rate_vson_server_oam_net_port_0:
918         type: org.openecomp.capabilities.metric.Ceilometer
919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
920         occurrences:
921         - 1
922         - UNBOUNDED
923       disk.root.size_vson_server:
924         type: org.openecomp.capabilities.metric.Ceilometer
925         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
926         occurrences:
927         - 1
928         - UNBOUNDED
929       disk.ephemeral.size_vson_server:
930         type: org.openecomp.capabilities.metric.Ceilometer
931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
932         occurrences:
933         - 1
934         - UNBOUNDED
935       memory.resident_vson_server:
936         type: org.openecomp.capabilities.metric.Ceilometer
937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
938         occurrences:
939         - 1
940         - UNBOUNDED
941       disk.device.read.bytes_vson_server:
942         type: org.openecomp.capabilities.metric.Ceilometer
943         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
944         occurrences:
945         - 1
946         - UNBOUNDED
947       scalable_vson_server:
948         type: tosca.capabilities.Scalable
949         occurrences:
950         - 1
951         - UNBOUNDED
952       network.outgoing.bytes.rate_vson_server_oam_net_port_0:
953         type: org.openecomp.capabilities.metric.Ceilometer
954         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
955         occurrences:
956         - 1
957         - UNBOUNDED
958       disk.write.requests_vson_server:
959         type: org.openecomp.capabilities.metric.Ceilometer
960         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
961         occurrences:
962         - 1
963         - UNBOUNDED
964       disk.usage_vson_server:
965         type: org.openecomp.capabilities.metric.Ceilometer
966         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
967         occurrences:
968         - 1
969         - UNBOUNDED
970       cpu_util_vson_server:
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.device.usage_vson_server:
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       cpu.delta_vson_server:
983         type: org.openecomp.capabilities.metric.Ceilometer
984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
985         occurrences:
986         - 1
987         - UNBOUNDED
988       disk.write.bytes.rate_vson_server:
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       feature_vson_server:
995         type: tosca.capabilities.Node
996         occurrences:
997         - 1
998         - UNBOUNDED
999       disk.allocation_vson_server:
1000         type: org.openecomp.capabilities.metric.Ceilometer
1001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1002         occurrences:
1003         - 1
1004         - UNBOUNDED
1005       binding_vson_server:
1006         type: tosca.capabilities.network.Bindable
1007         occurrences:
1008         - 1
1009         - UNBOUNDED
1010       host_vson_server:
1011         type: tosca.capabilities.Container
1012         valid_source_types:
1013         - tosca.nodes.SoftwareComponent
1014         occurrences:
1015         - 1
1016         - UNBOUNDED
1017       network.incoming.bytes.rate_vson_server_oam_net_port_0:
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       binding_vson_server_oam_net_port_0:
1024         type: tosca.capabilities.network.Bindable
1025         valid_source_types:
1026         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1027         occurrences:
1028         - 0
1029         - UNBOUNDED
1030       disk.read.requests_vson_server:
1031         type: org.openecomp.capabilities.metric.Ceilometer
1032         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1033         occurrences:
1034         - 1
1035         - UNBOUNDED
1036   org.openecomp.resource.abstract.nodes.heat.vson_vm_3:
1037     derived_from: org.openecomp.resource.abstract.nodes.VFC
1038     properties:
1039       vf_module_id:
1040         type: string
1041         description: Unique ID for this VF Module instance
1042         required: true
1043         status: SUPPORTED
1044       default_gateway:
1045         type: string
1046         description: Default gateway.
1047         required: true
1048         status: SUPPORTED
1049       port_vson_server_oam_net_port_00_network_role_tag:
1050         type: string
1051         required: true
1052         status: SUPPORTED
1053       instance_index:
1054         type: float
1055         description: Index of the instance.
1056         required: true
1057         status: SUPPORTED
1058       vnf_name:
1059         type: string
1060         description: Unique name for this VF instance.
1061         required: true
1062         status: SUPPORTED
1063       oam_net_subnet_prefix_length:
1064         type: string
1065         description: Prefix length of the subnet on the OAM network.
1066         required: true
1067         status: SUPPORTED
1068       port_vson_server_oam_net_port_00_ip_requirements:
1069         type: list
1070         required: true
1071         status: SUPPORTED
1072         entry_schema:
1073           type: org.openecomp.datatypes.network.IpRequirements
1074       vf_module_name:
1075         type: string
1076         description: Unique name for this VF module instance.
1077         required: true
1078         status: SUPPORTED
1079       dns_servers:
1080         type: list
1081         description: List of DNS servers.
1082         required: true
1083         status: SUPPORTED
1084         entry_schema: &id001
1085           type: string
1086       oam_net_security_group_id:
1087         type: string
1088         description: |
1089           The ID of Security group applied on the port bound to the vSON OAM network.
1090         required: true
1091         status: SUPPORTED
1092       vson_vm_image_name:
1093         type: string
1094         description: VM Image name the vSON instance will be created from.
1095         required: true
1096         status: SUPPORTED
1097       vnf_id:
1098         type: string
1099         description: Unique ID for this VF instance.
1100         required: true
1101         status: SUPPORTED
1102       vson_clm_oam_net_ip:
1103         type: string
1104         description: IP of the vSON Cluster Manager.
1105         required: true
1106         status: SUPPORTED
1107       vson_dc_unit:
1108         type: string
1109         description: Name of the vSON Data Center.
1110         required: true
1111         status: SUPPORTED
1112       oam_net_ips:
1113         type: list
1114         description: Fixed IP assignments for vSON instances on the OAM network.
1115         required: true
1116         status: SUPPORTED
1117         entry_schema: &id002
1118           type: string
1119       vfc_role:
1120         type: string
1121         description: Unique ID for this VF Module instance
1122         required: true
1123         status: SUPPORTED
1124       swift_account_auth_token:
1125         type: string
1126         description: |
1127           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
1128         required: true
1129         status: SUPPORTED
1130       port_vson_server_oam_net_port_00_mac_requirements:
1131         type: org.openecomp.datatypes.network.MacRequirements
1132         required: true
1133         status: SUPPORTED
1134       vson_server_group_id:
1135         type: string
1136         description: |
1137           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.
1138         required: true
1139         status: SUPPORTED
1140       vson_vm_flavor_name:
1141         type: string
1142         description: The ID or name of the flavor to boot onto.
1143         required: true
1144         status: SUPPORTED
1145       availability_zones:
1146         type: list
1147         description: List of availability zones.
1148         required: true
1149         status: SUPPORTED
1150         entry_schema: &id003
1151           type: string
1152       volume_ids:
1153         type: list
1154         description: List of Volumes IDs.
1155         required: true
1156         status: SUPPORTED
1157         entry_schema: &id004
1158           type: string
1159       ntp_servers:
1160         type: list
1161         description: List of NTP servers.
1162         required: true
1163         status: SUPPORTED
1164         entry_schema: &id005
1165           type: string
1166       vson_join_cluster_auth_token:
1167         type: string
1168         description: "Authentication Token generated for the user permitted to add\
1169           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
1170         required: true
1171         status: SUPPORTED
1172       port_vson_server_oam_net_port_00_order:
1173         type: integer
1174         required: true
1175         status: SUPPORTED
1176       port_vson_server_oam_net_port_00_exCP_naming:
1177         type: org.openecomp.datatypes.Naming
1178         required: true
1179         status: SUPPORTED
1180       oam_net_id:
1181         type: string
1182         description: The ID of the OAM network.
1183         required: true
1184         status: SUPPORTED
1185       port_vson_server_oam_net_port_00_vlan_requirements:
1186         type: list
1187         required: true
1188         status: SUPPORTED
1189         entry_schema:
1190           type: org.openecomp.datatypes.network.VlanRequirements
1191       port_vson_server_oam_net_port_00_network_role:
1192         type: string
1193         required: true
1194         status: SUPPORTED
1195       vson_vm_names:
1196         type: list
1197         description: A list of unique names to be issued to the vSON Cluster leaders.
1198         required: true
1199         status: SUPPORTED
1200         entry_schema: &id006
1201           type: string
1202       port_vson_server_oam_net_port_00_subnetpoolid:
1203         type: string
1204         required: true
1205         status: SUPPORTED
1206     requirements:
1207     - dependency_vson_server_2:
1208         capability: tosca.capabilities.Node
1209         node: tosca.nodes.Root
1210         relationship: tosca.relationships.DependsOn
1211         occurrences:
1212         - 0
1213         - UNBOUNDED
1214     - local_storage_vson_server_2:
1215         capability: tosca.capabilities.Attachment
1216         node: tosca.nodes.BlockStorage
1217         relationship: tosca.relationships.AttachesTo
1218         occurrences:
1219         - 0
1220         - UNBOUNDED
1221     - dependency_vson_server_oam_net_port_00:
1222         capability: tosca.capabilities.Node
1223         node: tosca.nodes.Root
1224         relationship: tosca.relationships.DependsOn
1225         occurrences:
1226         - 0
1227         - UNBOUNDED
1228     - link_vson_server_oam_net_port_00:
1229         capability: tosca.capabilities.network.Linkable
1230         relationship: tosca.relationships.network.LinksTo
1231         occurrences:
1232         - 1
1233         - 1
1234     capabilities:
1235       network.outpoing.packets_vson_server_oam_net_port_00:
1236         type: org.openecomp.capabilities.metric.Ceilometer
1237         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1238         occurrences:
1239         - 1
1240         - UNBOUNDED
1241       forwarder_vson_server_oam_net_port_00:
1242         type: org.openecomp.capabilities.Forwarder
1243         occurrences:
1244         - 1
1245         - UNBOUNDED
1246       network.outgoing.bytes.rate_vson_server_oam_net_port_00:
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       instance_vson_server_2:
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       disk.device.write.bytes_vson_server_2:
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.read.requests_vson_server_2:
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.read.bytes_vson_server_2:
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       network.outgoing.packets.rate_vson_server_oam_net_port_00:
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       disk.latency_vson_server_2:
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.read.bytes.rate_vson_server_2:
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       endpoint_vson_server_2:
1295         type: tosca.capabilities.Endpoint.Admin
1296         occurrences:
1297         - 1
1298         - UNBOUNDED
1299       network.incoming.bytes.rate_vson_server_oam_net_port_00:
1300         type: org.openecomp.capabilities.metric.Ceilometer
1301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1302         occurrences:
1303         - 1
1304         - UNBOUNDED
1305       disk.write.requests_vson_server_2:
1306         type: org.openecomp.capabilities.metric.Ceilometer
1307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1308         occurrences:
1309         - 1
1310         - UNBOUNDED
1311       binding_vson_server_oam_net_port_00:
1312         type: tosca.capabilities.network.Bindable
1313         valid_source_types:
1314         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1315         occurrences:
1316         - 0
1317         - UNBOUNDED
1318       memory_vson_server_2:
1319         type: org.openecomp.capabilities.metric.Ceilometer
1320         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1321         occurrences:
1322         - 1
1323         - UNBOUNDED
1324       network.outgoing.bytes_vson_server_oam_net_port_00:
1325         type: org.openecomp.capabilities.metric.Ceilometer
1326         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1327         occurrences:
1328         - 1
1329         - UNBOUNDED
1330       cpu_util_vson_server_2:
1331         type: org.openecomp.capabilities.metric.Ceilometer
1332         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1333         occurrences:
1334         - 1
1335         - UNBOUNDED
1336       disk.device.read.requests.rate_vson_server_2:
1337         type: org.openecomp.capabilities.metric.Ceilometer
1338         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1339         occurrences:
1340         - 1
1341         - UNBOUNDED
1342       disk.device.iops_vson_server_2:
1343         type: org.openecomp.capabilities.metric.Ceilometer
1344         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1345         occurrences:
1346         - 1
1347         - UNBOUNDED
1348       disk.allocation_vson_server_2:
1349         type: org.openecomp.capabilities.metric.Ceilometer
1350         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1351         occurrences:
1352         - 1
1353         - UNBOUNDED
1354       memory.usage_vson_server_2:
1355         type: org.openecomp.capabilities.metric.Ceilometer
1356         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1357         occurrences:
1358         - 1
1359         - UNBOUNDED
1360       disk.usage_vson_server_2:
1361         type: org.openecomp.capabilities.metric.Ceilometer
1362         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1363         occurrences:
1364         - 1
1365         - UNBOUNDED
1366       network.incoming.packets_vson_server_oam_net_port_00:
1367         type: org.openecomp.capabilities.metric.Ceilometer
1368         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1369         occurrences:
1370         - 1
1371         - UNBOUNDED
1372       disk.capacity_vson_server_2:
1373         type: org.openecomp.capabilities.metric.Ceilometer
1374         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1375         occurrences:
1376         - 1
1377         - UNBOUNDED
1378       disk.device.read.bytes.rate_vson_server_2:
1379         type: org.openecomp.capabilities.metric.Ceilometer
1380         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1381         occurrences:
1382         - 1
1383         - UNBOUNDED
1384       network.incoming.packets.rate_vson_server_oam_net_port_00:
1385         type: org.openecomp.capabilities.metric.Ceilometer
1386         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1387         occurrences:
1388         - 1
1389         - UNBOUNDED
1390       network.incoming.bytes_vson_server_oam_net_port_00:
1391         type: org.openecomp.capabilities.metric.Ceilometer
1392         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1393         occurrences:
1394         - 1
1395         - UNBOUNDED
1396       disk.write.requests.rate_vson_server_2:
1397         type: org.openecomp.capabilities.metric.Ceilometer
1398         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1399         occurrences:
1400         - 1
1401         - UNBOUNDED
1402       attachment_vson_server_oam_net_port_00:
1403         type: tosca.capabilities.Attachment
1404         occurrences:
1405         - 1
1406         - UNBOUNDED
1407       disk.ephemeral.size_vson_server_2:
1408         type: org.openecomp.capabilities.metric.Ceilometer
1409         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1410         occurrences:
1411         - 1
1412         - UNBOUNDED
1413       disk.device.read.bytes_vson_server_2:
1414         type: org.openecomp.capabilities.metric.Ceilometer
1415         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1416         occurrences:
1417         - 1
1418         - UNBOUNDED
1419       os_vson_server_2:
1420         type: tosca.capabilities.OperatingSystem
1421         occurrences:
1422         - 1
1423         - UNBOUNDED
1424       disk.root.size_vson_server_2:
1425         type: org.openecomp.capabilities.metric.Ceilometer
1426         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1427         occurrences:
1428         - 1
1429         - UNBOUNDED
1430       disk.device.write.requests_vson_server_2:
1431         type: org.openecomp.capabilities.metric.Ceilometer
1432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1433         occurrences:
1434         - 1
1435         - UNBOUNDED
1436       host_vson_server_2:
1437         type: tosca.capabilities.Container
1438         valid_source_types:
1439         - tosca.nodes.SoftwareComponent
1440         occurrences:
1441         - 1
1442         - UNBOUNDED
1443       disk.device.write.bytes.rate_vson_server_2:
1444         type: org.openecomp.capabilities.metric.Ceilometer
1445         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1446         occurrences:
1447         - 1
1448         - UNBOUNDED
1449       cpu.delta_vson_server_2:
1450         type: org.openecomp.capabilities.metric.Ceilometer
1451         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1452         occurrences:
1453         - 1
1454         - UNBOUNDED
1455       disk.device.latency_vson_server_2:
1456         type: org.openecomp.capabilities.metric.Ceilometer
1457         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1458         occurrences:
1459         - 1
1460         - UNBOUNDED
1461       feature_vson_server_2:
1462         type: tosca.capabilities.Node
1463         occurrences:
1464         - 1
1465         - UNBOUNDED
1466       memory.resident_vson_server_2:
1467         type: org.openecomp.capabilities.metric.Ceilometer
1468         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1469         occurrences:
1470         - 1
1471         - UNBOUNDED
1472       disk.write.bytes_vson_server_2:
1473         type: org.openecomp.capabilities.metric.Ceilometer
1474         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1475         occurrences:
1476         - 1
1477         - UNBOUNDED
1478       disk.device.usage_vson_server_2:
1479         type: org.openecomp.capabilities.metric.Ceilometer
1480         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1481         occurrences:
1482         - 1
1483         - UNBOUNDED
1484       disk.device.write.requests.rate_vson_server_2:
1485         type: org.openecomp.capabilities.metric.Ceilometer
1486         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1487         occurrences:
1488         - 1
1489         - UNBOUNDED
1490       scalable_vson_server_2:
1491         type: tosca.capabilities.Scalable
1492         occurrences:
1493         - 1
1494         - UNBOUNDED
1495       vcpus_vson_server_2:
1496         type: org.openecomp.capabilities.metric.Ceilometer
1497         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1498         occurrences:
1499         - 1
1500         - UNBOUNDED
1501       binding_vson_server_2:
1502         type: tosca.capabilities.network.Bindable
1503         occurrences:
1504         - 1
1505         - UNBOUNDED
1506       disk.write.bytes.rate_vson_server_2:
1507         type: org.openecomp.capabilities.metric.Ceilometer
1508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1509         occurrences:
1510         - 1
1511         - UNBOUNDED
1512       disk.iops_vson_server_2:
1513         type: org.openecomp.capabilities.metric.Ceilometer
1514         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1515         occurrences:
1516         - 1
1517         - UNBOUNDED
1518       cpu_vson_server_2:
1519         type: org.openecomp.capabilities.metric.Ceilometer
1520         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1521         occurrences:
1522         - 1
1523         - UNBOUNDED
1524       feature_vson_server_oam_net_port_00:
1525         type: tosca.capabilities.Node
1526         occurrences:
1527         - 1
1528         - UNBOUNDED
1529       disk.device.allocation_vson_server_2:
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.device.read.requests_vson_server_2:
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       disk.device.capacity_vson_server_2:
1542         type: org.openecomp.capabilities.metric.Ceilometer
1543         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1544         occurrences:
1545         - 1
1546         - UNBOUNDED
1547   org.openecomp.resource.abstract.nodes.heat.vson_vm_1:
1548     derived_from: org.openecomp.resource.abstract.nodes.VFC
1549     properties:
1550       vf_module_id:
1551         type: string
1552         description: Unique ID for this VF Module instance
1553         required: true
1554         status: SUPPORTED
1555       default_gateway:
1556         type: string
1557         description: Default gateway.
1558         required: true
1559         status: SUPPORTED
1560       port_vson_server_oam_net_port_00_network_role_tag:
1561         type: string
1562         required: true
1563         status: SUPPORTED
1564       instance_index:
1565         type: float
1566         description: Index of the instance.
1567         required: true
1568         status: SUPPORTED
1569       vnf_name:
1570         type: string
1571         description: Unique name for this VF instance.
1572         required: true
1573         status: SUPPORTED
1574       oam_net_subnet_prefix_length:
1575         type: string
1576         description: Prefix length of the subnet on the OAM network.
1577         required: true
1578         status: SUPPORTED
1579       port_vson_server_oam_net_port_00_ip_requirements:
1580         type: list
1581         required: true
1582         status: SUPPORTED
1583         entry_schema:
1584           type: org.openecomp.datatypes.network.IpRequirements
1585       vf_module_name:
1586         type: string
1587         description: Unique name for this VF module instance.
1588         required: true
1589         status: SUPPORTED
1590       dns_servers:
1591         type: list
1592         description: List of DNS servers.
1593         required: true
1594         status: SUPPORTED
1595         entry_schema: *id001
1596       oam_net_security_group_id:
1597         type: string
1598         description: |
1599           The ID of Security group applied on the port bound to the vSON OAM network.
1600         required: true
1601         status: SUPPORTED
1602       vson_vm_image_name:
1603         type: string
1604         description: VM Image name the vSON instance will be created from.
1605         required: true
1606         status: SUPPORTED
1607       vnf_id:
1608         type: string
1609         description: Unique ID for this VF instance.
1610         required: true
1611         status: SUPPORTED
1612       vson_clm_oam_net_ip:
1613         type: string
1614         description: IP of the vSON Cluster Manager.
1615         required: true
1616         status: SUPPORTED
1617       vson_dc_unit:
1618         type: string
1619         description: Name of the vSON Data Center.
1620         required: true
1621         status: SUPPORTED
1622       oam_net_ips:
1623         type: list
1624         description: Fixed IP assignments for vSON instances on the OAM network.
1625         required: true
1626         status: SUPPORTED
1627         entry_schema: *id002
1628       vfc_role:
1629         type: string
1630         description: Unique ID for this VF Module instance
1631         required: true
1632         status: SUPPORTED
1633       swift_account_auth_token:
1634         type: string
1635         description: |
1636           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
1637         required: true
1638         status: SUPPORTED
1639       port_vson_server_oam_net_port_00_mac_requirements:
1640         type: org.openecomp.datatypes.network.MacRequirements
1641         required: true
1642         status: SUPPORTED
1643       vson_server_group_id:
1644         type: string
1645         description: |
1646           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.
1647         required: true
1648         status: SUPPORTED
1649       vson_vm_flavor_name:
1650         type: string
1651         description: The ID or name of the flavor to boot onto.
1652         required: true
1653         status: SUPPORTED
1654       availability_zones:
1655         type: list
1656         description: List of availability zones.
1657         required: true
1658         status: SUPPORTED
1659         entry_schema: *id003
1660       volume_ids:
1661         type: list
1662         description: List of Volumes IDs.
1663         required: true
1664         status: SUPPORTED
1665         entry_schema: *id004
1666       ntp_servers:
1667         type: list
1668         description: List of NTP servers.
1669         required: true
1670         status: SUPPORTED
1671         entry_schema: *id005
1672       vson_join_cluster_auth_token:
1673         type: string
1674         description: "Authentication Token generated for the user permitted to add\
1675           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
1676         required: true
1677         status: SUPPORTED
1678       port_vson_server_oam_net_port_00_order:
1679         type: integer
1680         required: true
1681         status: SUPPORTED
1682       port_vson_server_oam_net_port_00_exCP_naming:
1683         type: org.openecomp.datatypes.Naming
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_00_vlan_requirements:
1692         type: list
1693         required: true
1694         status: SUPPORTED
1695         entry_schema:
1696           type: org.openecomp.datatypes.network.VlanRequirements
1697       port_vson_server_oam_net_port_00_network_role:
1698         type: string
1699         required: true
1700         status: SUPPORTED
1701       vson_vm_names:
1702         type: list
1703         description: A list of unique names to be issued to the vSON Cluster leaders.
1704         required: true
1705         status: SUPPORTED
1706         entry_schema: *id006
1707       port_vson_server_oam_net_port_00_subnetpoolid:
1708         type: string
1709         required: true
1710         status: SUPPORTED
1711     requirements:
1712     - dependency_vson_server_2:
1713         capability: tosca.capabilities.Node
1714         node: tosca.nodes.Root
1715         relationship: tosca.relationships.DependsOn
1716         occurrences:
1717         - 0
1718         - UNBOUNDED
1719     - local_storage_vson_server_2:
1720         capability: tosca.capabilities.Attachment
1721         node: tosca.nodes.BlockStorage
1722         relationship: tosca.relationships.AttachesTo
1723         occurrences:
1724         - 0
1725         - UNBOUNDED
1726     - dependency_vson_server_oam_net_port_00:
1727         capability: tosca.capabilities.Node
1728         node: tosca.nodes.Root
1729         relationship: tosca.relationships.DependsOn
1730         occurrences:
1731         - 0
1732         - UNBOUNDED
1733     - link_vson_server_oam_net_port_00:
1734         capability: tosca.capabilities.network.Linkable
1735         relationship: tosca.relationships.network.LinksTo
1736         occurrences:
1737         - 1
1738         - 1
1739     capabilities:
1740       network.outpoing.packets_vson_server_oam_net_port_00:
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       forwarder_vson_server_oam_net_port_00:
1747         type: org.openecomp.capabilities.Forwarder
1748         occurrences:
1749         - 1
1750         - UNBOUNDED
1751       network.outgoing.bytes.rate_vson_server_oam_net_port_00:
1752         type: org.openecomp.capabilities.metric.Ceilometer
1753         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1754         occurrences:
1755         - 1
1756         - UNBOUNDED
1757       instance_vson_server_2:
1758         type: org.openecomp.capabilities.metric.Ceilometer
1759         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1760         occurrences:
1761         - 1
1762         - UNBOUNDED
1763       disk.device.write.bytes_vson_server_2:
1764         type: org.openecomp.capabilities.metric.Ceilometer
1765         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1766         occurrences:
1767         - 1
1768         - UNBOUNDED
1769       disk.read.requests_vson_server_2:
1770         type: org.openecomp.capabilities.metric.Ceilometer
1771         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1772         occurrences:
1773         - 1
1774         - UNBOUNDED
1775       disk.read.bytes_vson_server_2:
1776         type: org.openecomp.capabilities.metric.Ceilometer
1777         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1778         occurrences:
1779         - 1
1780         - UNBOUNDED
1781       network.outgoing.packets.rate_vson_server_oam_net_port_00:
1782         type: org.openecomp.capabilities.metric.Ceilometer
1783         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1784         occurrences:
1785         - 1
1786         - UNBOUNDED
1787       disk.latency_vson_server_2:
1788         type: org.openecomp.capabilities.metric.Ceilometer
1789         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1790         occurrences:
1791         - 1
1792         - UNBOUNDED
1793       disk.read.bytes.rate_vson_server_2:
1794         type: org.openecomp.capabilities.metric.Ceilometer
1795         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1796         occurrences:
1797         - 1
1798         - UNBOUNDED
1799       endpoint_vson_server_2:
1800         type: tosca.capabilities.Endpoint.Admin
1801         occurrences:
1802         - 1
1803         - UNBOUNDED
1804       network.incoming.bytes.rate_vson_server_oam_net_port_00:
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       disk.write.requests_vson_server_2:
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       binding_vson_server_oam_net_port_00:
1817         type: tosca.capabilities.network.Bindable
1818         valid_source_types:
1819         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
1820         occurrences:
1821         - 0
1822         - UNBOUNDED
1823       memory_vson_server_2:
1824         type: org.openecomp.capabilities.metric.Ceilometer
1825         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1826         occurrences:
1827         - 1
1828         - UNBOUNDED
1829       network.outgoing.bytes_vson_server_oam_net_port_00:
1830         type: org.openecomp.capabilities.metric.Ceilometer
1831         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1832         occurrences:
1833         - 1
1834         - UNBOUNDED
1835       cpu_util_vson_server_2:
1836         type: org.openecomp.capabilities.metric.Ceilometer
1837         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1838         occurrences:
1839         - 1
1840         - UNBOUNDED
1841       disk.device.read.requests.rate_vson_server_2:
1842         type: org.openecomp.capabilities.metric.Ceilometer
1843         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1844         occurrences:
1845         - 1
1846         - UNBOUNDED
1847       disk.device.iops_vson_server_2:
1848         type: org.openecomp.capabilities.metric.Ceilometer
1849         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1850         occurrences:
1851         - 1
1852         - UNBOUNDED
1853       disk.allocation_vson_server_2:
1854         type: org.openecomp.capabilities.metric.Ceilometer
1855         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1856         occurrences:
1857         - 1
1858         - UNBOUNDED
1859       memory.usage_vson_server_2:
1860         type: org.openecomp.capabilities.metric.Ceilometer
1861         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1862         occurrences:
1863         - 1
1864         - UNBOUNDED
1865       disk.usage_vson_server_2:
1866         type: org.openecomp.capabilities.metric.Ceilometer
1867         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1868         occurrences:
1869         - 1
1870         - UNBOUNDED
1871       network.incoming.packets_vson_server_oam_net_port_00:
1872         type: org.openecomp.capabilities.metric.Ceilometer
1873         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1874         occurrences:
1875         - 1
1876         - UNBOUNDED
1877       disk.capacity_vson_server_2:
1878         type: org.openecomp.capabilities.metric.Ceilometer
1879         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1880         occurrences:
1881         - 1
1882         - UNBOUNDED
1883       disk.device.read.bytes.rate_vson_server_2:
1884         type: org.openecomp.capabilities.metric.Ceilometer
1885         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1886         occurrences:
1887         - 1
1888         - UNBOUNDED
1889       network.incoming.packets.rate_vson_server_oam_net_port_00:
1890         type: org.openecomp.capabilities.metric.Ceilometer
1891         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1892         occurrences:
1893         - 1
1894         - UNBOUNDED
1895       network.incoming.bytes_vson_server_oam_net_port_00:
1896         type: org.openecomp.capabilities.metric.Ceilometer
1897         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1898         occurrences:
1899         - 1
1900         - UNBOUNDED
1901       disk.write.requests.rate_vson_server_2:
1902         type: org.openecomp.capabilities.metric.Ceilometer
1903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1904         occurrences:
1905         - 1
1906         - UNBOUNDED
1907       attachment_vson_server_oam_net_port_00:
1908         type: tosca.capabilities.Attachment
1909         occurrences:
1910         - 1
1911         - UNBOUNDED
1912       disk.ephemeral.size_vson_server_2:
1913         type: org.openecomp.capabilities.metric.Ceilometer
1914         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1915         occurrences:
1916         - 1
1917         - UNBOUNDED
1918       disk.device.read.bytes_vson_server_2:
1919         type: org.openecomp.capabilities.metric.Ceilometer
1920         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1921         occurrences:
1922         - 1
1923         - UNBOUNDED
1924       os_vson_server_2:
1925         type: tosca.capabilities.OperatingSystem
1926         occurrences:
1927         - 1
1928         - UNBOUNDED
1929       disk.root.size_vson_server_2:
1930         type: org.openecomp.capabilities.metric.Ceilometer
1931         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1932         occurrences:
1933         - 1
1934         - UNBOUNDED
1935       disk.device.write.requests_vson_server_2:
1936         type: org.openecomp.capabilities.metric.Ceilometer
1937         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1938         occurrences:
1939         - 1
1940         - UNBOUNDED
1941       host_vson_server_2:
1942         type: tosca.capabilities.Container
1943         valid_source_types:
1944         - tosca.nodes.SoftwareComponent
1945         occurrences:
1946         - 1
1947         - UNBOUNDED
1948       disk.device.write.bytes.rate_vson_server_2:
1949         type: org.openecomp.capabilities.metric.Ceilometer
1950         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1951         occurrences:
1952         - 1
1953         - UNBOUNDED
1954       cpu.delta_vson_server_2:
1955         type: org.openecomp.capabilities.metric.Ceilometer
1956         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1957         occurrences:
1958         - 1
1959         - UNBOUNDED
1960       disk.device.latency_vson_server_2:
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       feature_vson_server_2:
1967         type: tosca.capabilities.Node
1968         occurrences:
1969         - 1
1970         - UNBOUNDED
1971       memory.resident_vson_server_2:
1972         type: org.openecomp.capabilities.metric.Ceilometer
1973         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1974         occurrences:
1975         - 1
1976         - UNBOUNDED
1977       disk.write.bytes_vson_server_2:
1978         type: org.openecomp.capabilities.metric.Ceilometer
1979         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1980         occurrences:
1981         - 1
1982         - UNBOUNDED
1983       disk.device.usage_vson_server_2:
1984         type: org.openecomp.capabilities.metric.Ceilometer
1985         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
1986         occurrences:
1987         - 1
1988         - UNBOUNDED
1989       disk.device.write.requests.rate_vson_server_2:
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_vson_server_2:
1996         type: tosca.capabilities.Scalable
1997         occurrences:
1998         - 1
1999         - UNBOUNDED
2000       vcpus_vson_server_2:
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       binding_vson_server_2:
2007         type: tosca.capabilities.network.Bindable
2008         occurrences:
2009         - 1
2010         - UNBOUNDED
2011       disk.write.bytes.rate_vson_server_2:
2012         type: org.openecomp.capabilities.metric.Ceilometer
2013         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2014         occurrences:
2015         - 1
2016         - UNBOUNDED
2017       disk.iops_vson_server_2:
2018         type: org.openecomp.capabilities.metric.Ceilometer
2019         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2020         occurrences:
2021         - 1
2022         - UNBOUNDED
2023       cpu_vson_server_2:
2024         type: org.openecomp.capabilities.metric.Ceilometer
2025         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2026         occurrences:
2027         - 1
2028         - UNBOUNDED
2029       feature_vson_server_oam_net_port_00:
2030         type: tosca.capabilities.Node
2031         occurrences:
2032         - 1
2033         - UNBOUNDED
2034       disk.device.allocation_vson_server_2:
2035         type: org.openecomp.capabilities.metric.Ceilometer
2036         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2037         occurrences:
2038         - 1
2039         - UNBOUNDED
2040       disk.device.read.requests_vson_server_2:
2041         type: org.openecomp.capabilities.metric.Ceilometer
2042         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2043         occurrences:
2044         - 1
2045         - UNBOUNDED
2046       disk.device.capacity_vson_server_2:
2047         type: org.openecomp.capabilities.metric.Ceilometer
2048         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2049         occurrences:
2050         - 1
2051         - UNBOUNDED
2052   org.openecomp.resource.abstract.nodes.heat.vson_vm_8:
2053     derived_from: org.openecomp.resource.abstract.nodes.VFC
2054     properties:
2055       vf_module_id:
2056         type: string
2057         description: Unique ID for this VF Module instance
2058         required: true
2059         status: SUPPORTED
2060       default_gateway:
2061         type: string
2062         description: Default gateway.
2063         required: true
2064         status: SUPPORTED
2065       instance_index:
2066         type: float
2067         description: Index of the instance.
2068         required: true
2069         status: SUPPORTED
2070       vnf_name:
2071         type: string
2072         description: Unique name for this VF instance.
2073         required: true
2074         status: SUPPORTED
2075       port_vson_server_oam_net_port_10_network_role:
2076         type: string
2077         required: true
2078         status: SUPPORTED
2079       oam_net_subnet_prefix_length:
2080         type: string
2081         description: Prefix length of the subnet on the OAM network.
2082         required: true
2083         status: SUPPORTED
2084       port_vson_server_oam_net_port_10_vlan_requirements:
2085         type: list
2086         required: true
2087         status: SUPPORTED
2088         entry_schema:
2089           type: org.openecomp.datatypes.network.VlanRequirements
2090       vf_module_name:
2091         type: string
2092         description: Unique name for this VF module instance.
2093         required: true
2094         status: SUPPORTED
2095       dns_servers:
2096         type: list
2097         description: List of DNS servers.
2098         required: true
2099         status: SUPPORTED
2100         entry_schema: *id007
2101       oam_net_security_group_id:
2102         type: string
2103         description: |
2104           The ID of Security group applied on the port bound to the vSON OAM network.
2105         required: true
2106         status: SUPPORTED
2107       vnf_id:
2108         type: string
2109         description: Unique ID for this VF instance.
2110         required: true
2111         status: SUPPORTED
2112       vson_clm_oam_net_ip:
2113         type: string
2114         description: IP of the vSON Cluster Manager.
2115         required: true
2116         status: SUPPORTED
2117       port_vson_server_oam_net_port_10_subnetpoolid:
2118         type: string
2119         required: true
2120         status: SUPPORTED
2121       vson_dc_unit:
2122         type: string
2123         description: Name of the vSON Data Center.
2124         required: true
2125         status: SUPPORTED
2126       oam_net_ips:
2127         type: list
2128         description: Fixed IP assignments for vSON instances on the OAM network.
2129         required: true
2130         status: SUPPORTED
2131         entry_schema: *id008
2132       vfc_role:
2133         type: string
2134         description: Unique ID for this VF Module instance
2135         required: true
2136         status: SUPPORTED
2137       swift_account_auth_token:
2138         type: string
2139         description: |
2140           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
2141         required: true
2142         status: SUPPORTED
2143       vson_server_group_id:
2144         type: string
2145         description: |
2146           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.
2147         required: true
2148         status: SUPPORTED
2149       vson_vm_flavor_name:
2150         type: string
2151         description: The ID or name of the flavor to boot onto.
2152         required: true
2153         status: SUPPORTED
2154       availability_zones:
2155         type: list
2156         description: List of availability zones.
2157         required: true
2158         status: SUPPORTED
2159         entry_schema: *id009
2160       volume_ids:
2161         type: list
2162         description: List of Volumes IDs.
2163         required: true
2164         status: SUPPORTED
2165         entry_schema: *id010
2166       port_vson_server_oam_net_port_10_network_role_tag:
2167         type: string
2168         required: true
2169         status: SUPPORTED
2170       ntp_servers:
2171         type: list
2172         description: List of NTP servers.
2173         required: true
2174         status: SUPPORTED
2175         entry_schema: *id011
2176       port_vson_server_oam_net_port_10_exCP_naming:
2177         type: org.openecomp.datatypes.Naming
2178         required: true
2179         status: SUPPORTED
2180       oam_net_id:
2181         type: string
2182         description: The ID of the OAM network.
2183         required: true
2184         status: SUPPORTED
2185       port_vson_server_oam_net_port_10_order:
2186         type: integer
2187         required: true
2188         status: SUPPORTED
2189       vson_vm_names:
2190         type: list
2191         description: A list of unique names to be issued to the vSON Cluster leaders.
2192         required: true
2193         status: SUPPORTED
2194         entry_schema: *id012
2195       port_vson_server_oam_net_port_10_mac_requirements:
2196         type: org.openecomp.datatypes.network.MacRequirements
2197         required: true
2198         status: SUPPORTED
2199       port_vson_server_oam_net_port_10_ip_requirements:
2200         type: list
2201         required: true
2202         status: SUPPORTED
2203         entry_schema:
2204           type: org.openecomp.datatypes.network.IpRequirements
2205     requirements:
2206     - dependency_vson_server_3:
2207         capability: tosca.capabilities.Node
2208         node: tosca.nodes.Root
2209         relationship: tosca.relationships.DependsOn
2210         occurrences:
2211         - 0
2212         - UNBOUNDED
2213     - local_storage_vson_server_3:
2214         capability: tosca.capabilities.Attachment
2215         node: tosca.nodes.BlockStorage
2216         relationship: tosca.relationships.AttachesTo
2217         occurrences:
2218         - 0
2219         - UNBOUNDED
2220     - dependency_vson_server_oam_net_port_10:
2221         capability: tosca.capabilities.Node
2222         node: tosca.nodes.Root
2223         relationship: tosca.relationships.DependsOn
2224         occurrences:
2225         - 0
2226         - UNBOUNDED
2227     - link_vson_server_oam_net_port_10:
2228         capability: tosca.capabilities.network.Linkable
2229         relationship: tosca.relationships.network.LinksTo
2230         occurrences:
2231         - 1
2232         - 1
2233     capabilities:
2234       endpoint_vson_server_3:
2235         type: tosca.capabilities.Endpoint.Admin
2236         occurrences:
2237         - 1
2238         - UNBOUNDED
2239       disk.read.bytes_vson_server_3:
2240         type: org.openecomp.capabilities.metric.Ceilometer
2241         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2242         occurrences:
2243         - 1
2244         - UNBOUNDED
2245       disk.read.requests_vson_server_3:
2246         type: org.openecomp.capabilities.metric.Ceilometer
2247         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2248         occurrences:
2249         - 1
2250         - UNBOUNDED
2251       network.incoming.packets.rate_vson_server_oam_net_port_10:
2252         type: org.openecomp.capabilities.metric.Ceilometer
2253         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2254         occurrences:
2255         - 1
2256         - UNBOUNDED
2257       binding_vson_server_3:
2258         type: tosca.capabilities.network.Bindable
2259         occurrences:
2260         - 1
2261         - UNBOUNDED
2262       disk.read.bytes.rate_vson_server_3:
2263         type: org.openecomp.capabilities.metric.Ceilometer
2264         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2265         occurrences:
2266         - 1
2267         - UNBOUNDED
2268       disk.device.write.bytes_vson_server_3:
2269         type: org.openecomp.capabilities.metric.Ceilometer
2270         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2271         occurrences:
2272         - 1
2273         - UNBOUNDED
2274       instance_vson_server_3:
2275         type: org.openecomp.capabilities.metric.Ceilometer
2276         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2277         occurrences:
2278         - 1
2279         - UNBOUNDED
2280       disk.latency_vson_server_3:
2281         type: org.openecomp.capabilities.metric.Ceilometer
2282         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2283         occurrences:
2284         - 1
2285         - UNBOUNDED
2286       cpu_util_vson_server_3:
2287         type: org.openecomp.capabilities.metric.Ceilometer
2288         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2289         occurrences:
2290         - 1
2291         - UNBOUNDED
2292       feature_vson_server_oam_net_port_10:
2293         type: tosca.capabilities.Node
2294         occurrences:
2295         - 1
2296         - UNBOUNDED
2297       disk.write.requests_vson_server_3:
2298         type: org.openecomp.capabilities.metric.Ceilometer
2299         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2300         occurrences:
2301         - 1
2302         - UNBOUNDED
2303       memory_vson_server_3:
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.outgoing.bytes.rate_vson_server_oam_net_port_10:
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       disk.device.read.requests.rate_vson_server_3:
2316         type: org.openecomp.capabilities.metric.Ceilometer
2317         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2318         occurrences:
2319         - 1
2320         - UNBOUNDED
2321       disk.device.iops_vson_server_3:
2322         type: org.openecomp.capabilities.metric.Ceilometer
2323         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2324         occurrences:
2325         - 1
2326         - UNBOUNDED
2327       disk.capacity_vson_server_3:
2328         type: org.openecomp.capabilities.metric.Ceilometer
2329         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2330         occurrences:
2331         - 1
2332         - UNBOUNDED
2333       memory.usage_vson_server_3:
2334         type: org.openecomp.capabilities.metric.Ceilometer
2335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2336         occurrences:
2337         - 1
2338         - UNBOUNDED
2339       disk.usage_vson_server_3:
2340         type: org.openecomp.capabilities.metric.Ceilometer
2341         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2342         occurrences:
2343         - 1
2344         - UNBOUNDED
2345       disk.device.read.bytes.rate_vson_server_3:
2346         type: org.openecomp.capabilities.metric.Ceilometer
2347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2348         occurrences:
2349         - 1
2350         - UNBOUNDED
2351       network.outgoing.packets.rate_vson_server_oam_net_port_10:
2352         type: org.openecomp.capabilities.metric.Ceilometer
2353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2354         occurrences:
2355         - 1
2356         - UNBOUNDED
2357       disk.allocation_vson_server_3:
2358         type: org.openecomp.capabilities.metric.Ceilometer
2359         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2360         occurrences:
2361         - 1
2362         - UNBOUNDED
2363       disk.write.requests.rate_vson_server_3:
2364         type: org.openecomp.capabilities.metric.Ceilometer
2365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2366         occurrences:
2367         - 1
2368         - UNBOUNDED
2369       disk.ephemeral.size_vson_server_3:
2370         type: org.openecomp.capabilities.metric.Ceilometer
2371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2372         occurrences:
2373         - 1
2374         - UNBOUNDED
2375       network.incoming.bytes.rate_vson_server_oam_net_port_10:
2376         type: org.openecomp.capabilities.metric.Ceilometer
2377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2378         occurrences:
2379         - 1
2380         - UNBOUNDED
2381       disk.device.read.bytes_vson_server_3:
2382         type: org.openecomp.capabilities.metric.Ceilometer
2383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2384         occurrences:
2385         - 1
2386         - UNBOUNDED
2387       binding_vson_server_oam_net_port_10:
2388         type: tosca.capabilities.network.Bindable
2389         valid_source_types:
2390         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2391         occurrences:
2392         - 0
2393         - UNBOUNDED
2394       os_vson_server_3:
2395         type: tosca.capabilities.OperatingSystem
2396         occurrences:
2397         - 1
2398         - UNBOUNDED
2399       disk.root.size_vson_server_3:
2400         type: org.openecomp.capabilities.metric.Ceilometer
2401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2402         occurrences:
2403         - 1
2404         - UNBOUNDED
2405       disk.device.write.bytes.rate_vson_server_3:
2406         type: org.openecomp.capabilities.metric.Ceilometer
2407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2408         occurrences:
2409         - 1
2410         - UNBOUNDED
2411       disk.device.write.requests_vson_server_3:
2412         type: org.openecomp.capabilities.metric.Ceilometer
2413         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2414         occurrences:
2415         - 1
2416         - UNBOUNDED
2417       network.incoming.packets_vson_server_oam_net_port_10:
2418         type: org.openecomp.capabilities.metric.Ceilometer
2419         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2420         occurrences:
2421         - 1
2422         - UNBOUNDED
2423       host_vson_server_3:
2424         type: tosca.capabilities.Container
2425         valid_source_types:
2426         - tosca.nodes.SoftwareComponent
2427         occurrences:
2428         - 1
2429         - UNBOUNDED
2430       disk.device.latency_vson_server_3:
2431         type: org.openecomp.capabilities.metric.Ceilometer
2432         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2433         occurrences:
2434         - 1
2435         - UNBOUNDED
2436       cpu.delta_vson_server_3:
2437         type: org.openecomp.capabilities.metric.Ceilometer
2438         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2439         occurrences:
2440         - 1
2441         - UNBOUNDED
2442       memory.resident_vson_server_3:
2443         type: org.openecomp.capabilities.metric.Ceilometer
2444         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2445         occurrences:
2446         - 1
2447         - UNBOUNDED
2448       attachment_vson_server_oam_net_port_10:
2449         type: tosca.capabilities.Attachment
2450         occurrences:
2451         - 1
2452         - UNBOUNDED
2453       network.incoming.bytes_vson_server_oam_net_port_10:
2454         type: org.openecomp.capabilities.metric.Ceilometer
2455         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2456         occurrences:
2457         - 1
2458         - UNBOUNDED
2459       feature_vson_server_3:
2460         type: tosca.capabilities.Node
2461         occurrences:
2462         - 1
2463         - UNBOUNDED
2464       forwarder_vson_server_oam_net_port_10:
2465         type: org.openecomp.capabilities.Forwarder
2466         occurrences:
2467         - 1
2468         - UNBOUNDED
2469       disk.write.bytes_vson_server_3:
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       disk.device.read.requests_vson_server_3:
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       network.outpoing.packets_vson_server_oam_net_port_10:
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.device.usage_vson_server_3:
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.write.requests.rate_vson_server_3:
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       vcpus_vson_server_3:
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       disk.write.bytes.rate_vson_server_3:
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.iops_vson_server_3:
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       scalable_vson_server_3:
2518         type: tosca.capabilities.Scalable
2519         occurrences:
2520         - 1
2521         - UNBOUNDED
2522       disk.device.capacity_vson_server_3:
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       disk.device.allocation_vson_server_3:
2529         type: org.openecomp.capabilities.metric.Ceilometer
2530         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2531         occurrences:
2532         - 1
2533         - UNBOUNDED
2534       cpu_vson_server_3:
2535         type: org.openecomp.capabilities.metric.Ceilometer
2536         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2537         occurrences:
2538         - 1
2539         - UNBOUNDED
2540       network.outgoing.bytes_vson_server_oam_net_port_10:
2541         type: org.openecomp.capabilities.metric.Ceilometer
2542         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2543         occurrences:
2544         - 1
2545         - UNBOUNDED
2546   org.openecomp.resource.abstract.nodes.heat.vson_vm_9:
2547     derived_from: org.openecomp.resource.abstract.nodes.VFC
2548     properties:
2549       vf_module_id:
2550         type: string
2551         description: Unique ID for this VF Module instance
2552         required: true
2553         status: SUPPORTED
2554       default_gateway:
2555         type: string
2556         description: Default gateway.
2557         required: true
2558         status: SUPPORTED
2559       port_vson_server_oam_net_port_00_network_role_tag:
2560         type: string
2561         required: true
2562         status: SUPPORTED
2563       instance_index:
2564         type: float
2565         description: Index of the instance.
2566         required: true
2567         status: SUPPORTED
2568       vnf_name:
2569         type: string
2570         description: Unique name for this VF instance.
2571         required: true
2572         status: SUPPORTED
2573       oam_net_subnet_prefix_length:
2574         type: string
2575         description: Prefix length of the subnet on the OAM network.
2576         required: true
2577         status: SUPPORTED
2578       port_vson_server_oam_net_port_00_ip_requirements:
2579         type: list
2580         required: true
2581         status: SUPPORTED
2582         entry_schema:
2583           type: org.openecomp.datatypes.network.IpRequirements
2584       vf_module_name:
2585         type: string
2586         description: Unique name for this VF module instance.
2587         required: true
2588         status: SUPPORTED
2589       dns_servers:
2590         type: list
2591         description: List of DNS servers.
2592         required: true
2593         status: SUPPORTED
2594         entry_schema: *id001
2595       oam_net_security_group_id:
2596         type: string
2597         description: |
2598           The ID of Security group applied on the port bound to the vSON OAM network.
2599         required: true
2600         status: SUPPORTED
2601       vson_vm_image_name:
2602         type: string
2603         description: VM Image name the vSON instance will be created from.
2604         required: true
2605         status: SUPPORTED
2606       vnf_id:
2607         type: string
2608         description: Unique ID for this VF instance.
2609         required: true
2610         status: SUPPORTED
2611       vson_clm_oam_net_ip:
2612         type: string
2613         description: IP of the vSON Cluster Manager.
2614         required: true
2615         status: SUPPORTED
2616       vson_dc_unit:
2617         type: string
2618         description: Name of the vSON Data Center.
2619         required: true
2620         status: SUPPORTED
2621       oam_net_ips:
2622         type: list
2623         description: Fixed IP assignments for vSON instances on the OAM network.
2624         required: true
2625         status: SUPPORTED
2626         entry_schema: *id002
2627       vfc_role:
2628         type: string
2629         description: Unique ID for this VF Module instance
2630         required: true
2631         status: SUPPORTED
2632       swift_account_auth_token:
2633         type: string
2634         description: |
2635           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
2636         required: true
2637         status: SUPPORTED
2638       port_vson_server_oam_net_port_00_mac_requirements:
2639         type: org.openecomp.datatypes.network.MacRequirements
2640         required: true
2641         status: SUPPORTED
2642       vson_server_group_id:
2643         type: string
2644         description: |
2645           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.
2646         required: true
2647         status: SUPPORTED
2648       vson_vm_flavor_name:
2649         type: string
2650         description: The ID or name of the flavor to boot onto.
2651         required: true
2652         status: SUPPORTED
2653       availability_zones:
2654         type: list
2655         description: List of availability zones.
2656         required: true
2657         status: SUPPORTED
2658         entry_schema: *id003
2659       volume_ids:
2660         type: list
2661         description: List of Volumes IDs.
2662         required: true
2663         status: SUPPORTED
2664         entry_schema: *id004
2665       ntp_servers:
2666         type: list
2667         description: List of NTP servers.
2668         required: true
2669         status: SUPPORTED
2670         entry_schema: *id005
2671       vson_join_cluster_auth_token:
2672         type: string
2673         description: "Authentication Token generated for the user permitted to add\
2674           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
2675         required: true
2676         status: SUPPORTED
2677       port_vson_server_oam_net_port_00_order:
2678         type: integer
2679         required: true
2680         status: SUPPORTED
2681       port_vson_server_oam_net_port_00_exCP_naming:
2682         type: org.openecomp.datatypes.Naming
2683         required: true
2684         status: SUPPORTED
2685       oam_net_id:
2686         type: string
2687         description: The ID of the OAM network.
2688         required: true
2689         status: SUPPORTED
2690       port_vson_server_oam_net_port_00_vlan_requirements:
2691         type: list
2692         required: true
2693         status: SUPPORTED
2694         entry_schema:
2695           type: org.openecomp.datatypes.network.VlanRequirements
2696       port_vson_server_oam_net_port_00_network_role:
2697         type: string
2698         required: true
2699         status: SUPPORTED
2700       vson_vm_names:
2701         type: list
2702         description: A list of unique names to be issued to the vSON Cluster leaders.
2703         required: true
2704         status: SUPPORTED
2705         entry_schema: *id006
2706       port_vson_server_oam_net_port_00_subnetpoolid:
2707         type: string
2708         required: true
2709         status: SUPPORTED
2710     requirements:
2711     - dependency_vson_server_2:
2712         capability: tosca.capabilities.Node
2713         node: tosca.nodes.Root
2714         relationship: tosca.relationships.DependsOn
2715         occurrences:
2716         - 0
2717         - UNBOUNDED
2718     - local_storage_vson_server_2:
2719         capability: tosca.capabilities.Attachment
2720         node: tosca.nodes.BlockStorage
2721         relationship: tosca.relationships.AttachesTo
2722         occurrences:
2723         - 0
2724         - UNBOUNDED
2725     - dependency_vson_server_oam_net_port_00:
2726         capability: tosca.capabilities.Node
2727         node: tosca.nodes.Root
2728         relationship: tosca.relationships.DependsOn
2729         occurrences:
2730         - 0
2731         - UNBOUNDED
2732     - link_vson_server_oam_net_port_00:
2733         capability: tosca.capabilities.network.Linkable
2734         relationship: tosca.relationships.network.LinksTo
2735         occurrences:
2736         - 1
2737         - 1
2738     capabilities:
2739       network.outpoing.packets_vson_server_oam_net_port_00:
2740         type: org.openecomp.capabilities.metric.Ceilometer
2741         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2742         occurrences:
2743         - 1
2744         - UNBOUNDED
2745       forwarder_vson_server_oam_net_port_00:
2746         type: org.openecomp.capabilities.Forwarder
2747         occurrences:
2748         - 1
2749         - UNBOUNDED
2750       network.outgoing.bytes.rate_vson_server_oam_net_port_00:
2751         type: org.openecomp.capabilities.metric.Ceilometer
2752         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2753         occurrences:
2754         - 1
2755         - UNBOUNDED
2756       instance_vson_server_2:
2757         type: org.openecomp.capabilities.metric.Ceilometer
2758         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2759         occurrences:
2760         - 1
2761         - UNBOUNDED
2762       disk.device.write.bytes_vson_server_2:
2763         type: org.openecomp.capabilities.metric.Ceilometer
2764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2765         occurrences:
2766         - 1
2767         - UNBOUNDED
2768       disk.read.requests_vson_server_2:
2769         type: org.openecomp.capabilities.metric.Ceilometer
2770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2771         occurrences:
2772         - 1
2773         - UNBOUNDED
2774       disk.read.bytes_vson_server_2:
2775         type: org.openecomp.capabilities.metric.Ceilometer
2776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2777         occurrences:
2778         - 1
2779         - UNBOUNDED
2780       network.outgoing.packets.rate_vson_server_oam_net_port_00:
2781         type: org.openecomp.capabilities.metric.Ceilometer
2782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2783         occurrences:
2784         - 1
2785         - UNBOUNDED
2786       disk.latency_vson_server_2:
2787         type: org.openecomp.capabilities.metric.Ceilometer
2788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2789         occurrences:
2790         - 1
2791         - UNBOUNDED
2792       disk.read.bytes.rate_vson_server_2:
2793         type: org.openecomp.capabilities.metric.Ceilometer
2794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2795         occurrences:
2796         - 1
2797         - UNBOUNDED
2798       endpoint_vson_server_2:
2799         type: tosca.capabilities.Endpoint.Admin
2800         occurrences:
2801         - 1
2802         - UNBOUNDED
2803       network.incoming.bytes.rate_vson_server_oam_net_port_00:
2804         type: org.openecomp.capabilities.metric.Ceilometer
2805         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2806         occurrences:
2807         - 1
2808         - UNBOUNDED
2809       disk.write.requests_vson_server_2:
2810         type: org.openecomp.capabilities.metric.Ceilometer
2811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2812         occurrences:
2813         - 1
2814         - UNBOUNDED
2815       binding_vson_server_oam_net_port_00:
2816         type: tosca.capabilities.network.Bindable
2817         valid_source_types:
2818         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
2819         occurrences:
2820         - 0
2821         - UNBOUNDED
2822       memory_vson_server_2:
2823         type: org.openecomp.capabilities.metric.Ceilometer
2824         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2825         occurrences:
2826         - 1
2827         - UNBOUNDED
2828       network.outgoing.bytes_vson_server_oam_net_port_00:
2829         type: org.openecomp.capabilities.metric.Ceilometer
2830         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2831         occurrences:
2832         - 1
2833         - UNBOUNDED
2834       cpu_util_vson_server_2:
2835         type: org.openecomp.capabilities.metric.Ceilometer
2836         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2837         occurrences:
2838         - 1
2839         - UNBOUNDED
2840       disk.device.read.requests.rate_vson_server_2:
2841         type: org.openecomp.capabilities.metric.Ceilometer
2842         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2843         occurrences:
2844         - 1
2845         - UNBOUNDED
2846       disk.device.iops_vson_server_2:
2847         type: org.openecomp.capabilities.metric.Ceilometer
2848         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2849         occurrences:
2850         - 1
2851         - UNBOUNDED
2852       disk.allocation_vson_server_2:
2853         type: org.openecomp.capabilities.metric.Ceilometer
2854         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2855         occurrences:
2856         - 1
2857         - UNBOUNDED
2858       memory.usage_vson_server_2:
2859         type: org.openecomp.capabilities.metric.Ceilometer
2860         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2861         occurrences:
2862         - 1
2863         - UNBOUNDED
2864       disk.usage_vson_server_2:
2865         type: org.openecomp.capabilities.metric.Ceilometer
2866         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2867         occurrences:
2868         - 1
2869         - UNBOUNDED
2870       network.incoming.packets_vson_server_oam_net_port_00:
2871         type: org.openecomp.capabilities.metric.Ceilometer
2872         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2873         occurrences:
2874         - 1
2875         - UNBOUNDED
2876       disk.capacity_vson_server_2:
2877         type: org.openecomp.capabilities.metric.Ceilometer
2878         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2879         occurrences:
2880         - 1
2881         - UNBOUNDED
2882       disk.device.read.bytes.rate_vson_server_2:
2883         type: org.openecomp.capabilities.metric.Ceilometer
2884         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2885         occurrences:
2886         - 1
2887         - UNBOUNDED
2888       network.incoming.packets.rate_vson_server_oam_net_port_00:
2889         type: org.openecomp.capabilities.metric.Ceilometer
2890         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2891         occurrences:
2892         - 1
2893         - UNBOUNDED
2894       network.incoming.bytes_vson_server_oam_net_port_00:
2895         type: org.openecomp.capabilities.metric.Ceilometer
2896         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2897         occurrences:
2898         - 1
2899         - UNBOUNDED
2900       disk.write.requests.rate_vson_server_2:
2901         type: org.openecomp.capabilities.metric.Ceilometer
2902         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2903         occurrences:
2904         - 1
2905         - UNBOUNDED
2906       attachment_vson_server_oam_net_port_00:
2907         type: tosca.capabilities.Attachment
2908         occurrences:
2909         - 1
2910         - UNBOUNDED
2911       disk.ephemeral.size_vson_server_2:
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       disk.device.read.bytes_vson_server_2:
2918         type: org.openecomp.capabilities.metric.Ceilometer
2919         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2920         occurrences:
2921         - 1
2922         - UNBOUNDED
2923       os_vson_server_2:
2924         type: tosca.capabilities.OperatingSystem
2925         occurrences:
2926         - 1
2927         - UNBOUNDED
2928       disk.root.size_vson_server_2:
2929         type: org.openecomp.capabilities.metric.Ceilometer
2930         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2931         occurrences:
2932         - 1
2933         - UNBOUNDED
2934       disk.device.write.requests_vson_server_2:
2935         type: org.openecomp.capabilities.metric.Ceilometer
2936         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2937         occurrences:
2938         - 1
2939         - UNBOUNDED
2940       host_vson_server_2:
2941         type: tosca.capabilities.Container
2942         valid_source_types:
2943         - tosca.nodes.SoftwareComponent
2944         occurrences:
2945         - 1
2946         - UNBOUNDED
2947       disk.device.write.bytes.rate_vson_server_2:
2948         type: org.openecomp.capabilities.metric.Ceilometer
2949         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2950         occurrences:
2951         - 1
2952         - UNBOUNDED
2953       cpu.delta_vson_server_2:
2954         type: org.openecomp.capabilities.metric.Ceilometer
2955         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2956         occurrences:
2957         - 1
2958         - UNBOUNDED
2959       disk.device.latency_vson_server_2:
2960         type: org.openecomp.capabilities.metric.Ceilometer
2961         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2962         occurrences:
2963         - 1
2964         - UNBOUNDED
2965       feature_vson_server_2:
2966         type: tosca.capabilities.Node
2967         occurrences:
2968         - 1
2969         - UNBOUNDED
2970       memory.resident_vson_server_2:
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.bytes_vson_server_2:
2977         type: org.openecomp.capabilities.metric.Ceilometer
2978         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2979         occurrences:
2980         - 1
2981         - UNBOUNDED
2982       disk.device.usage_vson_server_2:
2983         type: org.openecomp.capabilities.metric.Ceilometer
2984         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
2985         occurrences:
2986         - 1
2987         - UNBOUNDED
2988       disk.device.write.requests.rate_vson_server_2:
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       scalable_vson_server_2:
2995         type: tosca.capabilities.Scalable
2996         occurrences:
2997         - 1
2998         - UNBOUNDED
2999       vcpus_vson_server_2:
3000         type: org.openecomp.capabilities.metric.Ceilometer
3001         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3002         occurrences:
3003         - 1
3004         - UNBOUNDED
3005       binding_vson_server_2:
3006         type: tosca.capabilities.network.Bindable
3007         occurrences:
3008         - 1
3009         - UNBOUNDED
3010       disk.write.bytes.rate_vson_server_2:
3011         type: org.openecomp.capabilities.metric.Ceilometer
3012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3013         occurrences:
3014         - 1
3015         - UNBOUNDED
3016       disk.iops_vson_server_2:
3017         type: org.openecomp.capabilities.metric.Ceilometer
3018         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3019         occurrences:
3020         - 1
3021         - UNBOUNDED
3022       cpu_vson_server_2:
3023         type: org.openecomp.capabilities.metric.Ceilometer
3024         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3025         occurrences:
3026         - 1
3027         - UNBOUNDED
3028       feature_vson_server_oam_net_port_00:
3029         type: tosca.capabilities.Node
3030         occurrences:
3031         - 1
3032         - UNBOUNDED
3033       disk.device.allocation_vson_server_2:
3034         type: org.openecomp.capabilities.metric.Ceilometer
3035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3036         occurrences:
3037         - 1
3038         - UNBOUNDED
3039       disk.device.read.requests_vson_server_2:
3040         type: org.openecomp.capabilities.metric.Ceilometer
3041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3042         occurrences:
3043         - 1
3044         - UNBOUNDED
3045       disk.device.capacity_vson_server_2:
3046         type: org.openecomp.capabilities.metric.Ceilometer
3047         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3048         occurrences:
3049         - 1
3050         - UNBOUNDED
3051   org.openecomp.resource.abstract.nodes.heat.vson_vm_6:
3052     derived_from: org.openecomp.resource.abstract.nodes.VFC
3053     properties:
3054       vf_module_id:
3055         type: string
3056         description: Unique ID for this VF Module instance
3057         required: true
3058         status: SUPPORTED
3059       default_gateway:
3060         type: string
3061         description: Default gateway.
3062         required: true
3063         status: SUPPORTED
3064       port_vson_server_oam_net_port_00_network_role_tag:
3065         type: string
3066         required: true
3067         status: SUPPORTED
3068       instance_index:
3069         type: float
3070         description: Index of the instance.
3071         required: true
3072         status: SUPPORTED
3073       vnf_name:
3074         type: string
3075         description: Unique name for this VF instance.
3076         required: true
3077         status: SUPPORTED
3078       oam_net_subnet_prefix_length:
3079         type: string
3080         description: Prefix length of the subnet on the OAM network.
3081         required: true
3082         status: SUPPORTED
3083       port_vson_server_oam_net_port_00_ip_requirements:
3084         type: list
3085         required: true
3086         status: SUPPORTED
3087         entry_schema:
3088           type: org.openecomp.datatypes.network.IpRequirements
3089       vf_module_name:
3090         type: string
3091         description: Unique name for this VF module instance.
3092         required: true
3093         status: SUPPORTED
3094       dns_servers:
3095         type: list
3096         description: List of DNS servers.
3097         required: true
3098         status: SUPPORTED
3099         entry_schema: *id001
3100       oam_net_security_group_id:
3101         type: string
3102         description: |
3103           The ID of Security group applied on the port bound to the vSON OAM network.
3104         required: true
3105         status: SUPPORTED
3106       vson_vm_image_name:
3107         type: string
3108         description: VM Image name the vSON instance will be created from.
3109         required: true
3110         status: SUPPORTED
3111       vnf_id:
3112         type: string
3113         description: Unique ID for this VF instance.
3114         required: true
3115         status: SUPPORTED
3116       vson_clm_oam_net_ip:
3117         type: string
3118         description: IP of the vSON Cluster Manager.
3119         required: true
3120         status: SUPPORTED
3121       vson_dc_unit:
3122         type: string
3123         description: Name of the vSON Data Center.
3124         required: true
3125         status: SUPPORTED
3126       oam_net_ips:
3127         type: list
3128         description: Fixed IP assignments for vSON instances on the OAM network.
3129         required: true
3130         status: SUPPORTED
3131         entry_schema: *id002
3132       vfc_role:
3133         type: string
3134         description: Unique ID for this VF Module instance
3135         required: true
3136         status: SUPPORTED
3137       swift_account_auth_token:
3138         type: string
3139         description: |
3140           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
3141         required: true
3142         status: SUPPORTED
3143       port_vson_server_oam_net_port_00_mac_requirements:
3144         type: org.openecomp.datatypes.network.MacRequirements
3145         required: true
3146         status: SUPPORTED
3147       vson_server_group_id:
3148         type: string
3149         description: |
3150           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.
3151         required: true
3152         status: SUPPORTED
3153       vson_vm_flavor_name:
3154         type: string
3155         description: The ID or name of the flavor to boot onto.
3156         required: true
3157         status: SUPPORTED
3158       availability_zones:
3159         type: list
3160         description: List of availability zones.
3161         required: true
3162         status: SUPPORTED
3163         entry_schema: *id003
3164       volume_ids:
3165         type: list
3166         description: List of Volumes IDs.
3167         required: true
3168         status: SUPPORTED
3169         entry_schema: *id004
3170       ntp_servers:
3171         type: list
3172         description: List of NTP servers.
3173         required: true
3174         status: SUPPORTED
3175         entry_schema: *id005
3176       vson_join_cluster_auth_token:
3177         type: string
3178         description: "Authentication Token generated for the user permitted to add\
3179           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
3180         required: true
3181         status: SUPPORTED
3182       port_vson_server_oam_net_port_00_order:
3183         type: integer
3184         required: true
3185         status: SUPPORTED
3186       port_vson_server_oam_net_port_00_exCP_naming:
3187         type: org.openecomp.datatypes.Naming
3188         required: true
3189         status: SUPPORTED
3190       oam_net_id:
3191         type: string
3192         description: The ID of the OAM network.
3193         required: true
3194         status: SUPPORTED
3195       port_vson_server_oam_net_port_00_vlan_requirements:
3196         type: list
3197         required: true
3198         status: SUPPORTED
3199         entry_schema:
3200           type: org.openecomp.datatypes.network.VlanRequirements
3201       port_vson_server_oam_net_port_00_network_role:
3202         type: string
3203         required: true
3204         status: SUPPORTED
3205       vson_vm_names:
3206         type: list
3207         description: A list of unique names to be issued to the vSON Cluster leaders.
3208         required: true
3209         status: SUPPORTED
3210         entry_schema: *id006
3211       port_vson_server_oam_net_port_00_subnetpoolid:
3212         type: string
3213         required: true
3214         status: SUPPORTED
3215     requirements:
3216     - dependency_vson_server_2:
3217         capability: tosca.capabilities.Node
3218         node: tosca.nodes.Root
3219         relationship: tosca.relationships.DependsOn
3220         occurrences:
3221         - 0
3222         - UNBOUNDED
3223     - local_storage_vson_server_2:
3224         capability: tosca.capabilities.Attachment
3225         node: tosca.nodes.BlockStorage
3226         relationship: tosca.relationships.AttachesTo
3227         occurrences:
3228         - 0
3229         - UNBOUNDED
3230     - dependency_vson_server_oam_net_port_00:
3231         capability: tosca.capabilities.Node
3232         node: tosca.nodes.Root
3233         relationship: tosca.relationships.DependsOn
3234         occurrences:
3235         - 0
3236         - UNBOUNDED
3237     - link_vson_server_oam_net_port_00:
3238         capability: tosca.capabilities.network.Linkable
3239         relationship: tosca.relationships.network.LinksTo
3240         occurrences:
3241         - 1
3242         - 1
3243     capabilities:
3244       network.outpoing.packets_vson_server_oam_net_port_00:
3245         type: org.openecomp.capabilities.metric.Ceilometer
3246         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3247         occurrences:
3248         - 1
3249         - UNBOUNDED
3250       forwarder_vson_server_oam_net_port_00:
3251         type: org.openecomp.capabilities.Forwarder
3252         occurrences:
3253         - 1
3254         - UNBOUNDED
3255       network.outgoing.bytes.rate_vson_server_oam_net_port_00:
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       instance_vson_server_2:
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.device.write.bytes_vson_server_2:
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.read.requests_vson_server_2:
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       disk.read.bytes_vson_server_2:
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       network.outgoing.packets.rate_vson_server_oam_net_port_00:
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.latency_vson_server_2:
3292         type: org.openecomp.capabilities.metric.Ceilometer
3293         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3294         occurrences:
3295         - 1
3296         - UNBOUNDED
3297       disk.read.bytes.rate_vson_server_2:
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       endpoint_vson_server_2:
3304         type: tosca.capabilities.Endpoint.Admin
3305         occurrences:
3306         - 1
3307         - UNBOUNDED
3308       network.incoming.bytes.rate_vson_server_oam_net_port_00:
3309         type: org.openecomp.capabilities.metric.Ceilometer
3310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3311         occurrences:
3312         - 1
3313         - UNBOUNDED
3314       disk.write.requests_vson_server_2:
3315         type: org.openecomp.capabilities.metric.Ceilometer
3316         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3317         occurrences:
3318         - 1
3319         - UNBOUNDED
3320       binding_vson_server_oam_net_port_00:
3321         type: tosca.capabilities.network.Bindable
3322         valid_source_types:
3323         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3324         occurrences:
3325         - 0
3326         - UNBOUNDED
3327       memory_vson_server_2:
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.outgoing.bytes_vson_server_oam_net_port_00:
3334         type: org.openecomp.capabilities.metric.Ceilometer
3335         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3336         occurrences:
3337         - 1
3338         - UNBOUNDED
3339       cpu_util_vson_server_2:
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.device.read.requests.rate_vson_server_2:
3346         type: org.openecomp.capabilities.metric.Ceilometer
3347         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3348         occurrences:
3349         - 1
3350         - UNBOUNDED
3351       disk.device.iops_vson_server_2:
3352         type: org.openecomp.capabilities.metric.Ceilometer
3353         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3354         occurrences:
3355         - 1
3356         - UNBOUNDED
3357       disk.allocation_vson_server_2:
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       memory.usage_vson_server_2:
3364         type: org.openecomp.capabilities.metric.Ceilometer
3365         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3366         occurrences:
3367         - 1
3368         - UNBOUNDED
3369       disk.usage_vson_server_2:
3370         type: org.openecomp.capabilities.metric.Ceilometer
3371         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3372         occurrences:
3373         - 1
3374         - UNBOUNDED
3375       network.incoming.packets_vson_server_oam_net_port_00:
3376         type: org.openecomp.capabilities.metric.Ceilometer
3377         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3378         occurrences:
3379         - 1
3380         - UNBOUNDED
3381       disk.capacity_vson_server_2:
3382         type: org.openecomp.capabilities.metric.Ceilometer
3383         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3384         occurrences:
3385         - 1
3386         - UNBOUNDED
3387       disk.device.read.bytes.rate_vson_server_2:
3388         type: org.openecomp.capabilities.metric.Ceilometer
3389         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3390         occurrences:
3391         - 1
3392         - UNBOUNDED
3393       network.incoming.packets.rate_vson_server_oam_net_port_00:
3394         type: org.openecomp.capabilities.metric.Ceilometer
3395         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3396         occurrences:
3397         - 1
3398         - UNBOUNDED
3399       network.incoming.bytes_vson_server_oam_net_port_00:
3400         type: org.openecomp.capabilities.metric.Ceilometer
3401         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3402         occurrences:
3403         - 1
3404         - UNBOUNDED
3405       disk.write.requests.rate_vson_server_2:
3406         type: org.openecomp.capabilities.metric.Ceilometer
3407         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3408         occurrences:
3409         - 1
3410         - UNBOUNDED
3411       attachment_vson_server_oam_net_port_00:
3412         type: tosca.capabilities.Attachment
3413         occurrences:
3414         - 1
3415         - UNBOUNDED
3416       disk.ephemeral.size_vson_server_2:
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       disk.device.read.bytes_vson_server_2:
3423         type: org.openecomp.capabilities.metric.Ceilometer
3424         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3425         occurrences:
3426         - 1
3427         - UNBOUNDED
3428       os_vson_server_2:
3429         type: tosca.capabilities.OperatingSystem
3430         occurrences:
3431         - 1
3432         - UNBOUNDED
3433       disk.root.size_vson_server_2:
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       disk.device.write.requests_vson_server_2:
3440         type: org.openecomp.capabilities.metric.Ceilometer
3441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3442         occurrences:
3443         - 1
3444         - UNBOUNDED
3445       host_vson_server_2:
3446         type: tosca.capabilities.Container
3447         valid_source_types:
3448         - tosca.nodes.SoftwareComponent
3449         occurrences:
3450         - 1
3451         - UNBOUNDED
3452       disk.device.write.bytes.rate_vson_server_2:
3453         type: org.openecomp.capabilities.metric.Ceilometer
3454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3455         occurrences:
3456         - 1
3457         - UNBOUNDED
3458       cpu.delta_vson_server_2:
3459         type: org.openecomp.capabilities.metric.Ceilometer
3460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3461         occurrences:
3462         - 1
3463         - UNBOUNDED
3464       disk.device.latency_vson_server_2:
3465         type: org.openecomp.capabilities.metric.Ceilometer
3466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3467         occurrences:
3468         - 1
3469         - UNBOUNDED
3470       feature_vson_server_2:
3471         type: tosca.capabilities.Node
3472         occurrences:
3473         - 1
3474         - UNBOUNDED
3475       memory.resident_vson_server_2:
3476         type: org.openecomp.capabilities.metric.Ceilometer
3477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3478         occurrences:
3479         - 1
3480         - UNBOUNDED
3481       disk.write.bytes_vson_server_2:
3482         type: org.openecomp.capabilities.metric.Ceilometer
3483         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3484         occurrences:
3485         - 1
3486         - UNBOUNDED
3487       disk.device.usage_vson_server_2:
3488         type: org.openecomp.capabilities.metric.Ceilometer
3489         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3490         occurrences:
3491         - 1
3492         - UNBOUNDED
3493       disk.device.write.requests.rate_vson_server_2:
3494         type: org.openecomp.capabilities.metric.Ceilometer
3495         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3496         occurrences:
3497         - 1
3498         - UNBOUNDED
3499       scalable_vson_server_2:
3500         type: tosca.capabilities.Scalable
3501         occurrences:
3502         - 1
3503         - UNBOUNDED
3504       vcpus_vson_server_2:
3505         type: org.openecomp.capabilities.metric.Ceilometer
3506         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3507         occurrences:
3508         - 1
3509         - UNBOUNDED
3510       binding_vson_server_2:
3511         type: tosca.capabilities.network.Bindable
3512         occurrences:
3513         - 1
3514         - UNBOUNDED
3515       disk.write.bytes.rate_vson_server_2:
3516         type: org.openecomp.capabilities.metric.Ceilometer
3517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3518         occurrences:
3519         - 1
3520         - UNBOUNDED
3521       disk.iops_vson_server_2:
3522         type: org.openecomp.capabilities.metric.Ceilometer
3523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3524         occurrences:
3525         - 1
3526         - UNBOUNDED
3527       cpu_vson_server_2:
3528         type: org.openecomp.capabilities.metric.Ceilometer
3529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3530         occurrences:
3531         - 1
3532         - UNBOUNDED
3533       feature_vson_server_oam_net_port_00:
3534         type: tosca.capabilities.Node
3535         occurrences:
3536         - 1
3537         - UNBOUNDED
3538       disk.device.allocation_vson_server_2:
3539         type: org.openecomp.capabilities.metric.Ceilometer
3540         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3541         occurrences:
3542         - 1
3543         - UNBOUNDED
3544       disk.device.read.requests_vson_server_2:
3545         type: org.openecomp.capabilities.metric.Ceilometer
3546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3547         occurrences:
3548         - 1
3549         - UNBOUNDED
3550       disk.device.capacity_vson_server_2:
3551         type: org.openecomp.capabilities.metric.Ceilometer
3552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3553         occurrences:
3554         - 1
3555         - UNBOUNDED
3556   org.openecomp.resource.abstract.nodes.heat.vson_vm_7:
3557     derived_from: org.openecomp.resource.abstract.nodes.VFC
3558     properties:
3559       vf_module_id:
3560         type: string
3561         description: Unique ID for this VF Module instance
3562         required: true
3563         status: SUPPORTED
3564       default_gateway:
3565         type: string
3566         description: Default gateway.
3567         required: true
3568         status: SUPPORTED
3569       port_vson_server_oam_net_port_00_network_role_tag:
3570         type: string
3571         required: true
3572         status: SUPPORTED
3573       instance_index:
3574         type: float
3575         description: Index of the instance.
3576         required: true
3577         status: SUPPORTED
3578       vnf_name:
3579         type: string
3580         description: Unique name for this VF instance.
3581         required: true
3582         status: SUPPORTED
3583       oam_net_subnet_prefix_length:
3584         type: string
3585         description: Prefix length of the subnet on the OAM network.
3586         required: true
3587         status: SUPPORTED
3588       port_vson_server_oam_net_port_00_ip_requirements:
3589         type: list
3590         required: true
3591         status: SUPPORTED
3592         entry_schema:
3593           type: org.openecomp.datatypes.network.IpRequirements
3594       vf_module_name:
3595         type: string
3596         description: Unique name for this VF module instance.
3597         required: true
3598         status: SUPPORTED
3599       dns_servers:
3600         type: list
3601         description: List of DNS servers.
3602         required: true
3603         status: SUPPORTED
3604         entry_schema: *id001
3605       oam_net_security_group_id:
3606         type: string
3607         description: |
3608           The ID of Security group applied on the port bound to the vSON OAM network.
3609         required: true
3610         status: SUPPORTED
3611       vson_vm_image_name:
3612         type: string
3613         description: VM Image name the vSON instance will be created from.
3614         required: true
3615         status: SUPPORTED
3616       vnf_id:
3617         type: string
3618         description: Unique ID for this VF instance.
3619         required: true
3620         status: SUPPORTED
3621       vson_clm_oam_net_ip:
3622         type: string
3623         description: IP of the vSON Cluster Manager.
3624         required: true
3625         status: SUPPORTED
3626       vson_dc_unit:
3627         type: string
3628         description: Name of the vSON Data Center.
3629         required: true
3630         status: SUPPORTED
3631       oam_net_ips:
3632         type: list
3633         description: Fixed IP assignments for vSON instances on the OAM network.
3634         required: true
3635         status: SUPPORTED
3636         entry_schema: *id002
3637       vfc_role:
3638         type: string
3639         description: Unique ID for this VF Module instance
3640         required: true
3641         status: SUPPORTED
3642       swift_account_auth_token:
3643         type: string
3644         description: |
3645           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
3646         required: true
3647         status: SUPPORTED
3648       port_vson_server_oam_net_port_00_mac_requirements:
3649         type: org.openecomp.datatypes.network.MacRequirements
3650         required: true
3651         status: SUPPORTED
3652       vson_server_group_id:
3653         type: string
3654         description: |
3655           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.
3656         required: true
3657         status: SUPPORTED
3658       vson_vm_flavor_name:
3659         type: string
3660         description: The ID or name of the flavor to boot onto.
3661         required: true
3662         status: SUPPORTED
3663       availability_zones:
3664         type: list
3665         description: List of availability zones.
3666         required: true
3667         status: SUPPORTED
3668         entry_schema: *id003
3669       volume_ids:
3670         type: list
3671         description: List of Volumes IDs.
3672         required: true
3673         status: SUPPORTED
3674         entry_schema: *id004
3675       ntp_servers:
3676         type: list
3677         description: List of NTP servers.
3678         required: true
3679         status: SUPPORTED
3680         entry_schema: *id005
3681       vson_join_cluster_auth_token:
3682         type: string
3683         description: "Authentication Token generated for the user permitted to add\
3684           \  a new Datacenter/vSON member to existing vSON Cluster. \n"
3685         required: true
3686         status: SUPPORTED
3687       port_vson_server_oam_net_port_00_order:
3688         type: integer
3689         required: true
3690         status: SUPPORTED
3691       port_vson_server_oam_net_port_00_exCP_naming:
3692         type: org.openecomp.datatypes.Naming
3693         required: true
3694         status: SUPPORTED
3695       oam_net_id:
3696         type: string
3697         description: The ID of the OAM network.
3698         required: true
3699         status: SUPPORTED
3700       port_vson_server_oam_net_port_00_vlan_requirements:
3701         type: list
3702         required: true
3703         status: SUPPORTED
3704         entry_schema:
3705           type: org.openecomp.datatypes.network.VlanRequirements
3706       port_vson_server_oam_net_port_00_network_role:
3707         type: string
3708         required: true
3709         status: SUPPORTED
3710       vson_vm_names:
3711         type: list
3712         description: A list of unique names to be issued to the vSON Cluster leaders.
3713         required: true
3714         status: SUPPORTED
3715         entry_schema: *id006
3716       port_vson_server_oam_net_port_00_subnetpoolid:
3717         type: string
3718         required: true
3719         status: SUPPORTED
3720     requirements:
3721     - dependency_vson_server_2:
3722         capability: tosca.capabilities.Node
3723         node: tosca.nodes.Root
3724         relationship: tosca.relationships.DependsOn
3725         occurrences:
3726         - 0
3727         - UNBOUNDED
3728     - local_storage_vson_server_2:
3729         capability: tosca.capabilities.Attachment
3730         node: tosca.nodes.BlockStorage
3731         relationship: tosca.relationships.AttachesTo
3732         occurrences:
3733         - 0
3734         - UNBOUNDED
3735     - dependency_vson_server_oam_net_port_00:
3736         capability: tosca.capabilities.Node
3737         node: tosca.nodes.Root
3738         relationship: tosca.relationships.DependsOn
3739         occurrences:
3740         - 0
3741         - UNBOUNDED
3742     - link_vson_server_oam_net_port_00:
3743         capability: tosca.capabilities.network.Linkable
3744         relationship: tosca.relationships.network.LinksTo
3745         occurrences:
3746         - 1
3747         - 1
3748     capabilities:
3749       network.outpoing.packets_vson_server_oam_net_port_00:
3750         type: org.openecomp.capabilities.metric.Ceilometer
3751         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3752         occurrences:
3753         - 1
3754         - UNBOUNDED
3755       forwarder_vson_server_oam_net_port_00:
3756         type: org.openecomp.capabilities.Forwarder
3757         occurrences:
3758         - 1
3759         - UNBOUNDED
3760       network.outgoing.bytes.rate_vson_server_oam_net_port_00:
3761         type: org.openecomp.capabilities.metric.Ceilometer
3762         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3763         occurrences:
3764         - 1
3765         - UNBOUNDED
3766       instance_vson_server_2:
3767         type: org.openecomp.capabilities.metric.Ceilometer
3768         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3769         occurrences:
3770         - 1
3771         - UNBOUNDED
3772       disk.device.write.bytes_vson_server_2:
3773         type: org.openecomp.capabilities.metric.Ceilometer
3774         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3775         occurrences:
3776         - 1
3777         - UNBOUNDED
3778       disk.read.requests_vson_server_2:
3779         type: org.openecomp.capabilities.metric.Ceilometer
3780         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3781         occurrences:
3782         - 1
3783         - UNBOUNDED
3784       disk.read.bytes_vson_server_2:
3785         type: org.openecomp.capabilities.metric.Ceilometer
3786         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3787         occurrences:
3788         - 1
3789         - UNBOUNDED
3790       network.outgoing.packets.rate_vson_server_oam_net_port_00:
3791         type: org.openecomp.capabilities.metric.Ceilometer
3792         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3793         occurrences:
3794         - 1
3795         - UNBOUNDED
3796       disk.latency_vson_server_2:
3797         type: org.openecomp.capabilities.metric.Ceilometer
3798         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3799         occurrences:
3800         - 1
3801         - UNBOUNDED
3802       disk.read.bytes.rate_vson_server_2:
3803         type: org.openecomp.capabilities.metric.Ceilometer
3804         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3805         occurrences:
3806         - 1
3807         - UNBOUNDED
3808       endpoint_vson_server_2:
3809         type: tosca.capabilities.Endpoint.Admin
3810         occurrences:
3811         - 1
3812         - UNBOUNDED
3813       network.incoming.bytes.rate_vson_server_oam_net_port_00:
3814         type: org.openecomp.capabilities.metric.Ceilometer
3815         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3816         occurrences:
3817         - 1
3818         - UNBOUNDED
3819       disk.write.requests_vson_server_2:
3820         type: org.openecomp.capabilities.metric.Ceilometer
3821         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3822         occurrences:
3823         - 1
3824         - UNBOUNDED
3825       binding_vson_server_oam_net_port_00:
3826         type: tosca.capabilities.network.Bindable
3827         valid_source_types:
3828         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
3829         occurrences:
3830         - 0
3831         - UNBOUNDED
3832       memory_vson_server_2:
3833         type: org.openecomp.capabilities.metric.Ceilometer
3834         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3835         occurrences:
3836         - 1
3837         - UNBOUNDED
3838       network.outgoing.bytes_vson_server_oam_net_port_00:
3839         type: org.openecomp.capabilities.metric.Ceilometer
3840         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3841         occurrences:
3842         - 1
3843         - UNBOUNDED
3844       cpu_util_vson_server_2:
3845         type: org.openecomp.capabilities.metric.Ceilometer
3846         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3847         occurrences:
3848         - 1
3849         - UNBOUNDED
3850       disk.device.read.requests.rate_vson_server_2:
3851         type: org.openecomp.capabilities.metric.Ceilometer
3852         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3853         occurrences:
3854         - 1
3855         - UNBOUNDED
3856       disk.device.iops_vson_server_2:
3857         type: org.openecomp.capabilities.metric.Ceilometer
3858         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3859         occurrences:
3860         - 1
3861         - UNBOUNDED
3862       disk.allocation_vson_server_2:
3863         type: org.openecomp.capabilities.metric.Ceilometer
3864         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3865         occurrences:
3866         - 1
3867         - UNBOUNDED
3868       memory.usage_vson_server_2:
3869         type: org.openecomp.capabilities.metric.Ceilometer
3870         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3871         occurrences:
3872         - 1
3873         - UNBOUNDED
3874       disk.usage_vson_server_2:
3875         type: org.openecomp.capabilities.metric.Ceilometer
3876         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3877         occurrences:
3878         - 1
3879         - UNBOUNDED
3880       network.incoming.packets_vson_server_oam_net_port_00:
3881         type: org.openecomp.capabilities.metric.Ceilometer
3882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3883         occurrences:
3884         - 1
3885         - UNBOUNDED
3886       disk.capacity_vson_server_2:
3887         type: org.openecomp.capabilities.metric.Ceilometer
3888         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3889         occurrences:
3890         - 1
3891         - UNBOUNDED
3892       disk.device.read.bytes.rate_vson_server_2:
3893         type: org.openecomp.capabilities.metric.Ceilometer
3894         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3895         occurrences:
3896         - 1
3897         - UNBOUNDED
3898       network.incoming.packets.rate_vson_server_oam_net_port_00:
3899         type: org.openecomp.capabilities.metric.Ceilometer
3900         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3901         occurrences:
3902         - 1
3903         - UNBOUNDED
3904       network.incoming.bytes_vson_server_oam_net_port_00:
3905         type: org.openecomp.capabilities.metric.Ceilometer
3906         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3907         occurrences:
3908         - 1
3909         - UNBOUNDED
3910       disk.write.requests.rate_vson_server_2:
3911         type: org.openecomp.capabilities.metric.Ceilometer
3912         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3913         occurrences:
3914         - 1
3915         - UNBOUNDED
3916       attachment_vson_server_oam_net_port_00:
3917         type: tosca.capabilities.Attachment
3918         occurrences:
3919         - 1
3920         - UNBOUNDED
3921       disk.ephemeral.size_vson_server_2:
3922         type: org.openecomp.capabilities.metric.Ceilometer
3923         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3924         occurrences:
3925         - 1
3926         - UNBOUNDED
3927       disk.device.read.bytes_vson_server_2:
3928         type: org.openecomp.capabilities.metric.Ceilometer
3929         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3930         occurrences:
3931         - 1
3932         - UNBOUNDED
3933       os_vson_server_2:
3934         type: tosca.capabilities.OperatingSystem
3935         occurrences:
3936         - 1
3937         - UNBOUNDED
3938       disk.root.size_vson_server_2:
3939         type: org.openecomp.capabilities.metric.Ceilometer
3940         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3941         occurrences:
3942         - 1
3943         - UNBOUNDED
3944       disk.device.write.requests_vson_server_2:
3945         type: org.openecomp.capabilities.metric.Ceilometer
3946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3947         occurrences:
3948         - 1
3949         - UNBOUNDED
3950       host_vson_server_2:
3951         type: tosca.capabilities.Container
3952         valid_source_types:
3953         - tosca.nodes.SoftwareComponent
3954         occurrences:
3955         - 1
3956         - UNBOUNDED
3957       disk.device.write.bytes.rate_vson_server_2:
3958         type: org.openecomp.capabilities.metric.Ceilometer
3959         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3960         occurrences:
3961         - 1
3962         - UNBOUNDED
3963       cpu.delta_vson_server_2:
3964         type: org.openecomp.capabilities.metric.Ceilometer
3965         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3966         occurrences:
3967         - 1
3968         - UNBOUNDED
3969       disk.device.latency_vson_server_2:
3970         type: org.openecomp.capabilities.metric.Ceilometer
3971         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3972         occurrences:
3973         - 1
3974         - UNBOUNDED
3975       feature_vson_server_2:
3976         type: tosca.capabilities.Node
3977         occurrences:
3978         - 1
3979         - UNBOUNDED
3980       memory.resident_vson_server_2:
3981         type: org.openecomp.capabilities.metric.Ceilometer
3982         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3983         occurrences:
3984         - 1
3985         - UNBOUNDED
3986       disk.write.bytes_vson_server_2:
3987         type: org.openecomp.capabilities.metric.Ceilometer
3988         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3989         occurrences:
3990         - 1
3991         - UNBOUNDED
3992       disk.device.usage_vson_server_2:
3993         type: org.openecomp.capabilities.metric.Ceilometer
3994         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
3995         occurrences:
3996         - 1
3997         - UNBOUNDED
3998       disk.device.write.requests.rate_vson_server_2:
3999         type: org.openecomp.capabilities.metric.Ceilometer
4000         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4001         occurrences:
4002         - 1
4003         - UNBOUNDED
4004       scalable_vson_server_2:
4005         type: tosca.capabilities.Scalable
4006         occurrences:
4007         - 1
4008         - UNBOUNDED
4009       vcpus_vson_server_2:
4010         type: org.openecomp.capabilities.metric.Ceilometer
4011         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4012         occurrences:
4013         - 1
4014         - UNBOUNDED
4015       binding_vson_server_2:
4016         type: tosca.capabilities.network.Bindable
4017         occurrences:
4018         - 1
4019         - UNBOUNDED
4020       disk.write.bytes.rate_vson_server_2:
4021         type: org.openecomp.capabilities.metric.Ceilometer
4022         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4023         occurrences:
4024         - 1
4025         - UNBOUNDED
4026       disk.iops_vson_server_2:
4027         type: org.openecomp.capabilities.metric.Ceilometer
4028         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4029         occurrences:
4030         - 1
4031         - UNBOUNDED
4032       cpu_vson_server_2:
4033         type: org.openecomp.capabilities.metric.Ceilometer
4034         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4035         occurrences:
4036         - 1
4037         - UNBOUNDED
4038       feature_vson_server_oam_net_port_00:
4039         type: tosca.capabilities.Node
4040         occurrences:
4041         - 1
4042         - UNBOUNDED
4043       disk.device.allocation_vson_server_2:
4044         type: org.openecomp.capabilities.metric.Ceilometer
4045         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4046         occurrences:
4047         - 1
4048         - UNBOUNDED
4049       disk.device.read.requests_vson_server_2:
4050         type: org.openecomp.capabilities.metric.Ceilometer
4051         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4052         occurrences:
4053         - 1
4054         - UNBOUNDED
4055       disk.device.capacity_vson_server_2:
4056         type: org.openecomp.capabilities.metric.Ceilometer
4057         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4058         occurrences:
4059         - 1
4060         - UNBOUNDED
4061   org.openecomp.resource.abstract.nodes.heat.vson_vm_4:
4062     derived_from: org.openecomp.resource.abstract.nodes.VFC
4063     properties:
4064       vf_module_id:
4065         type: string
4066         description: Unique ID for this VF Module instance
4067         required: true
4068         status: SUPPORTED
4069       vson_cluster_name:
4070         type: string
4071         description: Name of the vSON Cluster.
4072         required: true
4073         status: SUPPORTED
4074       default_gateway:
4075         type: string
4076         description: Default gateway.
4077         required: true
4078         status: SUPPORTED
4079       instance_index:
4080         type: float
4081         description: Index of the instance.
4082         required: true
4083         status: SUPPORTED
4084       vnf_name:
4085         type: string
4086         description: Unique name for this VF instance.
4087         required: true
4088         status: SUPPORTED
4089       oam_net_subnet_prefix_length:
4090         type: string
4091         description: Prefix length of the subnet on the OAM network.
4092         required: true
4093         status: SUPPORTED
4094       swift_storage_url:
4095         type: string
4096         description: |
4097           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
4098         required: true
4099         status: SUPPORTED
4100       vf_module_name:
4101         type: string
4102         description: Unique name for this VF module instance.
4103         required: true
4104         status: SUPPORTED
4105       dns_servers:
4106         type: list
4107         description: List of DNS servers.
4108         required: true
4109         status: SUPPORTED
4110         entry_schema: &id013
4111           type: string
4112       port_vson_server_oam_net_port_20_vlan_requirements:
4113         type: list
4114         required: true
4115         status: SUPPORTED
4116         entry_schema:
4117           type: org.openecomp.datatypes.network.VlanRequirements
4118       oam_net_security_group_id:
4119         type: string
4120         description: |
4121           The ID of Security group applied on the port bound to the vSON OAM network.
4122         required: true
4123         status: SUPPORTED
4124       vson_vm_image_name:
4125         type: string
4126         description: VM Image name the vSON instance will be created from.
4127         required: true
4128         status: SUPPORTED
4129       vnf_id:
4130         type: string
4131         description: Unique ID for this VF instance.
4132         required: true
4133         status: SUPPORTED
4134       port_vson_server_oam_net_port_20_network_role_tag:
4135         type: string
4136         required: true
4137         status: SUPPORTED
4138       vson_clm_oam_net_ip:
4139         type: string
4140         description: IP of the vSON Cluster Manager.
4141         required: true
4142         status: SUPPORTED
4143       oam_net_ips:
4144         type: list
4145         description: Fixed IP assignments for vSON instances on the OAM network.
4146         required: true
4147         status: SUPPORTED
4148         entry_schema: &id014
4149           type: string
4150       swift_son_container_name:
4151         type: string
4152         description: Swift container storing vSON artifacts.
4153         required: true
4154         status: SUPPORTED
4155       vfc_role:
4156         type: string
4157         description: Unique ID for this VF Module instance
4158         required: true
4159         status: SUPPORTED
4160       swift_account_auth_token:
4161         type: string
4162         description: |
4163           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
4164         required: true
4165         status: SUPPORTED
4166       vson_server_group_id:
4167         type: string
4168         description: |
4169           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.
4170         required: true
4171         status: SUPPORTED
4172       vson_vm_flavor_name:
4173         type: string
4174         description: The ID or name of the flavor to boot onto.
4175         required: true
4176         status: SUPPORTED
4177       port_vson_server_oam_net_port_20_exCP_naming:
4178         type: org.openecomp.datatypes.Naming
4179         required: true
4180         status: SUPPORTED
4181       availability_zones:
4182         type: list
4183         description: List of availability zones.
4184         required: true
4185         status: SUPPORTED
4186         entry_schema: &id015
4187           type: string
4188       ntp_servers:
4189         type: list
4190         description: List of NTP servers.
4191         required: true
4192         status: SUPPORTED
4193         entry_schema: &id016
4194           type: string
4195       port_vson_server_oam_net_port_20_mac_requirements:
4196         type: org.openecomp.datatypes.network.MacRequirements
4197         required: true
4198         status: SUPPORTED
4199       port_vson_server_oam_net_port_20_network_role:
4200         type: string
4201         required: true
4202         status: SUPPORTED
4203       port_vson_server_oam_net_port_20_ip_requirements:
4204         type: list
4205         required: true
4206         status: SUPPORTED
4207         entry_schema:
4208           type: org.openecomp.datatypes.network.IpRequirements
4209       port_vson_server_oam_net_port_20_subnetpoolid:
4210         type: string
4211         required: true
4212         status: SUPPORTED
4213       oam_net_id:
4214         type: string
4215         description: The ID of the OAM network.
4216         required: true
4217         status: SUPPORTED
4218       port_vson_server_oam_net_port_20_order:
4219         type: integer
4220         required: true
4221         status: SUPPORTED
4222       vson_vm_names:
4223         type: list
4224         description: A list of unique names to be issued to the vSON Cluster leaders.
4225         required: true
4226         status: SUPPORTED
4227         entry_schema: &id017
4228           type: string
4229     requirements:
4230     - dependency_vson_server_1:
4231         capability: tosca.capabilities.Node
4232         node: tosca.nodes.Root
4233         relationship: tosca.relationships.DependsOn
4234         occurrences:
4235         - 0
4236         - UNBOUNDED
4237     - local_storage_vson_server_1:
4238         capability: tosca.capabilities.Attachment
4239         node: tosca.nodes.BlockStorage
4240         relationship: tosca.relationships.AttachesTo
4241         occurrences:
4242         - 0
4243         - UNBOUNDED
4244     - dependency_vson_server_oam_net_port_20:
4245         capability: tosca.capabilities.Node
4246         node: tosca.nodes.Root
4247         relationship: tosca.relationships.DependsOn
4248         occurrences:
4249         - 0
4250         - UNBOUNDED
4251     - link_vson_server_oam_net_port_20:
4252         capability: tosca.capabilities.network.Linkable
4253         relationship: tosca.relationships.network.LinksTo
4254         occurrences:
4255         - 1
4256         - 1
4257     capabilities:
4258       instance_vson_server_1:
4259         type: org.openecomp.capabilities.metric.Ceilometer
4260         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4261         occurrences:
4262         - 1
4263         - UNBOUNDED
4264       disk.device.write.bytes_vson_server_1:
4265         type: org.openecomp.capabilities.metric.Ceilometer
4266         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4267         occurrences:
4268         - 1
4269         - UNBOUNDED
4270       disk.read.requests_vson_server_1:
4271         type: org.openecomp.capabilities.metric.Ceilometer
4272         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4273         occurrences:
4274         - 1
4275         - UNBOUNDED
4276       disk.read.bytes_vson_server_1:
4277         type: org.openecomp.capabilities.metric.Ceilometer
4278         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4279         occurrences:
4280         - 1
4281         - UNBOUNDED
4282       disk.read.bytes.rate_vson_server_1:
4283         type: org.openecomp.capabilities.metric.Ceilometer
4284         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4285         occurrences:
4286         - 1
4287         - UNBOUNDED
4288       disk.latency_vson_server_1:
4289         type: org.openecomp.capabilities.metric.Ceilometer
4290         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4291         occurrences:
4292         - 1
4293         - UNBOUNDED
4294       endpoint_vson_server_1:
4295         type: tosca.capabilities.Endpoint.Admin
4296         occurrences:
4297         - 1
4298         - UNBOUNDED
4299       disk.write.requests_vson_server_1:
4300         type: org.openecomp.capabilities.metric.Ceilometer
4301         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4302         occurrences:
4303         - 1
4304         - UNBOUNDED
4305       memory_vson_server_1:
4306         type: org.openecomp.capabilities.metric.Ceilometer
4307         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4308         occurrences:
4309         - 1
4310         - UNBOUNDED
4311       cpu_util_vson_server_1:
4312         type: org.openecomp.capabilities.metric.Ceilometer
4313         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4314         occurrences:
4315         - 1
4316         - UNBOUNDED
4317       disk.device.read.requests.rate_vson_server_1:
4318         type: org.openecomp.capabilities.metric.Ceilometer
4319         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4320         occurrences:
4321         - 1
4322         - UNBOUNDED
4323       disk.device.iops_vson_server_1:
4324         type: org.openecomp.capabilities.metric.Ceilometer
4325         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4326         occurrences:
4327         - 1
4328         - UNBOUNDED
4329       disk.usage_vson_server_1:
4330         type: org.openecomp.capabilities.metric.Ceilometer
4331         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4332         occurrences:
4333         - 1
4334         - UNBOUNDED
4335       disk.allocation_vson_server_1:
4336         type: org.openecomp.capabilities.metric.Ceilometer
4337         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4338         occurrences:
4339         - 1
4340         - UNBOUNDED
4341       disk.capacity_vson_server_1:
4342         type: org.openecomp.capabilities.metric.Ceilometer
4343         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4344         occurrences:
4345         - 1
4346         - UNBOUNDED
4347       memory.usage_vson_server_1:
4348         type: org.openecomp.capabilities.metric.Ceilometer
4349         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4350         occurrences:
4351         - 1
4352         - UNBOUNDED
4353       disk.device.read.bytes.rate_vson_server_1:
4354         type: org.openecomp.capabilities.metric.Ceilometer
4355         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4356         occurrences:
4357         - 1
4358         - UNBOUNDED
4359       disk.write.requests.rate_vson_server_1:
4360         type: org.openecomp.capabilities.metric.Ceilometer
4361         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4362         occurrences:
4363         - 1
4364         - UNBOUNDED
4365       disk.ephemeral.size_vson_server_1:
4366         type: org.openecomp.capabilities.metric.Ceilometer
4367         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4368         occurrences:
4369         - 1
4370         - UNBOUNDED
4371       feature_vson_server_oam_net_port_20:
4372         type: tosca.capabilities.Node
4373         occurrences:
4374         - 1
4375         - UNBOUNDED
4376       disk.device.read.bytes_vson_server_1:
4377         type: org.openecomp.capabilities.metric.Ceilometer
4378         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4379         occurrences:
4380         - 1
4381         - UNBOUNDED
4382       os_vson_server_1:
4383         type: tosca.capabilities.OperatingSystem
4384         occurrences:
4385         - 1
4386         - UNBOUNDED
4387       forwarder_vson_server_oam_net_port_20:
4388         type: org.openecomp.capabilities.Forwarder
4389         occurrences:
4390         - 1
4391         - UNBOUNDED
4392       feature_vson_server_1:
4393         type: tosca.capabilities.Node
4394         occurrences:
4395         - 1
4396         - UNBOUNDED
4397       network.outpoing.packets_vson_server_oam_net_port_20:
4398         type: org.openecomp.capabilities.metric.Ceilometer
4399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4400         occurrences:
4401         - 1
4402         - UNBOUNDED
4403       network.outgoing.bytes.rate_vson_server_oam_net_port_20:
4404         type: org.openecomp.capabilities.metric.Ceilometer
4405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4406         occurrences:
4407         - 1
4408         - UNBOUNDED
4409       disk.root.size_vson_server_1:
4410         type: org.openecomp.capabilities.metric.Ceilometer
4411         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4412         occurrences:
4413         - 1
4414         - UNBOUNDED
4415       network.outgoing.packets.rate_vson_server_oam_net_port_20:
4416         type: org.openecomp.capabilities.metric.Ceilometer
4417         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4418         occurrences:
4419         - 1
4420         - UNBOUNDED
4421       disk.device.write.requests_vson_server_1:
4422         type: org.openecomp.capabilities.metric.Ceilometer
4423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4424         occurrences:
4425         - 1
4426         - UNBOUNDED
4427       disk.device.write.bytes.rate_vson_server_1:
4428         type: org.openecomp.capabilities.metric.Ceilometer
4429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4430         occurrences:
4431         - 1
4432         - UNBOUNDED
4433       host_vson_server_1:
4434         type: tosca.capabilities.Container
4435         valid_source_types:
4436         - tosca.nodes.SoftwareComponent
4437         occurrences:
4438         - 1
4439         - UNBOUNDED
4440       disk.device.latency_vson_server_1:
4441         type: org.openecomp.capabilities.metric.Ceilometer
4442         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4443         occurrences:
4444         - 1
4445         - UNBOUNDED
4446       cpu.delta_vson_server_1:
4447         type: org.openecomp.capabilities.metric.Ceilometer
4448         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4449         occurrences:
4450         - 1
4451         - UNBOUNDED
4452       network.outgoing.bytes_vson_server_oam_net_port_20:
4453         type: org.openecomp.capabilities.metric.Ceilometer
4454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4455         occurrences:
4456         - 1
4457         - UNBOUNDED
4458       network.incoming.bytes.rate_vson_server_oam_net_port_20:
4459         type: org.openecomp.capabilities.metric.Ceilometer
4460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4461         occurrences:
4462         - 1
4463         - UNBOUNDED
4464       memory.resident_vson_server_1:
4465         type: org.openecomp.capabilities.metric.Ceilometer
4466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4467         occurrences:
4468         - 1
4469         - UNBOUNDED
4470       binding_vson_server_oam_net_port_20:
4471         type: tosca.capabilities.network.Bindable
4472         valid_source_types:
4473         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4474         occurrences:
4475         - 0
4476         - UNBOUNDED
4477       disk.write.bytes_vson_server_1:
4478         type: org.openecomp.capabilities.metric.Ceilometer
4479         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4480         occurrences:
4481         - 1
4482         - UNBOUNDED
4483       disk.device.usage_vson_server_1:
4484         type: org.openecomp.capabilities.metric.Ceilometer
4485         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4486         occurrences:
4487         - 1
4488         - UNBOUNDED
4489       disk.device.write.requests.rate_vson_server_1:
4490         type: org.openecomp.capabilities.metric.Ceilometer
4491         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4492         occurrences:
4493         - 1
4494         - UNBOUNDED
4495       scalable_vson_server_1:
4496         type: tosca.capabilities.Scalable
4497         occurrences:
4498         - 1
4499         - UNBOUNDED
4500       network.incoming.packets_vson_server_oam_net_port_20:
4501         type: org.openecomp.capabilities.metric.Ceilometer
4502         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4503         occurrences:
4504         - 1
4505         - UNBOUNDED
4506       vcpus_vson_server_1:
4507         type: org.openecomp.capabilities.metric.Ceilometer
4508         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4509         occurrences:
4510         - 1
4511         - UNBOUNDED
4512       binding_vson_server_1:
4513         type: tosca.capabilities.network.Bindable
4514         occurrences:
4515         - 1
4516         - UNBOUNDED
4517       network.incoming.packets.rate_vson_server_oam_net_port_20:
4518         type: org.openecomp.capabilities.metric.Ceilometer
4519         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4520         occurrences:
4521         - 1
4522         - UNBOUNDED
4523       disk.iops_vson_server_1:
4524         type: org.openecomp.capabilities.metric.Ceilometer
4525         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4526         occurrences:
4527         - 1
4528         - UNBOUNDED
4529       disk.write.bytes.rate_vson_server_1:
4530         type: org.openecomp.capabilities.metric.Ceilometer
4531         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4532         occurrences:
4533         - 1
4534         - UNBOUNDED
4535       network.incoming.bytes_vson_server_oam_net_port_20:
4536         type: org.openecomp.capabilities.metric.Ceilometer
4537         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4538         occurrences:
4539         - 1
4540         - UNBOUNDED
4541       attachment_vson_server_oam_net_port_20:
4542         type: tosca.capabilities.Attachment
4543         occurrences:
4544         - 1
4545         - UNBOUNDED
4546       disk.device.allocation_vson_server_1:
4547         type: org.openecomp.capabilities.metric.Ceilometer
4548         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4549         occurrences:
4550         - 1
4551         - UNBOUNDED
4552       cpu_vson_server_1:
4553         type: org.openecomp.capabilities.metric.Ceilometer
4554         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4555         occurrences:
4556         - 1
4557         - UNBOUNDED
4558       disk.device.read.requests_vson_server_1:
4559         type: org.openecomp.capabilities.metric.Ceilometer
4560         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4561         occurrences:
4562         - 1
4563         - UNBOUNDED
4564       disk.device.capacity_vson_server_1:
4565         type: org.openecomp.capabilities.metric.Ceilometer
4566         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4567         occurrences:
4568         - 1
4569         - UNBOUNDED
4570   org.openecomp.resource.abstract.nodes.heat.vson_vm_10:
4571     derived_from: org.openecomp.resource.abstract.nodes.VFC
4572     properties:
4573       vf_module_id:
4574         type: string
4575         description: Unique ID for this VF Module instance
4576         required: true
4577         status: SUPPORTED
4578       vson_cluster_name:
4579         type: string
4580         description: Name of the vSON Cluster.
4581         required: true
4582         status: SUPPORTED
4583       default_gateway:
4584         type: string
4585         description: Default gateway.
4586         required: true
4587         status: SUPPORTED
4588       instance_index:
4589         type: float
4590         description: Index of the instance.
4591         required: true
4592         status: SUPPORTED
4593       vnf_name:
4594         type: string
4595         description: Unique name for this VF instance.
4596         required: true
4597         status: SUPPORTED
4598       oam_net_subnet_prefix_length:
4599         type: string
4600         description: Prefix length of the subnet on the OAM network.
4601         required: true
4602         status: SUPPORTED
4603       swift_storage_url:
4604         type: string
4605         description: |
4606           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
4607         required: true
4608         status: SUPPORTED
4609       vf_module_name:
4610         type: string
4611         description: Unique name for this VF module instance.
4612         required: true
4613         status: SUPPORTED
4614       dns_servers:
4615         type: list
4616         description: List of DNS servers.
4617         required: true
4618         status: SUPPORTED
4619         entry_schema: *id013
4620       port_vson_server_oam_net_port_20_vlan_requirements:
4621         type: list
4622         required: true
4623         status: SUPPORTED
4624         entry_schema:
4625           type: org.openecomp.datatypes.network.VlanRequirements
4626       oam_net_security_group_id:
4627         type: string
4628         description: |
4629           The ID of Security group applied on the port bound to the vSON OAM network.
4630         required: true
4631         status: SUPPORTED
4632       vson_vm_image_name:
4633         type: string
4634         description: VM Image name the vSON instance will be created from.
4635         required: true
4636         status: SUPPORTED
4637       vnf_id:
4638         type: string
4639         description: Unique ID for this VF instance.
4640         required: true
4641         status: SUPPORTED
4642       port_vson_server_oam_net_port_20_network_role_tag:
4643         type: string
4644         required: true
4645         status: SUPPORTED
4646       vson_clm_oam_net_ip:
4647         type: string
4648         description: IP of the vSON Cluster Manager.
4649         required: true
4650         status: SUPPORTED
4651       oam_net_ips:
4652         type: list
4653         description: Fixed IP assignments for vSON instances on the OAM network.
4654         required: true
4655         status: SUPPORTED
4656         entry_schema: *id014
4657       swift_son_container_name:
4658         type: string
4659         description: Swift container storing vSON artifacts.
4660         required: true
4661         status: SUPPORTED
4662       vfc_role:
4663         type: string
4664         description: Unique ID for this VF Module instance
4665         required: true
4666         status: SUPPORTED
4667       swift_account_auth_token:
4668         type: string
4669         description: |
4670           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
4671         required: true
4672         status: SUPPORTED
4673       vson_server_group_id:
4674         type: string
4675         description: |
4676           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.
4677         required: true
4678         status: SUPPORTED
4679       vson_vm_flavor_name:
4680         type: string
4681         description: The ID or name of the flavor to boot onto.
4682         required: true
4683         status: SUPPORTED
4684       port_vson_server_oam_net_port_20_exCP_naming:
4685         type: org.openecomp.datatypes.Naming
4686         required: true
4687         status: SUPPORTED
4688       availability_zones:
4689         type: list
4690         description: List of availability zones.
4691         required: true
4692         status: SUPPORTED
4693         entry_schema: *id015
4694       ntp_servers:
4695         type: list
4696         description: List of NTP servers.
4697         required: true
4698         status: SUPPORTED
4699         entry_schema: *id016
4700       port_vson_server_oam_net_port_20_mac_requirements:
4701         type: org.openecomp.datatypes.network.MacRequirements
4702         required: true
4703         status: SUPPORTED
4704       port_vson_server_oam_net_port_20_network_role:
4705         type: string
4706         required: true
4707         status: SUPPORTED
4708       port_vson_server_oam_net_port_20_ip_requirements:
4709         type: list
4710         required: true
4711         status: SUPPORTED
4712         entry_schema:
4713           type: org.openecomp.datatypes.network.IpRequirements
4714       port_vson_server_oam_net_port_20_subnetpoolid:
4715         type: string
4716         required: true
4717         status: SUPPORTED
4718       oam_net_id:
4719         type: string
4720         description: The ID of the OAM network.
4721         required: true
4722         status: SUPPORTED
4723       port_vson_server_oam_net_port_20_order:
4724         type: integer
4725         required: true
4726         status: SUPPORTED
4727       vson_vm_names:
4728         type: list
4729         description: A list of unique names to be issued to the vSON Cluster leaders.
4730         required: true
4731         status: SUPPORTED
4732         entry_schema: *id017
4733     requirements:
4734     - dependency_vson_server_1:
4735         capability: tosca.capabilities.Node
4736         node: tosca.nodes.Root
4737         relationship: tosca.relationships.DependsOn
4738         occurrences:
4739         - 0
4740         - UNBOUNDED
4741     - local_storage_vson_server_1:
4742         capability: tosca.capabilities.Attachment
4743         node: tosca.nodes.BlockStorage
4744         relationship: tosca.relationships.AttachesTo
4745         occurrences:
4746         - 0
4747         - UNBOUNDED
4748     - dependency_vson_server_oam_net_port_20:
4749         capability: tosca.capabilities.Node
4750         node: tosca.nodes.Root
4751         relationship: tosca.relationships.DependsOn
4752         occurrences:
4753         - 0
4754         - UNBOUNDED
4755     - link_vson_server_oam_net_port_20:
4756         capability: tosca.capabilities.network.Linkable
4757         relationship: tosca.relationships.network.LinksTo
4758         occurrences:
4759         - 1
4760         - 1
4761     capabilities:
4762       instance_vson_server_1:
4763         type: org.openecomp.capabilities.metric.Ceilometer
4764         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4765         occurrences:
4766         - 1
4767         - UNBOUNDED
4768       disk.device.write.bytes_vson_server_1:
4769         type: org.openecomp.capabilities.metric.Ceilometer
4770         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4771         occurrences:
4772         - 1
4773         - UNBOUNDED
4774       disk.read.requests_vson_server_1:
4775         type: org.openecomp.capabilities.metric.Ceilometer
4776         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4777         occurrences:
4778         - 1
4779         - UNBOUNDED
4780       disk.read.bytes_vson_server_1:
4781         type: org.openecomp.capabilities.metric.Ceilometer
4782         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4783         occurrences:
4784         - 1
4785         - UNBOUNDED
4786       disk.read.bytes.rate_vson_server_1:
4787         type: org.openecomp.capabilities.metric.Ceilometer
4788         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4789         occurrences:
4790         - 1
4791         - UNBOUNDED
4792       disk.latency_vson_server_1:
4793         type: org.openecomp.capabilities.metric.Ceilometer
4794         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4795         occurrences:
4796         - 1
4797         - UNBOUNDED
4798       endpoint_vson_server_1:
4799         type: tosca.capabilities.Endpoint.Admin
4800         occurrences:
4801         - 1
4802         - UNBOUNDED
4803       disk.write.requests_vson_server_1:
4804         type: org.openecomp.capabilities.metric.Ceilometer
4805         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4806         occurrences:
4807         - 1
4808         - UNBOUNDED
4809       memory_vson_server_1:
4810         type: org.openecomp.capabilities.metric.Ceilometer
4811         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4812         occurrences:
4813         - 1
4814         - UNBOUNDED
4815       cpu_util_vson_server_1:
4816         type: org.openecomp.capabilities.metric.Ceilometer
4817         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4818         occurrences:
4819         - 1
4820         - UNBOUNDED
4821       disk.device.read.requests.rate_vson_server_1:
4822         type: org.openecomp.capabilities.metric.Ceilometer
4823         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4824         occurrences:
4825         - 1
4826         - UNBOUNDED
4827       disk.device.iops_vson_server_1:
4828         type: org.openecomp.capabilities.metric.Ceilometer
4829         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4830         occurrences:
4831         - 1
4832         - UNBOUNDED
4833       disk.usage_vson_server_1:
4834         type: org.openecomp.capabilities.metric.Ceilometer
4835         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4836         occurrences:
4837         - 1
4838         - UNBOUNDED
4839       disk.allocation_vson_server_1:
4840         type: org.openecomp.capabilities.metric.Ceilometer
4841         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4842         occurrences:
4843         - 1
4844         - UNBOUNDED
4845       disk.capacity_vson_server_1:
4846         type: org.openecomp.capabilities.metric.Ceilometer
4847         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4848         occurrences:
4849         - 1
4850         - UNBOUNDED
4851       memory.usage_vson_server_1:
4852         type: org.openecomp.capabilities.metric.Ceilometer
4853         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4854         occurrences:
4855         - 1
4856         - UNBOUNDED
4857       disk.device.read.bytes.rate_vson_server_1:
4858         type: org.openecomp.capabilities.metric.Ceilometer
4859         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4860         occurrences:
4861         - 1
4862         - UNBOUNDED
4863       disk.write.requests.rate_vson_server_1:
4864         type: org.openecomp.capabilities.metric.Ceilometer
4865         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4866         occurrences:
4867         - 1
4868         - UNBOUNDED
4869       disk.ephemeral.size_vson_server_1:
4870         type: org.openecomp.capabilities.metric.Ceilometer
4871         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4872         occurrences:
4873         - 1
4874         - UNBOUNDED
4875       feature_vson_server_oam_net_port_20:
4876         type: tosca.capabilities.Node
4877         occurrences:
4878         - 1
4879         - UNBOUNDED
4880       disk.device.read.bytes_vson_server_1:
4881         type: org.openecomp.capabilities.metric.Ceilometer
4882         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4883         occurrences:
4884         - 1
4885         - UNBOUNDED
4886       os_vson_server_1:
4887         type: tosca.capabilities.OperatingSystem
4888         occurrences:
4889         - 1
4890         - UNBOUNDED
4891       forwarder_vson_server_oam_net_port_20:
4892         type: org.openecomp.capabilities.Forwarder
4893         occurrences:
4894         - 1
4895         - UNBOUNDED
4896       feature_vson_server_1:
4897         type: tosca.capabilities.Node
4898         occurrences:
4899         - 1
4900         - UNBOUNDED
4901       network.outpoing.packets_vson_server_oam_net_port_20:
4902         type: org.openecomp.capabilities.metric.Ceilometer
4903         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4904         occurrences:
4905         - 1
4906         - UNBOUNDED
4907       network.outgoing.bytes.rate_vson_server_oam_net_port_20:
4908         type: org.openecomp.capabilities.metric.Ceilometer
4909         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4910         occurrences:
4911         - 1
4912         - UNBOUNDED
4913       disk.root.size_vson_server_1:
4914         type: org.openecomp.capabilities.metric.Ceilometer
4915         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4916         occurrences:
4917         - 1
4918         - UNBOUNDED
4919       network.outgoing.packets.rate_vson_server_oam_net_port_20:
4920         type: org.openecomp.capabilities.metric.Ceilometer
4921         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4922         occurrences:
4923         - 1
4924         - UNBOUNDED
4925       disk.device.write.requests_vson_server_1:
4926         type: org.openecomp.capabilities.metric.Ceilometer
4927         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4928         occurrences:
4929         - 1
4930         - UNBOUNDED
4931       disk.device.write.bytes.rate_vson_server_1:
4932         type: org.openecomp.capabilities.metric.Ceilometer
4933         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4934         occurrences:
4935         - 1
4936         - UNBOUNDED
4937       host_vson_server_1:
4938         type: tosca.capabilities.Container
4939         valid_source_types:
4940         - tosca.nodes.SoftwareComponent
4941         occurrences:
4942         - 1
4943         - UNBOUNDED
4944       disk.device.latency_vson_server_1:
4945         type: org.openecomp.capabilities.metric.Ceilometer
4946         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4947         occurrences:
4948         - 1
4949         - UNBOUNDED
4950       cpu.delta_vson_server_1:
4951         type: org.openecomp.capabilities.metric.Ceilometer
4952         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4953         occurrences:
4954         - 1
4955         - UNBOUNDED
4956       network.outgoing.bytes_vson_server_oam_net_port_20:
4957         type: org.openecomp.capabilities.metric.Ceilometer
4958         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4959         occurrences:
4960         - 1
4961         - UNBOUNDED
4962       network.incoming.bytes.rate_vson_server_oam_net_port_20:
4963         type: org.openecomp.capabilities.metric.Ceilometer
4964         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4965         occurrences:
4966         - 1
4967         - UNBOUNDED
4968       memory.resident_vson_server_1:
4969         type: org.openecomp.capabilities.metric.Ceilometer
4970         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4971         occurrences:
4972         - 1
4973         - UNBOUNDED
4974       binding_vson_server_oam_net_port_20:
4975         type: tosca.capabilities.network.Bindable
4976         valid_source_types:
4977         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
4978         occurrences:
4979         - 0
4980         - UNBOUNDED
4981       disk.write.bytes_vson_server_1:
4982         type: org.openecomp.capabilities.metric.Ceilometer
4983         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4984         occurrences:
4985         - 1
4986         - UNBOUNDED
4987       disk.device.usage_vson_server_1:
4988         type: org.openecomp.capabilities.metric.Ceilometer
4989         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4990         occurrences:
4991         - 1
4992         - UNBOUNDED
4993       disk.device.write.requests.rate_vson_server_1:
4994         type: org.openecomp.capabilities.metric.Ceilometer
4995         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
4996         occurrences:
4997         - 1
4998         - UNBOUNDED
4999       scalable_vson_server_1:
5000         type: tosca.capabilities.Scalable
5001         occurrences:
5002         - 1
5003         - UNBOUNDED
5004       network.incoming.packets_vson_server_oam_net_port_20:
5005         type: org.openecomp.capabilities.metric.Ceilometer
5006         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5007         occurrences:
5008         - 1
5009         - UNBOUNDED
5010       vcpus_vson_server_1:
5011         type: org.openecomp.capabilities.metric.Ceilometer
5012         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5013         occurrences:
5014         - 1
5015         - UNBOUNDED
5016       binding_vson_server_1:
5017         type: tosca.capabilities.network.Bindable
5018         occurrences:
5019         - 1
5020         - UNBOUNDED
5021       network.incoming.packets.rate_vson_server_oam_net_port_20:
5022         type: org.openecomp.capabilities.metric.Ceilometer
5023         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5024         occurrences:
5025         - 1
5026         - UNBOUNDED
5027       disk.iops_vson_server_1:
5028         type: org.openecomp.capabilities.metric.Ceilometer
5029         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5030         occurrences:
5031         - 1
5032         - UNBOUNDED
5033       disk.write.bytes.rate_vson_server_1:
5034         type: org.openecomp.capabilities.metric.Ceilometer
5035         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5036         occurrences:
5037         - 1
5038         - UNBOUNDED
5039       network.incoming.bytes_vson_server_oam_net_port_20:
5040         type: org.openecomp.capabilities.metric.Ceilometer
5041         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5042         occurrences:
5043         - 1
5044         - UNBOUNDED
5045       attachment_vson_server_oam_net_port_20:
5046         type: tosca.capabilities.Attachment
5047         occurrences:
5048         - 1
5049         - UNBOUNDED
5050       disk.device.allocation_vson_server_1:
5051         type: org.openecomp.capabilities.metric.Ceilometer
5052         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5053         occurrences:
5054         - 1
5055         - UNBOUNDED
5056       cpu_vson_server_1:
5057         type: org.openecomp.capabilities.metric.Ceilometer
5058         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5059         occurrences:
5060         - 1
5061         - UNBOUNDED
5062       disk.device.read.requests_vson_server_1:
5063         type: org.openecomp.capabilities.metric.Ceilometer
5064         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5065         occurrences:
5066         - 1
5067         - UNBOUNDED
5068       disk.device.capacity_vson_server_1:
5069         type: org.openecomp.capabilities.metric.Ceilometer
5070         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5071         occurrences:
5072         - 1
5073         - UNBOUNDED
5074   org.openecomp.resource.abstract.nodes.heat.vson_vm_5:
5075     derived_from: org.openecomp.resource.abstract.nodes.VFC
5076     properties:
5077       vf_module_id:
5078         type: string
5079         description: Unique ID for this VF Module instance
5080         required: true
5081         status: SUPPORTED
5082       default_gateway:
5083         type: string
5084         description: Default gateway.
5085         required: true
5086         status: SUPPORTED
5087       instance_index:
5088         type: float
5089         description: Index of the instance.
5090         required: true
5091         status: SUPPORTED
5092       vnf_name:
5093         type: string
5094         description: Unique name for this VF instance.
5095         required: true
5096         status: SUPPORTED
5097       port_vson_server_oam_net_port_10_network_role:
5098         type: string
5099         required: true
5100         status: SUPPORTED
5101       oam_net_subnet_prefix_length:
5102         type: string
5103         description: Prefix length of the subnet on the OAM network.
5104         required: true
5105         status: SUPPORTED
5106       port_vson_server_oam_net_port_10_vlan_requirements:
5107         type: list
5108         required: true
5109         status: SUPPORTED
5110         entry_schema:
5111           type: org.openecomp.datatypes.network.VlanRequirements
5112       vf_module_name:
5113         type: string
5114         description: Unique name for this VF module instance.
5115         required: true
5116         status: SUPPORTED
5117       dns_servers:
5118         type: list
5119         description: List of DNS servers.
5120         required: true
5121         status: SUPPORTED
5122         entry_schema: *id007
5123       oam_net_security_group_id:
5124         type: string
5125         description: |
5126           The ID of Security group applied on the port bound to the vSON OAM network.
5127         required: true
5128         status: SUPPORTED
5129       vnf_id:
5130         type: string
5131         description: Unique ID for this VF instance.
5132         required: true
5133         status: SUPPORTED
5134       vson_clm_oam_net_ip:
5135         type: string
5136         description: IP of the vSON Cluster Manager.
5137         required: true
5138         status: SUPPORTED
5139       port_vson_server_oam_net_port_10_subnetpoolid:
5140         type: string
5141         required: true
5142         status: SUPPORTED
5143       vson_dc_unit:
5144         type: string
5145         description: Name of the vSON Data Center.
5146         required: true
5147         status: SUPPORTED
5148       oam_net_ips:
5149         type: list
5150         description: Fixed IP assignments for vSON instances on the OAM network.
5151         required: true
5152         status: SUPPORTED
5153         entry_schema: *id008
5154       vfc_role:
5155         type: string
5156         description: Unique ID for this VF Module instance
5157         required: true
5158         status: SUPPORTED
5159       swift_account_auth_token:
5160         type: string
5161         description: |
5162           Swift account auth token. Example:  041a5187bb4641f9b89583e2539776b0
5163         required: true
5164         status: SUPPORTED
5165       vson_server_group_id:
5166         type: string
5167         description: |
5168           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.
5169         required: true
5170         status: SUPPORTED
5171       vson_vm_flavor_name:
5172         type: string
5173         description: The ID or name of the flavor to boot onto.
5174         required: true
5175         status: SUPPORTED
5176       availability_zones:
5177         type: list
5178         description: List of availability zones.
5179         required: true
5180         status: SUPPORTED
5181         entry_schema: *id009
5182       volume_ids:
5183         type: list
5184         description: List of Volumes IDs.
5185         required: true
5186         status: SUPPORTED
5187         entry_schema: *id010
5188       port_vson_server_oam_net_port_10_network_role_tag:
5189         type: string
5190         required: true
5191         status: SUPPORTED
5192       ntp_servers:
5193         type: list
5194         description: List of NTP servers.
5195         required: true
5196         status: SUPPORTED
5197         entry_schema: *id011
5198       port_vson_server_oam_net_port_10_exCP_naming:
5199         type: org.openecomp.datatypes.Naming
5200         required: true
5201         status: SUPPORTED
5202       oam_net_id:
5203         type: string
5204         description: The ID of the OAM network.
5205         required: true
5206         status: SUPPORTED
5207       port_vson_server_oam_net_port_10_order:
5208         type: integer
5209         required: true
5210         status: SUPPORTED
5211       vson_vm_names:
5212         type: list
5213         description: A list of unique names to be issued to the vSON Cluster leaders.
5214         required: true
5215         status: SUPPORTED
5216         entry_schema: *id012
5217       port_vson_server_oam_net_port_10_mac_requirements:
5218         type: org.openecomp.datatypes.network.MacRequirements
5219         required: true
5220         status: SUPPORTED
5221       port_vson_server_oam_net_port_10_ip_requirements:
5222         type: list
5223         required: true
5224         status: SUPPORTED
5225         entry_schema:
5226           type: org.openecomp.datatypes.network.IpRequirements
5227     requirements:
5228     - dependency_vson_server_3:
5229         capability: tosca.capabilities.Node
5230         node: tosca.nodes.Root
5231         relationship: tosca.relationships.DependsOn
5232         occurrences:
5233         - 0
5234         - UNBOUNDED
5235     - local_storage_vson_server_3:
5236         capability: tosca.capabilities.Attachment
5237         node: tosca.nodes.BlockStorage
5238         relationship: tosca.relationships.AttachesTo
5239         occurrences:
5240         - 0
5241         - UNBOUNDED
5242     - dependency_vson_server_oam_net_port_10:
5243         capability: tosca.capabilities.Node
5244         node: tosca.nodes.Root
5245         relationship: tosca.relationships.DependsOn
5246         occurrences:
5247         - 0
5248         - UNBOUNDED
5249     - link_vson_server_oam_net_port_10:
5250         capability: tosca.capabilities.network.Linkable
5251         relationship: tosca.relationships.network.LinksTo
5252         occurrences:
5253         - 1
5254         - 1
5255     capabilities:
5256       endpoint_vson_server_3:
5257         type: tosca.capabilities.Endpoint.Admin
5258         occurrences:
5259         - 1
5260         - UNBOUNDED
5261       disk.read.bytes_vson_server_3:
5262         type: org.openecomp.capabilities.metric.Ceilometer
5263         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5264         occurrences:
5265         - 1
5266         - UNBOUNDED
5267       disk.read.requests_vson_server_3:
5268         type: org.openecomp.capabilities.metric.Ceilometer
5269         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5270         occurrences:
5271         - 1
5272         - UNBOUNDED
5273       network.incoming.packets.rate_vson_server_oam_net_port_10:
5274         type: org.openecomp.capabilities.metric.Ceilometer
5275         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5276         occurrences:
5277         - 1
5278         - UNBOUNDED
5279       binding_vson_server_3:
5280         type: tosca.capabilities.network.Bindable
5281         occurrences:
5282         - 1
5283         - UNBOUNDED
5284       disk.read.bytes.rate_vson_server_3:
5285         type: org.openecomp.capabilities.metric.Ceilometer
5286         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5287         occurrences:
5288         - 1
5289         - UNBOUNDED
5290       disk.device.write.bytes_vson_server_3:
5291         type: org.openecomp.capabilities.metric.Ceilometer
5292         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5293         occurrences:
5294         - 1
5295         - UNBOUNDED
5296       instance_vson_server_3:
5297         type: org.openecomp.capabilities.metric.Ceilometer
5298         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5299         occurrences:
5300         - 1
5301         - UNBOUNDED
5302       disk.latency_vson_server_3:
5303         type: org.openecomp.capabilities.metric.Ceilometer
5304         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5305         occurrences:
5306         - 1
5307         - UNBOUNDED
5308       cpu_util_vson_server_3:
5309         type: org.openecomp.capabilities.metric.Ceilometer
5310         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5311         occurrences:
5312         - 1
5313         - UNBOUNDED
5314       feature_vson_server_oam_net_port_10:
5315         type: tosca.capabilities.Node
5316         occurrences:
5317         - 1
5318         - UNBOUNDED
5319       disk.write.requests_vson_server_3:
5320         type: org.openecomp.capabilities.metric.Ceilometer
5321         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5322         occurrences:
5323         - 1
5324         - UNBOUNDED
5325       memory_vson_server_3:
5326         type: org.openecomp.capabilities.metric.Ceilometer
5327         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5328         occurrences:
5329         - 1
5330         - UNBOUNDED
5331       network.outgoing.bytes.rate_vson_server_oam_net_port_10:
5332         type: org.openecomp.capabilities.metric.Ceilometer
5333         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5334         occurrences:
5335         - 1
5336         - UNBOUNDED
5337       disk.device.read.requests.rate_vson_server_3:
5338         type: org.openecomp.capabilities.metric.Ceilometer
5339         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5340         occurrences:
5341         - 1
5342         - UNBOUNDED
5343       disk.device.iops_vson_server_3:
5344         type: org.openecomp.capabilities.metric.Ceilometer
5345         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5346         occurrences:
5347         - 1
5348         - UNBOUNDED
5349       disk.capacity_vson_server_3:
5350         type: org.openecomp.capabilities.metric.Ceilometer
5351         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5352         occurrences:
5353         - 1
5354         - UNBOUNDED
5355       memory.usage_vson_server_3:
5356         type: org.openecomp.capabilities.metric.Ceilometer
5357         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5358         occurrences:
5359         - 1
5360         - UNBOUNDED
5361       disk.usage_vson_server_3:
5362         type: org.openecomp.capabilities.metric.Ceilometer
5363         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5364         occurrences:
5365         - 1
5366         - UNBOUNDED
5367       disk.device.read.bytes.rate_vson_server_3:
5368         type: org.openecomp.capabilities.metric.Ceilometer
5369         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5370         occurrences:
5371         - 1
5372         - UNBOUNDED
5373       network.outgoing.packets.rate_vson_server_oam_net_port_10:
5374         type: org.openecomp.capabilities.metric.Ceilometer
5375         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5376         occurrences:
5377         - 1
5378         - UNBOUNDED
5379       disk.allocation_vson_server_3:
5380         type: org.openecomp.capabilities.metric.Ceilometer
5381         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5382         occurrences:
5383         - 1
5384         - UNBOUNDED
5385       disk.write.requests.rate_vson_server_3:
5386         type: org.openecomp.capabilities.metric.Ceilometer
5387         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5388         occurrences:
5389         - 1
5390         - UNBOUNDED
5391       disk.ephemeral.size_vson_server_3:
5392         type: org.openecomp.capabilities.metric.Ceilometer
5393         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5394         occurrences:
5395         - 1
5396         - UNBOUNDED
5397       network.incoming.bytes.rate_vson_server_oam_net_port_10:
5398         type: org.openecomp.capabilities.metric.Ceilometer
5399         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5400         occurrences:
5401         - 1
5402         - UNBOUNDED
5403       disk.device.read.bytes_vson_server_3:
5404         type: org.openecomp.capabilities.metric.Ceilometer
5405         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5406         occurrences:
5407         - 1
5408         - UNBOUNDED
5409       binding_vson_server_oam_net_port_10:
5410         type: tosca.capabilities.network.Bindable
5411         valid_source_types:
5412         - org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface
5413         occurrences:
5414         - 0
5415         - UNBOUNDED
5416       os_vson_server_3:
5417         type: tosca.capabilities.OperatingSystem
5418         occurrences:
5419         - 1
5420         - UNBOUNDED
5421       disk.root.size_vson_server_3:
5422         type: org.openecomp.capabilities.metric.Ceilometer
5423         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5424         occurrences:
5425         - 1
5426         - UNBOUNDED
5427       disk.device.write.bytes.rate_vson_server_3:
5428         type: org.openecomp.capabilities.metric.Ceilometer
5429         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5430         occurrences:
5431         - 1
5432         - UNBOUNDED
5433       disk.device.write.requests_vson_server_3:
5434         type: org.openecomp.capabilities.metric.Ceilometer
5435         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5436         occurrences:
5437         - 1
5438         - UNBOUNDED
5439       network.incoming.packets_vson_server_oam_net_port_10:
5440         type: org.openecomp.capabilities.metric.Ceilometer
5441         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5442         occurrences:
5443         - 1
5444         - UNBOUNDED
5445       host_vson_server_3:
5446         type: tosca.capabilities.Container
5447         valid_source_types:
5448         - tosca.nodes.SoftwareComponent
5449         occurrences:
5450         - 1
5451         - UNBOUNDED
5452       disk.device.latency_vson_server_3:
5453         type: org.openecomp.capabilities.metric.Ceilometer
5454         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5455         occurrences:
5456         - 1
5457         - UNBOUNDED
5458       cpu.delta_vson_server_3:
5459         type: org.openecomp.capabilities.metric.Ceilometer
5460         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5461         occurrences:
5462         - 1
5463         - UNBOUNDED
5464       memory.resident_vson_server_3:
5465         type: org.openecomp.capabilities.metric.Ceilometer
5466         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5467         occurrences:
5468         - 1
5469         - UNBOUNDED
5470       attachment_vson_server_oam_net_port_10:
5471         type: tosca.capabilities.Attachment
5472         occurrences:
5473         - 1
5474         - UNBOUNDED
5475       network.incoming.bytes_vson_server_oam_net_port_10:
5476         type: org.openecomp.capabilities.metric.Ceilometer
5477         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5478         occurrences:
5479         - 1
5480         - UNBOUNDED
5481       feature_vson_server_3:
5482         type: tosca.capabilities.Node
5483         occurrences:
5484         - 1
5485         - UNBOUNDED
5486       forwarder_vson_server_oam_net_port_10:
5487         type: org.openecomp.capabilities.Forwarder
5488         occurrences:
5489         - 1
5490         - UNBOUNDED
5491       disk.write.bytes_vson_server_3:
5492         type: org.openecomp.capabilities.metric.Ceilometer
5493         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5494         occurrences:
5495         - 1
5496         - UNBOUNDED
5497       disk.device.read.requests_vson_server_3:
5498         type: org.openecomp.capabilities.metric.Ceilometer
5499         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5500         occurrences:
5501         - 1
5502         - UNBOUNDED
5503       network.outpoing.packets_vson_server_oam_net_port_10:
5504         type: org.openecomp.capabilities.metric.Ceilometer
5505         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5506         occurrences:
5507         - 1
5508         - UNBOUNDED
5509       disk.device.usage_vson_server_3:
5510         type: org.openecomp.capabilities.metric.Ceilometer
5511         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5512         occurrences:
5513         - 1
5514         - UNBOUNDED
5515       disk.device.write.requests.rate_vson_server_3:
5516         type: org.openecomp.capabilities.metric.Ceilometer
5517         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5518         occurrences:
5519         - 1
5520         - UNBOUNDED
5521       vcpus_vson_server_3:
5522         type: org.openecomp.capabilities.metric.Ceilometer
5523         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5524         occurrences:
5525         - 1
5526         - UNBOUNDED
5527       disk.write.bytes.rate_vson_server_3:
5528         type: org.openecomp.capabilities.metric.Ceilometer
5529         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5530         occurrences:
5531         - 1
5532         - UNBOUNDED
5533       disk.iops_vson_server_3:
5534         type: org.openecomp.capabilities.metric.Ceilometer
5535         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5536         occurrences:
5537         - 1
5538         - UNBOUNDED
5539       scalable_vson_server_3:
5540         type: tosca.capabilities.Scalable
5541         occurrences:
5542         - 1
5543         - UNBOUNDED
5544       disk.device.capacity_vson_server_3:
5545         type: org.openecomp.capabilities.metric.Ceilometer
5546         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5547         occurrences:
5548         - 1
5549         - UNBOUNDED
5550       disk.device.allocation_vson_server_3:
5551         type: org.openecomp.capabilities.metric.Ceilometer
5552         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5553         occurrences:
5554         - 1
5555         - UNBOUNDED
5556       cpu_vson_server_3:
5557         type: org.openecomp.capabilities.metric.Ceilometer
5558         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5559         occurrences:
5560         - 1
5561         - UNBOUNDED
5562       network.outgoing.bytes_vson_server_oam_net_port_10:
5563         type: org.openecomp.capabilities.metric.Ceilometer
5564         description: A node type that includes the Metric capability indicates that it can be monitored using ceilometer.
5565         occurrences:
5566         - 1
5567         - UNBOUNDED