openstack-ansible-galera_se.../releasenotes/notes/apt-source-filenamed-9f83d18619debf26.yaml
Jean-Philippe Evrard 3d1ecb7aa2 Allow override of the repo filename
Apt cannot have 2 mirrors with the same content in 2 different files.
If a deployer has an apt mirror with mariadb (and others), the deployer
still need to add a repository, but will also need to define the
filename used, in order to avoid clashes.

This commit makes possible to decide the filename for the repo.

Change-Id: I047bdaf58a4057a96103f6d56c2f811886b1b625
Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard@rackspace.co.uk>
2017-01-04 09:17:57 +00:00

7 lines
184 B
YAML

---
features:
- The filename of the apt source can now be defined
with the variable ``filename`` inside the dicts
``galera_repo`` and
``galera_percona_xtrabackup_repo``.