Skip to content

Commit

Permalink
Fix slurm_job_exporter::version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Apr 11, 2024
1 parent 846659a commit 19a6b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ 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::metrics::slurm_job_exporter::version: 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
profile::userportal::server::db_port: 3306
profile::userportal::install_tarball::version: 1.0.2
profile::userportal::slurm_jobscripts::api_url: "http://%{lookup('terraform.tag_ip.portal.0')}:9000"
profile::userportal::slurm_jobscripts::token: "%{alias('profile::userportal::server::root_api_token')}"
profile::userportal::slurm_jobscripts::token: "%{alias('profile::userportal::server::root_api_token')}"

0 comments on commit 19a6b6e

Please sign in to comment.