blob: e54918012fb444e87f5dde41ff67ae93e34b8518 [file] [log] [blame]
Ales Komarek322751e2016-12-15 16:22:02 +01001parameters:
2 glusterfs:
3 server:
4 volumes:
5 keystone-keys:
6 storage: /srv/glusterfs/keystone-keys
7 replica: 3
8 bricks:
9 - ${_param:cluster_node01_address}:/srv/glusterfs/keystone-keys
10 - ${_param:cluster_node02_address}:/srv/glusterfs/keystone-keys
11 - ${_param:cluster_node03_address}:/srv/glusterfs/keystone-keys
12 options:
Alexandr Lovtsov8c04c852019-05-07 11:10:46 +030013 auth.allow: ${_param:glusterfs_allow_ips}
14 auth.reject: ${_param:glusterfs_reject_ips}
Ales Komarek322751e2016-12-15 16:22:02 +010015 cluster.readdir-optimize: On
16 nfs.disable: On
17 network.remote-dio: On
18 diagnostics.client-log-level: WARNING
Andrey Shestakov9490db92017-06-15 17:17:37 +030019 diagnostics.brick-log-level: WARNING
Filip Pytloun2ee306b2017-11-06 16:32:07 +010020 cluster.favorite-child-policy: mtime
Andrey Shestakov9490db92017-06-15 17:17:37 +030021 keystone-credential-keys:
22 storage: /srv/glusterfs/keystone-credential-keys
23 replica: 3
24 bricks:
25 - ${_param:cluster_node01_address}:/srv/glusterfs/keystone-credential-keys
26 - ${_param:cluster_node02_address}:/srv/glusterfs/keystone-credential-keys
27 - ${_param:cluster_node03_address}:/srv/glusterfs/keystone-credential-keys
28 options:
Alexandr Lovtsov8c04c852019-05-07 11:10:46 +030029 auth.allow: ${_param:glusterfs_allow_ips}
30 auth.reject: ${_param:glusterfs_reject_ips}
Andrey Shestakov9490db92017-06-15 17:17:37 +030031 cluster.readdir-optimize: On
32 nfs.disable: On
33 network.remote-dio: On
34 diagnostics.client-log-level: WARNING
35 diagnostics.brick-log-level: WARNING
Filip Pytloun2ee306b2017-11-06 16:32:07 +010036 cluster.favorite-child-policy: mtime