Merge "Remove mention of haproxy-endpoints role"
This commit is contained in:
commit
b5426ccb9b
@ -36,19 +36,6 @@ Example playbook
|
||||
.. literalinclude:: ../../examples/playbook.yml
|
||||
:language: yaml
|
||||
|
||||
External Restart Hooks
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
When the role performs a restart of the service, it will notify an Ansible
|
||||
handler named ``Manage LB``, which is a noop within this role. In the
|
||||
playbook, other roles may be loaded before and after this role which will
|
||||
implement Ansible handler listeners for ``Manage LB``, allowing external roles
|
||||
to manage the load balancer endpoints responsible for sending traffic to the
|
||||
servers being restarted by marking them in maintenance or active mode,
|
||||
draining sessions, etc. For an example implementation, please reference the
|
||||
`ansible-haproxy-endpoints role <https://github.com/Logan2211/ansible-haproxy-endpoints>`_
|
||||
used by the openstack-ansible project.
|
||||
|
||||
Tags
|
||||
~~~~
|
||||
|
||||
|
@ -42,7 +42,3 @@
|
||||
listen:
|
||||
- "Restart manila services"
|
||||
- "venv changed"
|
||||
|
||||
- meta: noop
|
||||
listen: Manage LB
|
||||
when: false
|
||||
|
@ -34,7 +34,6 @@
|
||||
when: item.condition | default(True)
|
||||
with_items: "{{ manila_core_files + manila_rootwrap_files }}"
|
||||
notify:
|
||||
- Manage LB
|
||||
- Restart manila services
|
||||
- Restart uwsgi services
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user