Configure/install Swift and Gluster-Swift on a RHEL/CentOS system

Here is step by step guide which helps you to configure/install Swift and Gluster-Swift on a RHEL system.   Install EPEL repo: wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm Install Openstack Repo: cd /etc/yum.repos.d wget http://repos.fedorapeople.org/repos/openstack/openstack-trunk/el6-openstack-trunk.repo Install glusterfs Repo: cd /etc/yum.repos.d wget http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo Check if EPEL, glusterfs, and Openstack repos have been installed correctly: yum repolist repo …

Read more