Merge "Add logrotate configuration for cloudkitty"

This commit is contained in:
Jenkins 2016-09-13 19:50:30 +00:00 committed by Gerrit Code Review
commit 292baae4ff
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": [