summaryrefslogtreecommitdiffstats
path: root/vagrant
Commit message (Collapse)AuthorAgeFilesLines
* Update the puppet submodule.James Shubin2014-03-111-0/+0
|
* Add in a commented out prefix option.James Shubin2014-03-111-0/+1
| | | | This option is available in newer vagrant-libvirt.
* Double the default power of the puppet vm.James Shubin2014-03-031-0/+5
| | | | (I think it's a resource hog...)
* Catch empty arrays.James Shubin2014-01-271-0/+0
|
* Add client entries to their /etc/hosts so that puppet sees the FQDN.James Shubin2014-01-211-7/+5
|
* Add support for setting the replica through vagrant.James Shubin2014-01-212-1/+18
| | | | This adds the --gluster-replica=N flag to the 'vagrant up' command.
* Add client mounting and associated magic.James Shubin2014-01-213-28/+161
| | | | | | | | | | | * Rename gluster::client to gluster::mount * Add support to gluster::mount * Add client machines and mounts to vagrant setup * Fixed version interface for gluster::mount and gluster::server * Improved firewall support for gluster::mount * Update examples to use gluster::mount instead of gluster::client * Update documentation * Other small fixes
* Disable cachier by default until author is more responsive.James Shubin2014-01-211-12/+27
| | | | | | | Cachier needs at least one patch to work properly with vagrant-libvirt. This patch is: https://github.com/fgrehm/vagrant-cachier/pull/68 The author has said he likes the patch, but has seemingly gone awol. Until this is merged or gets a new maintainer, we'll disable cachier.
* Be more correct with how we run make and fail.James Shubin2014-01-161-1/+1
|
* Use the latest shorewall to avoid some warnings.James Shubin2014-01-151-0/+0
|
* Make it easier to enable/disable the firewall.James Shubin2014-01-152-7/+41
| | | | This patch adds a --gluster-firewall=true|false option for vagrant.
* This is Puppet-Gluster+Vagrant! (https://ttboj.wordpress.com/)James Shubin2014-01-0817-0/+604
Puppet-Gluster, now with Vagrant! - Initial release. Happy hacking!