]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Update ceph_rgw_docker_extra_env to add bind ip 1839/head
authorKeith Schincke <keith.schincke@gmail.com>
Thu, 17 Aug 2017 17:25:20 +0000 (13:25 -0400)
committerSébastien Han <seb@redhat.com>
Thu, 31 Aug 2017 13:50:34 +0000 (15:50 +0200)
commiteaccc1279700564b346dfa66c5d6207488a99ff4
tree311c0382bffb2aeffb9998a5cf9f2e7492a331ee
parente581539e20e37c37ae1f1655b9cd7d519e89fada
Update ceph_rgw_docker_extra_env to add bind ip

This patch adds passing the RGW_CIVETWEB_IP to the docker
container. This IP defaults to the value of radosgw_civetweb_bind_ip.
radosgw_civetweb_bind_ip default to ipv4.default

Without this value, the RGW containter will bind to 0.0.0.0
group_vars/rgws.yml.sample
roles/ceph-rgw/defaults/main.yml
roles/ceph-rgw/templates/ceph-radosgw.service.j2