Skip to content
Snippets Groups Projects
Commit 0fae8769 authored by lixuehai's avatar lixuehai
Browse files

Add logrotate configuration for placement service

Closes-Bug: #1954723
Change-Id: I6ffc8caae1aef757d37c629fbc05bb129f80147b
parent db789efc
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,7 @@ ...@@ -224,6 +224,7 @@
- { name: "nova", enabled: "{{ enable_nova | bool }}" } - { name: "nova", enabled: "{{ enable_nova | bool }}" }
- { name: "octavia", enabled: "{{ enable_octavia | bool }}" } - { name: "octavia", enabled: "{{ enable_octavia | bool }}" }
- { name: "outward-rabbitmq", enabled: "{{ enable_outward_rabbitmq | bool }}" } - { name: "outward-rabbitmq", enabled: "{{ enable_outward_rabbitmq | bool }}" }
- { name: "placement", enabled: "{{ enable_placement | bool }}" }
- { name: "rabbitmq", enabled: "{{ enable_rabbitmq | bool }}" } - { name: "rabbitmq", enabled: "{{ enable_rabbitmq | bool }}" }
- { name: "sahara", enabled: "{{ enable_sahara | bool }}" } - { name: "sahara", enabled: "{{ enable_sahara | bool }}" }
- { name: "senlin", enabled: "{{ enable_senlin | bool }}" } - { name: "senlin", enabled: "{{ enable_senlin | bool }}" }
......
"/var/log/kolla/placement/*.log"
{
}
---
fixes:
- |
Fixes Placement no logrotate configuration
`LP#1954723 <https://bugs.launchpad.net/kolla-ansible/+bug/1954723>`__
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