kolla-ansible 14.6.0 (yoga)
We high-spiritedly announce the release of: kolla-ansible 14.6.0: Ansible Deployment of Kolla containers This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/kolla-ansible Download the package from: https://tarballs.openstack.org/kolla-ansible/ Please report issues through: https://bugs.launchpad.net/kolla-ansible/+bugs For more details, please see below. 14.6.0 ^^^^^^ Upgrade Notes ************* * "image_upload_use_cinder_backend = True" is no longer set on the Cinder's default Ceph RBD backend, the common upstream default is now used ("False" currently). See also LP#1991516 Bug Fixes ********* * "image_upload_use_cinder_backend = True" is no longer set on the Cinder's default Ceph RBD backend. Related ERRORs and WARNINGs in Cinder and Glance logs are prevented. LP#1991516 * Fixes Keystone OIDC failing to validate JWT because of missing key on Azure auth-oidc endpoint. Adds new variable containing JWKS uri that delivers missing keys. LP#1990375 * Fixes Ironic API healthchecks when backend TLS encryption is enabled. LP#1990819 * Removes the "dhcp-sequential-ip" configuration option from "ironic_dnsmasq" to avoid a race condition offering the same IP address to multiple hosts being inspected at the same time. * Fixes an issue with "ironic-neutron-agent" using the wrong option to configure the interface used to communicate with the Ironic API. LP#1990675 (https://bugs.launchpad.net/kolla-ansible/+bug/1990675) Changes in kolla-ansible 14.5.0..14.6.0 --------------------------------------- 9c0076ac0 designate: Enable Sink only when designate is enabled ec6fbf72c Fix image from volume upload ERRORs and WARNINGs with Ceph RBD 285419787 Revert "Disable c8s upgrade jobs" 1d8c7c0da Keystone OIDC JWKS fix 85e3ea41c Disable c8s upgrade jobs 4082de1cc Remove dhcp-sequential-ip in ironic dnsmasq config 986ff77c1 Fix interface option for ironic-neutron-agent d1495a7de Fix Ironic API healthcheck with backend TLS Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 2 +- ansible/roles/cinder/templates/cinder.conf.j2 | 1 - ansible/roles/ironic/defaults/main.yml | 2 +- ansible/roles/ironic/templates/ironic-dnsmasq.conf.j2 | 1 - ansible/roles/keystone/defaults/main.yml | 1 + ansible/roles/keystone/templates/wsgi-keystone.conf.j2 | 12 ++++++++++-- ansible/roles/neutron/templates/ironic_neutron_agent.ini.j2 | 2 +- releasenotes/notes/bug-1991516-cc280aa71e8dc417.yaml | 13 +++++++++++++ releasenotes/notes/fix-keystone-oidc-8058917b14b4053c.yaml | 7 +++++++ ...ironic-api-backend-tls-healthcheck-481b69116b072913.yaml | 5 +++++ ...onic-dnsmasq-no-dhcp-sequential-ip-13256d6a55e9027f.yaml | 6 ++++++ .../ironic-neutron-agent-interface-75fd4fbb1d3eb843.yaml | 6 ++++++ 13 files changed, 59 insertions(+), 7 deletions(-)
participants (1)
-
no-reply@openstack.org