Files
openstack-ansible-galera_cl…/releasenotes/notes/galera-client-url-var-deprecate-9ced45ea374c3c7d.yaml
Jesse Pretorius e106ac12b2 Move repo URL variables to defaults
This patch deprecates the apt/yum specific variables
and moves the common URL variable to defaults to make
it possible to override without using extra-vars.

This technique matches the mechanism used in the
galera_server role.

Change-Id: Iaf9a23d1cbc0601d13bf2e467437d3775da9c812
Related-Bug: #1669897
2017-03-06 14:39:51 +00:00

10 lines
448 B
YAML

---
features:
- The ``galera_client`` role will default to using the ``galera_repo_url``
URL if the value for it is set. This simplifies using an alternative
mirror for the MariaDB server and client as only one variable needs to
be set to cover them both.
deprecations:
- The variables ``galera_client_apt_repo_url`` and ``galera_client_yum_repo_url``
are deprecated in favour of the common variable ``galera_client_repo_url``.