Hello,
We are currently using oVirt version 4.3.10.4-1.0.22.el7. When we click on create new VM,
the OS is selected as "other OS" and "optimized for" is desktop.
I'm creating the VMs from Ansible. The problem is that the "video type" is
defaulting to QXL due to which the VM is failing to start with an error " Exit
message: unsupported configuration: this QEMU does not support 'qxl' video
device."
It used to default to VGA earlier because this playbook was working earlier. So I'm
guessing some config would've been changed which is causing this. But I was not able
to find where this default config is set. Can you please help? I checked to see if I can
set it in the Ansible playbook. But Ansible's ovirt_vm module only provides
headless_mode and protocol options. It would be nice if it provided the video type
parameter as well.
Is there any config file in the engine that I can tweak to set the default values for a
new VM creation?
Regards,
Ravi