]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
do not delegate facts on client nodes
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 21 Mar 2018 18:01:51 +0000 (19:01 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 4 Apr 2018 07:23:03 +0000 (09:23 +0200)
commit5b73be254d249a23ac2eb2f86c4412ef296352a9
tree0349b0ebc55b6bb33c916e5452c613062e1c4fc8
parente32a177af8d8d5113601acec614ea70626129d98
do not delegate facts on client nodes

This commit is a workaround for
https://bugzilla.redhat.com/show_bug.cgi?id=1550977

We iterate over all nodes on each node and we delegate the facts gathering.
This is high memory consuming when having a large number of nodes in the
inventory.
That way of gathering is not necessary for clients node so we can simply
gather local facts for these nodes.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
site-docker.yml.sample