1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

M #-: Fix and document vcenter_driver.default

This commit is contained in:
Tino Vazquez 2019-10-09 18:51:45 +02:00
parent ffb03f7f93
commit 16cc80e661
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -1,6 +1,13 @@
<!-- Only the settings explicitly described in this file can be used -->
<VCENTER>
<VM>
<TEMPLATE>
<!-- Used in every attach nic operation (including managed nics).
Also the following NIC values can be assigned a default:
INBOUND_PEAK_BW
OUTBOUND_PEAK_BW
INBOUND_AVG_BW
OUTBOUND_AVG_BW -->
<NIC>
<MODEL>vmxnet3</MODEL>
</NIC>
@ -8,9 +15,12 @@
</VM>
<IMAGE>
<TEMPLATE>
<!--DEV_PREFIX is only used at the time of importing vCenter images -->
<DEV_PREFIX>sd</DEV_PREFIX>
<VCENTER_DISK_TYPE>thin</DISK_TYPE>
<VCENTER_ADAPTER_TYPE>lsiLogic</ADAPTER_TYPE>
<!-- Disk and Adapter types are only used when creating new image in
vCenter from OpenNebula -->
<VCENTER_DISK_TYPE>thin</VCENTER_DISK_TYPE>
<VCENTER_ADAPTER_TYPE>lsiLogic</VCENTER_ADAPTER_TYPE>
</TEMPLATE>
</IMAGE>
</VCENTER>