Logan V 1359811084 Use a private namespaced var for cluster name check
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
2019-05-30 21:28:31 +00:00
2019-03-19 17:12:15 -04:00
2018-07-11 07:34:49 +00:00
2019-05-14 11:43:45 +02:00
2019-05-14 09:42:22 +00:00
2019-04-19 19:47:52 +00:00
2015-12-09 09:23:50 -06:00
2016-09-27 16:00:50 +01:00
2018-12-04 10:04:14 +00:00
2017-03-02 11:51:11 +00:00
2019-02-19 02:31:12 +00:00

Team and repository tags

image

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:

https://launchpad.net/openstack-ansible

The project bug tracker is located at:

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

Description
Role galera_server for OpenStack-Ansible
Readme 9 MiB
Languages
Jinja 75.9%
Python 24.1%