openstack-ansible-galera_se.../releasenotes/galera_repo_deb822-fc1aa6b88ee33b57.yaml
Jonathan Rosser e01b9194b4 Manage apt repositores and keys using deb822_repository module
The apt-key module is deprecated so the code is refactored to allow
any of the deb822_repository features to used instead.

Change-Id: I1363c6d46e5fc6aad3887b0d6c0c439034026ee2
2024-09-09 12:57:36 +00:00

15 lines
711 B
YAML

---
features:
- |
The apt repository setup for the galera_server role is migrated to use
the deb822_repository ansible module rather than the legacy apt_key and
apt_repository modules. The format of the `galera_repo` role default
variable is changed to match the requirements of the new module, and
is now a list to allow multiple repositories to be configured if required.
upgrade:
- |
The configuration of apt repositories for the galera_server role through
the `galera_repo` variable is changed to match the deb822_repository
ansible module. Any deployments that customise the galera_server repository
configuration should adjust their `galera_repo` override to suit.