bifrost/playbooks/roles/bifrost-create-vm-nodes/defaults/required_defaults_CentOS.yml
Mark Goddard 33d0dc805d libvirt: pin edk2-ovmf for CentOS Stream
edk2-ovmf introduced a bug [1] and results in libvirt/qemu errors:

    libvirt.libvirtError: internal error: unknown feature amd-sev-es

It's going to be fixed in the next rebase to libvirt 7.4.0 - but let's
pin for now.

This affects CI and test environments using the
bifrost-create-vm-nodes role.

[1]: https://bugzilla.redhat.com/show_bug.cgi?id=1961558#c10

Depends-On: https://review.opendev.org/c/openstack/bifrost/+/793349

Change-Id: I40f018715b3a6c061039f6cd29f6acb254182685
2021-05-27 13:39:40 +00:00

29 lines
711 B
YAML

---
sgabios_dir: /usr/share/sgabios/
libvirt_service_name: libvirtd
required_packages:
- qemu-img
- kernel-tools
- qemu-kvm
- sgabios
- sgabios-bin
- libvirt
- libvirt-client
- libvirt-daemon
- libvirt-daemon-config-network
- libvirt-daemon-config-nwfilter
- libvirt-daemon-driver-network
- libvirt-daemon-driver-nodedev
- libvirt-daemon-driver-nwfilter
- libvirt-daemon-driver-qemu
- libvirt-daemon-driver-secret
- libvirt-daemon-driver-storage
- libvirt-daemon-kvm
- pkgconfig
- libvirt-devel
- trousers
# TODO(mgoddard): Remove pin after
# https://bugzilla.redhat.com/show_bug.cgi?id=1961562 is fixed
- edk2-ovmf-20200602gitca407c7246bf-4.el8
test_vm_emulator: "/usr/libexec/qemu-kvm"