diff --git a/docs/operations.md b/docs/operations.md index 7d5d24a44..4f7bc5cfb 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -74,6 +74,7 @@ By default, the following utility packages are installed during the StackHPC ima - postfix - git - latest python version for system (3.6 for for Rocky 8.9 and 3.12 for Rocky 9.4) +- s-nail Additional packages can be added during image builds by: - adding the `extra_packages` group to the build `inventory_groups` (see diff --git a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json index dec31368a..03b092564 100644 --- a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json +++ b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json @@ -1,6 +1,6 @@ { "cluster_image": { - "RL8": "openhpc-RL8-250704-1445-ff88ca4e", - "RL9": "openhpc-RL9-250704-1445-ff88ca4e" + "RL8": "openhpc-RL8-250708-1502-1494192e", + "RL9": "openhpc-RL9-250708-1547-1494192e" } } diff --git a/environments/common/inventory/group_vars/all/defaults.yml b/environments/common/inventory/group_vars/all/defaults.yml index 1af2b36e5..8d629ff6d 100644 --- a/environments/common/inventory/group_vars/all/defaults.yml +++ b/environments/common/inventory/group_vars/all/defaults.yml @@ -94,6 +94,7 @@ appliances_extra_packages_default: - postfix - git - "{{ 'python36' if ansible_distribution_version == '8.9' else 'python312' }}" + - s-nail appliances_extra_packages_other: []