We high-spiritedly announce the release of: kolla-ansible 20.3.0 This release is part of the epoxy 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. 20.3.0 ^^^^^^ New Features ************ * The OVN container images ("ovn-nb-db", "ovn-northd" and "ovn-sb- db") have now default environment variables in place that ease running of "ovn-nbctl" and "ovn-sbctl" commands for operators. Upgrade Notes ************* * Support for Linux Bridge mechanism driver has been removed. The driver was already removed from neutron. Bug Fixes ********* * Fixes an issue where vendordata.json, if defined, was not being copied to the nova-metadata directory. LP#2111328 * Fixed certificate script rendering in Let's Encrypt role. LP#2115230 * Handlers to trigger a restart nova_libvirt and ovn_sb_db_relay containers have been removed and restarts of these services are now under the control of the service-check-containers role LP#2123946. * Fix an issue causing etcd backend TLS certificates to not be templated as the "kolla_copy_backend_tls_files" variable was evaluating to false due to the "etcd_enable_tls_backend" variable being undefined. * Remove reference to EXTRA_OPTS in documentation. * Fixes an issue where CORS can be blocked when attempting to upload an image via the Horizon user interface. * Adds a missing override for "octavia_notification_topics" so that operators can add their own notification topics for Octavia. By default it will send notifications to ceilometer when ceilometer is enabled. Changes in kolla-ansible 20.2.0..20.3.0 --------------------------------------- 78c1077e9 CI: Drop slurp upgrade jobs - 2024.1 is going unmaintained 18c73b911 Fix missing vendordata.json file for nova-metadata 6a0a64135 neutron: Remove support for linux bridge mechanism driver d63160ab6 Enables override of Octavia notification topics fc53b2651 fix: use `FQDN` for `horizon` endpoints 511208f00 ovn-db: Add OVN_NB_DB and OVN_SB_DB env variables d66e506cd CI: Fine tune proxysql connect and ping timeouts 1f4641200 Only notify handlers in service-check-containers 1df47fe6e CI: check-logs.sh add wait for OpenSearch connection 48c47b8c6 CI: Disable failing dns_integration check 7e15ca103 ovn: Add retries to set-connection commands 117c51140 Remove reference to EXTRA_OPTS in documentation c660c2518 [letsencrypt] Avoid rendering empty --key-type argument 9bb23baa4 Fix etcd backend certificates not being templated Diffstat (except docs and test files) ------------------------------------- ansible/group_vars/all.yml | 11 +++-- ansible/roles/etcd/defaults/main.yml | 5 +++ .../templates/letsencrypt-lego-run.sh.j2 | 37 +++++++++++++++- .../roles/manila/templates/manila-share.conf.j2 | 2 - ansible/roles/neutron/defaults/main.yml | 49 ---------------------- ansible/roles/neutron/handlers/main.yml | 16 ------- ansible/roles/neutron/tasks/config-host.yml | 2 +- ansible/roles/neutron/tasks/config.yml | 16 ------- .../neutron/templates/linuxbridge_agent.ini.j2 | 24 ----------- .../templates/neutron-linuxbridge-agent.json.j2 | 44 ------------------- .../roles/neutron/templates/neutron-server.json.j2 | 2 +- ansible/roles/neutron/templates/neutron.conf.j2 | 2 - ansible/roles/nova-cell/tasks/external_ceph.yml | 6 +-- ansible/roles/nova/tasks/config.yml | 27 ++++++------ ansible/roles/octavia/defaults/main.yml | 9 ++++ ansible/roles/octavia/templates/octavia.conf.j2 | 6 +++ ansible/roles/ovn-db/defaults/main.yml | 7 ++++ ansible/roles/ovn-db/handlers/main.yml | 3 ++ ansible/roles/ovn-db/tasks/bootstrap-db.yml | 32 ++++++++++++-- ansible/roles/ovn-db/tasks/config-relay.yml | 4 -- etc/kolla/globals.yml | 6 +-- .../notes/bug-2111328-c4f57b50eb5bfecf.yaml | 6 +++ .../notes/bug-2115230-4220523768ff2685.yaml | 5 +++ ...g-2123946-notify-handlers-3d0a6a0788d5dcce.yaml | 7 ++++ ...etcd-backend-certificates-c163bc60e5cbcd2c.yaml | 6 +++ .../docs-remove-extra-opts-9f68a9b3dd9f14c1.yaml | 4 ++ .../fix-horizon-glance-cors-55e2e83902662c99.yaml | 5 +++ .../octavia-notifications-98a91ab02d9cbee6.yaml | 7 ++++ .../notes/ovn-env-variables-b622b4c53ee275f4.yaml | 6 +++ ...emove-neutron-linuxbridge-b1a2457e848709f7.yaml | 5 +++ zuul.d/project.yaml | 10 ----- 38 files changed, 227 insertions(+), 209 deletions(-)
participants (1)
-
no-reply@openstack.org