Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-gluster

Create and manage Gluster pools, volumes, and mounts
https://github.com/voxpupuli/puppet-gluster

More tests; tweak packages

In `gluster::init`, set the default values for `$client_package` and
`$server_package` to those ...

0db92f5ad546cd43215707d5a48f3a0f7d060eb6 authored about 10 years ago
Merge branch 'master' into sdm-rspec

3e5e936adebe0fa5edc5208c912272da905a9dcd authored about 10 years ago
update tests

48901457292a4336a41887ebb130b4fae124c35e authored about 10 years ago
Merge pull request #9 from covermymeds/sdm-fact-improve

Handle failures from `gluster volume status foo`.

Also using `set tabstop=2` and `set shiftwi...

a5fe866db63e387f17382060a31728b33ed5ab07 authored about 10 years ago
Indentation changes

The real change of this pull request remains at line 44-49, where we
catch failures from the `g...

3e4c68321c7e9c6bb1c8d18c50cc4ce269e0ccf5 authored about 10 years ago
Handle failures from `gluster volume status foo`

Gluster can, on occasion, not release some locks that cause various
`gluster` commands to fail. ...

0f8501df29cb4fda79f6286180793651bbba7710 authored about 10 years ago
initial pass at rspec-puppet tests

79274386cdfe3ce5c181230669854c61ebb7e315 authored about 10 years ago
update CHANGELOG and metadata.json

b2351ea980f01144fbdcad2277a7d76556331706 authored about 10 years ago
priority does not accept false; only absent. Default to that.

d4eed63523e2af12b85a722a6b922c7cc4fa56d4 authored about 10 years ago
add missing trailing comma

6a262f35065992fb8d752a6413d9dd2b2fcac692 authored about 10 years ago
update metadata.json project_page to point to GitHub

75a656a42e77cf11ff44199c4f0dae0ccb041f63 authored about 10 years ago
Merge pull request #5 from covermymeds/sdm-thanks-redhat

Add support (and documentation) for yum priorities

8dde849bd8a1d59ed157f096bad3f5baae69751b authored about 10 years ago
tweak language on yum priorities example

0fc40bda7713a968f7c2ccf71d374d0ec62cec5c authored about 10 years ago
Add support (and documentation) for yum priorities

The `gluster::repo::yum` class now accepts a `priority` parameter that
specifies a weight to app...

90a3dc5c83207c5438b7ad18dfdad5690942cd23 authored about 10 years ago
update link to mailing list post about peer probe naming

6748338fd52f2c1e9bac6a6bd8e268581319f522 authored over 10 years ago
add metadata.json and .gitignore

f4ed09a3b3416c01e34f76f3d32b85bf55bc34e9 authored over 10 years ago
minor tweaks to the README

3502a26fb71d5e4cbb61740a52a5ea91d9726300 authored over 10 years ago
typo in Hiera example structure

bb66e159a76e90753affd86076630f68763e2214 authored over 10 years ago
add client example

a7255fbf7d80baaababee637832b9384c3f11589 authored over 10 years ago
doc tweak

9bbde3857cdd68392f3352734b79848dd9b014cb authored over 10 years ago
Restore gluster::client; improve docs

Also added an examples directory, with some practical examples of how to
use this module.

4923f4961d2f882e38b6f94c344a2ddf29244e8f authored over 10 years ago
Let the repo version control package versions

If using the upstream repo, let that restrict which version is available
for installation. In o...

53dc1f8982eca5ecf3d68eedcc2db945c8cf5d27 authored over 10 years ago
remove client.pp from README

5c83dc178898ff7158abb3663231f42a6a466eb3 authored over 10 years ago
Ensure ordering for package installation

Ensure that the repo (if enabled) is installed before the package(s).

Remove the client.pp clas...

98067ee5818ad310e744ef3155855e796dfd1fb1 authored over 10 years ago
client inherits params

