oVirt / ovirt-ansible-collection

Ansible collection with official oVirt modules and roles
72 stars 89 forks source link

ovirt.ovirt.ovirt_vm lacks option to set Video Type (SPICE setup) #737

Open riege-burghardt opened 8 months ago

riege-burghardt commented 8 months ago
SUMMARY

ovirt.ovirt.ovirt_vm lacks option to set Video Type. If using protocol 'SPICE' the video type stays "VGA" instead of "QXL" and the VMs do not start.

COMPONENT NAME

ovirt.ovirt.ovirt_vm

STEPS TO REPRODUCE

Create a VM with options:

graphical_console:
  protocol: 
    - spice
EXPECTED RESULTS

The "QXL" video can be configured, so that SPICE can be used and VM starts.

ACTUAL RESULTS

The "QXL" video cannot be configured. The default "VGA" persists and the VM does not start after creation.