Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use opctx_alloc in start saga to query boundary switches
Finding boundary switches requires fleet access; use the special instance- allocation context to do this (this context was already used for sled lookups earlier in the relevant saga step). This wasn't previously a problem because the instance create saga was responsible for configuring NAT configuration, and it received a boundary switch list as a saga parameter, which list was also provided by querying using the instance allocation context.
- Loading branch information