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 #6 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 5e6cb2c + 2e6c4d0 commit 43c9205
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 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
33 changes: 14 additions & 19 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
name: slurmrestd

summary: |
Interface to Slurm via REST API.
Interface to Slurm via REST API.
description: |
This charm provides slurmrestd, munged, and the bindings to other utilities
that make lifecycle operations a breeze.
slurmrestd is a REST API interface for SLURM.
source: https://github.com/omnivector-solutions/slurmrestd-operator
issues: https://github.com/omnivector-solutions/slurmrestd-operator/issues
maintainers:
- OmniVector Solutions <[email protected]>
- Jason C. Nucciarone <[email protected]>
- David Gomez <[email protected]>

description: |
This charm provides slurmrestd, munged, and the bindings to other utilities
that make lifecycle operations a breeze.
slurmrestd is a REST API interface for SLURM.
tags:
- hpc
- slurm

series:
- focal
- centos7

requires:
fluentbit:
interface: fluentbit
provides:
slurmrestd:
interface: slurmrestd

requires:
fluentbit:
interface: fluentbit
assumes:
- juju

0 comments on commit 43c9205

Please sign in to comment.