From 9923ead009d89666234f8affdd560990c0e4e52d Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Fri, 7 Aug 2015 13:03:05 +0200 Subject: Ensure access to Redis is password protected Depends-On: I1a8741b9e00775763911222cbe0af677b59e03a1 Change-Id: I373f97ada4e4101700a12b42dfb8ee4b2ff701f2 --- overcloud.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index e540b9c4..26a17547 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -307,6 +307,10 @@ parameters: default: false description: Enable IPv6 in RabbitMQ type: boolean + RedisPassword: + description: The password for Redis + type: string + hidden: true SnmpdReadonlyUserName: default: ro_snmp_user description: The user name for SNMPd with readonly rights running on all Overcloud nodes @@ -988,6 +992,7 @@ resources: RabbitClientPort: {get_param: RabbitClientPort} RabbitFDLimit: {get_param: RabbitFDLimit} RabbitIPv6: {get_param: RabbitIPv6} + RedisPassword: {get_param: RedisPassword} SaharaPassword: {get_param: SaharaPassword} SnmpdReadonlyUserName: {get_param: SnmpdReadonlyUserName} SnmpdReadonlyUserPassword: {get_param: SnmpdReadonlyUserPassword} -- cgit 1.2.3-korg