v2022-01.03
New features
- We're trialing Github's discussions, please check it out and leave a comment if you have any questions!
- The new allocation tracking system is supported as of #135
- Documented how to set up Host Networking with vEth Pairs, this was a common stumbling block in cases where the same interface was used for the public API and for Neutron Floating IPs
- The QuickStart guide has been updated with more complete requirements.
- Enrolling hardware now supports bulk imports, please refer to the docs!
- Get temperature, power, and other metrics from your nodes with Prometheus-IPMI-exporter
Bugfixes
- Log4j mitigation: Elasticsearch wasn't technically vulnerable, but we recommend pulling and upgrading your container anyway.
- Added defaults for promtheus-ipmi-exporter in #143, so you'll stop getting errors if you don't use it
- Updated how we set the path for
ansible_python_interpreter
in #140, this should now work properly for both all-in-one and deploy host configurations. - Renamed MaxReservationLengthFilter to MaxLeaseDurationFilter to match Blazar's upstream in #141
- Downloading clouds.yaml from horizon's identity page gave an incorrect auth_url, fixed in #138
General Housekeeping
- We now have CI working as of #142, this assisted in solving #140 and #143. We'll be expanding this going forward to both test and document supported configurations.
- Removed some legacy roles that are no longer used in #139
Full Changelog: v2021-11.01...v2022-01.03