aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-08-07 13:03:05 +0200
committerGiulio Fidente <gfidente@redhat.com>2016-03-09 16:59:57 +0100
commit9923ead009d89666234f8affdd560990c0e4e52d (patch)
tree2de56dc8a14a72fed6e740637441271389a96f99 /overcloud.yaml
parent91c5c470890f1716e70ca50a72ff7431e6fac08a (diff)
Ensure access to Redis is password protected
Depends-On: I1a8741b9e00775763911222cbe0af677b59e03a1 Change-Id: I373f97ada4e4101700a12b42dfb8ee4b2ff701f2
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml5
1 files changed, 5 insertions, 0 deletions
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}