DevStack plugin to configure GlusterFS backend.
Go to file
Ramana Raja 858b2443f1 Manila: add pre_, post_ test_hook scripts for CI
Add pre_test_hook and post_test_hook scripts that enables Manila to
be setup with one of the GlusterFS based drivers as the backend
share_drive, and allows Tempest test cases to run with the Manila
setup.

Change-Id: I60c715350b8e53a7e19667574ce0e5ef02e51f22
2015-08-17 16:38:01 +05:30
devstack manila: skip snapshot related tempest cases 2015-08-15 19:28:44 +05:30
manila Manila: add pre_, post_ test_hook scripts for CI 2015-08-17 16:38:01 +05:30
.gitignore Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
.gitreview Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
LICENSE Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
LICENSE.md Devstack GlusterFS Plugin 2015-01-08 11:30:20 +05:30
README.md Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30
tox.ini Adding settings to GlusterFS plugin 2015-02-10 14:46:20 +05:30

README.md

Devstack GlusterFS Plugin

Goals

  • To install GlusterFS (client and server) packages
  • Creates GlusterFS volumes to provide them as shares to Cinder
  • Configures Cinder with GlusterFS backend
  • Also cleans up the GlusterFS volumes and data related to GlusterFS
  • Uninstalls the Gluster packages when we run "unstack.sh"

How to use