doc: update variables ref & minor improvment.
This commit is contained in:
parent
5704d1ba20
commit
10d852ca1d
6 changed files with 53 additions and 19 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue