blob: 82b8957dc6a7c653fcdd69018114e99e1e986781 [file] [log] [blame]
applications:
- gnocchi
classes:
- service.gnocchi.common.cluster
- service.gnocchi.support
parameters:
gnocchi:
server:
enabled: true
debug: false
api:
auth_mode: keystone
identity:
engine: keystone
region: RegionOne
protocol: http
host: ${_param:cluster_vip_address}
port: 35357
private_port: 5000
user: gnocchi
password: ${_param:keystone_gnocchi_password}
tenant: service
auth_type: password
cache:
engine: memcached
expiration_time: 600
backend_argument:
memcached_expire_time:
value: 660
members:
- host: ${_param:openstack_control_node01_address}
port: 11211
- host: ${_param:openstack_control_node02_address}
port: 11211
- host: ${_param:openstack_control_node03_address}
port: 11211