Skip to content

Commit

Permalink
Bump slurm_job_exporter to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Aug 22, 2023
1 parent 526324f commit f73e912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ profile::reverse_proxy::subdomains:
profile::jupyterhub::hub::register_url: "https://mokey.%{lookup('terraform.data.domain_name')}/auth/signup"
profile::jupyterhub::hub::reset_pw_url: "https://mokey.%{lookup('terraform.data.domain_name')}/auth/forgotpw"

profile::metrics::slurm_job_exporter: 0.2.0
profile::userportal::server::prometheus_ip: "%{alias('terraform.tag_ip.mgmt.0')}"
profile::userportal::server::prometheus_port: 9090
profile::userportal::server::db_ip: 127.0.0.1
Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/metrics.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# - job power gpu
# This exporter needs to run on compute nodes.
# @param version The version of the slurm job exporter to install
class profile::metrics::slurm_job_exporter (String $version = '0.0.10') {
class profile::metrics::slurm_job_exporter (String $version) {
consul::service { 'slurm-job-exporter':
port => 9798,
tags => ['slurm-job-exporter'],
Expand Down

0 comments on commit f73e912

Please sign in to comment.