Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
feat!: add tombstone notice to readme
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Tombstones repository in favor of the monorepo.
  • Loading branch information
NucciTheBoss committed Aug 9, 2024
1 parent b304527 commit 1bcaeb0
Showing 1 changed file with 3 additions and 49 deletions.
52 changes: 3 additions & 49 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,4 @@
<div align="center">
> The slurmdbd charm has been moved to https://github.com/charmed-hpc/slurm-charms/tree/main/charms/slurmdbd.
> This is a public archive of the original repository.
# slurmdbd operator

A [Juju](https://juju.is) operator for slurmdbd - the [SLURM](https://slurm.schedmd.com/overview.html) database daemon.

[![Charmhub Badge](https://charmhub.io/slurmdbd/badge.svg)](https://charmhub.io/slurmdbd)
[![CI](https://github.com/omnivector-solutions/slurmdbd-operator/actions/workflows/ci.yaml/badge.svg)](https://github.com/omnivector-solutions/slurmdbd-operator/actions/workflows/ci.yaml/badge.svg)
[![Release](https://github.com/omnivector-solutions/slurmdbd-operator/actions/workflows/release.yaml/badge.svg)](https://github.com/omnivector-solutions/slurmdbd-operator/actions/workflows/release.yaml/badge.svg)
[![Matrix](https://img.shields.io/matrix/ubuntu-hpc%3Amatrix.org?logo=matrix&label=ubuntu-hpc)](https://matrix.to/#/#ubuntu-hpc:matrix.org)

</div>

## 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](https://charmhub.io/mysql).

## Usage

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

#### Deploy a minimal Charmed SLURM cluster

```shell
$ 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 slurmdbd-mysql-router:backend-database mysql:database
$ juju integrate slurmdbd:database slurmdbd-mysql-router:database
```

## Project & Community

The slurmdbd operator is a project of the [Ubuntu HPC](https://discourse.ubuntu.com/t/high-performance-computing-team/35988)
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:

* [Join our online chat](https://matrix.to/#/#ubuntu-hpc:matrix.org)
* [Contributing guidelines](./CONTRIBUTING.md)
* [Code of conduct](https://ubuntu.com/community/ethos/code-of-conduct)
* [File a bug report](https://github.com/omnivector-solutions/slurmctld-operator/issues)
* [Juju SDK docs](https://juju.is/docs/sdk)

## License

The slurmdbd operator is free software, distributed under the Apache Software License, version 2.0. See the [LICENSE](./LICENSE) file for more information.
Juju charm for slurmdbd, the database daemon of Slurm 🪄

0 comments on commit 1bcaeb0

Please sign in to comment.