File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 9
9
- ' **'
10
10
- ' !dev/**'
11
11
- ' dev/setup-env.sh'
12
- - ' !docs/**'
13
- - ' !README.md'
12
+ - ' !**.md'
14
13
- ' !.gitignore'
15
14
- ' !.github/workflows/'
16
15
- ' .github/workflows/stackhpc'
19
18
- ' **'
20
19
- ' !dev/**'
21
20
- ' dev/setup-env.sh'
22
- - ' !docs/**'
23
- - ' !README.md'
21
+ - ' !**.md'
24
22
- ' !.gitignore'
25
23
- ' !.github/workflows/'
26
24
- ' .github/workflows/stackhpc'
Original file line number Diff line number Diff line change 1
1
# ofed
2
2
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
+
3
8
This role installs Mellanox OFED:
4
9
- It checks that the running kernel is the latest installed one, and errors if not.
5
10
- Installation uses the ` mlnxofedinstall ` command, with support for the running kernel
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ All other commands should be run on the Ansible deploy host.
54
54
Make changes as necessary.
55
55
56
56
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 ` :
58
58
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
60
60
61
61
Note that some releases may not include new images. In this case use the image from the latest previous release with new images.
62
62
You can’t perform that action at this time.
0 commit comments