Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dont run client dummy container on ppc64le hosts #3084

Merged
merged 1 commit into from
Aug 31, 2018

Commits on Aug 31, 2018

  1. 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>
    andymcc committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    e93ffa5 View commit details
    Browse the repository at this point in the history