Skip to content

Commit

Permalink
Merge pull request #136 from arxcruz/revert-libvirt
Browse files Browse the repository at this point in the history
Removing libvirt downgrade
  • Loading branch information
openshift-merge-bot[bot] committed Feb 20, 2024
2 parents 833648a + 0d259a9 commit dbefd34
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -3,8 +3,6 @@ tcib_actions:
# this need to happen after installing nova-compute because the distgit does usermod to add libvirt/qemu groups
- run: bash /usr/local/bin/uid_gid_manage nova
- run: rm -f /etc/machine-id
- run: >-
if [ '{{ tcib_distro }}' == 'centos' ];then dnf -y install 'libvirt-libs < 9.10.0' && dnf clean all && rm -rf /var/cache/dnf; fi
- run: if [ -f /usr/share/qemu/firmware/50-edk2-ovmf-cc.json ] && [ -f /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json ]; then jq ".mapping[\"nvram-template\"] = $(jq ".mapping[\"nvram-template\"]" /usr/share/qemu/firmware/50-edk2-ovmf-cc.json)" /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json > /tmp/50-edk2-ovmf-amdsev_.json && mv -f /tmp/50-edk2-ovmf-amdsev_.json /usr/share/qemu/firmware/50-edk2-ovmf-amdsev.json; fi
tcib_packages:
common:
Expand Down

0 comments on commit dbefd34

Please sign in to comment.