{"id":33907184,"url":"https://github.com/charmed-hpc/slurm-charms","last_synced_at":"2026-05-27T01:04:39.467Z","repository":{"id":250791835,"uuid":"835360691","full_name":"charmed-hpc/slurm-charms","owner":"charmed-hpc","description":"Juju charms for automating the Day 0 to Day 2 operations of the Slurm workload manager ⚖️🐧 ","archived":false,"fork":false,"pushed_at":"2026-05-21T00:16:21.000Z","size":1313,"stargazers_count":4,"open_issues_count":26,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-21T07:19:21.283Z","etag":null,"topics":["automation","charm","charmed-hpc","hpc","juju","slurm","slurm-workload-manager"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charmed-hpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-29T17:13:31.000Z","updated_at":"2026-05-20T22:51:26.000Z","dependencies_parsed_at":"2025-03-17T14:29:56.991Z","dependency_job_id":"8fc666f9-b0b0-4550-99c6-8a9c2911e38a","html_url":"https://github.com/charmed-hpc/slurm-charms","commit_stats":null,"previous_names":["charmed-hpc/slurm-charms"],"tags_count":430,"template":false,"template_full_name":null,"purl":"pkg:github/charmed-hpc/slurm-charms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fslurm-charms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fslurm-charms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fslurm-charms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fslurm-charms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charmed-hpc","download_url":"https://codeload.github.com/charmed-hpc/slurm-charms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charmed-hpc%2Fslurm-charms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33545459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","charm","charmed-hpc","hpc","juju","slurm","slurm-workload-manager"],"created_at":"2025-12-12T02:30:42.357Z","updated_at":"2026-05-27T01:04:39.451Z","avatar_url":"https://github.com/charmed-hpc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slurm charms\n\n[![CI](https://github.com/charmed-hpc/slurm-charms/actions/workflows/ci.yaml/badge.svg)](https://github.com/charmed-hpc/slurm-charms/actions/workflows/ci.yaml/badge.svg)\n[![Release](https://github.com/charmed-hpc/slurm-charms/actions/workflows/release.yaml/badge.svg)](https://github.com/charmed-hpc/slurm-charms/actions/workflows/release.yaml/badge.svg)\n![GitHub License](https://img.shields.io/github/license/charmed-hpc/slurm-charms)\n[![Matrix](https://img.shields.io/matrix/ubuntu-hpc%3Amatrix.org?logo=matrix\u0026label=ubuntu-hpc)](https://matrix.to/#/#hpc:ubuntu.com)\n\n[Juju](https://juju.is) charms for automating the Day 0 to Day 2 operations of the [Slurm workload manager](https://slurm.schedmd.com/overview.html) ⚖️🐧\n\nThe `slurm-charms` repository is a collection of charmed operators that enables you to easily deploy, configure, and manage the Slurm workload manager.\nHere's the current charms in the collection:\n\n* [`sackd`](./charms/sackd/): the authentication and credential kiosk daemon for Slurm.\n* [`slurmctld`](./charms/slurmctld/): the central management daemon for Slurm.\n* [`slurmd`](./charms/slurmd): the compute node daemon for Slurm.\n* [`slurmdbd`](./charms/slurmdbd): the database daemon for Slurm.\n* [`slurmrestd`](./charms/slurmrestd/): the REST API interface to Slurm.\n\n## ✨ Getting started\n\nTo deploy the Slurm charms from [Charmhub](https://charmhub.io), you must be using Juju 3.x or greater.\n\n```shell\njuju deploy sackd --channel edge\njuju deploy slurmctld --channel edge\njuju deploy slurmd --channel edge\njuju deploy slurmdbd --channel edge\njuju deploy slurmrestd --channel edge\njuju deploy mysql --channel 8.0/stable\njuju deploy mysql-router slurmdbd-mysql-router --channel dpe/edge\n\njuju integrate sackd:slurmctld slurmctld:sackd\njuju integrate slurmctld:slurmd slurmd:slurmctld\njuju integrate slurmctld:slurmdbd slurmdbd:slurmctld\njuju integrate slurmctld:slurmrestd slurmrestd:slurmctld\njuju integrate slurmdbd-mysql-router:backend-database mysql:database\njuju integrate slurmdbd:database slurmdbd-mysql-router:database\n```\n\n## 🤔 What's next?\n\nIf you want to learn more about all the things you can do with the Slurm charms, here are some resources for you to explore:\n\n* [Documentation](https://canonical-charmed-hpc.readthedocs-hosted.com/latest)\n* [Open an issue](https://github.com/charmed-hpc/slurm-charms/issues/new?title=ISSUE+TITLE\u0026body=*Please+describe+your+issue*)\n* [Ask a question on Github](https://github.com/orgs/charmed-hpc/discussions/categories/q-a)\n\n## 🛠️ Development\n\nThe project uses [just](https://github.com/casey/just) and [uv](https://github.com/astral-sh/uv) for\ndevelopment, which provides some useful commands that will definitely help while hacking on the charms:\n\n```shell\njust repo fmt # Apply formatting standards to code.\njust repo lint # Check code against coding style standards.\njust repo typecheck # Type checking.\njust repo unit # Run unit tests.\n```\n\nWe also have some integration tests in place, but be aware that it requires a fairly good amount\nof computer resources to run them. We usually test with at least 4 cores and 16 GB of RAM, but feel\nfree to experiment!\n\n```shell\njust repo integration\n```\n\nThe integration tests for `slurmctld` high availability functionality require more time and computer\nresources to run so are optionally gated behind a flag:\n\n```shell\njust repo integration -- --run-high-availability\n```\n\nIf you're interested in contributing, take a look at our [contributing guidelines](./CONTRIBUTING.md).\n\n## 🤝 Project and Community\n\nThe Slurm charms are a project of the [Ubuntu High-Performance Computing community](https://ubuntu.com/community/governance/teams/hpc).\nInterested in contributing bug fixes, patches, documentation, or feedback? Want to join the Ubuntu HPC community? You’ve come to the right place 🤩\n\nHere’s some links to help you get started with joining the community:\n\n* [Ubuntu Code of Conduct](https://ubuntu.com/community/ethos/code-of-conduct)\n* [Contributing guidelines](./CONTRIBUTING.md)\n* [Join the conversation on Matrix](https://matrix.to/#/#hpc:ubuntu.com)\n* [Get the latest news on Discourse](https://discourse.ubuntu.com/c/hpc/151)\n* [Ask and answer questions on GitHub](https://github.com/orgs/charmed-hpc/discussions/categories/q-a)\n\n## 📋 License\n\nThe Slurm charms are free software, distributed under the Apache Software License, version 2.0.\nSee the [Apache-2.0 LICENSE](./LICENSE) file for further details.\n\nThe Slurm workload manager is licensed under the GNU General Public License, version 2, or any later version.\nSee Slurm's [legal notice](https://slurm.schedmd.com/disclaimer.html) for further licensing information about Slurm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharmed-hpc%2Fslurm-charms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharmed-hpc%2Fslurm-charms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharmed-hpc%2Fslurm-charms/lists"}