Commit Graph

5 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d3ef8b1256 Deprecate openstack-ansible-galera_client role
Since we moved all functionality of galera-client part to galera-server
role there's no sense in futher keeping and branching of client part.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/765777
Change-Id: I1623dbc80bee4eb7d889ee570d0ce27697b58cea
2020-12-07 12:41:44 +02:00
Mohammed Naser ef6f6d7782 Use UNIX socket instead of TCP socket
In certain use cases, you may be listening on a different interface
and it is not possible to listen to multiple interfaces with MySQL.

This changes the behaviour to connect via the local socket, as
Galera treats 'localhost' as a connection via the UNIX socket and
'127.0.0.1' as using the TCP socket.

This will allow using Galera on a specific interface while still
letting the bootstrap process talk to the local machine via the
socket which is still available.

Change-Id: Ib46f91e0a6becc934984d372bc51fc2aa77a0c95
2018-04-06 15:28:25 -04:00
Jimmy McCrory a50ecdac0f Always template a localhost config when server
If the galera_client role is templating its config file on a galera
server host it should always use a localhost address.

Change-Id: I468b171c1e72697ea6450fe08aa0acb3faf91201
2017-12-14 09:26:18 -08:00
Jimmy McCrory 03936b3f11 Use the apt_package_pinning role
Add a dependency on the apt_package_pinning role and use it, instead of a
template within this role, to pin the MariaDB repo.

Change-Id: I26111d7191db793b9cddca29c681399040ab6011
2016-05-05 19:11:15 -07:00
Kevin Carter ab36aed999
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:23:13 -06:00