Wire up public API for managing subnet pools#9744
Conversation
b083f99 to
69c4356
Compare
- Typos and comments around API changes, more descriptive version name - Remove unneeded conversions - Add test for adding members of a mismatched version to a subnet pool - Fix overlap in demo IP / Subnet pool ranges
|
Still planning on doing this part? Looks like kind of a lot of stuff on the member struct.
|
|
Well that's fun. Looks like we hit a 2h timeout, presumably in Buildomat, and the whole job was killed. I'm rerunning it. |
Did I not do that? I'm very confused. The latest commit in my branch is: If you click on "Commits" above, you get to this list, which has those exact hashes. Browsing the repo at that point and getting to the right file shows: omicron/nexus/types/src/external_api/views.rs Lines 480 to 497 in 1822c4c Am I missing something? |
| rqctx: RequestContext<Self::Context>, | ||
| path_params: Path<params::SubnetPoolPath>, | ||
| query_params: Query<PaginatedByNameOrId>, | ||
| query_params: Query<SubnetPoolMemberPaginationParams>, |
There was a problem hiding this comment.
Yeah, we're sorting by IP subnet.


Uh oh!
There was an error while loading. Please reload this page.