Skip to content

Commit 2177d12

Browse files
committed
fix: remove deprecated jobcontainertype
1 parent d37e36c commit 2177d12

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

manifests/init.pp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@
164164
# where job completion records are written (DB name, filename...)
165165
# @param jobcomptype [String] Default: 'none'
166166
# Elligible values in ["none", "elasticsearch", "filetxt", "mysql", "script"]
167-
# @param jobcontainertype [String] Default: 'none'
168167
# Elligible values in ['cncu', 'none'] (CNCU = Compute Node Clean Up on Cray)
169168
# @param jobrequeue [Boolean] Default: true
170169
# @param jobsubmitplugins [Array] Default: [ 'lua' ]
@@ -595,7 +594,6 @@
595594
String $jobcomphost = $slurm::params::jobcomphost,
596595
String $jobcomploc = $slurm::params::jobcomploc,
597596
String $jobcomptype = $slurm::params::jobcomptype,
598-
String $jobcontainertype = $slurm::params::jobcontainertype,
599597
Boolean $jobrequeue = $slurm::params::jobrequeue,
600598
Array $jobsubmitplugins = $slurm::params::jobsubmitplugins,
601599
Integer $killwait = $slurm::params::killwait,

manifests/params.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@
188188
$jobcomphost = '' # machine hosting the job completion database
189189
$jobcomploc = 'slurmjobs' # where job completion records are written (DB name, filename...)
190190
$jobcomptype = 'none' # in ["none", "elasticsearch", "filetxt", "mysql", "script"]
191-
$jobcontainertype = 'none' # In ['cncu', 'none'] (CNCU = Compute Node Clean Up on Cray)
192191
$jobrequeue = true
193192
$jobsubmitplugins = ['lua'] #
194193
$killwait = 30 # sec. interval given to a job's processes between the SIGTERM and SIGKILL

templates/slurm.conf.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ JobCompLoc=<%= scope['slurm::jobcomploc'] %>
171171
#JobCompPort=
172172
JobCompType=jobcomp/<%= scope['slurm::jobcomptype'] %>
173173
#JobCompUser=
174-
JobContainerType=job_container/<%= scope['slurm::jobcontainertype'] %>
175174
SlurmctldDebug=<%= scope['slurm::slurmctlddebug'] %>
176175
SlurmctldLogFile=<%= scope['slurm::params::logdir'] %>/slurmctld.log
177176
SlurmdDebug=<%= scope['slurm::slurmddebug'] %>

0 commit comments

Comments
 (0)