Files
openstack-ansible-galera_cl…/releasenotes/notes/galera-client-package-install-fd34423e293f5d8b.yaml
Andy McCrae c13983adce Allow galera_client role to skip package installs
This patch adds the galera_client_package_install option which allows
the deployer to skip the installation of the galera_client packages, and
simply set up the /root/.my.cnf configuration file.

This is useful for deploying the client on hosts that already have
galera client configured, but still want the client configuration setup.
For example the galera_server role which can have a conflict when the
client and server repository version don't match.

Change-Id: I00d662a8afc7ddd4778787d31dc394a0ea3b1401
2016-11-28 20:11:13 +00:00

10 lines
422 B
YAML

---
features:
- The ``galera_client_package_install`` option can now
be specified to handle whether packages are installed
as a result of the ``openstack-ansible-galera_client``
role running. This will default to ``true``, but can be
set to ``false`` to prevent package installs. This is
useful when deploying the ``my.cnf`` client configuration
file on hosts that already have Galera installed.