Skip to content

Commit

Permalink
Bump slurm-autoscale-tfe to 0.3.0 and move logs in one file
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Sep 8, 2023
1 parent f66f9ec commit adc51fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ profile::freeipa::mokey::access_tags: "%{alias('profile::users::ldap::access_tag

profile::slurm::base::slurm_version: '21.08'
profile::slurm::base::os_reserved_memory: 512
profile::slurm::controller::autoscale_version: '0.2.3'
profile::slurm::controller::autoscale_version: '0.3.0'

profile::accounts::project_regex: '(ctb|def|rpp|rrg)-[a-z0-9_-]*'
profile::users::ldap::access_tags: ['login:sshd', 'node:sshd', 'proxy:jupyterhub-login']
Expand Down
4 changes: 2 additions & 2 deletions site/profile/manifests/slurm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
source /etc/slurm/env.secrets
export PATH=\$PATH:/opt/software/slurm/bin
${autoscale_env_prefix}/bin/slurm_resume \$@
} &>> /var/log/slurm/slurm_resume.log
} &>> /var/log/slurm/slurm_autoscale.log
|EOT
}

Expand All @@ -486,7 +486,7 @@
source /etc/slurm/env.secrets
export PATH=\$PATH:/opt/software/slurm/bin
${autoscale_env_prefix}/bin/slurm_suspend \$@
} &>> /var/log/slurm/slurm_suspend.log
} &>> /var/log/slurm/slurm_autoscale.log
|EOT
}

Expand Down

0 comments on commit adc51fb

Please sign in to comment.