* Improve auto-detection of the bus type of the VMware importer
Related to: https://github.com/harvester/harvester/issues/7987
Signed-off-by: Volker Theile <vtheile@suse.com>
* Improve SCSI controller mapping
Signed-off-by: Volker Theile <vtheile@suse.com>
* Add `DefaultDiskBusType` field to `VirtualMachineImportSpec`
This allows the user to customize the disk bus type in case the auto-detection fails. Note, the OpenStack source client does not support auto-detection, thus it will always make use of the `DefaultDiskBusType` field if specified. The `DefaultDiskBusType` defaults to `virtio`.
Signed-off-by: Volker Theile <vtheile@suse.com>
---------
Signed-off-by: Volker Theile <vtheile@suse.com>
Add the field `DefaultNetworkInterfaceModel` to `VirtualMachineImportSpec` and `NetworkInterfaceModel` to `NetworkMapping`. With this new fields it is possible to customize the interface models of the VM NICs.
Related to: https://github.com/harvester/harvester/issues/7999
Signed-off-by: Volker Theile <vtheile@suse.com>