]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Dont run client dummy container on non-x86_64 hosts
authorAndy McCrae <andy.mccrae@gmail.com>
Thu, 30 Aug 2018 07:53:36 +0000 (08:53 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 31 Aug 2018 11:34:00 +0000 (11:34 +0000)
commit772e6b9be20ce82d3b8f9ffdf6b7bc4f6be842b8
treea57be61211f5d0507f86822177248f3a9a119076
parent561ec9203d4c6becdb3ba48db191552a6b31d736
Dont run client dummy container on non-x86_64 hosts

The dummy client container currently wont work on non-x86_64 hosts.
This PR creates a filtered client group that contains only hosts
that are x86_64 - which can then be the group to run the
dummy container against.

This is for the specific case of a containerized_deployment where
there is a mixture of non-x86_64 hosts and x86_64 hosts. As such
the filtered group will contain all hosts when running with
containerized_deployment: false.

Currently ppc64le is not supported for Ceph server components.

Signed-off-by: Andy McCrae <andy.mccrae@gmail.com>
roles/ceph-client/tasks/create_users_keys.yml