ceph-ansible/roles/ceph-defaults
Sébastien Han 6f9dd26caa config: remove any spaces in public_network or cluster_network
With two public networks configured - we found that with
"NETWORK_ADDR_1, NETWORK_ADDR_2" install process consistently became
broken, trying to find docker registry on second network, and not
finding mon container.

but without spaces
"NETWORK_ADDR_1,NETWORK_ADDR_2" install succeeds
so, containerized install is more peculiar with formatting of this line

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1534003
Signed-off-by: Sébastien Han <seb@redhat.com>
2018-01-30 17:47:15 +01:00
..
defaults config: remove any spaces in public_network or cluster_network 2018-01-30 17:47:15 +01:00
handlers handlers: restart daemons only if docker is running 2017-11-27 14:59:30 +01:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks defaults: avoid getting stuck (ceph --connect-timeout) 2018-01-25 10:15:59 +01:00
templates Convert interface names to underscores for facts 2017-12-12 09:03:40 +01:00
README.md Cleanup readme files in roles directories 2017-10-17 11:22:06 +02:00

README.md

Ansible role: ceph-defaults

Documentation is available at http://docs.ceph.com/ceph-ansible/.