_______
_______
1. Ensure network scripts are working(on older cirros other interfaces were just not configured properly). 2. Use same domain template as el6 with the normal serial console. Needs https://github.com/lago-project/lago/pull/576 merged...
1. Move them all to a common file 2. Ensure they all inherit LagoException 3. Make them print nicely in the CLI(with red color) and only once 4. Ensure this...
Possible ideas: 1. Add asciinema demo 2. Short introduction 3. Installation guide(with all possible methods). 4. Quick example.
Currently only bash works, as we execute in place "bash -ex
As far as I understand, fedora 26, and el 7.4 are going to re-base on libvirt 3.x. This is a major change - we need to check it is working...
Currently it is used in 'init' stage. Saving its location will allow to use it in other commands than deploy(that do not necessary copy the scripts into the prefix).
This commit adds support for running ``lago init`` with the init file as a remote URL, i.e.: ```bash lago init http://localhost:8000/inits/LagoInitFile ``` The use case is straight-forward: we could put...
The first commit adds a ``waiters.py`` class. The class goal is to set common infrastructure for tasks that require to poll the SDK periodically for a status of a request....
I've noticed several times, especially for new users - a common mistake is to put for a in a GET request with query parameters, a `BaseModel` type annotation, causing the...