]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
clients: build filtered clients group early
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 16 Mar 2021 13:51:06 +0000 (14:51 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 25 Mar 2021 23:05:33 +0000 (00:05 +0100)
commitd6fcd78e72186aa748b00f3b840472f464ebcbba
treecba7fd1a7db00f32ee99bd72c896938559ef3403
parent7c6783acb1d03f2ddd359aff8512e3bd3342af6e
clients: build filtered clients group early

when the group `_filtered_clients` is built, the order can change from
the original `clients` group which can cause issues since we run
`ceph-container-engine` on the first client only. It means later in the
playbook we can make call to the container CLI on a node where the
container engine wasn't installed.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a1125727345b55b9e0e6898dd58f3ea009e0eccd)
roles/ceph-client/tasks/create_users_keys.yml
site-container.yml.sample
site.yml.sample