We are pumped to announce the release of: kolla 4.0.3: Kolla OpenStack Deployment This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/kolla/ For more details, please see below. Changes in kolla 4.0.2..4.0.3 ----------------------------- 4de11ce Change more repo url to infra mirror 8494f25 Install libvirt-clients for nova-libvirt image 8eab0ee Bump OpenStack service version 1063bdc Fixup small bug with dockerhub publisher 17f95f0 Dockerhub publisher job 9c76488 Pin fluent-plugin-grok-parser to 2.1.4 50786d5 Bump kafka version to 0.10.2.1 9915200 Moving jobs to kolla repo dbad81f Install python-openstackclient in kolla-toolbox container f89de6a Bump OpenStack service version 7c01f57 Fix the order of the RHEL 7 server optional repository 4e6add7 Install multipath binary in nova-compute image 115a93d Fix wrong permission check for kolla_logs folder 108035c Prevent check haproxy script from generating meaningless logs 9f88948 Add openstack logs in deploy gates 49a1c3b Add systool binary for cinder-volume container 89864c5 Remove all Heka related remaining stuff 141e26a Bump OpenStack service version 3c09a7d libvirt should be installed from OS rather than pip 8293c9a Compile i18n messages for all projects who have locale folder 19c8d18 Updated from global requirements 6ddb60e Fix wrong extra name for glance_store 293d36b Install net-tools for neutron-base container b3ccdbf Adding python-rtslib to cinder-volume for lioadm support 8c9b47b Bump OpenStack service version e349ce0 Fix apache configuration for ceilometer_api 7cc5f94 Fix rally create verifier error d4bf3f9 Fake change to kickoff image publishing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 150 +++++++++++++++++ kolla/common/config.py | 46 ++--- requirements.txt | 2 +- setup.cfg | 1 + tools/deploy_aio.sh | 21 ++- tools/gate_run.sh | 88 +--------- tools/playbook-setup-nodes.yml | 41 ----- tools/setup_Debian.sh | 4 +- tools/setup_RedHat.sh | 2 +- tools/setup_gate.sh | 187 +-------------------- 37 files changed, 520 insertions(+), 405 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 841ea09..722fae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.utils>=3.18.0 # Apache-2.0 -setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL