Skip to content

Commit 057851b

Browse files
authored
(4/5) [nexus] Consider Affinity/Anti-Affinity Groups during instance placement (#7446)
Pulled out of #7076 Modifies the instance placement logic to consider affinity and anti-affinity groups. This is still technically "internal-only", because the HTTP endpoints to create affinity groups are, as of this PR, still unimplemented.
1 parent 090f774 commit 057851b

File tree

6 files changed

+2031
-24
lines changed

6 files changed

+2031
-24
lines changed

nexus/db-queries/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ futures.workspace = true
2525
internal-dns-resolver.workspace = true
2626
internal-dns-types.workspace = true
2727
ipnetwork.workspace = true
28+
itertools.workspace = true
2829
macaddr.workspace = true
2930
oxnet.workspace = true
3031
paste.workspace = true

0 commit comments

Comments
 (0)