docs(appliance): install-paths guide — which artifact, which hypervisor#534
Merged
Conversation
…ick-start From the v0.17.0 dogfood. appliance-libvirt.md gains a 'Pick your path' table (VirtualBox/VMware → generic OVA wizard; libvirt/Proxmox → native qcow2; OVA-on- libvirt → use qcow2 or hand-convert, virt-v2v noted as overkill), a copy-paste qcow2 zero-config quick-start (unxz → virt-install --import) with the --import gotcha called out, the zero-config first-boot walkthrough, and the bootstrap-seed convergence note (ADR-103/119). Troubleshooting gains the OVA-won't-import and bare-positional --import entries. README first-boot cross-links the path table.
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.
What
Documents the appliance install paths, straight from the
v0.17.0dogfood. Closes the third of the three threads.docs/self-host/appliance-libvirt.md— new "Pick your path" section up top:virt-install --import); OVA-on-libvirt → use the qcow2 or hand-convert (virt-v2vnoted as overkill — a heavy guest-conversion tool for an already-KVM-native image).unxz→virt-install --import), with the--import-still-needs-the-VM-definition gotcha called out (the "unrecognized arguments" trap) + GUI "Import existing disk image" / Debian 12.:3000, creds on console/kg-credentials.txt) and the bootstrap-seed convergence note (operator.sh upgradekeeps it current — ADR-103/119).--import file.qcow2→ unrecognized arguments".appliance/README.md— first-boot cross-links the path table so a README reader gets steered to the right artifact.Why
The dogfood proved the qcow2 is the native, easy path on libvirt (the OVA is friction there), that virt-v2v is the wrong tool, and that zero-config first boot Just Works — but none of that was written down. This captures it for the next person.
Test
doclint + link_check: 0/0 (new anchors + ADR links resolve).