Description of problem:
Although the radosgw-admin command allows to define more than one endpoint IP for the zone group definition, ceph-ansible does not allow it.
- name: create the zonegroup
command: "{{ container_exec_cmd }} radosgw-admin zonegroup create --rgw-zonegroup={{ rgw_zonegroup }} --endpoints={{ rgw_multisite_proto }}://{{ rgw_multisite_endpoint_addr }}:{{ radosgw_frontend_port }} --master --default"
delegate_to: "{{ groups[mon_group_name][0] }}"
run_once: true
when: "'No such file or directory' in zonegroupcheck.stderr"
Version-Release number of selected component (if applicable):
4.0
How reproducible:
Always
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2020:3003