* Description of problem: In earlier ceph-ansible versions, we were able to use 0.0.0.0 as radosgw_address. But in the latest version it fails with : --- "msg": "[ceph2-osd1] Validation failed for variable: radosgw_address\n[ceph2-osd1] Reason: Either radosgw_address, radosgw_address_block or radosgw_interface must be provided\n[ceph2-osd1] Given value for radosgw_address: 0.0.0.0", --- One of our customer have a 2 RGW setup with 2 IPs x.x.x.51 and x.x.x.52 and a VIP x.x.x.50 which they use as keepalived. When they modify the conf file to either of these, this setup works fine. ---- rgw frontends = civetweb port=0.0.0.0:80 num_threads=512 rgw frontends = civetweb port=80 num_threads=512 ---- Can they setup this using ceph-ansible with the latest version? As it looks like 0.0.0.0 usage is deprecated. * Version-Release number of selected component (if applicable): ceph-ansible-3.2.4-1.el7cp.noarch
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/RHBA-2020:1320