-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
49 lines (45 loc) · 1.19 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
options:
# Resource URL
base-api-url:
type: string
default: ""
description: |
The Vantage API URL
# Slurm related setings
scontrol-path:
type: string
default: "/usr/bin/scontrol"
description: |
Absolute path to the scontrol command
# Auth related settings
oidc-domain:
type: string
default: ""
description: |
Domain for the OIDC provider API where auth tokens will be fetched
oidc-client-id:
type: string
default: ""
description: |
The ID for the OIDC provider app client to which tokens will be issued
oidc-client-secret:
type: string
default: ""
description: |
The secret key for the OIDC provider app client to which tokens will be issued
task-jobs-interval-seconds:
type: int
default: 30
description: |
The interval in seconds at which the agent will run internal jobs
task-self-update-interval-seconds:
type: int
default: 30
description: |
The interval in seconds at which the agent will check for version updates
# Other settings
cache-dir:
type: string
default: "/var/cache/vantage-agent"
description: |
Absolute path to the cache directory