Merge "Set coordination url for gnocchi storage"
authorJenkins <jenkins@review.openstack.org>
Wed, 17 Aug 2016 01:00:58 +0000 (01:00 +0000)
committerGerrit Code Review <review@openstack.org>
Wed, 17 Aug 2016 01:00:58 +0000 (01:00 +0000)
1  2 
puppet/services/gnocchi-base.yaml

@@@ -63,8 -70,17 +67,16 @@@ outputs
          gnocchi::api::manage_service: false
          gnocchi::api::enabled: true
          gnocchi::api::service_name: 'httpd'
 -        gnocchi::api::keystone_tenant: 'service'
          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}