oxidecomputer / oxidecomputer/console
Add default VPCs, subnets, etc. to mock db to reflect saga defaults
@charliepark is already working on this.
Since Jan 29, 2026.
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 22
- Avg merge
- 19h 42m
- Merged PRs (30d)
- 32
Description
When creating a new project, nexus has some default resources that it creates for the user. Because these don't happen in the app layer, the mock service worker skips over them, so the new project experience in the local version of console doesn't reflect the real experience. It'd be nice if it were closer to the real thing, possibly just with our adding default values in the mock db.
More details at https://github.com/oxidecomputer/omicron/blob/main/nexus/defaults/src/lib.rs, or in the _create files in https://github.com/oxidecomputer/omicron/blob/main/nexus/src/app/sagas, but here are some screenshots:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.