Skip to content

Commit

Permalink
add tds configuration information
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfloeder committed Oct 4, 2023
1 parent 0bc6d13 commit cd7dae5
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions config/systems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,49 @@ systems:
rabbits:
rabbit-node-1: { 0: compute-node-3, 1: compute-node-2 } # These computes are physically swapped
rabbit-node-2: { 0: compute-node-4, 1: compute-node-5 }

- name: rabbit-tds
aliases: [htx-tds]
overlays: [dp0, overlays/rabbit]
workers: [tx-k8s-worker]
ports: ["5000-5999"]
rabbits:
x9000c1j7b0n0:
{
0: x9000c1s0b0n0,
1: x9000c1s0b1n0,
2: x9000c1s1b0n0,
3: x9000c1s1b1n0,
4: x9000c1s2b0n0,
5: x9000c1s2b1n0,
6: x9000c1s3b0n0,
7: x9000c1s3b1n0,
8: x9000c1s4b0n0,
9: x9000c1s4b1n0,
10: x9000c1s5b0n0,
11: x9000c1s5b1n0,
12: x9000c1s6b0n0,
13: x9000c1s6b1n0,
14: x9000c1s7b0n0,
15: x9000c1s7b1n0,
}
x9000c3j7b0n0:
{
0: x9000c3s0b0n0,
1: x9000c3s0b1n0,
2: x9000c3s1b0n0,
3: x9000c3s1b1n0,
4: x9000c3s2b0n0,
5: x9000c3s2b1n0,
6: x9000c3s3b0n0,
7: x9000c3s3b1n0,
8: x9000c3s4b0n0,
9: x9000c3s4b1n0,
10: x9000c3s5b0n0,
11: x9000c3s5b1n0,
12: x9000c3s6b0n0,
13: x9000c3s6b1n0,
14: x9000c3s7b0n0,
15: x9000c3s7b1n0,
}

0 comments on commit cd7dae5

Please sign in to comment.