]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added configuration discussion at end of gateway install with links to config.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 7 Aug 2014 21:15:45 +0000 (14:15 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 7 Aug 2014 21:15:45 +0000 (14:15 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/install-ceph-gateway.rst

index 6c9ea629d304e8517d4393d9565d9e3b7c2c006c..8375a996d480bf559a4e75ce002bc837baa36103 100644 (file)
@@ -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