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

Commit

Permalink
Merge pull request #10 from canonical/upgrade-jammy
Browse files Browse the repository at this point in the history
Add support for Ubuntu 22.04: part 1
  • Loading branch information
jaimesouza authored Apr 14, 2023
2 parents aa6b375 + 1f61446 commit f2fcc14
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 28 deletions.
5 changes: 4 additions & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ type: charm
bases:
- build-on:
- name: ubuntu
channel: "20.04"
channel: "22.04"
run-on:
- name: ubuntu
channel: "22.04"
architectures: [amd64]
- name: ubuntu
channel: "20.04"
architectures: [amd64]
Expand Down
48 changes: 21 additions & 27 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,36 @@
name: slurmd

summary: |
Slurmd, the compute node daemon of Slurm.
Slurmd, the compute node daemon of Slurm.
description: |
This charm provides slurmd, munged, and the bindings to other utilities
that make lifecycle operations a breeze.
slurmd is the compute node daemon of SLURM. It monitors all tasks running
on the compute node, accepts work (tasks), launches tasks, and kills
running tasks upon request.
source: https://github.com/omnivector-solutions/slurmd-operator
issues: https://github.com/omnivector-solutions/slurmd-operator/issues
maintainers:
- OmniVector Solutions <admin@omnivector.solutions>

description: |
This charm provides slurmd, munged, and the bindings to other utilities
that make lifecycle operations a breeze.
slurmd is the compute node daemon of SLURM. It monitors all tasks running
on the compute node, accepts work (tasks), launches tasks, and kills
running tasks upon request.
tags:
- slurm
- hpc

series:
- focal
- centos7

provides:
slurmd:
interface: slurmd

requires:
fluentbit:
interface: fluentbit
- Jason C. Nucciarone <jason.nucciarone@canonical.com>
- David Gomez <david.gomez@canonical.com>

peers:
slurmd-peer:
interface: slurmd-peer
requires:
fluentbit:
interface: fluentbit
provides:
slurmd:
interface: slurmd

resources:
nhc:
type: file
filename: lbnl-nhc-1.4.3.tar.gz
description: |
Official tarball containing NHC. Retrieved from Github Releases.
assumes:
- juju

0 comments on commit f2fcc14

Please sign in to comment.