Comment 8 for bug 2040105

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-collection-kolla (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/909253
Committed: https://opendev.org/openstack/ansible-collection-kolla/commit/13198717020f94c665eee86fc27b27b2d313d8cc
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 13198717020f94c665eee86fc27b27b2d313d8cc
Author: Matt Crees <email address hidden>
Date: Mon Jan 29 17:45:54 2024 +0000

    Fix: include missing docker log-opts in config

    The default docker config options, which specify the ``log-opts`` under
    ``roles/docker/vars/main.yml``, were not included in the
    ``docker_config`` combinations when the docker role was extracted from
    the baremetal role in the Zed release. This means that
    ``docker_log_max_file`` and ``docker_log_max_size`` are not written into
    the docker daemon.json.

    The var name needs to be changed, as it can't be recursively defined
    within the ``docker_config`` definition under
    ``roles/docker/tasks/config.yml`.

    Closes-Bug: #2040105
    Change-Id: I05efda2a9699336136dce8cfa99ada77b9b2a17b
    (cherry picked from commit cff2a29d1c21a1d05ce97ebf1d41f846189f1547)