blob: 82b8957dc6a7c653fcdd69018114e99e1e986781 [file] [log] [blame]
Mykyta Karpindb737652018-02-05 11:11:31 +02001applications:
2- gnocchi
3classes:
4- service.gnocchi.common.cluster
5- service.gnocchi.support
6parameters:
7 gnocchi:
8 server:
9 enabled: true
10 debug: false
11 api:
12 auth_mode: keystone
13 identity:
14 engine: keystone
15 region: RegionOne
16 protocol: http
17 host: ${_param:cluster_vip_address}
18 port: 35357
19 private_port: 5000
20 user: gnocchi
21 password: ${_param:keystone_gnocchi_password}
Mykyta Karpine11f1d32018-03-13 14:33:29 +020022 tenant: service
sgarbuz4c7c5e32018-05-15 10:17:19 +030023 auth_type: password
Oleksandr Bryndzii52049de2019-03-14 12:38:24 +020024 cache:
25 engine: memcached
26 expiration_time: 600
27 backend_argument:
28 memcached_expire_time:
29 value: 660
30 members:
31 - host: ${_param:openstack_control_node01_address}
32 port: 11211
33 - host: ${_param:openstack_control_node02_address}
34 port: 11211
35 - host: ${_param:openstack_control_node03_address}
36 port: 11211