[kolla] kolla-ansible 5.0.1 (pike)
We are satisfied to announce the release of: kolla-ansible 5.0.1: Ansible Deployment of Kolla containers This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/kolla-ansible/ For more details, please see below. Changes in kolla-ansible 5.0.0..5.0.1 ------------------------------------- 05cf49f Fix launch instance failed in trove f17cfe3 Pull image from dockerhub rather than tarballs.o.o site b8f2942 Use openstack_service_workers variable for gnocchi metricd workers 444b0e2 Fix the deprecated syntax in 01-rewrite.conf 628569a Fix ansible running issue on Debian ff97575 Add ipc_mode=host for nova-compute conainer c54a496 Revert "Remove show_multiple_locations in glance-api" 5fd2642 Fix the incorrect container_facts 90fd8b3 Remove test variable for service_name in panko.conf file 3f1d376 Remove check flat network type task in ironic pre-check.yml 109f91c Zuul: add file extension to playbook path 3908934 Move to zuul v3 in project jobs ec2904d Fix prechecks fail with docker not in deployment host 6fbd439 fix wrong keystone_authtoken settings e10035c set glance_api_version = 2 in cinder configure ce918a6 Fix neutron invalid json file 46f987a Config my_ip to api_interface_address in cinder.conf 4be4c43 HyperV: fix FreeRDP console config 53d9f96 Fix ci gate failure cdcb5c6 Fix rabbitmq tag not match in fluentd d0fa51c Fix kolla-ansible genconfig for mariadb 784c5ff Fluentd: fix duplicate log level naming c5f9917 WSGI configuration missing directive 8d6c40e Fix Pike nova.conf for HyperV d276a54 Updated from global requirements d3d56d5 Make outward_rabbit pre-checks idempotent 1d24927 Modify the conf in skydive b1b648a Create/delete kolla_keepalived_running only once 95a1ae6 Fix typo in ironic prechecks c797c29 Fluentd: rework and fix tail source config Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 75 ++++++++++ ansible/roles/baremetal/defaults/main.yml | 2 + ansible/roles/baremetal/tasks/post-install.yml | 9 ++ ansible/roles/ceph/tasks/bootstrap_osds.yml | 4 +- ansible/roles/ceph/tasks/precheck.yml | 2 +- ansible/roles/ceph/tasks/reconfigure.yml | 2 +- ansible/roles/ceph/tasks/start_osds.yml | 2 +- ansible/roles/cinder/templates/cinder.conf.j2 | 3 + ansible/roles/common/tasks/config.yml | 11 +- .../templates/conf/filter/01-rewrite-0.12.conf.j2 | 34 +++++ .../templates/conf/filter/01-rewrite-0.14.conf.j2 | 154 +++++++++++++++++++++ .../templates/conf/filter/01-rewrite.conf.j2 | 34 ----- .../templates/conf/format/apache_access.conf.j2 | 2 +- .../templates/conf/format/wsgi_python.conf.j2 | 2 +- .../common/templates/conf/input/00-global.conf.j2 | 46 +++++- .../common/templates/conf/input/02-mariadb.conf.j2 | 2 +- .../templates/conf/input/03-rabbitmq.conf.j2 | 2 +- .../templates/conf/input/04-openstack-wsgi.conf.j2 | 9 ++ ansible/roles/common/templates/fluentd.json.j2 | 10 +- ansible/roles/glance/templates/glance-api.conf.j2 | 1 + ansible/roles/gnocchi/templates/gnocchi.conf.j2 | 2 + ansible/roles/haproxy/tasks/precheck.yml | 3 + ansible/roles/haproxy/templates/haproxy.cfg.j2 | 6 + ansible/roles/horizon/templates/horizon.conf.j2 | 1 + ansible/roles/ironic/tasks/precheck.yml | 6 - ansible/roles/mariadb/handlers/main.yml | 4 + .../roles/neutron/templates/neutron-server.json.j2 | 2 +- ansible/roles/neutron/templates/neutron.conf.j2 | 3 + .../nova-hyperv/templates/nova_hyperv.conf.j2 | 5 +- ansible/roles/nova/defaults/main.yml | 1 + ansible/roles/nova/handlers/main.yml | 1 + ansible/roles/nova/tasks/config.yml | 1 + ansible/roles/nova/templates/qemu.conf.j2 | 9 +- ansible/roles/octavia/templates/octavia.conf.j2 | 14 +- ansible/roles/panko/tasks/config.yml | 2 - ansible/roles/panko/templates/panko.conf.j2 | 2 - ansible/roles/prechecks/tasks/package_checks.yml | 1 + ansible/roles/prechecks/tasks/service_checks.yml | 1 + ansible/roles/rabbitmq/tasks/precheck.yml | 5 + .../roles/skydive/templates/skydive-agent.conf.j2 | 3 + .../skydive/templates/skydive-analyzer.conf.j2 | 7 +- ansible/roles/swift/tasks/check.yml | 2 +- ansible/roles/swift/tasks/start.yml | 2 +- .../trove/templates/trove-taskmanager.conf.j2 | 18 +-- ansible/roles/trove/templates/trove.conf.j2 | 22 +-- etc/kolla/globals.yml | 2 +- test-requirements.txt | 2 +- tools/setup_Debian.sh | 4 +- tools/setup_gate.sh | 119 ++++------------ 59 files changed, 686 insertions(+), 399 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7199c20..2df2fe6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ python-neutronclient>=6.3.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org