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