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

migrate autopilot implementation to raft-autopilot #14441

Merged
merged 3 commits into from
Sep 1, 2022
Merged

Commits on Sep 1, 2022

  1. migrate autopilot implementation to raft-autopilot

    Nomad's original autopilot was importing from a private package in Consul. It
    has been moved out to a shared library. Switch Nomad to use this library so that
    we can eliminate the import of Consul, which is necessary to build Nomad ENT
    with the current version of the Consul SDK. This also will let us pick up
    autopilot improvements shared with Consul more easily.
    tgross committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0163f19 View commit details
    Browse the repository at this point in the history
  2. address comments from review

    tgross committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    09d3a8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45aa698 View commit details
    Browse the repository at this point in the history