Add galera monitoring user to secrets

Generate a password for galera_monitoring_user_password by default.

Change-Id: I07b8bb99d32d5d20dd39039a5cb43bc9bd17837c
This commit is contained in:
Dmitriy Rabotyagov 2022-03-24 12:03:46 +01:00
parent 6ae7806fdd
commit 302c8226e6
2 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,7 @@ memcached_encryption_key:
## Galera Options
galera_root_password:
galera_mariadb_backups_password:
galera_monitoring_user_password:
## Keystone Options
keystone_container_mysql_password:

View File

@ -0,0 +1,9 @@
---
upgrade:
- |
During upgrade password for ``galera_monitoring_user_password`` will be
generated and set while running galera-server role.
In case any third-party software relies on this user, it should be updated
to use password. You can also override variable to
``galera_monitoring_user_password: ""`` to not use password for auth and
preserve previous behaviour.