From d412458c3ee702d2c1b637b4d6361e9b46e4b80f Mon Sep 17 00:00:00 2001 From: desmax74 Date: Fri, 30 Aug 2024 13:40:05 +0200 Subject: [PATCH] doc improvement Signed-off-by: desmax74 --- vm-testing/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/vm-testing/README.md b/vm-testing/README.md index 0e8398b..0b1c568 100644 --- a/vm-testing/README.md +++ b/vm-testing/README.md @@ -2,15 +2,25 @@ This directory contains tooling to (manually) test the collection using Vagrant. + General prerequisites: +Vagrant 2.4.1 or later https://developer.hashicorp.com/vagrant/downloads + +Run as admin ``` dnf install @virtualization @vagrant libvirt-devel systemctl enable --now virtqemud.service systemctl enable --now virtnetworkd.service usermod -aG libvirt $USER loginctl terminate-user $USER +``` +Run as a normal user +``` vagrant plugin install vagrant-libvirt vagrant plugin install vagrant-registration +``` +Run as admin +``` systemctl enable --now libvirtd systemctl restart libvirtd ```