952a240852
This is the first step. I have confirmed that I can install, update, and remove. I have also setup the ability for Jenkins to pass the BuildNumber and use that value as the release number for the RPM. The RPM depends on Grizzly(1.8.0) Swift from OpenStack. To verify you may need to add the appropiate repo file to your Fedora/RHEL system: http://repos.fedorapeople.org/repos/openstack/openstack-grizzly I have not had the opportunity to test that G4S itself works once installed, but I plan on doing that as the next phase. Change-Id: Ib90f335f5e1e4fc552c32e00ff29b6e8a680c42a Signed-off-by: Luis Pabon <lpabon@redhat.com> Reviewed-on: http://review.gluster.org/5006 Reviewed-by: Peter Portante <pportant@redhat.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
29 lines
1005 B
Plaintext
29 lines
1005 B
Plaintext
Gluster For Swift - Integrating GlusterFS with OpenStack Swift Implementation
|
|
of the Swift API. 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 accounts, containers and
|
|
objects.
|
|
|
|
Install
|
|
* yum install openstack-swift*.noarch
|
|
* yum install gluster-swift-1.3*.noarch
|
|
|
|
Once this is done, you can access GlusterFS volumes via the Swift API where
|
|
accounts are mounted volumes (today), containers are top-level directories,
|
|
and objects are files and sub-directories of container directories.
|
|
|
|
Command to start the servers (TBD)
|
|
swift-init main start
|
|
|
|
Command to stop the servers (TBD)
|
|
swift-init main stop
|
|
|
|
Command to gracefully reload the servers
|
|
swift-init main reload
|
|
|
|
Building RPMs. RPMs will be located in the 'build' directory.
|
|
$ bash makerpm.sh
|
|
|
|
Building RPM with a specific release value, useful for automatic Jenkin builds
|
|
$ PROG_RELEASE=123 bash makerpm.sh
|