Bug 927060
Summary: | koan expecting --pxe | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Mohammed Arafa <bugzilla> |
Component: | Server | Assignee: | Stephen Herr <sherr> |
Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.9 | CC: | jpazdziora |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-01 20:23:58 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1484117 |
Description
Mohammed Arafa
2013-03-25 01:52:39 UTC
Your problem is that your koan command needs a --location argument. Normally when provisioning virt guests through Spacewalk you would initiate the kickstart through the Spacewalk webui and then run rhn_check on the host (or just wait for it to automatically happen), not try to manually create the koan command yourself. This has been broken, but is now fixed in Spacewalk nightly and will be released with the next version of Spacewalk. See bug 1109276. When it is released please upgrade to those packages and ensure that you have latest version of koan installed on your virt host (either from EPEL if a RHEL or CentOS system or from Fedora repos if Fedora) and virt guest provisioning should work again. On my system it generates a virt-install command like so: - ['virt-install', '--connect', 'qemu:///system', '--name', 'provisioning-test-1', '--ram', '512', '--vcpus', '1', '--vnc', '--hvm', '--extra-args=ks=http://sherr-spacewalk.usersys.redhat.com/cblr/svc/op/ks/system/sherr-desktop:1:provisioning-test-1 ksdevice=link kssendmac lang= text ', '--location', 'http://sherr-spacewalk.usersys.redhat.com/ty/QphG7fjW/', '--arch', 'x86_64', '--os-variant', 'rhel6', '--disk', 'path=/var/lib/libvirt/images/provisioning-test-1,size=3', '--network', 'bridge=br0', '--mac=00:16:3e:0b:ec:70', '--wait', '0', '--noautoconsole'] *** This bug has been marked as a duplicate of bug 1109276 *** This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |