Merge "Add galera monitoring user to secrets"

This commit is contained in:
Zuul 2022-04-04 18:09:53 +00:00 committed by Gerrit Code Review
commit 807bda1e0d
2 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,7 @@ memcached_encryption_key:
## Galera Options ## Galera Options
galera_root_password: galera_root_password:
galera_mariadb_backups_password: galera_mariadb_backups_password:
galera_monitoring_user_password:
## Keystone Options ## Keystone Options
keystone_container_mysql_password: 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.