Merge "Add galera monitoring user to secrets"
This commit is contained in:
commit
807bda1e0d
@ -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…
Reference in New Issue
Block a user