At a glance
EnOs version 4.1.0 (stable/queens)
- Release notes : https://github.com/BeyondTheClouds/enos/releases/tag/4.1.0
- Pypi package : https://pypi.python.org/pypi/enos/4.1.0
- Documentation : https://enos.readthedocs.io/en/4.1.0
Release notes (most noticeable changes)
This version consists in a major rewrite of EnOs core to use [EnOSlib](https://github.com/BeyondTheClouds/enoslib).
We tried to keep as much compatibility as possible with the previous configuration format but some minor changes needs to be taken into account:
- [G5K][Vagrant][Chameleon] Resources can be configured in two ways;
- the "basic" way corresponds to the previous way of configuring the resources
- the "advanced" way corresponds to an EnOSlib description allowing for finer grained resources description
- [G5K] no more `vlan` section in the provider configuration. EnOS now reserve 2 vlans by default.
- [G5K] no more `distribution_mode`. EnOs will now ensure that at least one node in each group is reserved.
- [Vagrant][Chameleon] no more `interfaces` section. EnOSlib auto-detects them.
Except the above your workflows using EnOs shouldn't be impacted. Otherwise, please fill a bug on github.