ansible/roles/gluster/consolidated
2018-08-22 16:55:50 +00:00
..
tasks do not show these commands as changed 2018-08-22 16:55:50 +00:00
README.md Move that new gluster work into a role for re-use. 2017-09-28 12:34:20 +00:00

gluster/consolidated

Three things to know about this role:

  • It consolidates the gluster/server and gluster/client roles.
  • It gets gluster working on F25 and F26.
  • It requires a ton of open ports on the hosts for gluster peer probe to work. See inventory/group_vars/odcs-backend for an example.

Our older gluster/server and gluster/client roles only seemed to work for el7. The advice from #gluster was to use the gluster_volume ansible module instead of configuring the .vol file directly ourselves. That is what this role does.