-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bdx fixes #33
base: main
Are you sure you want to change the base?
Bdx fixes #33
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…oble 24.04. * use linuxproc instead of cgroup * remove slurmrestd refs and update local script * add oidc-domain config for jobbergate and vantage agent snaps * add --enable to jobbergate and agent start
4da3fe3
to
b4295a1
Compare
- snap set jobbergate-agent oidc-client-id=$CLIENT_ID | ||
- snap set jobbergate-agent oidc-client-secret=$CLIENT_SECRET | ||
- snap set jobbergate-agent oidc-domain=$OIDC_DOMAIN | ||
- snap set jobbergate-agent task-jobs-interval-seconds=30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Matches default. Don't need this line.
- snap set jobbergate-agent oidc-client-secret=$CLIENT_SECRET | ||
- snap set jobbergate-agent oidc-domain=$OIDC_DOMAIN | ||
- snap set jobbergate-agent task-jobs-interval-seconds=30 | ||
- snap set jobbergate-agent x-slurm-user-name=ubuntu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Matches default. Don't need this line.
- snap set vantage-agent oidc-client-id=$CLIENT_ID | ||
- snap set vantage-agent oidc-client-secret=$CLIENT_SECRET | ||
- snap set vantage-agent oidc-domain=$OIDC_DOMAIN | ||
- snap set vantage-agent task-jobs-interval-seconds=30 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Matches default. Don't need this line.
Fix slurm config, remove slurmrestd, update slurm to 23.11 and ubuntu to 24.04.