Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

feat!: implement slurm snap to enable observability metrics collection for COS #30

Merged
merged 4 commits into from
Jul 15, 2024

Commits on Jul 10, 2024

  1. feat: add .editorconfig for consistency

    Signed-off-by: Jason C. Nucciarone <[email protected]>
    NucciTheBoss committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1938847 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. feat: add slurm_ops library

    Signed-off-by: Jason C. Nucciarone <[email protected]>
    NucciTheBoss committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ded11cc View commit details
    Browse the repository at this point in the history
  2. feat: implement new slurmctld operations manager

    Keeps legacy code from old slurmctld_ops that still have
    not been enabled on the new manager. More focused on ensuring
    that observability works.
    
    Signed-off-by: Jason C. Nucciarone <[email protected]>
    NucciTheBoss committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b79875b View commit details
    Browse the repository at this point in the history
  3. feat: use new manager for controlling slurmctld

    Still using some methods provided by the legacy manager
    that we don't have time to refactor this pulse
    
    Signed-off-by: Jason C. Nucciarone <[email protected]>
    NucciTheBoss committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4e4349c View commit details
    Browse the repository at this point in the history