Ansible role for Zookeeper installation
Go to file
Dmitriy Rabotyagov 52353e3771 Do not use notify inside handlers
Since latest ansible handlers are not triggered inside the same
handlers flush, which means that triggering mysql restart
the way we did does not work anymore. So instead of
notifying inside handlers, we add listen key to tasks
that are triggered by these newly produced notifications.

This could be due to the bug [1], but ansible-core version that has
backport included still shows inconsistent behaviour

[1] https://github.com/ansible/ansible/issues/80880

Change-Id: If188ef9ef978332dc94b282893140de572bac6f3
2023-07-18 11:34:58 +02:00
defaults Fix linters and metadata 2023-07-18 09:32:19 +00:00
doc Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
examples Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
handlers Do not use notify inside handlers 2023-07-18 11:34:58 +02:00
meta Fix linters and metadata 2023-07-18 09:32:19 +00:00
releasenotes/source Update master for stable/zed 2022-12-13 13:06:39 +00:00
tasks Fix linters and metadata 2023-07-18 09:32:19 +00:00
templates Add configuration option for native Prometheus exporter 2023-01-13 09:48:09 +00:00
vars Fix linters and metadata 2023-07-18 09:32:19 +00:00
zuul.d Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
.gitignore Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
.gitreview Added .gitreview 2022-11-14 13:47:11 +00:00
bindep.txt Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
CONTRIBUTING.rst Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
LICENSE Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
README.rst Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
requirements.yml Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00
tox.ini Initial commit to zookeeper role 2022-11-17 14:41:02 +00:00

Zookeeper role for OpenStack-Ansible

Ansible role to install uWSGI.

Documentation for the project can be found at:

https://docs.openstack.org/ansible-role-zookeeper/latest/

Release notes for the project can be found at:

https://docs.openstack.org/releasenotes/openstack-ansible/

The project source code repository is located at:

https://opendev.org/openstack/ansible-role-zookeeper/

The project home is at:

https://launchpad.net/openstack-ansible

The bugs is at:

https://bugs.launchpad.net/openstack-ansible