Swift Object Server implementation that enables objects created using the Swift API to be accessed as files on a High Performance Storage System (HPSS) mount point.
Go to file
Luis Pabon 3796a1c757 Setup and run in a virtual environment
Using tox, developers can down drop into an environment
which sets up and runs gluster-swift with gswauth authentication.
The developer is then dropped into a shell which is running inside
the tox environment.  OpenStack Swift and Gluster-Swift are
available to the developer.  Once the developer exists the shell,
the environment will be cleaned up and terminated.

Usage:
tox -e run

Example:
$ tox -e run
GLOB sdist-make: /home/lpabon/gluster-swift/setup.py
run inst-nodeps: /home/lpabon/gluster-swift/.tox/dist/gluster_swift-1.10.1-0.zip
run runtests: commands[0] | bash tools/tox_run.sh
Ring files are prepared in /etc/swift. Please restart object store services
Redirecting to /bin/systemctl start  memcached.service
Starting proxy-server...(/etc/swift/proxy-server.conf)
Starting container-server...(/etc/swift/container-server.conf)
Starting account-server...(/etc/swift/account-server.conf)
Starting object-server...(/etc/swift/object-server.conf)
bash-4.2$ swauth-list -K gswauthkey
{"accounts": [{"name": "test"}, {"name": "test2"}]}
bash-4.2$ swauth-list -K gswauthkey test
{"services": {"storage": {"default": "local", "local":
"http://127.0.0.1:8080/v1/AUTH_test"}}, "account_id":
"AUTH_test", "users": [{"name": "tester"}, {"name": "tester3"}]}
bash-4.2$ swauth-list -K gswauthkey test tester
{"groups": [{"name": "test:tester"}, {"name": "test"},
{"name": ".admin"}], "auth": "plaintext:testing"}
bash-4.2$ exit
exit
Redirecting to /bin/systemctl stop  memcached.service
Signal proxy-server  pid: 22862  signal: 15
Signal container-server  pid: 22863  signal: 15
Signal account-server  pid: 22864  signal: 15
Signal object-server  pid: 22865  signal: 15
proxy-server (22862) appears to have stopped
container-server (22863) appears to have stopped
account-server (22864) appears to have stopped
object-server (22865) appears to have stopped
  run: commands succeeded
    congratulations :)

Change-Id: I98de5d1b1698b4cd355888f2c15a46df021a9e87
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/6365
Reviewed-by: pushpesh sharma <psharma@redhat.com>
Tested-by: pushpesh sharma <psharma@redhat.com>
2013-11-27 04:37:11 -08:00
bin Multiple changes in 'gluster-swift-gen-builder' 2013-11-19 19:31:14 -08:00
doc Man(8) page for gluster-swift-gen-builder 2013-11-25 18:41:23 -08:00
etc Fix typ-o for default network chunk size 2013-09-05 09:30:31 -07:00
extras Deploy Apache as web front-end for gluster-swift 2013-10-23 18:54:17 -07:00
gluster fix metadata overwrite during a post request 2013-11-20 13:38:28 -08:00
modules Rebase to lastest OpenStack Swift DiskFile API 2013-10-29 07:25:59 -07:00
test Functional Tests for gswauth_cli 2013-11-20 13:47:51 -08:00
tools Setup and run in a virtual environment 2013-11-27 04:37:11 -08:00
.gitignore Rebase to lastest OpenStack Swift DiskFile API 2013-10-29 07:25:59 -07:00
.gitmodules Add OpenStack Swift as a git submodule 2013-09-05 04:23:50 -07:00
.gitreview Git review to use branch master 2013-08-13 12:43:54 -07:00
functests.sh Add simple script for running func tests 2013-07-08 12:10:30 -07:00
glusterfs-openstack-swift.spec Man(8) page for gluster-swift-gen-builder 2013-11-25 18:41:23 -08:00
HISTORY Remove "ufo" directory, promoting contents to top-level 2013-05-10 07:12:08 -07:00
makerpm.sh Update RPM spec file 2013-11-14 15:14:35 -08:00
pkgconfig.py Make setup.py pep8 compliant 2013-10-15 16:26:59 -07:00
README.md Quick start guide 2013-09-13 06:21:29 -07:00
setup.py Update RPM spec file 2013-11-14 15:14:35 -08:00
tox.ini Setup and run in a virtual environment 2013-11-27 04:37:11 -08:00
unittests.sh Updating copyrights with current year 2013-07-24 18:43:52 -07:00

Gluster For Swift

Integrating GlusterFS as the back-end to OpenStack Swift implementation. This is a component of the Unified File and Object (UFO) story for GlusterFS, which allows files and directories created via gluster-native/nfs/samba mount(s) to be accessed as objects via the Swift API.

Table of Contents

  1. Quick Start Guide
  2. Developer Guide