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