File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
cookbooks/aws-parallelcluster-platform/recipes Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1414include_recipe "aws-parallelcluster-platform::sudo_install"
1515include_recipe "aws-parallelcluster-platform::users"
1616include_recipe "aws-parallelcluster-platform::disable_services"
17+ bash "Check kernel" do
18+ code <<-CODE
19+ set -ex
20+ uname -a
21+ yum info kernel-modules-extra-aws infiniband-diags libibumad
22+ yum provides kernel-modules-extra-aws infiniband-diags libibumad
23+ CODE
24+ end
1725package_repos 'setup the repositories'
26+ bash "Check kernel" do
27+ code <<-CODE
28+ set -ex
29+ uname -a
30+ yum info kernel-modules-extra-aws infiniband-diags libibumad
31+ yum provides kernel-modules-extra-aws infiniband-diags libibumad
32+ CODE
33+ end
1834include_recipe "aws-parallelcluster-platform::directories"
1935install_packages 'Install OS and extra packages'
36+ bash "Check kernel" do
37+ code <<-CODE
38+ set -ex
39+ uname -a
40+ yum info kernel-modules-extra-aws infiniband-diags libibumad
41+ yum provides kernel-modules-extra-aws infiniband-diags libibumad
42+ CODE
43+ end
2044include_recipe "aws-parallelcluster-platform::cookbook_virtualenv"
2145include_recipe "aws-parallelcluster-platform::awscli"
2246unless alinux2023_on_docker? # Running this recipe on Alinux 2023 docker generates false failure.
You can’t perform that action at this time.
0 commit comments