49b95ebcb7
Depends-On: https://review.opendev.org/725902 Depends-On: https://review.opendev.org/728434 Change-Id: I02dc06d61006bb71a417a1470343e9c9c77d7935
18 lines
829 B
YAML
18 lines
829 B
YAML
---
|
|
features:
|
|
- |
|
|
The galera_server role now includes the functionality from the
|
|
galera_client role, and can optionally install the client and server
|
|
components. This is controlled using two booleans, galera_install_server
|
|
and galera_install_client, both of which default to false.
|
|
upgrade:
|
|
- |
|
|
The galera_server role now includes the functionality from the
|
|
galera_client role, and as a result a number of the variables from
|
|
the galera_client defaults are now available to override in the
|
|
galera_server role defaults. In addition, a number of default variables
|
|
have been generalised, removing the specific `_client_` or `_server_`
|
|
parts of the names. Users of this role should check that any overrides
|
|
they are using have the correct variables names for the new combined
|
|
role.
|