puppet-gluster
puppet-gluster copied to clipboard
Create and manage Gluster pools, volumes, and mounts
This PR provides 2 minor fixes. The first will fix #33 by parsing the xml output of the gluster command. The second one uses `;` instead of `,` as separator...
When having multiple interfaces on a gluster cluster. It is now possible to probe each interface and facter will return the other names as well. Otherwise fater will probe each...
This PR converts all custom facts that contain array values from string to structured-facts. Btw. this PR will conflict with #118 as both are touching line 31 of `lib/facts/gluster.rb`. This...
Hello, maybe I'm just not getting the logic of this module (if so please correct me!), but I think there is an error in the way this module handles the...
Is it possible to make this more usable for Foreman by adding a gluster resource in the init.pp and go from there ?
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.8.2 on client, 5.5 on server - Ruby: 2.3.3p222 on client - Distribution: Proxmox 5.2 (which is Debian GNU/Linux 9...
Very useful recent feature, should be easy to add - I'm about to go overseas though so won't get a chance to do a MR for it for a few...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.9.4 - Ruby: 2.1.9p490 (2016-03-30 revision 54437) - Distribution: RHEL 7 - Module version: current master and all previous releases...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.0.2 - Ruby: 2.3.1 - Distribution: Ubuntu Xenial - Module version: v.3.0.0 ## How to reproduce (e.g Puppet code you...
The custom facts for the volumes / bricks that this module provides causes `gluster volume info` and `gluster volume status` to be called every time the facts are calculated, this...