
The galera cluster check uses "cluster_name" as a task return variable when pulling the cluster name from an existing cluster. As one might imagine, the cluster_name variable is very ambiguous and could exist in a user's user_variables or inventory somewhere, which breaks this check and fails the role execution. Instead of using 'cluster_name' we can just return the task result to a private namespaced var '_cluster_name' and use that for the assertion instead. 'node_status' is a similar check, also changed to '_node_status' Change-Id: I0e530e67238a42e63f25ce0d59eefca2b7a2099a
Team and repository tags
OpenStack-Ansible Galera server
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-galera_server/latest
- Release notes for the project can be found at:
-
https://docs.openstack.org/releasenotes/openstack-ansible-galera_server/
- The project source code repository is located at:
-
https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server
- The project home is at:
- The project bug tracker is located at:
Description
Languages
Jinja
75.9%
Python
24.1%