Skip to content

Commit

Permalink
Remove mysql_repo resource
Browse files Browse the repository at this point in the history
The package provided by mysql to configure mysql-repos ships a key
that will eventually expire and cause errors during an apt-update
since the verification of the repositories will fail.
We are going to remove it since the benefit of having it configured
in the AMI weight less than the negative aspects.

Signed-off-by: Nicola Sirena <[email protected]>
  • Loading branch information
NSsirena committed Dec 21, 2023
1 parent 3617095 commit d9be6ad
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 248 deletions.
9 changes: 0 additions & 9 deletions cookbooks/aws-parallelcluster-slurm/kitchen.slurm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ suites:
- /mysql_client/
attributes:
resource: mysql_client
- name: mysql_repo_add
run_list:
- recipe[aws-parallelcluster-tests::setup]
- recipe[aws-parallelcluster-tests::test_resource]
verifier:
controls:
- tag:install_mysql_repo_added
attributes:
resource: mysql_repo:add
- name: munge
run_list:
- recipe[aws-parallelcluster-tests::setup]
Expand Down
1 change: 0 additions & 1 deletion cookbooks/aws-parallelcluster-slurm/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

dns_domain "Install dns related packages"
mysql_client 'Install mysql client'
mysql_repo 'Configure mysql repository'
include_recipe 'aws-parallelcluster-slurm::install_jwt'
include_recipe 'aws-parallelcluster-slurm::install_pmix'
munge 'Install munge' do
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit d9be6ad

Please sign in to comment.