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

[release-4.14] OCPBUGS-20195: Don't assert identical server groups in multi-AZ #123

Commits on Oct 6, 2023

  1. OCPBUGS-13781: Make server group check AZ-aware

    In a multi-AZ deployment, there will be multiple server groups - one per
    AZ. Asserting that each server is in an identical server group is
    therefore always going to result in a failure. Instead, we should assert
    than each server *in a given AZ* is in the same server group. Make it
    so.
    
    Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
    stephenfin authored and openshift-cherrypick-robot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b948ade View commit details
    Browse the repository at this point in the history