stackhpc / ansible-role-libvirt-vm

This role configures and creates VMs on a KVM hypervisor.
128 stars 67 forks source link

Allow cpu_mode to be set to none #32

Closed jovial closed 4 years ago

jovial commented 4 years ago

It may be desirable to omit the cpu mode altogether. For instance if there is an emulation bug in one of the cpu features. The previous default of host-model causes all compatible CPU features to be enabled.

jovial commented 4 years ago

I'm hoping lazy evaluation save the day on this one.

jovial commented 4 years ago

Tested with: https://review.opendev.org/#/c/688990/