Skip to content

Commit f0f528f

Browse files
himani2411Himani Anil Deshpande
andauthored
Remove unused 3rd party cookbooks (#2866)
* [Dependency] Removing pyenv 3rd party cookbook * [Dependency] Removing apt 3rd party cookbook * [Dependency] Update changelog for removal of apt and pyenv --------- Co-authored-by: Himani Anil Deshpande <[email protected]>
1 parent a21a33e commit f0f528f

File tree

82 files changed

+1
-3881
lines changed

Some content is hidden

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

82 files changed

+1
-3881
lines changed

Berksfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ source chef_repo: "."
77

88
metadata
99

10-
cookbook "apt", path: "./cookbooks/third-party/apt-7.5.22"
1110
cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
1211
cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
1312
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.2"
1413
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.12"
15-
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
1614
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
1715
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"
1816

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
99
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
1010
- Upgrade `aws-cfn-bootstrap` to version 2.0-32.
1111
- Upgrade amazon-efs-utils to version 2.1.0.
12+
- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3.
1213

1314
3.12.0
1415
------

cookbooks/aws-parallelcluster-awsbatch/Berksfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ cookbook "aws-parallelcluster-computefleet", path: "../aws-parallelcluster-compu
1212
cookbook "aws-parallelcluster-tests", path: "../aws-parallelcluster-tests"
1313
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"
1414

15-
cookbook "apt", path: "../third-party/apt-7.5.22"
1615
cookbook "iptables", path: "../third-party/iptables-8.0.0"
1716
cookbook "line", path: "../third-party/line-4.5.13"
1817
cookbook "nfs", path: "../third-party/nfs-5.1.2"
1918
cookbook "openssh", path: "../third-party/openssh-2.11.12"
20-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
2119
cookbook "yum", path: "../third-party/yum-7.4.13"
2220
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-awsbatch/metadata.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
chef_version '>= 18'
1010
version '3.13.0'
1111

12-
depends 'apt', '~> 7.5.22'
1312
depends 'iptables', '~> 8.0.0'
1413
depends 'nfs', '~> 5.1.2'
1514
depends 'line', '~> 4.5.13'
1615
depends 'openssh', '~> 2.11.12'
17-
depends 'pyenv', '~> 4.2.3'
1816
depends 'yum', '~> 7.4.13'
1917
depends 'yum-epel', '~> 5.0.2'
2018
depends 'aws-parallelcluster-shared', '~> 3.13.0'

cookbooks/aws-parallelcluster-computefleet/Berksfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ metadata
55
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
66

77
# for shared cookbook
8-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
98
cookbook "yum", path: "../third-party/yum-7.4.13"
109
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-entrypoints/Berksfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ cookbook "aws-parallelcluster-platform", path: "../aws-parallelcluster-platform"
99
cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
1010
cookbook "aws-parallelcluster-slurm", path: "../aws-parallelcluster-slurm"
1111

12-
cookbook "apt", path: "../third-party/apt-7.5.22"
1312
cookbook "iptables", path: "../third-party/iptables-8.0.0"
1413
cookbook "line", path: "../third-party/line-4.5.13"
1514
cookbook "nfs", path: "../third-party/nfs-5.1.2"
1615
cookbook "openssh", path: "../third-party/openssh-2.11.12"
17-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1816
cookbook "yum", path: "../third-party/yum-7.4.13"
1917
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"
2018

cookbooks/aws-parallelcluster-environment/Berksfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ cookbook "nfs", path: "../third-party/nfs-5.1.2"
1010
cookbook "line", path: "../third-party/line-4.5.13"
1111

1212
# for shared cookbook
13-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1413
cookbook "yum", path: "../third-party/yum-7.4.13"
1514
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-platform/Berksfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ cookbook "aws-parallelcluster-shared", path: "../aws-parallelcluster-shared"
77
cookbook "line", path: "../third-party/line-4.5.13"
88

99
# for shared cookbook
10-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
1110
cookbook "yum", path: "../third-party/yum-7.4.13"
1211
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-shared/Berksfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ source chef_repo: "."
44

55
metadata
66

7-
cookbook "pyenv", path: "../third-party/pyenv-4.2.3"
87
cookbook "yum", path: "../third-party/yum-7.4.13"
98
cookbook "yum-epel", path: "../third-party/yum-epel-5.0.2"

cookbooks/aws-parallelcluster-shared/metadata.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
chef_version '>= 18'
1010
version '3.13.0'
1111

12-
depends 'pyenv', '~> 4.2.3'
1312
depends 'yum', '~> 7.4.13'
1413
depends 'yum-epel', '~> 5.0.2'

0 commit comments

Comments
 (0)