jedel1043 / slurmrestd-operator

Slurmrestd operator charm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slurmrestd operator

A Juju operator for slurmrestd - the REST API interface to SLURM.

Charmhub Badge CI Release Matrix

Features

The slurmrestd operator provides the slurmrestd service. This operator provides a REST API for interfacing with the SLURM workload manager. Rather than interfacing with SLURM via cluster head nodes, slurmrestd enables submitting batch jobs via HTTP requests over a network.

Usage

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

Deploy a minimal Charmed SLURM cluster with slurmrestd

$ juju deploy slurmrestd --channel edge
$ 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:slurmctld
$ juju integrate slurmctld:slurmdbd slurmdbd:slurmctld
$ juju integrate slurmctld:slurmrestd slurmrestd:slurmctld
$ juju integrate slurmdbd-mysql-router:backend-database mysql:database
$ juju integrate slurmdbd:database slurmdbd-mysql-router:database

Project & Community

The slurmrestd 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 slurmrestd operator? Check out these links below:

License

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

About

Slurmrestd operator charm.

License:Apache License 2.0


Languages

Language:Python 100.0%