Bug 1457846
| Summary: | [Doc-Bug] add more steps while installing RHVH from kickstart file PXE boot. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ulhas Surse <usurse> |
| Component: | rhev-hypervisor-ng | Assignee: | Ryan Barry <rbarry> |
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0.7 | CC: | dfediuck, ylavi |
| Target Milestone: | --- | Flags: | lsvaty:
testing_plan_complete-
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-08 06:49:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Docs | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ulhas Surse
2017-06-01 12:14:26 UTC
The recommended method for PXE is to extract the RPM on another system and host the squashfs file directly, with: liveimg --url http://..... The existing KS (and %pre script) are intended as a way to do it in one step from the ISO, not as a universal kickstart. Hello Ryan, Thanks for the quick update. My bad i did not attached the document link in previous update. Here it is: https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.1/html/installation_guide/advanced_rhvh_install So in the document, these steps should be mentioned/ modified. Hey Ulhas - This is documented in your link, including an example KS which would not require a %pre script to fetch and extract. The example kickstart in section 6.1 works as-is. The squashfs should be hosted elsewhere. If they want to host it locally, a %pre script can be used to fetch and extract (or use it from a local disk partition). The RHV documentation cannot cover every use of kickstart, though. |