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
10 lines
422 B
YAML
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.
|