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

HostManager overhaul #353

Merged
merged 14 commits into from
Sep 20, 2023
Merged

HostManager overhaul #353

merged 14 commits into from
Sep 20, 2023

Commits on Sep 6, 2023

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

Commits on Sep 8, 2023

  1. ocsbow: more complete "status" output

    The agent-class column will show if there are discrepancies between
    what a hostmanager reports and the local scf that ocsbow sees.  Also
    tolerates broader range of mismatch.
    mhasself committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1be1142 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    1d42d96 View commit details
    Browse the repository at this point in the history
  2. HostManager: begin project of making manager process more robust

    This just factors out each docker inspect call so failures can be
    trapped more easily.  Behavior should be altered.
    mhasself committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    79c0cb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be46ad7 View commit details
    Browse the repository at this point in the history
  4. HM: discontinue tracking in self.docker_services

    Instead, the 'prot' elements for docker-managed things are long-lived
    and will be immediately updated when we learn new service info.
    mhasself committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3b56307 View commit details
    Browse the repository at this point in the history
  5. HM: manager process is robust to config file errors

    The logic handling the agent list and reconciling it against docker
    inspection results is rewritten (and probably improved).
    mhasself committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3dc66ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a06bc55 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. HM: enrichen 'manage' options, to include up/down prefs

    Docstring in site_config explains them all.
    mhasself committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c4e223b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f390936 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c8d6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44101ac View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 20, 2023

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