Split configuration of infiniband node-type into in/out section
Recently, we started dividing the configuration of node-types into two sections:
nodes = {
ib1 = {
in = {
local = "..."
},
out = {
remote = "..."
}
}
}