Skip to content

Commit

Permalink
QE: Use correct kernel for SLES 15 SP4
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg committed Jul 31, 2024
1 parent 676c3aa commit 67e0a5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,13 @@ zypper:
gpgcheck: false
name: tools_pool_repo

runcmd:
- zypper remove kernel-default-base

%{ if install_salt_bundle }
packages: ["venv-salt-minion", "avahi", "nss-mdns", "qemu-guest-agent"]
packages: ["venv-salt-minion", "avahi", "nss-mdns", "qemu-guest-agent", "kernel-default"]
%{ else }
packages: ["avahi", "nss-mdns", "qemu-guest-agent"]
packages: ["avahi", "nss-mdns", "qemu-guest-agent", "kernel-default"]
%{ endif }

runcmd:
Expand Down Expand Up @@ -927,7 +930,7 @@ packages: ["salt-minion"]
runcmd:
- zypper removerepo --all
%{ endif }

%{ if image == "opensuse156armo" }

runcmd:
Expand Down

0 comments on commit 67e0a5b

Please sign in to comment.