From 05c6c66247781013a2726a57e14ce649c9461899 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 13 Sep 2021 15:13:07 -0300 Subject: [PATCH] vagrantfile: Document tested host vs guest Fixes #3942 Signed-off-by: Wainer dos Santos Moschetta --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ae34dff36..9827b624e6 100644 --- a/README.md +++ b/README.md @@ -294,12 +294,21 @@ the [vagrant](https://www.vagrantup.com) tool to create a VM with the setup as c as possible to the environments where CI jobs will run the tests. Thus, allowing to reproduce a CI job locally. -Currently it is only able to create a *Fedora 32* or *Ubuntu 20.04* VM. And your workstation -must be capable of running VMs with: +Your workstation must be capable of running VMs with: * 8GB of system memory * ~45GB and ~20GB of disk space for the VM images (Fedora and Ubuntu, respectively) on the Libvirt's storage pool +Currently it is only able to create a *Fedora 32* or *Ubuntu 20.04* VM, and the following table +shows the tested combinations of host versus guest. If you have a different host/guest needed +then please [open an enhancement request](https://github.com/kata-containers/tests/issues/new/choose) +to let us know. + +|Host \ Guest | fedora | ubuntu | +| --- | --- | --- | +| Fedora 33 | Yes | Yes | +| Ubuntu 20.04 | No | Yes | + Besides having vagrant installed in your host, it is needed the [vagrant libvirt plug-in](https://github.com/vagrant-libvirt/vagrant-libvirt) (Libvirt is the provider currently used), QEMU and `rsync` (needed to copy files between the host and guest).