Promote InfraHouse repo/key convergence to sandbox#279
Merged
Conversation
Copy profile::infrahouse_repo (+ converge-infrahouse-keyring.sh) into environments/sandbox/modules/profile, byte-identical to the development version, and wire the include into sandbox's profile::base. Phase 1 (development) validated on jumphost-sincere-crawdad and a from-zero instance (ip-10-1-100-168): in-sync no-op, source list byte-identical, keyring == published bundle, rewrite path self-heals, apt-get update clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
infrahouse8
approved these changes
Jul 4, 2026
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.
Phase 2 of the keyring convergence plan: promote
profile::infrahouse_repofrom development to sandbox.What
manifests/infrahouse_repo.ppandfiles/converge-infrahouse-keyring.shintoenvironments/sandbox/modules/profile— byte-identical to the development version.include 'profile::infrahouse_repo'into sandbox'sprofile::base.No behavior change vs. #278; this just extends the same convergence to sandbox nodes.
Phase 1 (development) results carried in
Validated on
jumphost-sincere-crawdadand a from-zero instance (ip-10-1-100-168):keyring == published bundle(curl … | gpg --dearmor | cmp).apt-get updateclean (noEXPKEYSIG/NO_PUBKEY).Note
The live
release-noblebundle is still single-key; this class is necessary-but-not-sufficient for the rotation until the upstream new key is published into the bundle.🤖 Generated with Claude Code