113597a7cf
This change makes it so that the xtrabackup plugin is pinned to a specific version via downloading the deb. This reinstates the galera affinity values for testing so that we're not skipping potentially broken code paths. Related-Bug: #1508411 Related-Bug: #1508448 Related-Bug: #1508450 Change-Id: I288d6d9871eb9dfe0ecc547e50639078afdff79d Signed-off-by: Kevin Carter <kevin.carter@rackspace.com> |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
tasks | ||
templates | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack Galera Client
- tags
-
openstack, galera, client, cloud, ansible
- category
-
*nix
Role for the installation of the mariadb and xtrabackup clients used to interact with and manage a galera cluster.
Example Ansible play
- name: Install galera server
hosts: galera_all
user: root
roles:
- { role: "galera_server", tags: [ "galera-server" ] }
vars:
galera_address: "10.0.0.1"
galera_root_password: secrete
galera_root_user: root