We jubilantly announce the release of: kolla-ansible 13.6.0: Ansible Deployment of Kolla containers This release is part of the xena 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. 13.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 * 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. Changes in kolla-ansible 13.5.0..13.6.0 --------------------------------------- 5fd0b5286 Fix freezer deployment bca9fa7a4 Fix image from volume upload ERRORs and WARNINGs with Ceph RBD d94d13763 Keystone OIDC JWKS fix 3de939def Enable back c8s upgrade jobs d07954295 Remove dhcp-sequential-ip in ironic dnsmasq config 81f87fa8b [CI] Run Kolla Ansible from its own venv Diffstat (except docs and test files) ------------------------------------- ansible/roles/cinder/templates/cinder.conf.j2 | 1 - ansible/roles/freezer/templates/freezer.conf.j2 | 4 +- .../roles/ironic/templates/ironic-dnsmasq.conf.j2 | 1 - ansible/roles/keystone/defaults/main.yml | 1 + .../roles/keystone/templates/wsgi-keystone.conf.j2 | 12 +++- .../reference/shared-services/keystone-guide.rst | 8 +++ .../notes/bug-1991516-cc280aa71e8dc417.yaml | 13 ++++ .../notes/fix-keystone-oidc-8058917b14b4053c.yaml | 7 ++ ...asq-no-dhcp-sequential-ip-13256d6a55e9027f.yaml | 6 ++ zuul.d/project.yaml | 6 +- 19 files changed, 126 insertions(+), 36 deletions(-)