Merge "Add logrotate configuration for placement service"

This commit is contained in:
Zuul 2022-01-11 16:02:51 +00:00 committed by Gerrit Code Review
commit 9bbba35b2f
3 changed files with 9 additions and 0 deletions

View File

@ -225,6 +225,7 @@
- { name: "nova-libvirt", enabled: "{{ enable_nova | bool and nova_compute_virt_type in ['kvm', 'qemu'] }}" }
- { 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>`__