summaryrefslogtreecommitdiffstats
path: root/manifests/xml.pp
Commit message (Collapse)AuthorAgeFilesLines
* Workaround regression in newer puppet releases.James Shubin2014-05-081-3/+3
| | | | | In newer puppet versions the parser changed... I think it's requiring code in parse order now.
* Make argparse optional on platforms where it is built into python.James Shubin2014-05-071-7/+8
|
* Pull operating system specific data from yaml files.James Shubin2014-05-071-4/+6
| | | | This patch includes package names.
* Module needs a better description.James Shubin2013-10-101-1/+1
| | | | | | | While the module can still be used in a simple way: * It is pretty complicated at this point. It does some advanced stuff. * I wanted to avoid confusion with gluster::simple which is coming soon.
* Updated xml parser with new features...James Shubin2013-09-181-0/+5
|
* Add proper ping/status checks before volume creation.James Shubin2013-09-071-0/+42
This adds proper (optional) ping checks with fping and gluster peer status checks to ensure the peer are available before a volume create command. This required rewriting of the xml.py hack which helps puppet interface with the xml formatted gluster cli output. In addition, downstream commands such as volume::property gained checks to ensure the volume was present beforehand. While it is not obvious, it should be noted that because of the distributed nature of glusterfs, more than one puppet run will be required for complete deployment. With these patches, individual runs shouldn't ever end in temporary error as they used too.