lago
lago copied to clipboard
Ad-hoc virtual testing environment framework
IMO we should use /usr/bin/ssh - OpenSSH - at least for interactive shells - instead of paramiko, at least for these two reasons: - openssh has some escape sequences for...
Signed-off-by: Galit
Getting this error during init. Assuming the issue is the no route to host, so wanted to set proxy, but there is nowhere in lago.conf or the lago commands to...
Python 3 compatibility: * use [relative imports](https://python-future.org/compatible_idioms.html#imports-relative-to-a-package) * use [`next` builtin](https://portingguide.readthedocs.io/en/latest/iterators.html#new-iteration-protocol-next)
This reverts commit 9affcfe365f5ad2d1d3aa96f019474861076777a. We changed the ssh key type that we use for connecting to the VMs, so we should be able to test the Debian based images now....
The subnet for IPv6 is now taken from separate parameter in config file if provided.
VM kernel crash in my test and there no vnc console add by default when create VM, so there no way to get kernel crash information. it's easy to get...
Added changes the instructions to me more easy to find
Currently IPv6 addresses for hosts are supported only appending a fixed prefix to the IPv4 addresses assigned by libvirt DHCP. See: https://github.com/lago-project/lago/blob/master/lago/providers/libvirt/network.py#L223 Please support also pure IPv6 environments without IPv4...