Update galera_wsrep_sst_auth_user to use galera_root_user
With the changes to the root user and creation of the admin user in: https://review.opendev.org/c/openstack/openstack-ansible/+/775684/ galera_wsrep_sst_auth_user needs to use the overridden galera_root_user as the password is no longer set on the root user. Otherwise galera cannot sync and cluster properly as access is denied. Change-Id: I8f03ee7a7a144fa901caf7b6c1ed041e09f2ffc0
This commit is contained in:
parent
49b7d9488b
commit
84e9f96712
@ -130,7 +130,7 @@ galera_wsrep_sst_method: mariabackup
|
||||
galera_wsrep_provider_options:
|
||||
- { option: "gcache.size", value: "{{ galera_gcache_size }}" }
|
||||
- { option: "gmcast.listen_addr", value: "tcp://{{ galera_wsrep_node_incoming_address }}:{{ galera_wsrep_cluster_port }}" }
|
||||
galera_wsrep_sst_auth_user: "root"
|
||||
galera_wsrep_sst_auth_user: "{{ galera_root_user }}"
|
||||
galera_wsrep_sst_auth_password: "{{ galera_root_password }}"
|
||||
|
||||
# mariabackup parallel/sync threads
|
||||
|
Loading…
Reference in New Issue
Block a user