Skip to content
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
1 change: 1 addition & 0 deletions docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down