Skip to content

Commit bb4d95f

Browse files
authored
Deprecate ofed role (#741)
* deprecate ofed role and remove ofed images from update docs * skip CI tests for all markdown files
1 parent 072a765 commit bb4d95f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
- '**'
1010
- '!dev/**'
1111
- 'dev/setup-env.sh'
12-
- '!docs/**'
13-
- '!README.md'
12+
- '!**.md'
1413
- '!.gitignore'
1514
- '!.github/workflows/'
1615
- '.github/workflows/stackhpc'
@@ -19,8 +18,7 @@ on:
1918
- '**'
2019
- '!dev/**'
2120
- 'dev/setup-env.sh'
22-
- '!docs/**'
23-
- '!README.md'
21+
- '!**.md'
2422
- '!.gitignore'
2523
- '!.github/workflows/'
2624
- '.github/workflows/stackhpc'

ansible/roles/ofed/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ofed
22

3+
> [!IMPORTANT]
4+
> This role is deprecated - it is not regularly maintained and StackHPC CI
5+
> does not test that it works. Consider using [ansible/roles/doca](../doca/README.md)
6+
> instead.
7+
38
This role installs Mellanox OFED:
49
- It checks that the running kernel is the latest installed one, and errors if not.
510
- Installation uses the `mlnxofedinstall` command, with support for the running kernel

docs/upgrades.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ All other commands should be run on the Ansible deploy host.
5454
Make changes as necessary.
5555

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

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

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

0 commit comments

Comments
 (0)