Skip to content

Commit

Permalink
Pin libvirt/qemu-kvm to fix CI issues
Browse files Browse the repository at this point in the history
Signed-off-by: rabi <ramishra@redhat.com>
  • Loading branch information
rabi committed Jan 29, 2025
1 parent ec4f092 commit cc066ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 5 additions & 3 deletions roles/edpm_libvirt/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,18 @@ edpm_libvirt_old_tripleo_compute_sevices:
- tripleo_nova_virtqemud.service
- tripleo_nova_virtsecretd.service
- tripleo_nova_virtstoraged.service
# TODO: uncap libvirt once libvirt 10 is available
edpm_libvirt_range: ""
# TODO: uncap libvirt/qemu-kvm once issue we're seeing CI with latest versions are fixed
edpm_libvirt_range: "<10.10.0-4"
edpm_qemu_kvm_range: "<9.1.0-8"

edpm_libvirt_packages:
# main libvirt packages
- libvirt {{ edpm_libvirt_range }}
- libvirt-admin {{ edpm_libvirt_range }}
- libvirt-client {{ edpm_libvirt_range }}
- libvirt-daemon {{ edpm_libvirt_range }}
# qemu pakcages
- qemu-kvm
- qemu-kvm {{ edpm_qemu_kvm_range }}
- qemu-img
# libguestfs is need for config drive and ephermeral disks
- libguestfs
Expand Down
4 changes: 4 additions & 0 deletions roles/edpm_libvirt/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ argument_specs:
type: str
description: The version range for libvirt package.
default: ""
edpm_qemu_kvm_range:
type: str
description: The version range for qemu-kvm package.
default: ""
edpm_libvirt_packages:
type: list
description: The list of packages to install for libvirt.
Expand Down

0 comments on commit cc066ad

Please sign in to comment.