Hi all,
For various reasons I'm rewriting a lot of what koan does in Ruby. I
have to use Ruby to provision my virtual machines from cobbler and
shelling out to Koan is not what I want to do.
I've got the system to pull the system definition from cobbler using the
XMLRPC::get_system_for_koan() call and I'm defining and provisioning the
VMs as well as the storage and this works, however they won't PXE boot.
The VMs are defined by XML and are set to use the network as their boot
medium, they can receive an IP Address but they do not get a file
provided by cobbler despite the MAC Address matching the definition in
Cobbler.
If I use Koan, it works fine, however the XML Files that Koan saves to
disk only have a HDD boot option, not a network one!
Please help before I go home without any hair tonight! ;)
Kind regards,
Matt