Add logrotate configuration for placement service

Closes-Bug: #1954723
Change-Id: I6ffc8caae1aef757d37c629fbc05bb129f80147b
This commit is contained in:
lixuehai 2021-12-14 10:03:21 +08:00
parent db789efce0
commit 0fae876944
3 changed files with 9 additions and 0 deletions

View File

@ -224,6 +224,7 @@
- { name: "nova", enabled: "{{ enable_nova | bool }}" }
- { name: "octavia", enabled: "{{ enable_octavia | bool }}" }
- { name: "outward-rabbitmq", enabled: "{{ enable_outward_rabbitmq | bool }}" }
- { name: "placement", enabled: "{{ enable_placement | bool }}" }
- { name: "rabbitmq", enabled: "{{ enable_rabbitmq | bool }}" }
- { name: "sahara", enabled: "{{ enable_sahara | bool }}" }
- { name: "senlin", enabled: "{{ enable_senlin | bool }}" }

View File

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

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes Placement no logrotate configuration
`LP#1954723 <https://bugs.launchpad.net/kolla-ansible/+bug/1954723>`__