File tree Expand file tree Collapse file tree 2 files changed +14
-21
lines changed
cookbooks/aws-parallelcluster-slurm/test/controls Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1717 - Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6
1818
1919** BUG FIXES**
20- - Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments
21- due to cookbook retrieving GCC dependencies from GCC website rather than ParallelCluster bucket.
20+ - Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments.
2221- Upgrade amazon-efs-utils to version 2.3.1 (from v2.1.0) for non-Amazon Linux AMI's.
2322
24233.13.0
Original file line number Diff line number Diff line change 3535 end
3636end unless os_properties . redhat_on_docker?
3737
38- # FIXME: Re-enabled the following check and fix failures
39- # control 'tag:install_munge_folders_created' do
40- # title 'Munge folder have been created'
41- #
42- # describe file('/var/log/munge') do
43- # it { should exist }
44- # it { should be_directory }
45- # end
46- #
47- # describe file('/etc/munge') do
48- # it { should exist }
49- # it { should be_directory }
50- # end
51- #
52- # describe file('/var/run/munge') do
53- # it { should exist }
54- # it { should be_directory }
55- # end
56- # end unless os_properties.redhat_on_docker?
38+ control 'tag:install_munge_folders_created' do
39+ title 'Munge folder have been created'
40+
41+ describe file ( '/var/log/munge' ) do
42+ it { should exist }
43+ it { should be_directory }
44+ end
45+
46+ describe file ( '/etc/munge' ) do
47+ it { should exist }
48+ it { should be_directory }
49+ end
50+ end unless os_properties . redhat_on_docker?
5751
5852control 'tag:config_munge_service_enabled' do
5953 only_if { node [ 'cluster' ] [ 'scheduler' ] == 'slurm' && !os_properties . redhat_on_docker? }
You can’t perform that action at this time.
0 commit comments