Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve brick count input and parsing. | James Shubin | 2014-03-16 | 2 | -0/+11 |
| | |||||
* | Plug in volume layout and setgroups into vagrant. | James Shubin | 2014-03-16 | 2 | -0/+22 |
| | | | | This makes it easier to test and try out these features! | ||||
* | Update the puppet submodule. | James Shubin | 2014-03-11 | 1 | -0/+0 |
| | |||||
* | Add in a commented out prefix option. | James Shubin | 2014-03-11 | 1 | -0/+1 |
| | | | | This option is available in newer vagrant-libvirt. | ||||
* | Double the default power of the puppet vm. | James Shubin | 2014-03-03 | 1 | -0/+5 |
| | | | | (I think it's a resource hog...) | ||||
* | Catch empty arrays. | James Shubin | 2014-01-27 | 1 | -0/+0 |
| | |||||
* | Add client entries to their /etc/hosts so that puppet sees the FQDN. | James Shubin | 2014-01-21 | 1 | -7/+5 |
| | |||||
* | Add support for setting the replica through vagrant. | James Shubin | 2014-01-21 | 2 | -1/+18 |
| | | | | This adds the --gluster-replica=N flag to the 'vagrant up' command. | ||||
* | Add client mounting and associated magic. | James Shubin | 2014-01-21 | 3 | -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 Shubin | 2014-01-21 | 1 | -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 Shubin | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Use the latest shorewall to avoid some warnings. | James Shubin | 2014-01-15 | 1 | -0/+0 |
| | |||||
* | Make it easier to enable/disable the firewall. | James Shubin | 2014-01-15 | 2 | -7/+41 |
| | | | | This patch adds a --gluster-firewall=true|false option for vagrant. | ||||
* | This is Puppet-Gluster+Vagrant! (https://ttboj.wordpress.com/) | James Shubin | 2014-01-08 | 17 | -0/+604 |
Puppet-Gluster, now with Vagrant! - Initial release. Happy hacking! |