diff --git a/ansible/roles/common/templates/cron-logrotate-cloudkitty.conf.j2 b/ansible/roles/common/templates/cron-logrotate-cloudkitty.conf.j2 new file mode 100644 index 0000000000..2dada642d8 --- /dev/null +++ b/ansible/roles/common/templates/cron-logrotate-cloudkitty.conf.j2 @@ -0,0 +1,3 @@ +"/var/log/kolla/cloudkitty/*.log" +{ +} diff --git a/ansible/roles/common/templates/cron.json.j2 b/ansible/roles/common/templates/cron.json.j2 index 65855b2be5..4e4c5dd6c1 100644 --- a/ansible/roles/common/templates/cron.json.j2 +++ b/ansible/roles/common/templates/cron.json.j2 @@ -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": [