]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
rgw: container add option to configure multi-site zone
authorSébastien Han <seb@redhat.com>
Mon, 16 Apr 2018 13:57:23 +0000 (15:57 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 31 May 2018 09:09:49 +0000 (11:09 +0200)
commitd1a1eb897610f0587da21339b6577bc5fa2d73bc
tree60251bf4c7eef3084f699f7f0c528d888f83d9b9
parent58d09ed0656644960827e3eafab6d1842ee23822
rgw: container add option to configure multi-site zone

You can now use RGW_ZONE and RGW_ZONEGROUP on each rgw host from your
inventory and assign them a value. Once the rgw container starts it'll
pick the info and add itself to the right zone.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1551637
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 1c084efb3cb7e48d96c9cbd6bd05ca4f93526853)
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/rgws.yml.sample
roles/ceph-rgw/defaults/main.yml
roles/ceph-rgw/tasks/docker/container_env_facts.yml [new file with mode: 0644]
roles/ceph-rgw/tasks/docker/main.yml
roles/ceph-rgw/tasks/main.yml