ceph-ansible/roles/ceph-rgw
Guillaume Abrioux a558d8aef3 rgw: refact rgw pools creation
Refact of 8704144e31
There is no need to have duplicated tasks for this. The rgw pools
creation should be delegated on a monitor node se we don't have to care
if the admin keyring is present on rgw node.
By the way, only one task is needed to create the pools, we just need to
use the `docker_exec_cmd` fact already defined in `ceph-defaults` to
achieve it.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1550281

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 2cf06b515f)
2018-06-06 11:30:29 +08:00
..
defaults rgws: renames create_pools variable with rgw_create_pools. 2018-06-05 18:56:24 +02:00
handlers rgw: add cluster name option to the handler 2018-03-02 20:59:10 +00:00
meta ceph-rgw: Add support for openSUSE Leap distributions 2017-11-14 10:51:23 +00:00
tasks rgw: refact rgw pools creation 2018-06-06 11:30:29 +08:00
templates Expose /var/run/ceph 2018-04-20 15:48:32 +02:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-rgw

Documentation is available at http://docs.ceph.com/ceph-ansible/.