-
Notifications
You must be signed in to change notification settings - Fork 45
[nexus] Support allocating external IP addresses for internal services #1611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for finding / fixing the idempotency edge case, and the tests look great! I've got a few questions around constraints and the new IpSource
field.
All comments addressed - this should be ready for re-review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent, thanks for taking another pass. Looks great!
Crucible changes are: Add early rejection of IOs if too many Downstairs are inactive (#1565) Fix missing write stats in Oximeter. (#1617) Shrink replay buffer (#1616) Update tokio to 1.40 (#1611) Propolis changes are: crates: move host CPUID queries from cpuid-gen to cpuid-utils (#843) --------- Co-authored-by: Alan Hanson <alan@oxide.computer>
Extends the allocation of external IPs to also support "service IPs", which are not associated with instances.
instance_external_ip
table to let the project be optional. A "service IP" is one where the project and instance IDs are both "NULL".Part of #1530
Fixes #1610