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: Extend model descriptors #8

Closed NucciTheBoss closed 7 months ago

NucciTheBoss commented 7 months ago

Adds deleters and setters for the data pockets on SlurmConfig. This makes it easier to perform bulk operations on the SlurmConfig object as now you can set an entire new partition, nodes, etc or you can blow out the existing node set or down node configuration.

Closes #7