Lago v0.40
Hi All!
On behalf of the Lago team, I'm pleased to announce that the new release of
Lago 0.40 is available for download.
This release is quite large, with a lot of new features and bug fixes.
I will mention the major changes, for the complete list, please refer to the changelog.
General Improvements
- Start using
Jinja 2
as the templating mechanism for creatingvirt-sysprep
and
libvirt
specs. Subnet module
was refactored: meaningful exceptions were added, store range was
increased, and it's now possible to acquire user defined subnets from the store.- Export: run the export process in parallel (can be disabled), allow to export iso file,
Allow to specify in the init file which disks not to export. libguestfs
's python module is now optional (Note: without it, copying files from a VM without networking
is not supported).
Bug Fixes
- Allow using the same option multiple times in the Builders section.
- Log collection - Fixed a bug where log collection will fail if the file/dir
doesn't exist andignore_nopath=True
. - Don't fail when a user defined layered images is used.
Packaging
- Lago stable and unstable versions are now available for installation from
PyPi
andPyPi test
respectively.
SDK
- Added the export command to the SDK.
Docs
- Improved the installation docs.
- Added docs about Lago
builders
(the ability to customize images duringinit
). - Improved the networking docs.
Testing
- Check the boot time of
lago templates
withsystemd-analyze blame
- Added unit tests for
Subnets module
.
Installing And Upgrading
To upgrade using yum or dnf, simply run:
yum/dnf update lago
Installing with pip: please refer to the docs - https://lago.readthedocs.io/en/latest/Installation.html
Resources
Lago Docs: http://lago.readthedocs.io/en/latest/
GitHub: https://github.com/lago-project/lago/
YUM Repository: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
Pypi: https://pypi.python.org/pypi/lago
OST Docs: http://ovirt-system-tests.readthedocs.io/en/latest/
Changelog: http://lago.readthedocs.io/en/0.40/_static/ChangeLog.txt
As always, if you find any problems, please open an issue in the GitHub page.
Enjoy!
Gal.