Add logrotate configuration for cloudkitty

TrivialFix

Change-Id: I7cd8133b7677e67ea650163a5e56e157276eb9b8
This commit is contained in:
Christian Berendt 2016-09-12 22:04:23 +02:00
parent a9c98ba58c
commit a62aaaf824
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,3 @@
"/var/log/kolla/cloudkitty/*.log"
{
}

View File

@ -1,5 +1,26 @@
{% set cron_cmd = 'cron -f' if kolla_base_distro in ['ubuntu', 'debian'] else 'crond -s -n' %}
{% set services = ["ansible", "aodh", "barbican", "cinder", "glance", "gnocchi", "haproxy", "heat", "keepalived", "keystone", "magnum", "manila", "mariadb", "mistral", "murano", "neutron", "nova", "rabbitmq", "swift"] %}
{% set services = [
"ansible",
"aodh",
"barbican",
"cinder",
"cloudkitty",
"glance",
"gnocchi",
"haproxy",
"heat",
"keepalived",
"keystone",
"magnum",
"manila",
"mariadb",
"mistral",
"murano",
"neutron",
"nova",
"rabbitmq",
"swift"
] %}
{
"command": "{{ cron_cmd }}",
"config_files": [