We are pumped to announce the release of: kolla 10.4.0: Kolla OpenStack Deployment This release is part of the ussuri 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. 10.4.0 ^^^^^^ New Features ************ * Improve the way offline scenario are supported: * Switching dumb-init installation to distribution provided packages. Upgrade Notes ************* * Debian now uses upstream MariaDB repos (thus following Ubuntu images). This is done to avoid issues like the related one and have an easy workaround of pinning to chosen MariaDB version if need arises. Operators may want to reflect this in their repo mirrors and proxies. LP#1944410 Bug Fixes ********* * Adds an option to the monasca-thresh container which checks if the topology is currently submitted (KOLLA_BOOTSTRAP), with an option to kill it (TOPOLOGY_REPLACE). Topology names and various timeouts may be customized. LP#1808805 * Fixes missing boto3 library required by glance_store. LP#1884259 * Fixes an issue with cinder-volume missing "lsscsi" and "nvme" commands on Debian and Ubuntu. LP#1942038 Changes in kolla 10.3.0..10.4.0 ------------------------------- 5445c1e54 cinder-volume/ubuntu: add lsscsi and nvme f179f8383 neutron: Fix update-alternatives on CentOS 23af39b04 [debian] Use upstream MariaDB cdf823440 [doc] Fix Ceph sources 2637b4328 Unify curl options 36e4f077e monasca-thresh: Allow topology check and removal in storm e0fa1aa51 masakari: Add crm_mon to masakarimonitors sudoers 2df836b0f Improve offline build scenario. 9f3660a6c Add boto3 as s3 dependency for Glance container 09cecc92e Fix missing templating block for kolla-toolbox. f28f4a942 Fix prometheus-elasticsearch-exporter container. Diffstat (except docs and test files) ------------------------------------- .../masakari-monitors/masakari_monitors_sudoers | 1 + .../monasca/monasca-thresh/topology_bootstrap.sh | 90 ++++++++++++++++++++++ .../prometheus-alertmanager/Dockerfile.j2 | 2 +- .../prometheus-blackbox-exporter/Dockerfile.j2 | 2 +- .../prometheus/prometheus-cadvisor/Dockerfile.j2 | 2 +- .../Dockerfile.j2 | 2 +- .../prometheus-haproxy-exporter/Dockerfile.j2 | 2 +- .../prometheus-memcached-exporter/Dockerfile.j2 | 2 +- .../prometheus-mysqld-exporter/Dockerfile.j2 | 2 +- .../prometheus-node-exporter/Dockerfile.j2 | 2 +- .../prometheus-openstack-exporter/Dockerfile.j2 | 2 +- kolla/template/repos.yaml | 2 + ...a-toolbox_templating_block-3d284d886816e95a.yml | 5 ++ .../notes/bug-1808805-e63af01591f03506.yaml | 8 ++ .../notes/bug-1884259-23bdaa6c1c038a81.yaml | 5 ++ .../notes/bug-1942038-f1d96ae352f73bd1.yaml | 6 ++ .../debian-mariadb-upstream-75e05cbdaa013abe.yaml | 10 +++ .../improve_offline_support-e7b2384fb7390184.yaml | 5 ++ 38 files changed, 196 insertions(+), 41 deletions(-)