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

Fixes and improvements to deployment #90

Merged
merged 9 commits into from
Apr 19, 2024
Merged

Fixes and improvements to deployment #90

merged 9 commits into from
Apr 19, 2024

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    1620a30 View commit details
    Browse the repository at this point in the history
  2. deployment: Always get CA fingerprint

    This avoids an issue when adding hosts to a cluster where the host
    getting the fingerprint has already been bootstrapped, so does not query
    the CA's fingerprint.
    markgoddard committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4e09ed0 View commit details
    Browse the repository at this point in the history
  3. deployment: Assert that there is only one HAProxy server

    Currently we are not deploying any failover mechanism such as keepalived,
    so limit to one HAProxy server.
    markgoddard committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    68b0c08 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    c176157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7111654 View commit details
    Browse the repository at this point in the history
  3. deployment: Wait for reductionist backends to be accessible from HAPr…

    …oxy host
    
    Try to catch issues with access to backends earlier.
    markgoddard committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    94eaa87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c497c1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c04ad39 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    55b76f2 View commit details
    Browse the repository at this point in the history