lago
lago copied to clipboard
Ad-hoc virtual testing environment framework
The feature was added in https://github.com/lago-project/lago/pull/662
1. Stop using bare excepts. 2. revert https://github.com/lago-project/lago/pull/664/commits/09ecdac3b7aab9e2ca757c36e4a853113bc0b7e3
lago.log contains misleading ERROR collecting arifacts while the problem is in tests itself.
Currently we can add to a bridge-nat network: ``` ... dns_records: custom_name: IP ... ``` It would be useful to put the VM name there instead of an IP. Implementation...
Explain in the docs how to check/enable virtualization/nested virtualization.
Current stack trace when the lock cannot be acquired due to permissions issue: ``` @ Create prefix internal repo: # Syncing remote repos locally (this might take some time): *...
Fancy stuff (PCI) will come later.
Since in ssh_reachable() we already get a SSH client connection, let's save it in the (unused so far) _ssh_client var. Then reuse it, in _scp() command.
``` domains: vm01: artifacts: [/var/log] bootstrap: false disks: - build: - virt-customize: ssh-inject: '' copy: dummy_file:/root touch: [/root/file1, /root/file2] selinux-relabel: '' ``` Since the commands are specified as a dict,...