We eagerly announce the release of: kolla-ansible 4.0.4: Ansible Deployment of Kolla containers This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/kolla-ansible/ For more details, please see below. 4.0.4 ^^^^^ Upgrade Notes * ceph_rgw_keystone_password is required in passwords.yml file. And ceph-rgw depends on a separate user rather than keystone admin user now. Changes in kolla-ansible 4.0.3..4.0.4 ------------------------------------- dd393ed Security memcached: disable UDP e049284 Extract log level from syslog 16adb5f Fix the Prechecks failed while checking docker version e67124f Make kollda_docker works with new released python docker 3.0 package 4e5464a Zuul: Remove project name ad81537 Fluentd: fix Mariadb mysqld_safe log not match 8145b6a Remove extra configuration item in solum.conf.j2 93329c2 Prevent cinder conf from copy nfs_shares to unrelated nodes bfd6cb7 Rearrange existing documentation to fit the new standard layout 7bbf6ba Enable heat-api proxy header parsing 56d5933 The notify "Restart keystone containers" is not correct 732f532 Config my_ip to api_interface_address in cinder.conf 295e6e0 Run registering keystone ceph_rgw user task only on one node 0bb7b38 Clear all l3 related namespace before starting neutron-l3-agent 2ad4f6b Use a separate user for ceph-rgw rather than keystone admin user Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - ansible/library/kolla_docker.py | 6 +- ansible/roles/ceph/defaults/main.yml | 2 + ansible/roles/ceph/tasks/start_rgw_keystone.yml | 14 + ansible/roles/ceph/templates/ceph.conf.j2 | 6 +- ansible/roles/cinder/tasks/config.yml | 2 + ansible/roles/cinder/templates/cinder.conf.j2 | 1 + .../common/templates/conf/input/01-syslog.conf.j2 | 1 + .../common/templates/conf/input/02-mariadb.conf.j2 | 2 +- ansible/roles/heat/templates/heat.conf.j2 | 5 + ansible/roles/keystone/tasks/config.yml | 3 +- .../roles/memcached/templates/memcached.json.j2 | 2 +- ansible/roles/neutron/handlers/main.yml | 2 + ansible/roles/neutron/tasks/config.yml | 28 + .../templates/neutron-l3-agent-wrapper.sh.j2 | 15 + .../neutron/templates/neutron-l3-agent.json.j2 | 8 +- .../templates/neutron-vpnaas-agent-wrapper.sh.j2 | 16 + .../neutron/templates/neutron-vpnaas-agent.json.j2 | 8 +- ansible/roles/prechecks/tasks/service_checks.yml | 4 +- ansible/roles/solum/templates/solum.conf.j2 | 2 - etc/kolla/passwords.yml | 1 + .../ceph-rgw-keystone-user-d084c3ebdc9528c7.yaml | 5 + setup.cfg | 2 +- 84 files changed, 4838 insertions(+), 4710 deletions(-)