_______
_______
Hi, I use this GitLab flow a lot: 1. Create an issue 2. Click "create merge request" button from the issue, so that GitLab creates the branch and names it...
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...
1. Use uuid4 instead of uuid1, so we do not give the same network names in parallel runs. 2. Let libvirt generate the bridge name - here I think I...
This is still heavy WIP, although most parts are already implemented. Hopefully I will get some time to complete it, or at least some independent parts of it could be...
Initial PR: https://github.com/lago-project/lago/pull/576 Other stuff left to move: - [ ] network templates - [ ] snapshot templates At first stage they can be just the same with simple replacements....
It relays on the ENV variable 'LAGO_PREFIX_PATH' which is hard coded in the virt JSONs, and is later passed to libvirt in the disks path. We need to remove that...
Initial work: http://lago.readthedocs.io/en/stable/LagoInitFile.html
Many stuff changed recently: tox, virtual envs, functional tests, etc. http://lago.readthedocs.io/en/latest/Dev_Bootstrap.html http://lago.readthedocs.io/en/latest/Env_Setup.html
Currently, when a directory is defined under `artifacts` in the init file, we issue a call to ``scp.get`` method with ``recursive=True``. This might cause a race condition if files are...