Add logrotate configuration for cloudkitty
TrivialFix Change-Id: I7cd8133b7677e67ea650163a5e56e157276eb9b8
This commit is contained in:
parent
a9c98ba58c
commit
a62aaaf824
@ -0,0 +1,3 @@
|
|||||||
|
"/var/log/kolla/cloudkitty/*.log"
|
||||||
|
{
|
||||||
|
}
|
@ -1,5 +1,26 @@
|
|||||||
{% set cron_cmd = 'cron -f' if kolla_base_distro in ['ubuntu', 'debian'] else 'crond -s -n' %}
|
{% 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 }}",
|
"command": "{{ cron_cmd }}",
|
||||||
"config_files": [
|
"config_files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user