makebuildserver: add config options for disk and network hardware emulation

This commit is contained in:
Michael Pöhn 2018-10-11 11:30:46 +02:00
parent 2a9bc448ee
commit d98d90ab90
3 changed files with 12 additions and 0 deletions

View file

@ -63,3 +63,11 @@
# below:
#
# vm_provider = 'libvirt'
# By default libvirt uses 'virtio' for both network and disk drivers.
# Some systems (eg. nesting VMware ESXi) do not support virtio. As a
# workaround for such rare cases, this setting allows to configure
# KVM/libvirt to emulate hardware rather than using virtio.
#
# libvirt_disk_bus = 'sata'
# libvirt_nic_model_type = 'rtl8139'