Merge "Fix haproxy restarting twice per Ansible run"
This commit is contained in:
commit
c151449e09
@ -3,5 +3,7 @@
|
|||||||
|
|
||||||
- include_tasks: config.yml
|
- include_tasks: config.yml
|
||||||
|
|
||||||
- name: Flush handlers
|
# NOTE(yoctozepto): haproxy role handlers should not be flushed early.
|
||||||
meta: flush_handlers
|
# site.yml handles all haproxy things in a dedicated play.
|
||||||
|
# This is to avoid extra haproxy service restart.
|
||||||
|
# See: https://bugs.launchpad.net/kolla-ansible/+bug/1875228
|
||||||
|
@ -16,5 +16,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- Restart keepalived container
|
- Restart keepalived container
|
||||||
|
|
||||||
- name: Flush handlers
|
# NOTE(yoctozepto): haproxy role handlers should not be flushed early.
|
||||||
meta: flush_handlers
|
# site.yml handles all haproxy things in a dedicated play.
|
||||||
|
# This is to avoid extra haproxy service restart.
|
||||||
|
# See: https://bugs.launchpad.net/kolla-ansible/+bug/1875228
|
||||||
|
7
releasenotes/notes/bug-1864810-5a5d0f91c0171b19.yaml
Normal file
7
releasenotes/notes/bug-1864810-5a5d0f91c0171b19.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes haproxy role to avoid restarting haproxy service multiple times
|
||||||
|
in a single Ansible run.
|
||||||
|
`LP#1864810 <https://launchpad.net/bugs/1864810>`__
|
||||||
|
`LP#1875228 <https://launchpad.net/bugs/1875228>`__
|
Loading…
x
Reference in New Issue
Block a user