[RFD 621 2/n] switch to Tufaceous v2 in Wicket and Installinator#10755
Open
iliana wants to merge 5 commits into
Open
[RFD 621 2/n] switch to Tufaceous v2 in Wicket and Installinator#10755iliana wants to merge 5 commits into
iliana wants to merge 5 commits into
Conversation
Collaborator
Author
|
On berlin, uploaded the (v1) repo to Nexus and ran {
"components_by_release_version": {
"21.0.0-0.local+git46fbd8adcfa": 87
},
"suspended": false,
"target_release": {
"time_requested": "2026-07-06T22:35:08.640751Z",
"version": "21.0.0-0.local+git46fbd8adcfa"
},
"time_last_step_planned": "2026-07-06T22:38:15.024838Z"
} |
update-common is used to validate that repositories generated by releng are usable. we want to keep this code around beyond the release, so it's better to remove update-common deps as we switch things over to tufaceous v2.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This replaces Tufaceous v1 with Tufaceous v2 in Wicket, Installinator, and a couple of other crates. Closes #10733.
This PR is independent of (but somewhat useless without) #10676.
Most of the diff is like-for-like replacement but I did do a minor refactor to Installinator that greatly simplifies the code for downloading all of the artifacts listed in the Installinator document.
I manually tested this on berlin using the following procedure:
cargo xtask releng, and copied both the generatedrepo.zipandrepo-v2.zipto castle.repo.zipto sled 16 and installed to sled 14.repo.zipto sled 14 and installed to sled 16.repo-v2.zipto 16 and installed to sleds 15 and 17.This testing went well, and everything behaved as expected. However when I went to initialize the control plane I realized that the zone tarball names were wrong in the v2 repo. I fixed that and used Wicket to deploy the new
repo-v2.zipto all of the sleds, and the control plane successfully came up.