The bug is caused when you set mariadb_port to a value other than 3306. This is because the task to check for wsrep status doesn't specify this var to be used so it always defaults to 3306. This task can be found here --> roles/mariadb/tasks/restart_services.yml
This is a bug report to document a bug found with mariadb deployments when mariadb_port is changed. A patch has already been submitted here --> https:/ /review. opendev. org/c/openstack /kolla- ansible/ +/886581
The bug is caused when you set mariadb_port to a value other than 3306. This is because the task to check for wsrep status doesn't specify this var to be used so it always defaults to 3306. This task can be found here --> roles/mariadb/ tasks/restart_ services. yml