Skip to content

Commit ff52576

Browse files
authored
fix: set the influx-dsn configuration in the **jobbergate-agent** snap (#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.
1 parent 6acfc13 commit ff52576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public-scripts/deploy-democluster.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ runcmd:
108108
- snap set jobbergate-agent oidc-client-secret=$CLIENT_SECRET
109109
- snap set jobbergate-agent task-jobs-interval-seconds=30
110110
- snap set jobbergate-agent x-slurm-user-name=root
111+
- snap set jobbergate-agent influx-dsn=influxdb://slurm:rats@localhost:8086/slurm-job-metrics
111112
- snap start vantage-agent.start
112113
- snap start jobbergate-agent.start
113114
EOF

0 commit comments

Comments
 (0)