blob: e54918012fb444e87f5dde41ff67ae93e34b8518 [file] [log] [blame]
parameters:
glusterfs:
server:
volumes:
keystone-keys:
storage: /srv/glusterfs/keystone-keys
replica: 3
bricks:
- ${_param:cluster_node01_address}:/srv/glusterfs/keystone-keys
- ${_param:cluster_node02_address}:/srv/glusterfs/keystone-keys
- ${_param:cluster_node03_address}:/srv/glusterfs/keystone-keys
options:
auth.allow: ${_param:glusterfs_allow_ips}
auth.reject: ${_param:glusterfs_reject_ips}
cluster.readdir-optimize: On
nfs.disable: On
network.remote-dio: On
diagnostics.client-log-level: WARNING
diagnostics.brick-log-level: WARNING
cluster.favorite-child-policy: mtime
keystone-credential-keys:
storage: /srv/glusterfs/keystone-credential-keys
replica: 3
bricks:
- ${_param:cluster_node01_address}:/srv/glusterfs/keystone-credential-keys
- ${_param:cluster_node02_address}:/srv/glusterfs/keystone-credential-keys
- ${_param:cluster_node03_address}:/srv/glusterfs/keystone-credential-keys
options:
auth.allow: ${_param:glusterfs_allow_ips}
auth.reject: ${_param:glusterfs_reject_ips}
cluster.readdir-optimize: On
nfs.disable: On
network.remote-dio: On
diagnostics.client-log-level: WARNING
diagnostics.brick-log-level: WARNING
cluster.favorite-child-policy: mtime