File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
cookbooks/aws-parallelcluster-platform Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ required /usr/local/lib/slurm/spank_pyxis.so runtime_path=/opt/parallelcluster/shared/pyxis
Original file line number Diff line number Diff line change 6969 retry_delay 5
7070 end
7171
72- template "#{ node [ 'cluster' ] [ 'slurm' ] [ 'install_dir' ] } /etc/plugstack.conf.d/pyxis.conf " do
73- source 'pyxis/pyxis.conf.erb '
72+ cookbook_file "#{ node [ 'cluster' ] [ 'slurm' ] [ 'install_dir' ] } /etc/plugstack.conf.d/pyxis.conf" do
73+ source 'pyxis/pyxis.conf'
7474 cookbook 'aws-parallelcluster-platform'
7575 owner 'root'
7676 group 'root'
77- mode '0755' # TODO: Chnage the permission
77+ mode '0755'
7878 end
7979
80+ # template "#{node['cluster']['slurm']['install_dir']}/etc/plugstack.conf.d/pyxis.conf " do
81+ # source 'pyxis/pyxis.conf.erb'
82+ # cookbook 'aws-parallelcluster-platform'
83+ # owner 'root'
84+ # group 'root'
85+ # mode '0755' # TODO: Chnage the permission
86+ # end
87+
8088 bash "Configure Pyxis" do
8189 user 'root'
8290 code <<-PYXIS_CONFIGURE
You can’t perform that action at this time.
0 commit comments