-
Notifications
You must be signed in to change notification settings - Fork 121
Discover slurmrestd API versions up to v0.0.44 #668
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
Merged
Merged
Conversation
This file contains hidden or 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
80f2799 to
e773a59
Compare
Add /ping endpoint to get Slurm version and latest support Slurm REST API version, which is also removed from /stats endpoint.
Add /agent/{cluster}/ping route to reverse-proxy request to agent /ping
endpoint.
First get Slurm version with ping endpoint in clusters list before getting cluster stats with new ClusterStats component if permitted.
Introduce [slurmrestd]>versions parameter with list of all supported Slurm REST API versions. Deprecate [slurmrestd]>version parameter in favor of [slurmrestd]>versions parameter.
Automatically discover latest Slurm REST API version supported by slurmrestd among the list of Slurm-web supported versions declared in configuration. Add this discovered Slurm REST API version in /ping endpoint response.
Make connect utility discover and report latest Slurm REST API version supported by slurmrestd among the list of Slurm-web supported versions declared in configuration.
Update tests of components used by clusters list view to cover new ClusterStats component and check ping call in ClustersListItem component.
Get gateway and agent assets from the latest supported slurmrestd API version, avoid adapters to help developing them.
Add Slurm REST API versions chained adapters to translate responses from older supported versions to the latest version of this API. fix #654
Replace exclusive by shared in filtered fields of individual job responses from Slurm controler for compatibility with v0.0.42 REST API.
Adapt individual job and qos typed interfaces to match new format exported by Slurm REST API v0.0.42.
Replace standard_{error,input,output} by {stderr,stdin,stdout}_expanded
in filtered fields of individual job responses from Slurm controler for
compatibility with v0.0.43 REST API.
Adapt individual job typed interface to match new format exported by Slurm REST API v0.0.43.
Mention possibility to define development cluster admin password in environment variable with its name, before prompting interactively for it. This helps user to define the environment variable as expected for the next runs.
Add GPU gres without model on nova cluster.
Enforce mixed/idle node state, wait properly for successful completed archived job.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pending tasks:
fix #654