Conversation
Replace the Packer-based VyOS image build with the official vyos-build toolchain. This approach bakes the gateway configuration directly into the image via build flavors, eliminating the need for KVM/QEMU nested virtualization and brittle keystroke automation. New files: - vyos-build/build-flavors/gateway.toml: Build flavor with config - vyos-build/scripts/generate-flavor.sh: Injects SSH credentials - vyos-build/scripts/build.sh: Container build orchestration - .github/workflows/vyos-build.yml: New CI workflow The Packer workflow is deprecated but preserved for reference. Closes HOM-23 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updates all architecture documentation and bootstrap scripts to reflect the migration from Packer to the vyos-build toolchain for VyOS gateway image creation. - B_bootstrap_procedure.md: Updated prerequisites, workflow steps - 06_runtime_view.md: Updated VyOS image source reference - 07_deployment_view.md: Updated deployment method reference - 02_tinkerbell_provisioning.md: Updated provisioning description - 007_image_pipeline_s3_intermediary.md: Updated ADR context - build-vyos-image.sh: Rewrote to use Docker-based vyos-build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updates runbook and script descriptions in the directory tree to reference vyos-build instead of Packer. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix permission denied errors when finding .raw output file - Search in vyos-build root directory first (where build-vyos-image places it) - Add better debugging output for troubleshooting - Remove temporary PR trigger used for testing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove all Packer-based VyOS image build code now that vyos-build toolchain is fully implemented and tested. This includes deleting the packer directory, workflow, and updating all documentation references to reflect the new build approach. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
vyos-buildtoolchainvyos/vyos-build:current) with TOML build flavorsdefault_configChanges
New Files
infrastructure/network/vyos/vyos-build/- Build flavor, scripts, and documentation.github/workflows/vyos-build.yml- New CI workflow for building VyOS imagesModified Files
.github/workflows/packer-vyos.yml- Marked as deprecatedbootstrap/genesis/scripts/build-vyos-image.sh- Rewritten for vyos-buildTest plan
bootstrap/genesis/scripts/build-vyos-image.shCloses HOM-23
🤖 Generated with Claude Code