charmed-hpc / slurmutils

Utilities and APIs for interfacing with the Slurm workload manager ⚙️🔌
GNU Lesser General Public License v3.0
1 stars 3 forks source link

feat: Overhaul slurmutils API and add slurmdbd editor #4

Closed NucciTheBoss closed 9 months ago

NucciTheBoss commented 9 months ago

This pull request completely overhauls the slurmutils API to be much better than both the original slurmdbd.conf and slurm.conf editors that I wrote. These changes also enable the editors to share common resources such as parsing/marshalling logic and descriptor generation.

BREAKING CHANGES: Changes the API of the slurmutils package. An editors module is now used to provide the configuration file editros, and the models module is used for common data objects in Slurm. A context manager class is no longer provided for accessing the slurm.conf file since it's API was clunky.