Add galera monitoring user to secrets
Generate a password for galera_monitoring_user_password by default. Change-Id: I07b8bb99d32d5d20dd39039a5cb43bc9bd17837c
This commit is contained in:
parent
6ae7806fdd
commit
302c8226e6
@ -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:
|
||||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user