]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Adds ip_version configuration option 1247/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 24 Jan 2017 15:06:10 +0000 (09:06 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 24 Jan 2017 15:48:55 +0000 (09:48 -0600)
commit03cb803bd1bd6da888e0483db40d444cd4ee86e3
tree7ddaebd8bf9aab8788b891f91e211fceb5e69be9
parent055aefa117a1506bc3a16818d8c0a0c323ef5a6d
Adds ip_version configuration option

This allows the user to set ip_version to either ipv4 or ipv6. This
resolves a bug where monitor_address is set to an ipv6 address, but the
template fails to render because it's hardcoded to look for an 'ipv4'
key in the ansible facts.

See: https://bugzilla.redhat.com/show_bug.cgi?id=1416010

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Resolves: bz#1416010
group_vars/all.yml.sample
roles/ceph-common/defaults/main.yml
roles/ceph-common/templates/ceph.conf.j2