Skip to content

Commit 3987786

Browse files
EddyMMchenwany
authored andcommitted
[EFA] Upgrade EFA installer to 1.18.0
- Efa-driver: `efa-1.16.0-1` - Efa-config: `efa-config-1.11-1` - Efa-profile: `efa-profile-1.5-1` - Libfabric-aws: `libfabric-aws-1.16.0~amzn4.0-1` - Rdma-core: `rdma-core-41.0-2` - Open MPI: `openmpi40-aws-4.1.4-2` Signed-off-by: Eddy Mwiti <[email protected]>
1 parent c9c7b29 commit 3987786

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1111
- Upgrade third-party cookbook dependencies:
1212
- selinux-6.0.5 (from selinux-6.0.4)
1313
- nfs-5.0.0 (from nfs-2.6.4)
14+
- Upgrade EFA installer to `1.18.0`
15+
- Efa-driver: `efa-1.16.0-1`
16+
- Efa-config: `efa-config-1.11-1`
17+
- Efa-profile: `efa-profile-1.5-1`
18+
- Libfabric-aws: `libfabric-aws-1.16.0~amzn4.0-1`
19+
- Rdma-core: `rdma-core-41.0-2`
20+
- Open MPI: `openmpi40-aws-4.1.4-2`
1421

1522
**CHANGES**
1623
- Upgrade NVIDIA driver to version 470.141.03.

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
end
257257

258258
# EFA
259-
default['cluster']['efa']['installer_version'] = '1.17.2'
259+
default['cluster']['efa']['installer_version'] = '1.18.0'
260260
default['cluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cluster']['efa']['installer_version']}.tar.gz"
261261
default['cluster']['efa']['unsupported_aarch64_oses'] = %w(centos7)
262262

0 commit comments

Comments
 (0)