ab5e6d264bc87b9da37a6776c89dbd07081653db authored over 10 years ago
avoid variable re-assignment

4df771f407270cdda7df03481fc6f709eb8ce7ef authored over 10 years ago
use new options format for add/remove

1ad4d7fc75734619c567eb2897e3f5a401382810 authored over 10 years ago
Ensure uniqueness on volume options across volumes

This changes the way we name volume options. We now prefix the volume
name to the option name, t...

92643e7927075c3fab4a99821ffadc8de7a6c349 authored over 10 years ago
Don't use scan on a string.

Also, be more explicit with variable names, rather than re-use "output"
within the loop.

eb8c37476a8512ab22b8fd3d356ec44b94f38b75 authored over 10 years ago
A stopped volume should not block execution

This only invokes `gluster volume status` if the volume is started. This
prevents a stopped volu...

6df3dde4bca00076550cc48fcf0b3085904932a0 authored over 10 years ago
we have elected to use the MIT license.

21dbc08f288038eaa0fa6e0b9d971e8a4d07f9ec authored over 10 years ago
ASL 2.0 license

98a3579160c71c5d76b69ba69a226550a64d442e authored over 10 years ago
update README, move repo/rpm to repo/yum

c4efab0e5dc46a5a3daaf193a1aeb7d1e978ea8b authored over 10 years ago
support both enable and ensure for Gluster service

915403584f394dba597caae85a88aa5309944ed3 authored over 10 years ago
permit forcibly creating volumes

105bcae9d7b788c3709e68ea2f47a1309f5cc198 authored over 10 years ago
do not create volumes until all brick servers are members of the pool

3a4e2ad40c572308739faaa6ca868885f290034d authored over 10 years ago
remove boolean AND on options check

If there are options, deal with dependencies at the resource level, not
the conditional check le...

9d8854de9027b6076d2cfe5d5379856078f0d03a authored over 10 years ago
comma-separate options list

456cfd9edef3a5e3444ad881de9921b645ffa6d6 authored over 10 years ago
do no try to redeclare the options variable

cdf1df6a686e81d16d18631fa7a99755656ff68d authored over 10 years ago
Rename gluster::server to gluster::peer

This triggers changes in a few other modules.

Also removed inheritence from gluster::params for...

024fb9dcd2591f405e6849d14e426bd693769ec6 authored over 10 years ago
pass version to gluster::repo::rpm

7a8269014f94761143884a0572ab5443644c72b0 authored over 10 years ago
Add comments to classes, and more!

Call gluster::repo with resource-like syntax, so that we can pass a
version string to it.

Style...

9b3a32cee8d560982424b255a0b4a9cf4685c1c5 authored over 10 years ago
fact for volume ports

55b3c0a31c12af2be24f0abd2f9eaf6dd51a5b38 authored over 10 years ago
Improve volume options handling

If options are defined for a new volume, don't try to set those options
until the volume has bee...

20142d21690a2d954c0b5c83ea2c7519c2c0afc8 authored over 10 years ago
use operating system major release for repo URL

f2a2ef2990ccca3396a7f59b79b49a28c82f3856 authored over 10 years ago
make exporting an optional argument

be816d177e5c691a3e1ef76be4a04162251d58f6 authored over 10 years ago
document gluster::volume::option

272c5754f53decc64562d2922e3ca48728b4df8e authored over 10 years ago
fixed some markdown mistakes

9ff9ae5aad08d51ac9a8c45343193d2a09b2757b authored over 10 years ago
lots of improvements, improved documentation

04b3e564d2aba8d964b732233e749d6164477ad5 authored over 10 years ago
lots of updates

3e97c63b0abc03d7a37cba04c89c5a266a9fc5f7 authored over 10 years ago
update README

f169f98e6a70ef476af2b36fe44ed7100ad9cbca authored over 10 years ago
first commit

9f78c28ca2058eb3602f31609bcb6e94fcfedd01 authored over 10 years ago