TASK [galera_server : Check node status]
Hi,
Iam trying to run the setup-infrastructure using openstack-ansible and it fails to build and check the galera cluster
TASK [galera_server : Check node status] .. .. This section fails with below error (111 \"Connection refused\")
Any help in this regard would be great
Regards, Ajith
Error 111 normally means that no process listens at the given port. Perhaps the Galera server is down.
Thanks Bernd!
I am using ubuntu1604LTS and openstack-ansible. This error is still open, not sure how to fix it.
This error comes when running "openstack-ansible setup-infrastructure.yml" command
I am not the right person to help with OSA, but if I were in your place, I would use the Ansible log file or directly the playbooks to understand how Galera is started, and read the database logs to see why it stopped.