Skip to content

Improve CaaS UI descriptions #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions environments/.caas/ui-meta/slurm-infra-fast-volume-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,15 @@ usage_template: |-

SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.

Note that home directories are deleted when the platform is destroyed.

If configured by the adminstrator, a project filesystem may be mounted at `/project`.
Content stored there will be available to all such configured workstations and Slurm
clusters, and will persist after deletion of workstations/clusters.

Other parts of the filesystem may be affected during a patch operation, including any
packages that have been installed using `dnf`.

services:
- name: ood
label: Open OnDemand
Expand Down
12 changes: 10 additions & 2 deletions environments/.caas/ui-meta/slurm-infra-manila-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ description: >-
Batch cluster running the Slurm workload manager, the Open
OnDemand web interface, and custom monitoring.

This version uses CephFS for home directories, deleted
when the platform is deleted.
This version uses CephFS for home directories.
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Slurm_logo.svg/158px-Slurm_logo.svg.png

requires_ssh_key: true
Expand Down Expand Up @@ -120,6 +119,15 @@ usage_template: |-

SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.

Note that home directories are deleted when the platform is destroyed.

If configured by the adminstrator, a project filesystem may be mounted at `/project`.
Content stored there will be available to all such configured workstations and Slurm
clusters, and will persist after deletion of workstations/clusters.

Other parts of the filesystem may be affected during a patch operation, including any
packages that have been installed using `dnf`.

services:
- name: ood
label: Open OnDemand
Expand Down
11 changes: 10 additions & 1 deletion environments/.caas/ui-meta/slurm-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ parameters:

- name: home_volume_size
label: Home volume size (GB)
description: The size of the cloud volume or share to use for home directories.
description: The size of the cloud volume to use for home directories.
kind: cloud.volume_size
immutable: true
options:
Expand Down Expand Up @@ -116,6 +116,15 @@ usage_template: |-

SSH access can be granted to additional users by placing their SSH public key in `~azimuth/.ssh/authorized_keys`.

Note that home directories are deleted when the platform is destroyed.

If configured by the adminstrator, a project filesystem may be mounted at `/project`.
Content stored there will be available to all such configured workstations and Slurm
clusters, and will persist after deletion of workstations/clusters.

Other parts of the filesystem may be affected during a patch operation, including any
packages that have been installed using `dnf`.

services:
- name: ood
label: Open OnDemand
Expand Down