| Summary: | Explicitly document adding virsh based VMs to Beaker | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Nick Coghlan <ncoghlan> |
| Component: | Doc | Assignee: | beaker-dev-list |
| Status: | CLOSED WONTFIX | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 0.14 | CC: | jdanek, qwan, tflink, tools-bugs |
| Target Milestone: | future_maint | Keywords: | Documentation, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1004622 | Environment: | |
| Last Closed: | 2020-10-21 14:12:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1004622 | ||
| Bug Blocks: | |||
|
Description
Nick Coghlan
2013-11-27 06:37:43 UTC
Something else to cover in the doc: the guests should have a serial console (not a virtio-console!) and then set console=ttyS0 in install options. The "Setting up a Beaker test bed" guide assumes that the server, lab controller and the test VMs are all on the same network. However, if the test VMs are on a different host and using NAT, it is also needed to load the "nf_nat_tftp" module ("modprobe nf_nat_tftp") on the libvirt host to allow the guests to PXE boot successfully from the lab controller's tftp server.
[1] https://beaker-project.org/dev/guide/virtual-fedora/#setup-lab-controller
(In reply to Amit Saha from comment #3) > The "Setting up a Beaker test bed" guide assumes that the server, lab > controller and the test VMs are all on the same network. s/network/libvirt host |