Skip to content
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

[reconfigurator][support-bundles] Choose datasets for support bundles from current blueprint #7330

Closed
wants to merge 3 commits into from

Conversation

jgallagher
Copy link
Contributor

This is an incremental step towards #6998: we want to transition the dataset table to exclusively-for-crucible, so this removes one consumer of it.

The bulk of the diff is adding a couple of diesel extensions, heavily derived from ApplyBlueprintZoneFilterExt. (One is a literal copy/paste then s/zone/dataset/g.) The other is a helper to filter a few of the blueprint tables down to just the current target blueprint, which both this query and the other query-the-blueprint consumer we have today wants (the VPC code, which changes here to use the new helper).

@jgallagher
Copy link
Contributor Author

After much discussion, I'm closing this because it introduces an unfortunate flake opportunity: we could pick a dataset from the blueprint that hasn't yet been created, since blueprints represent intended state. RFD 541 will expand on this.

@jgallagher jgallagher closed this Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant