Merge "Set coordination url for gnocchi storage"

This commit is contained in:
Jenkins 2016-08-17 01:00:58 +00:00 committed by Gerrit Code Review
commit 85938c987c
1 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,10 @@ parameters:
type: string
default: 'regionOne'
description: Keystone region for endpoint
RedisPassword:
description: The password for the redis service account.
type: string
hidden: true
outputs:
aux_parameters:
@ -65,6 +69,14 @@ outputs:
gnocchi::api::service_name: 'httpd'
gnocchi::api::keystone_password: {get_param: GnocchiPassword}
gnocchi::wsgi::apache::ssl: false
gnocchi::storage::coordination_url:
list_join:
- ''
- - 'redis://:'
- {get_param: RedisPassword}
- '@'
- "%{hiera('redis_vip')}"
- ':6379/'
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 2
gnocchi::storage::swift::swift_key: {get_param: GnocchiPassword}