This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: overhaul slurmrestd charm API
Merge pull request #19 from jamesbeedy/slurm_config_editor_preparation Summary of Changes: - remove jinja2 and replace with `Path().write_text()` - remove slurm-ops-manager 3rd party dep and replace with local slurmrestd_ops.py - consolidate the yaml files into a single charmcraft.yaml - rename interface slurmrestd -> slurmctld - cleanup from PR review - remove unused code - addeded logging - simplified api - reduced code footprint - consolidated yaml files into charmcraft.yaml - added type checking BREAKING CHANGES: No longer compatible with the Slurm charm API version published to the edge branch on CharmHub. Testing will need to be manual.
- Loading branch information
Showing
19 changed files
with
2,188 additions
and
789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.