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 99 - ' **'
1010 - ' !dev/**'
1111 - ' dev/setup-env.sh'
12- - ' !docs/**'
13- - ' !README.md'
12+ - ' !**.md'
1413 - ' !.gitignore'
1514 - ' !.github/workflows/'
1615 - ' .github/workflows/stackhpc'
1918 - ' **'
2019 - ' !dev/**'
2120 - ' dev/setup-env.sh'
22- - ' !docs/**'
23- - ' !README.md'
21+ - ' !**.md'
2422 - ' !.gitignore'
2523 - ' !.github/workflows/'
2624 - ' .github/workflows/stackhpc'
Original file line number Diff line number Diff line change 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+
38This 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
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.
5454 Make changes as necessary.
5555
56561 . 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
You can’t perform that action at this time.
0 commit comments