Merge "Add Redis password to designate central service" into stable/wallaby
This commit is contained in:
commit
4767139816
@ -100,6 +100,10 @@ parameters:
|
||||
type: json
|
||||
default: []
|
||||
hidden: true
|
||||
RedisPassword:
|
||||
description: The password for the redis service account.
|
||||
type: string
|
||||
hidden: true
|
||||
|
||||
conditions:
|
||||
designate_workers_set:
|
||||
@ -150,7 +154,8 @@ outputs:
|
||||
config_settings:
|
||||
map_merge:
|
||||
- get_attr: [DesignateBase, role_data, config_settings]
|
||||
- designate::db::database_connection:
|
||||
- designate_redis_password: {get_param: RedisPassword}
|
||||
designate::db::database_connection:
|
||||
make_url:
|
||||
scheme: {get_param: [EndpointMap, MysqlInternal, protocol]}
|
||||
username: designate
|
||||
|
Loading…
Reference in New Issue
Block a user