Merge "Generate HAProxy configuration for all enabled servvices"

This commit is contained in:
Zuul 2020-01-04 12:01:43 +00:00 committed by Gerrit Code Review
commit 2257db2a9c
2 changed files with 11 additions and 1 deletions

@ -114,9 +114,10 @@
hosts:
- haproxy
- '&enable_haproxy_True'
tags:
- haproxy
roles:
- { role: haproxy,
tags: haproxy,
when: enable_haproxy | bool }
tasks:
- block:

@ -0,0 +1,9 @@
---
fixes:
- |
When upgrading from Rocky to Stein HAProxy configuration moves from using a
single configuration to assembling a file from snippets for each service.
Applying the HAProxy tag to the entire play ensures that HAProxy
configuration is generated for all services when the HAProxy tag is
specified. For details please see
`bug 1855094 <https://bugs.launchpad.net/kolla-ansible/+bug/1855094>`__.