Gal Ben Haim
Gal Ben Haim
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....
When running any lago command, without explicitly providing the path to the workdir, lago tries to locate the workdir by himself (the logic can be found in workdir.resolve_workdir_path). This logic...
Note: In order to see this issue in CI, the Jenkins slace must run fc27 with `libvirt.x86_64 3.7.0-4.fc27` It seems that the core of the issue is: ``` 12:24:12 #...
``` vm_name = 'vm-debian8-base' def test_vms_ssh(vms, vm_name): vm = vms[vm_name] > assert vm.ssh_reachable(tries=200) E assert False E + where False = <bound method DefaultVM.ssh_reachable of <lago.vm.DefaultVM object at 0x7f83b39f3090>>(tries=200) E...
1. ``` PrefixAlreadyExists``` should extend ```LagoUserException``` so the stack trace will not be dumped to stdout, 2. We should add to the exception's message an explenation about how to solve...
We should explain how to setup a dev environment, https://github.com/lago-project/lago/issues/627#issuecomment-312663627 can be used as a reference.
I will increase visibility if we add Lago to https://libvirt.org/apps.html#add
For example: LagoException -> LagoError
1. ```user-data``` and ```meta-data``` can be specified directly under the ```cloud-init``` key in each domain definition. The content can be specified explicitly or by adding path to a file. 2....
Signed-off-by: gbenhaim