Skip to content

Commit

Permalink
vm-under-test: Install enable-required packages
Browse files Browse the repository at this point in the history
virt-builder does not seem to support enabling repos, so this
is instead done on the customize script.

Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi authored and orelmisan committed Nov 27, 2023
1 parent 67359a3 commit e5c9d77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vms/vm-under-test/scripts/customize-vm
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ set -e
systemctl disable NetworkManager-wait-online
systemctl disable sshd
systemctl disable irqbalance

dnf --enablerepo=rt install -y tuned-profiles-realtime
dnf --enablerepo=nfv install -y tuned-profiles-nfv-guest

0 comments on commit e5c9d77

Please sign in to comment.