Skip to content

Commit

Permalink
Merge pull request #10 from trustification/docsFix
Browse files Browse the repository at this point in the history
doc improvement
  • Loading branch information
desmax74 authored Aug 30, 2024
2 parents a15dd9f + d412458 commit 511cf8f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vm-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 511cf8f

Please sign in to comment.