From: Lenz Grimmer Date: Fri, 12 Apr 2019 11:17:23 +0000 (+0200) Subject: doc: dashboard: refined object gateway configuration X-Git-Tag: v15.1.0~2913^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=43c56e1a5a92fc876e6edc184459b665d270ce29;p=ceph-ci.git doc: dashboard: refined object gateway configuration As discussed in BUG#39252, the dashboard currently does not support all possible RGW configuration possibilities when trying to obtain hostname and port number. Update the docs to better reflect this. Signed-off-by: Lenz Grimmer --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 1c55a4eedcf..48135f66f3f 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -280,8 +280,10 @@ Finally, provide the credentials to the dashboard:: $ ceph dashboard set-rgw-api-access-key $ ceph dashboard set-rgw-api-secret-key -This is all you have to do to get the Object Gateway management functionality -working. The host and port of the Object Gateway are determined automatically. +In a typical default configuration with a single RGW endpoint, this is all you +have to do to get the Object Gateway management functionality working. The +dashboard will try to automatically determine the host and port of the Object +Gateway by obtaining this information from the Ceph Manager's service map. If multiple zones are used, it will automatically determine the host within the master zone group and master zone. This should be sufficient for most setups,