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