[release-announce] kayobe 9.3.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 1 17:21:00 UTC 2022
We are excited to announce the release of:
kayobe 9.3.0: Deployment of OpenStack to bare metal using OpenStack
kolla and bifrost
This release is part of the victoria stable release series.
The source is available from:
https://opendev.org/openstack/kayobe
Download the package from:
https://tarballs.openstack.org/kayobe/
Please report issues through:
https://storyboard.openstack.org/#!/project/openstack/kayobe
For more details, please see below.
9.3.0
^^^^^
New Features
************
* Adds support for inspection of L3-routed Ironic networks via DHCP-
relay.
Bug Fixes
*********
* Fixes an issue where the Neutron SR-IOV agent image is not built
when the service is enabled.
Changes in kayobe 9.2.0..9.3.0
------------------------------
e2605a2f Pin rich to <11 due to breaking ansible-lint in kayobe-tox-molecule
07fd6259 Build neutron-sriov-agent image when enabled
0cd50e8c [CI] Stop testing non-stream CentOS
5e444b8a CI: Use correct TD agent repository version
be1d6adb Document that extra kernel parameters are important for inspection
d4717fe1 Add support for Ironic inspection through DHCP-relay
c048c257 Limit ip-routing and snat to seed hosts only
Diffstat (except docs and test files)
-------------------------------------
ansible/group_vars/all/bifrost | 3 ++
ansible/group_vars/all/kolla | 3 ++
ansible/ip-routing.yml | 2 +-
ansible/kolla-ansible.yml | 1 +
ansible/roles/kolla-ansible/defaults/main.yml | 3 ++
.../roles/kolla-ansible/templates/globals.yml.j2 | 2 +-
ansible/snat.yml | 2 +-
etc/kayobe/bifrost.yml | 3 ++
.../overrides.yml.j2 | 2 +-
.../build-neutron-sriov-836acf378bae0b48.yaml | 5 ++++
...pector-dhcp-range-netmask-bb46eb7df77587a4.yaml | 4 +++
test-requirements.txt | 2 ++
zuul.d/jobs.yaml | 35 ----------------------
zuul.d/nodesets.yaml | 6 ----
zuul.d/project.yaml | 14 ---------
17 files changed, 33 insertions(+), 61 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 194c468c..cff4c81f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,0 +15,2 @@ paramiko
+# rich 11 introduced a change that breaks ansible-lint.
+rich<11
More information about the Release-announce
mailing list