Skip to content

Commit 40bec7c

Browse files
author
Himani Anil Deshpande
committed
Deprecate support for Ubuntu 20
1 parent 4bdeb90 commit 40bec7c

File tree

47 files changed

+41
-254
lines changed

Some content is hidden

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

47 files changed

+41
-254
lines changed

.github/workflows/dokken-system-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
os:
3232
- alinux2
3333
- alinux-2023
34-
- ubuntu2004
3534
- ubuntu2204
3635
- ubuntu2404
3736
- rhel8

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
99
**ENHANCEMENTS**
1010
- Remove UnkillableStepTimeout from slurm.conf and let slurm set this value.
1111

12+
**CHANGES**
13+
- Ubuntu 16.04 is no longer supported.
14+
1215
3.13.0
1316
------
1417
**ENHANCEMENTS**

cookbooks/aws-parallelcluster-environment/resources/cloudwatch/cloudwatch_ubuntu20+.rb renamed to cookbooks/aws-parallelcluster-environment/resources/cloudwatch/cloudwatch_ubuntu22+.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1414
# See the License for the specific language governing permissions and limitations under the License
1515
provides :cloudwatch, platform: 'ubuntu' do |node|
16-
node['platform_version'].to_i >= 20
16+
node['platform_version'].to_i >= 22
1717
end
1818

1919
use 'partial/_cloudwatch_common'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1414
# See the License for the specific language governing permissions and limitations under the License
1515
provides :ec2_udev_rules, platform: 'ubuntu' do |node|
16-
node['platform_version'].to_i >= 20
16+
node['platform_version'].to_i >= 22
1717
end
1818

1919
unified_mode true

cookbooks/aws-parallelcluster-environment/resources/efa/efa_ubuntu20+.rb renamed to cookbooks/aws-parallelcluster-environment/resources/efa/efa_ubuntu22+.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1414
# See the License for the specific language governing permissions and limitations under the License
1515
provides :efa, platform: 'ubuntu' do |node|
16-
node['platform_version'].to_i >= 20
16+
node['platform_version'].to_i >= 22
1717
end
1818

1919
unified_mode true

cookbooks/aws-parallelcluster-environment/resources/efs/efs_ubuntu20+.rb renamed to cookbooks/aws-parallelcluster-environment/resources/efs/efs_ubuntu22+.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and limitations under the License.
1515

1616
provides :efs, platform: 'ubuntu' do |node|
17-
node['platform_version'].to_i >= 20
17+
node['platform_version'].to_i >= 22
1818
end
1919

2020
use 'partial/_get_package_version_dpkg'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and limitations under the License.
1414

1515
provides :ephemeral_drives, platform: 'ubuntu' do |node|
16-
node['platform_version'].to_i >= 20
16+
node['platform_version'].to_i >= 22
1717
end
1818

1919
use 'partial/_ephemeral_drives_common.rb'

cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_ubuntu20+.rb renamed to cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_ubuntu22+.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and limitations under the License.
1515

1616
provides :lustre, platform: 'ubuntu' do |node|
17-
node['platform_version'].to_i >= 20
17+
node['platform_version'].to_i >= 22
1818
end
1919

2020
unified_mode true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
1414
# See the License for the specific language governing permissions and limitations under the License
1515
provides :network_service, platform: 'ubuntu' do |node|
16-
node['platform_version'].to_i >= 20
16+
node['platform_version'].to_i >= 22
1717
end
1818

1919
unified_mode true

cookbooks/aws-parallelcluster-environment/resources/nfs/nfs_ubuntu20.rb

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)