X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=overcloud.yaml;h=5ad68913dd1100d3c00e1dda79761f9296b7b7f8;hb=53e2f2dea7d6c7d3e623082141b6fedbc301c276;hp=0feeca9e0466d5ffd0d16aff51bf1872abe16b44;hpb=0b5459c178b8fdbda36b2fd2c5362b06303b2b6d;p=apex-tripleo-heat-templates.git diff --git a/overcloud.yaml b/overcloud.yaml index 0feeca9e..5ad68913 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -278,13 +278,11 @@ parameters: type: string default: unset description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change. - # FIXME: 'guest' is provisioned in RabbitMQ by default, we should create a user if these are changed RabbitUserName: default: guest description: The username for RabbitMQ type: string RabbitPassword: - default: guest description: The password for RabbitMQ type: string hidden: true @@ -307,6 +305,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 +990,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}