summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Small bugfixes.James Shubin2014-01-241-1/+1
| | | | | | | It seems the seluser is now server_t. If someone thinks it should be different, please let me know! I think the --xml output of gluster volume status --xml <v> changed.
* Add support for setting: 'rpc-auth-allow-insecure' in glusterd.vol.James Shubin2014-01-241-0/+3
|
* Add support for specifying the base-port option in glusterd.volJames Shubin2014-01-231-0/+4
| | | | See: https://bugzilla.redhat.com/show_bug.cgi?id=987555 for info.
* Update template variables to use the '@' prefix.James Shubin2013-12-311-3/+3
| | | | I've updated wrapper.pp too, but I haven't tested it recently.
* Add missing line from gluster packages.James Shubin2013-12-171-0/+1
| | | | This prevents an unnecessary template change on puppet runs.
* Add gluster version fact and operating-version templating.James Shubin2013-09-231-1/+3
| | | | | | Puppet-gluster now correctly picks the operating-version value from a table of known version -> value correspondences. Future value additions should be added to this table.
* Set operating-version in glusterd.infoJames Shubin2013-09-181-0/+1
| | | | | | This should really be switched based on the operating gluster version. A table of values and gluster versions is needed. The gluster version could be created as a fact.
* This patch adds fact magic to make specifying host uuid's optional.James Shubin2013-09-081-1/+1
| | | | | | | | | | | | If you would like to be ultra lazy and not specify any uuid's manually, the puppet module can now generate them on your behalf. This will take at least two puppet runs because of the distributed nature of gluster and because the uuid facts must be exported to all the nodes for peering. Please note that if you rebuild a node from scratch, you probably won't get the same UUID. You can either set it manually, or paste one in the /var/lib/puppet/tmp/gluster/uuid/uuid file. Watch the formatting!
* Initial commit. puppet-gluster, welcome to git.James Shubin2012-07-242-0/+9