From: John Wilkins Date: Thu, 7 Aug 2014 21:15:45 +0000 (-0700) Subject: doc: Added configuration discussion at end of gateway install with links to config. X-Git-Tag: v0.85~76 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6bf33cd33d8dfc8e9683706f610a5ab05000b7f;p=ceph.git doc: Added configuration discussion at end of gateway install with links to config. Signed-off-by: John Wilkins --- diff --git a/doc/install/install-ceph-gateway.rst b/doc/install/install-ceph-gateway.rst index 6c9ea629d304e..8375a996d480b 100644 --- a/doc/install/install-ceph-gateway.rst +++ b/doc/install/install-ceph-gateway.rst @@ -363,6 +363,24 @@ following:: sudo yum install radosgw-agent + +Configure The Gateway +===================== + +Once you have installed the Ceph Object Gateway packages, the next step is +to configure your Ceph Object Gateway. There are two approaches: + +- **Simple:** A `simple`_ Ceph Object Gateway configuration implies that you + are running a Ceph Object Storage service in a single data center. So you can + configure the Ceph Object Gateway without regard to regions and zones. + +- **Federated:** A `federated`_ Ceph Object Gateway configuration implies that + you are running a Ceph Object Storage service in a geographically distributed + manner for fault tolerance and failover. This involves configuring your + Ceph Object Gateway instances with regions and zones. + +Choose the approach that best reflects your cluster. + .. _Get Packages: ../get-packages .. _Ubuntu Server Guide: https://help.ubuntu.com/12.04/serverguide/httpd.html @@ -370,3 +388,5 @@ following:: .. _RFC 2616, Section 8: http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html .. _gitbuilder.ceph.com: http://gitbuilder.ceph.com .. _Installing YUM Priorities: ../yum-priorities +.. _simple: ../../radosgw/config +.. _federated: ../../radosgw/federated-config