Add logrotate configuration for horizon

Change-Id: I97263385372a28204c0ae81373836a2d6292f3bd
Closes-Bug: #1833336
This commit is contained in:
Tatsuma Matsuki 2019-06-19 13:29:01 +09:00
parent 49c2f48916
commit 1d02ec49f6
3 changed files with 5 additions and 0 deletions

View File

@ -263,6 +263,7 @@
- { name: "grafana", enabled: "{{ enable_grafana }}" }
- { name: "haproxy", enabled: "{{ enable_haproxy }}" }
- { name: "heat", enabled: "{{ enable_heat }}" }
- { name: "horizon", enabled: "{{ enable_horizon }}" }
- { name: "influxdb", enabled: "{{ enable_influxdb }}" }
- { name: "ironic", enabled: "{{ enable_ironic }}" }
- { name: "ironic-inspector", enabled: "{{ enable_ironic }}" }

View File

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

View File

@ -21,6 +21,7 @@
( 'grafana', enable_grafana ),
( 'haproxy', enable_haproxy ),
( 'heat', enable_heat ),
( 'horizon', enable_horizon ),
( 'influxdb', enable_influxdb ),
( 'ironic', enable_ironic ),
( 'ironic-inspector', enable_ironic ),