Skip to content

Commit

Permalink
fix: set the influx-dsn configuration in the **jobbergate-agent** s…
Browse files Browse the repository at this point in the history
…nap (#27)

This commit modifies the **democluster** **user-data** file in order to
set the configuration `influx-dsn` for the **jobbergate-agent** snap.
This is necessary so the job metric integration is properly started
by the agent.
  • Loading branch information
matheushent authored Jan 15, 2025
1 parent 6acfc13 commit ff52576
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public-scripts/deploy-democluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ runcmd:
- snap set jobbergate-agent oidc-client-secret=$CLIENT_SECRET
- snap set jobbergate-agent task-jobs-interval-seconds=30
- snap set jobbergate-agent x-slurm-user-name=root
- snap set jobbergate-agent influx-dsn=influxdb://slurm:rats@localhost:8086/slurm-job-metrics
- snap start vantage-agent.start
- snap start jobbergate-agent.start
EOF
Expand Down

0 comments on commit ff52576

Please sign in to comment.