We are happy to announce the release of: kolla 14.11.0: Kolla OpenStack Deployment This release is part of the yoga stable release series. The source is available from: https://opendev.org/openstack/kolla Download the package from: https://tarballs.openstack.org/kolla/ Please report issues through: https://bugs.launchpad.net/kolla/+bugs For more details, please see below. 14.11.0 ^^^^^^^ Bug Fixes * Fixes missing way for kolla-toolbox to be built offline. LP#2020761 * Fixes an issue with Elasticsearch curator not working due to too new python elasticsearch-curator library not compatible with Elasticsearch version 7. LP#2028048 * Adds missing *grafana-opensearch-datasource* plugin to the list of plugins in the docker image. * Fix container restart conditions to be tolerant of missing optional source and/or destination files. For more details, see the following bug report (https://bugs.launchpad.net/kolla/+bug/1997984) Changes in kolla 14.10.0..14.11.0 --------------------------------- 8304b9456 Fix missing grafana opensearch datasource 83987b16a Fix an issue with zun-cni-daemon building images in aarch64 26de85f2f [yoga-only]: Fix erlang versions 06f9ddef8 rabbitmq: Use novemberain repos for Debian/Ubuntu 1f11f5c23 [yoga-only]: Fix kolla-toolbox after Galaxy migration c2be45ca1 CI: Drop upgrade jobs since Xena is EOL 0cdce9f77 Improve kolla-toolbox offline support. 0353c51c6 Add comprehensive checks for container restarts feed9d87f Revert "Disable build of Gnocchi containers" c90d4a208 Add server-status handler to Rocky/Centos Apache conf a76d93dfb Pin iptables to 1.8.4 in Centos Stream 8 aadc29061 Pin elasticsearch-curator==5.8.4 a3367db6b CI: Add rocky9 experimental jobs 7a30d4d76 opensearch-dashboards: Fix permissions 23e0819d6 opensearch: move to yum/apt repos ca472c5f7 Pin setuptools=67.2.* ce2b14e5a Use erlang-25 from copr on aarch64 9cdee8398 ovsdpdk: add libdpdk-dev d49cca549 rabbitmq: use erlang-25 ppa on Debian/Ubuntu Diffstat (except docs and test files) ------------------------------------- .zuul.d/centos.yaml | 4 - .zuul.d/debian.yaml | 2 - .zuul.d/rocky.yaml | 21 ++++ .zuul.d/ubuntu.yaml | 10 +- ...rences.debian => apt_preferences.debian.x86_64} | 2 +- ...rences.ubuntu => apt_preferences.ubuntu.x86_64} | 2 +- .../elasticsearch-curator/Dockerfile.j2 | 2 +- .../opensearch/opensearch-dashboards/Dockerfile.j2 | 32 +++--- .../opensearch-dashboards/extend_start.sh | 8 +- kolla/common/config.py | 6 +- kolla/image/build.py | 2 - kolla/template/methods.py | 4 + kolla/template/repos.yaml | 110 +++++++++++++++------ .../notes/bug-2020761-c31f28c922ebcf84.yaml | 5 + ...x-elasesticsearch-curator-f2f154dc707d15bd.yaml | 7 ++ ...ana-opensearch-datasource-96dc8061d9721af3.yaml | 5 + ...tainer-restart-conditions-57d36b13b0aa964b.yaml | 6 ++ 35 files changed, 402 insertions(+), 104 deletions(-)