Skip to content

Commit 3708c7c

Browse files
EddyMMlukeseawalker
authored andcommitted
[NFS] Upgrade chef recipe from 2.6.4 to 5.0.0
- ChangeLog: [nfs/CHANGELOG.md](https://github.com/sous-chefs/nfs/blob/main/CHANGELOG.md) Signed-off-by: Eddy Mwiti <[email protected]>
1 parent 01679a2 commit 3708c7c

File tree

111 files changed

+1707
-2143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1707
-2143
lines changed

Berksfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata
1010
cookbook "apt", path: "./third-party/apt-7.4.2"
1111
cookbook "iptables", path: "./third-party/iptables-8.0.0"
1212
cookbook "line", path: "./third-party/line-4.5.2"
13-
cookbook "nfs", path: "./third-party/nfs-2.6.4"
13+
cookbook "nfs", path: "./third-party/nfs-5.0.0"
1414
cookbook "openssh", path: "./third-party/openssh-2.10.3"
1515
cookbook "pyenv", path: "./third-party/pyenv-3.5.1"
1616
cookbook "selinux", path: "./third-party/selinux-6.0.4"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
88

99
**ENHANCEMENTS**
1010
- Add support for AWS Trainium instances.
11+
- Upgrade NFS cookbook recipe from `2.6.4` to `5.0.0`.
1112

1213
**CHANGES**
1314
- Upgrade NVIDIA driver to version 470.141.03.

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
18+
depends 'nfs', '~> 5.0.0'
1819
depends 'line', '~> 4.5.2'
19-
depends 'nfs', '~> 2.6.4'
2020
depends 'openssh', '~> 2.10.3'
2121
depends 'pyenv', '~> 3.5.1'
2222
depends 'selinux', '~> 6.0.4'

cookbooks/aws-parallelcluster-config/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
1818
depends 'line', '~> 4.5.2'
19-
depends 'nfs', '~> 2.6.4'
19+
depends 'nfs', '~> 5.0.0'
2020
depends 'openssh', '~> 2.10.3'
2121
depends 'pyenv', '~> 3.5.1'
2222
depends 'selinux', '~> 6.0.4'

cookbooks/aws-parallelcluster-install/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
1818
depends 'line', '~> 4.5.2'
19-
depends 'nfs', '~> 2.6.4'
19+
depends 'nfs', '~> 5.0.0'
2020
depends 'openssh', '~> 2.10.3'
2121
depends 'pyenv', '~> 3.5.1'
2222
depends 'selinux', '~> 6.0.4'

cookbooks/aws-parallelcluster-scheduler-plugin/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
1818
depends 'line', '~> 4.5.2'
19-
depends 'nfs', '~> 2.6.4'
19+
depends 'nfs', '~> 5.0.0'
2020
depends 'openssh', '~> 2.10.3'
2121
depends 'pyenv', '~> 3.5.1'
2222
depends 'selinux', '~> 6.0.4'

cookbooks/aws-parallelcluster-slurm/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
1818
depends 'line', '~> 4.5.2'
19-
depends 'nfs', '~> 2.6.4'
19+
depends 'nfs', '~> 5.0.0'
2020
depends 'openssh', '~> 2.10.3'
2121
depends 'pyenv', '~> 3.5.1'
2222
depends 'selinux', '~> 6.0.4'

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
depends 'apt', '~> 7.4.2'
1717
depends 'iptables', '~> 8.0.0'
1818
depends 'line', '~> 4.5.2'
19-
depends 'nfs', '~> 2.6.4'
19+
depends 'nfs', '~> 5.0.0'
2020
depends 'openssh', '~> 2.10.3'
2121
depends 'pyenv', '~> 3.5.1'
2222
depends 'selinux', '~> 6.0.4'

system_tests/bootstrap.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ cp system_tests/image_dna.json /etc/parallelcluster/image_dna.json
3636
LANG=en_US.UTF-8 /opt/cinc/embedded/bin/berks vendor /etc/chef/cookbooks --delete || (echo 'Vendoring cookbook failed.' && exit 1)
3737

3838
# Mock aspects of the system so that recipes run and complete cleanly
39-
mocks=(/etc/init.d/rpc-statd
39+
mocks=(
40+
/etc/init.d/rpc-statd
41+
/etc/init.d/rpc-statd.service
42+
/etc/init.d/nfs-client.target
4043
/etc/init.d/nfs-config.service
44+
/etc/init.d/nfs-kernel-server.service
4145
/usr/local/bin/udevadm
4246
/usr/local/sbin/sysctl
4347
/usr/local/sbin/modprobe)

third-party/THIRD-PARTY-LICENSES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
** apt Cookbook; version 7.4.2 -- https://github.com/sous-chefs/apt
22
** iptables cookbook; version 8.0.0 -- https://github.com/sous-chefs/iptables
33
** line cookbook; version 4.5.2 -- https://github.com/sous-chefs/line
4-
** NFS cookbook; version 2.6.4 -- https://github.com/atomic-penguin/cookbook-nfs
4+
** NFS cookbook; version 5.0.0 -- https://github.com/atomic-penguin/cookbook-nfs
55
** openssh cookbook; version 2.10.3 -- https://github.com/sous-chefs/openssh
66
** pyenv cookbook; version 3.5.1 -- https://github.com/sous-chefs/pyenv
77
** SELinux cookbook; version 6.0.4 -- https://github.com/sous-chefs/selinux

0 commit comments

Comments
 (0)