Skip to content

canonical/slurmdbd-operator

 
 

Repository files navigation

slurmdbd operator

A Juju operator for slurmdbd - the SLURM database daemon.

Charmhub Badge CI Release Matrix

Features

The slurmdbd operator provides and manages the slurmdbd service. This operator provides that database daemon that slurmctld uses to store accounting data. The slurmdbd operator must be integrated with a database backend such as the MySQL operator.

Usage

This operator should be used with Juju 3.x or greater.

Deploy a minimal Charmed SLURM cluster

$ juju deploy slurmctld --channel edge
$ juju deploy slurmd --channel edge
$ juju deploy slurmdbd --channel edge
$ juju deploy mysql --channel 8.0/edge
$ juju deploy mysql-router slurmdbd-mysql-router --channel dpe/edge
$ juju integrate slurmctld:slurmd slurmd:slurmd
$ juju integrate slurmdbd-mysql-router:backend-database mysql:database
$ juju integrate slurmdbd:database slurmdbd-mysql-router:database
$ juju integrate slurmctld:slurmdbd slurmdbd:slurmdbd

Project & Community

The slurmdbd operator is a project of the Ubuntu HPC community. It is an open source project that is welcome to community involvement, contributions, suggestions, fixes, and constructive feedback. Interested in being involved with the development of the slurmdbd operator? Check out these links below:

License

The slurmdbd operator is free software, distributed under the Apache Software License, version 2.0. See the LICENSE file for more information.

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%