]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Adds ip_version configuration option 1248/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 17:29:17 +0000 (11:29 -0600)
commit6d01936a2a1e4ea7afeb08bbfe89238ca69d8ea5
tree61f1540104022e7ba20b620c07dca60b2971fdb0
parent79e7a2389013a02e4c5c3c12f5ac79bce899b739
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
(cherry picked from commit 03cb803bd1bd6da888e0483db40d444cd4ee86e3)
group_vars/all.yml.sample
roles/ceph-common/defaults/main.yml
roles/ceph-common/templates/ceph.conf.j2