-
- Downloads
Initial commit for glusterfs cookbook
Showing
- CHANGELOG.md 1 addition, 1 deletionCHANGELOG.md
- Gemfile 2 additions, 0 deletionsGemfile
- LICENSE 1 addition, 1 deletionLICENSE
- README.md 61 additions, 10 deletionsREADME.md
- attributes/default.rb 25 additions, 1 deletionattributes/default.rb
- metadata.rb 3 additions, 0 deletionsmetadata.rb
- providers/probe.rb 49 additions, 0 deletionsproviders/probe.rb
- providers/volume.rb 82 additions, 0 deletionsproviders/volume.rb
- recipes/client.rb 35 additions, 0 deletionsrecipes/client.rb
- recipes/configure.rb 48 additions, 0 deletionsrecipes/configure.rb
- recipes/default.rb 5 additions, 0 deletionsrecipes/default.rb
- recipes/package.rb 20 additions, 0 deletionsrecipes/package.rb
- recipes/repository.rb 32 additions, 0 deletionsrecipes/repository.rb
- recipes/service.rb 20 additions, 0 deletionsrecipes/service.rb
- resources/probe.rb 23 additions, 0 deletionsresources/probe.rb
- resources/volume.rb 27 additions, 0 deletionsresources/volume.rb
- test/integration/glusterfs-1/.kitchen/logs/kitchen.log 29 additions, 0 deletionstest/integration/glusterfs-1/.kitchen/logs/kitchen.log
- test/integration/glusterfs-1/serverspec/glusterfs_spec.rb 42 additions, 0 deletionstest/integration/glusterfs-1/serverspec/glusterfs_spec.rb
- test/integration/glusterfs-4/serverspec/glusterfs_spec.rb 25 additions, 0 deletionstest/integration/glusterfs-4/serverspec/glusterfs_spec.rb
- test/integration/helpers/serverspec/spec_helper.rb 0 additions, 16 deletionstest/integration/helpers/serverspec/spec_helper.rb
... | ... | @@ -3,3 +3,5 @@ source 'https://rubygems.org' |
gem 'berkshelf' | ||
gem 'test-kitchen' | ||
gem 'kitchen-docker_cli' | ||
gem 'kitchen-inspec' | ||
gem 'busser-inspec' |
providers/probe.rb
0 → 100644
providers/volume.rb
0 → 100644
recipes/client.rb
0 → 100644
recipes/configure.rb
0 → 100644
recipes/package.rb
0 → 100644
recipes/repository.rb
0 → 100644
recipes/service.rb
0 → 100644
resources/probe.rb
0 → 100644
resources/volume.rb
0 → 100644
Please register or sign in to comment