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

Make minion reconnecting on changing master IP with zeromq #665

Open
wants to merge 10 commits into
base: openSUSE/release/3006.0
Choose a base branch
from

Commits on Jul 31, 2024

  1. Minions check dns when re-connecting to a master

    Check for a chainging dns record anytime a minion gets disconnected from
    it's master. See github issue #63654 #61482.
    dwoz authored and vzhestkov committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f61d6f4 View commit details
    Browse the repository at this point in the history
  2. Regression tests for dns defined masters

    Adding tests to validate we check for changing dns anytime we're
    disconnected from the currently connected master
    dwoz authored and vzhestkov committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e680283 View commit details
    Browse the repository at this point in the history
  3. Update docs for master dns changes

    Update docs to use master_alive_interval to detect master ip changes via
    DNS.
    dwoz authored and vzhestkov committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a77ae51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f9d7d4 View commit details
    Browse the repository at this point in the history
  5. Make minion reconnecting on changing master IP

    with zeromq transport
    vzhestkov committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    52121a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c465dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d972d1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bfa8b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0454f43 View commit details
    Browse the repository at this point in the history
  10. Fix the tests

    vzhestkov committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ae1cdf5 View commit details
    Browse the repository at this point in the history