We are pleased to announce the release of: kolla 9.2.0: Kolla OpenStack Deployment This release is part of the train 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. 9.2.0 ^^^^^ New Features ************ * Adds Elasticsearch Curator for managing aggregated log data. Upgrade Notes ************* * The Logstash image has been upgraded from Logstash 2 to Logstash 6 for Centos 7 and Centos 8 only. Bug Fixes ********* * Drop systemd support from nsswitch.conf on RHEL-based distros. This avoids unneeded systemd nss lookups inside containers and it also avoids possible selinux denials when a container bind mounts /run and makes the dbus socket available inside the container only to be denied by selinux on the host. * Fixes an issue with loading Storm and Monasca Thresh when using Centos8 containers. * Fixes a bug in Monasca Agent Statsd which causes it to fail under Python 3. Changes in kolla 9.1.1..9.2.0 ----------------------------- 0e6465543 Drop systemd support from nsswitch.conf on RHEL-based distros 30303fddd Add Elasticsearch Curator Docker image 97d74c37b Change lang package block order 57a05bd77 Update support matrix for ELK images 4ef9c5e67 Fix loading of Storm on Centos8 / Python 3 5be5a4e6f Add Logstash 6 for Monasca on Centos 8 151a0e15f Fix Monasca Agent Statsd service under Py3 4fc9083a6 Fix missing nfs-ganesha-rados-urls package for CentOS 0a6cd606c kolla-toolbox: use u-c while installing virtualenv c9a7b0882 Bump versions for Train f03677bf4 Bump versions for Train c63cd1686 CI: use wheels from infra mirror 729bd4507 CI: Install python deps, fix mod_wsgi in cyborg-api, disable masakari-monitors 6e6638706 Add collectd-amqp to the collectd image 9d821722f add libibverbs package for openvswitch Diffstat (except docs and test files) ------------------------------------- .../elasticsearch-curator/Dockerfile.j2 | 40 ++++++++++++++ .../elasticsearch-curator/extend_start.sh | 8 +++ .../{ => elasticsearch}/Dockerfile.j2 | 0 .../{ => elasticsearch}/extend_start.sh | 0 .../neutron-openvswitch-agent/Dockerfile.j2 | 1 + kolla/common/config.py | 64 +++++++++++----------- kolla/image/build.py | 3 + ...add-elasticsearch-curator-88089d04f7ccd549.yaml | 4 ++ .../notes/add-logstash6-7418a88dc5cb88eb.yaml | 5 ++ ...nss-on-rhel-based-distros-5d586fcdb9a82da7.yaml | 7 +++ ...orm-in-centos8-containers-86b38c9166ceb0dd.yaml | 5 ++ .../fix-monasca-agent-stats-cc728000b6b05362.yaml | 4 ++ 28 files changed, 250 insertions(+), 61 deletions(-)