fix: add slurmdbd connection between ekman and rossby
This commit is contained in:
@@ -90,7 +90,7 @@ configMaps:
|
|||||||
// groups are collections of users having a common scope. A user can be in multiple groups
|
// groups are collections of users having a common scope. A user can be in multiple groups
|
||||||
// groups cannot be composed of groups
|
// groups cannot be composed of groups
|
||||||
"groups": {
|
"groups": {
|
||||||
"group:hpc": [
|
"group:hpc-clusters": [
|
||||||
"ekman",
|
"ekman",
|
||||||
"rossby",
|
"rossby",
|
||||||
],
|
],
|
||||||
@@ -160,7 +160,7 @@ configMaps:
|
|||||||
"group:oceanographer",
|
"group:oceanographer",
|
||||||
"group:manager",
|
"group:manager",
|
||||||
"group:dev",
|
"group:dev",
|
||||||
"group:hpc",
|
"group:hpc-clusters",
|
||||||
],
|
],
|
||||||
"dst": [
|
"dst": [
|
||||||
"mumindalen:0",
|
"mumindalen:0",
|
||||||
@@ -170,6 +170,14 @@ configMaps:
|
|||||||
"ekman-manage:22",
|
"ekman-manage:22",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "accept",
|
||||||
|
"src": [ "group:hpc-clusters" ],
|
||||||
|
"dst": [
|
||||||
|
"ekman-manage:6819",
|
||||||
|
"rossby-manage:6819",
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "accept",
|
"action": "accept",
|
||||||
"src": [ "group:admin" ],
|
"src": [ "group:admin" ],
|
||||||
|
|||||||
Reference in New Issue
Block a user