fix: add slurmdbd connection between ekman and rossby

This commit is contained in:
2025-09-25 14:17:45 +02:00
parent 4fd7246692
commit 0a1b27e2d3
+10 -2
View File
@@ -90,7 +90,7 @@ configMaps:
// groups are collections of users having a common scope. A user can be in multiple groups
// groups cannot be composed of groups
"groups": {
"group:hpc": [
"group:hpc-clusters": [
"ekman",
"rossby",
],
@@ -160,7 +160,7 @@ configMaps:
"group:oceanographer",
"group:manager",
"group:dev",
"group:hpc",
"group:hpc-clusters",
],
"dst": [
"mumindalen:0",
@@ -170,6 +170,14 @@ configMaps:
"ekman-manage:22",
]
},
{
"action": "accept",
"src": [ "group:hpc-clusters" ],
"dst": [
"ekman-manage:6819",
"rossby-manage:6819",
]
},
{
"action": "accept",
"src": [ "group:admin" ],