kolla-ansible/releasenotes/notes/cron-minsize-maxsize-c647add8e8156b79.yaml
Michal Arbet f3d5425808 Make cron logfile minsize,maxsize configurable
This patch is moving minsize and maxsize logrotate
options to defaults and use them in template.

Change-Id: Ic2dfc747faedef8a7a4bc5e61db7c0cb5bf93e88
2021-12-31 09:44:08 +00:00

8 lines
225 B
YAML

---
features:
- |
Adds new variables to be used by the common role,
``cron_logrotate_log_minsize`` and ``cron_logrotate_log_maxsize``.
They allow to configure global logrotate's minsize and maxsize
options.