diff options
author | Pjotr Prins | 2024-11-19 11:48:43 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-11-19 11:48:43 +0100 |
commit | 768b5ca64e46a78e5938cac80a1f1d362b81b88f (patch) | |
tree | 00947f79fb88c4aa8123b56f7afd130c34936483 | |
parent | 2dd4a95bd3d13efbdc0cae4e3a5e90939192a3d4 (diff) | |
download | gn-gemtext-768b5ca64e46a78e5938cac80a1f1d362b81b88f.tar.gz |
Machine room: working on apps
-rw-r--r-- | issues/systems/apps.gmi | 28 | ||||
-rw-r--r-- | tasks/machine-room.gmi | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/issues/systems/apps.gmi b/issues/systems/apps.gmi new file mode 100644 index 0000000..0bfc40c --- /dev/null +++ b/issues/systems/apps.gmi @@ -0,0 +1,28 @@ +# Apps + +GeneNetwork.org retains a number of apps. Currently they are managed by shepherd as `guix shell` services, but we should really move them to system containers. + +# Tags + +* assigned: pjotrp +* type: enhancement +* status: in progress +* priority: medium +* keywords: system, sheepdog, shepherd + +# List of apps + +Current apps managed by shepherd on tux02 are + +* [ ] genecup +* [ ] bnw +* [ ] genome-browser +* [ ] hrdp-project +* [ ] pluto +* [ ] power +* [ ] rn6app +* [ ] root +* [ ] singlecell +* [ ] xusheng app + +To fix them we need to validate the sheepdog monitor and make sure they are working in either shepherd, or as a system container. diff --git a/tasks/machine-room.gmi b/tasks/machine-room.gmi index c0a8fa6..c804829 100644 --- a/tasks/machine-room.gmi +++ b/tasks/machine-room.gmi @@ -15,6 +15,7 @@ * [ ] Trait vectors for Johannes * [ ] !!Organize pluto, update Julia and add apps to GN menu Jupyter notebooks * [ ] !!Xusheng jumpshiny services +* [ ] Fix apps and create system containers for herd services - see issues/systems/apps * [ ] Slurm+ravanan on production for GEMMA speedup * [ ] Embed R/qtl2 (Alex) * [ ] Hoot in GN2 (Andrew) |