Skip to content

Commit

Permalink
Move rabbit-node-2 into dp1a cluster, remove htx-2 cluster (#80)
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Floeder <[email protected]>
  • Loading branch information
ajfloeder authored Jul 17, 2023
1 parent 9fe6928 commit 96a37eb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/systems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,9 @@ systems:
3: rabbit-dev-cn-04,
}
- name: rabbit-htx
aliases: [dp1, dp1a]
aliases: [dp1, dp1a, htx-1]
overlays: [dp0, overlays/rabbit]
workers: [rabbit-k8s-worker]
rabbits:
rabbit-node-0: { 0: compute-node-0, 1: compute-node-1 }
rabbit-node-1: { 0: compute-node-3, 1: compute-node-2 } # These computes are physically swapped
- name: rabbit-htx-2
aliases: [htx-2]
overlays: [dp0, overlays/rabbit]
workers: [rabbit-compute-5]
rabbits:
rabbit-node-2: { 0: compute-node-4, 1: compute-node-5 }

0 comments on commit 96a37eb

Please sign in to comment.