32a4cadac9
Add cron image and playbook for logrotate. The "common" Ansible playbook includes configuration files for logrotate. At this point the operator cannot customize/override the logrotate configuration. Closes-Bug: #1553244 Change-Id: Ic9fdda9a273c9ccd90502f0acc7614d2c7157dca
22 lines
147 B
Django/Jinja
22 lines
147 B
Django/Jinja
weekly
|
|
|
|
rotate 6
|
|
|
|
copytruncate
|
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
notifempty
|
|
|
|
missingok
|
|
|
|
minsize 30M
|
|
|
|
maxsize 100M
|
|
|
|
su root kolla
|
|
|
|
include /etc/logrotate.d
|