doc: update variables ref & minor improvment.

This commit is contained in:
Alexandre Pujol 2023-08-19 14:32:08 +01:00
parent 5704d1ba20
commit 10d852ca1d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 53 additions and 19 deletions

View file

@ -24,16 +24,22 @@ The test VMs are built using [`cloud-init`][cloud-init] (when available), [`pack
[packer]: https://www.packer.io/
[vagrant]: https://www.vagrantup.com/
### Requirements
### Build
* docker
* [packer]
* [vagrant]
* vagrant plugin install vagrant-libvirt
!!! note
You may need to edit some settings to fit your setup:
- The libvirt configuration in `tests/Vagrantfile`
- The default ssh key and ISO directory in `tests/packer/variables.pkr.hcl`
### Build
**Build an image**
To build a VM image for development purpose, run the following from the `tests` directory: