556a8ac726
Release notes are aggregated from the roles into the integrated repo, so they should be written to include the context of which role the change was implemented, otherwise they make little sense. More info about this is in https://docs.openstack.org/openstack-ansible/latest/contributor/code-rules.html#release-notes Also, the changes made in I59a0e225205be43b5bfc76c4bc3381b6e9c54cfd included some variable removals, so we should communicate it to allow operators to remove any related overrides. Change-Id: Ie8d41ad00ede510324e13b42a11fe39bbc129b93
16 lines
641 B
YAML
16 lines
641 B
YAML
---
|
|
deprecations:
|
|
- The compression option in the ``galera_server`` role has been removed due
|
|
to the fact that it is not recommended by MariaDB anymore. This means that
|
|
all the dependencies from Percona such as QPress are no longer necessary.
|
|
|
|
- The following variables have been removed because they are no longer used.
|
|
|
|
* ``galera_percona_xtrabackup_repo``
|
|
* ``use_percona_upstream``
|
|
* ``galera_xtrabackup_compression``
|
|
* ``galera_server_percona_distro_packages``
|
|
|
|
- The variable ``galera_xtrabackup_threads`` has been renamed to
|
|
``galera_mariabackup_threads`` to reflect the change in the SST provider.
|