Merge "Use UNIX socket instead of TCP socket"

This commit is contained in:
Zuul 2018-05-10 13:34:49 +00:00 committed by Gerrit Code Review
commit 7010fe4856
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
[client]
host={% if inventory_hostname in galera_cluster_members %}
127.0.0.1
localhost
{% else %}
{{ galera_address }}
{% endif %}

View File

@ -0,0 +1,4 @@
---
upgrade:
- The role now uses the UNIX sockets to communicate to the server instead
of TCP.