Comment 5 for bug 1884415

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/ussuri)

Reviewed: https://review.opendev.org/739090
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=7097c48b117c17125987b1b99a56170747004713
Submitter: Zuul
Branch: stable/ussuri

commit 7097c48b117c17125987b1b99a56170747004713
Author: Ryo Hayakawa <email address hidden>
Date: Sun Jun 21 22:37:09 2020 +0900

    Enable to modify params of logrotate-crond.conf

    Parameters "minsize" and "notifempty" of /etc/logrotate-crond.conf
    in the container logrotate_crond should be changeable even if this
    doesn't comply with GDPR. This is because there might be users who
    don't want to comply with it for some reason such as their internal
    rule, testing purpose, etc.

    This patch adds the following Puppet hieradata.

    tripleo::profile::base::logging::logrotate::minsize (default: 1)
    tripleo::profile::base::logging::logrotate::notifempty (default: True)

    Change-Id: I623c711921cf7fe52f15cc1ba4a1dafb3c9479b7
    Closes-Bug: #1884415
    (cherry picked from commit f6f878d4b36540ecc8b99552d3f5d14d92d509df)