From 05ad7e460c9f7ab7759313dfcd07ab37f9acd2b2 Mon Sep 17 00:00:00 2001 From: Mohammed Junaid Date: Thu, 31 May 2012 22:24:25 +0530 Subject: swift: Updated the UFO admin guide for 3.3. Also, added a script to install the new rpm's. Change-Id: I66ba72822046d5930d021073a0cd918aafda6c24 BUG: 811430 Signed-off-by: Mohammed Junaid Reviewed-on: http://review.gluster.com/3498 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- doc/admin-guide/en-US/admin_UFO.xml | 10 +--------- extras/rhel_install.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 extras/rhel_install.sh diff --git a/doc/admin-guide/en-US/admin_UFO.xml b/doc/admin-guide/en-US/admin_UFO.xml index 03be14dc9..9669c59f8 100644 --- a/doc/admin-guide/en-US/admin_UFO.xml +++ b/doc/admin-guide/en-US/admin_UFO.xml @@ -209,7 +209,7 @@ environment. To install Unified File and Object Storage: - Download rhel_install.sh install script from . + Download rhel_install.sh install script from . @@ -218,17 +218,9 @@ environment. # sh rhel_install.sh - - Download swift-1.4.5-1.noarch.rpm and swift-plugin-1.0.-1.el6.noarch.rpm files from . - - - Install swift-1.4.5-1.noarch.rpm and swift-plugin-1.0.-1.el6.noarch.rpm using the following commands: - # rpm -ivh swift-1.4.5-1.noarch.rpm - # rpm -ivh swift-plugin-1.0.-1.el6.noarch.rpm You must repeat the above steps on all the machines on which you want to install Unified File and Object Storage. If you install the Unified File and Object Storage on multiple servers, you can use a load balancer like pound, nginx, and so on to distribute the request across the machines. -
diff --git a/extras/rhel_install.sh b/extras/rhel_install.sh new file mode 100644 index 000000000..3e10e6c2f --- /dev/null +++ b/extras/rhel_install.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-1.4.8-4.el6.noarch.rpm +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-account-1.4.8-4.el6.noarch.rpm +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-container-1.4.8-4.el6.noarch.rpm +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-object-1.4.8-4.el6.noarch.rpm +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-proxy-1.4.8-4.el6.noarch.rpm +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-plugin-1.0-2.noarch.rpm +rpm -ivh http://download.gluster.com/pub/gluster/glusterfs/3.3/3.3.0/UFO/gluster-swift-doc-1.4.8-4.el6.noarch.rpm -- cgit