Skip to content
Snippets Groups Projects
Commit 1d02ec49 authored by Tatsuma Matsuki's avatar Tatsuma Matsuki
Browse files

Add logrotate configuration for horizon

Change-Id: I97263385372a28204c0ae81373836a2d6292f3bd
Closes-Bug: #1833336
parent 49c2f489
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}" }
......
"/var/log/kolla/horizon/*.log"
{
}
......@@ -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 ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment