add cc-slurm-adapter examples

This commit is contained in:
Michael Panzlaff
2026-03-04 17:25:26 +01:00
parent 59aa0a09bb
commit 238b49bc21
5 changed files with 143 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
{
"ccRestUrl": "https://monitoring.nhr.fau.de",
"ccRestJwt": "XYZ",
"lastRunPath": "/home.local/hpcop/last_run",
"natsServer": "monitoring.nhr.fau.de",
"natsSubject": "tinyx",
"natsUser": "tinyx",
"natsPassword": "XYZ",
"slurmPollInterval": 300,
"ignoreHosts": "^tg0[3-4]\\d$",
"gpuPciAddrs": {
"^tg04[0-9a-z]$" : [
"00000000:02:00.0",
"00000000:03:00.0",
"00000000:82:00.0",
"00000000:83:00.0"
],
"^tg06[0-9a-z]$" : [
"00000000:18:00.0",
"00000000:3B:00.0",
"00000000:86:00.0",
"00000000:AF:00.0"
],
"^tg07[0-9a-z]$" : [
"00000000:18:00.0",
"00000000:3B:00.0",
"00000000:86:00.0",
"00000000:AF:00.0"
],
"^tg08[0-9a-z]$" : [
"00000000:1A:00.0",
"00000000:1B:00.0",
"00000000:3D:00.0",
"00000000:3E:00.0",
"00000000:B1:00.0",
"00000000:B2:00.0",
"00000000:DA:00.0",
"00000000:DB:00.0"
],
"^tg09[0-9a-z]$" : [
"00000000:01:00.0",
"00000000:41:00.0",
"00000000:81:00.0",
"00000000:C1:00.0"
]
}
}