Revert UEFI firmware workaround
Change-Id: I5761e63ca609a617abfafe8d870dc4dc0b9c8096
This commit is contained in:
parent
b0a26dbd7d
commit
3bc115b8a1
@ -174,24 +174,6 @@
|
||||
- nova-kvm
|
||||
- nova-libvirt
|
||||
|
||||
# NOTE(noonedeadpunk): Workaround RHEL bug with edk2-ovmf until they got it released upstream
|
||||
# Issue has been reproduced with edk2-ovmf-20200602gitca407c7246bf-5.el8.noarch.rpm
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1961562#c16
|
||||
- name: Disable new UEFI firmware
|
||||
when:
|
||||
- ansible_facts['os_family'] | lower == 'redhat'
|
||||
- ansible_facts['distribution_version'] is version('8.3', '<')
|
||||
block:
|
||||
- name: Create qemu firmware directory
|
||||
file:
|
||||
path: /etc/qemu/firmware
|
||||
state: directory
|
||||
recurse: true
|
||||
|
||||
- name: Create empty edk2-ovmf config
|
||||
file:
|
||||
path: /etc/qemu/firmware/50-edk2-ovmf-cc.json
|
||||
state: touch
|
||||
|
||||
- name: Set qemu-kvm KSM config (Ubuntu)
|
||||
lineinfile:
|
||||
|
Loading…
Reference in New Issue
Block a user