Skip to content

Commit 61692eb

Browse files
authored
Add s-nail package (#713)
* Add s-nail package This includes the /usr/bin/mail command, which is required for Slurm to send email notifications [1]. [1] https://slurm.schedmd.com/slurm.conf.html#OPT_MailProg * Bump CI image for s-nail package
1 parent deab8e8 commit 61692eb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/operations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ By default, the following utility packages are installed during the StackHPC ima
7474
- postfix
7575
- git
7676
- latest python version for system (3.6 for for Rocky 8.9 and 3.12 for Rocky 9.4)
77+
- s-nail
7778

7879
Additional packages can be added during image builds by:
7980
- adding the `extra_packages` group to the build `inventory_groups` (see
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cluster_image": {
3-
"RL8": "openhpc-RL8-250704-1445-ff88ca4e",
4-
"RL9": "openhpc-RL9-250704-1445-ff88ca4e"
3+
"RL8": "openhpc-RL8-250708-1502-1494192e",
4+
"RL9": "openhpc-RL9-250708-1547-1494192e"
55
}
66
}

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ appliances_extra_packages_default:
9494
- postfix
9595
- git
9696
- "{{ 'python36' if ansible_distribution_version == '8.9' else 'python312' }}"
97+
- s-nail
9798

9899
appliances_extra_packages_other: []
99100

0 commit comments

Comments
 (0)