summaryrefslogtreecommitdiffstats
path: root/manifests/volume/property.pp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for more volume options.James Shubin2014-01-241-0/+46
|
* Update template variables to use the '@' prefix.James Shubin2013-12-311-1/+1
| | | | I've updated wrapper.pp too, but I haven't tested it recently.
* 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-1/+1
|
* Better volume property management.James Shubin2013-09-161-15/+20
| | | | | | | This patch adds the beginning of better property management. Many properties need types and testing filled in to work properly. This is preliminary support to make it easier for others to test and offer patches for options they use.
* Add proper ping/status checks before volume creation.James Shubin2013-09-071-2/+3
| | | | | | | | | | | | 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.
* Small bugfixes.James Shubin2013-09-061-1/+2
|
* I was bored, so I updated all the numbers!James Shubin2013-06-041-1/+1
|
* Cleanup some small things.James Shubin2013-06-031-3/+6
|
* Fix xml paths.James Shubin2013-01-101-1/+1
|
* Autotyping support for ::propertyJames Shubin2012-08-231-2/+43
|
* Set volume properties.James Shubin2012-07-271-0/+49