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
6 changes: 2 additions & 4 deletions .github/workflows/stackhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
- '**'
- '!dev/**'
- 'dev/setup-env.sh'
- '!docs/**'
- '!README.md'
- '!**.md'
- '!.gitignore'
- '!.github/workflows/'
- '.github/workflows/stackhpc'
Expand All @@ -19,8 +18,7 @@ on:
- '**'
- '!dev/**'
- 'dev/setup-env.sh'
- '!docs/**'
- '!README.md'
- '!**.md'
- '!.gitignore'
- '!.github/workflows/'
- '.github/workflows/stackhpc'
Expand Down
5 changes: 5 additions & 0 deletions ansible/roles/ofed/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ofed

> [!IMPORTANT]
> This role is deprecated - it is not regularly maintained and StackHPC CI
> does not test that it works. Consider using [ansible/roles/doca](../doca/README.md)
> instead.

This role installs Mellanox OFED:
- It checks that the running kernel is the latest installed one, and errors if not.
- Installation uses the `mlnxofedinstall` command, with support for the running kernel
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ All other commands should be run on the Ansible deploy host.
Make changes as necessary.

1. Identify image(s) from the relevant [Slurm appliance release](https://github.com/stackhpc/ansible-slurm-appliance/releases), and download
using the link on the release plus the image name, e.g. for an image `openhpc-ofed-RL8-240906-1042-32568dbb`:
using the link on the release plus the image name, e.g. for an image `openhpc-RL9-250708-1547-1494192e`:

wget https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/openhpc-ofed-RL8-240906-1042-32568dbb
wget https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/openhpc-RL9-250708-1547-1494192e

Note that some releases may not include new images. In this case use the image from the latest previous release with new images.

Expand Down
Loading