]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Adds RGWs pool creation to containerized installation.
authorjtudelag <jtudelag@redhat.com>
Sun, 4 Mar 2018 22:06:48 +0000 (23:06 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 5 Jun 2018 16:56:44 +0000 (18:56 +0200)
commit4e65941e4188aa5b52ca7f6a12552f0a8d6e3b5a
treec23ab50a8592b0224a46fe53e8929a17f7159dfd
parentfcccc6f86e4a80ed2916a3595da8505a4b93a283
Adds RGWs pool creation to containerized installation.

ceph command has to be executed from one of the monitor containers
if not admin copy present in RGWs. Task has to be delegated then.

Adds test to check proper RGW pool creation for Docker container scenarios.

Signed-off-by: Jorge Tudela <jtudelag@redhat.com>
(cherry picked from commit 8704144e3157aa253fb7563fe701d9d434bf2f3e)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-rgw/tasks/docker/main.yml
roles/ceph-rgw/tasks/docker/rgw_pool_pgs.yml [new file with mode: 0644]
roles/ceph-rgw/tasks/main.yml
roles/ceph-rgw/tasks/rgw_pool_pgs.yml
tests/functional/centos/7/docker-collocation/group_vars/rgws [new file with mode: 0644]
tests/functional/centos/7/docker/group_vars/rgws
tests/functional/tests/rgw/test_rgw_tuning.py