Alex Wood wrote: > Greetings, > > I'm using the Genome project ( http://fedorahosted.org/genome ) to > manage a set of VMs. Genome uses Cobbler's XMPRPC API to create a > profile for a system before using Koan to create the system. > > Recently I upgraded to Cobbler 1.6.3. Afterwards, machines that were > Koan'ed were unable to download their kickstart files. It turns out > that the Cobbler system profile for those machines did not have a > network interface configured. Previously, in Cobbler 1.1.1, an > interface was configured by default. >
VMs created with system records need to explicitly add one, this is intended. There are internals reasons for not creating an "eth0" by default, and these spill over into the virt space. If you koan by profile, you'll get an interface for free. > Is there anyway to edit a profile such that all systems descended from > it will have a network interface already configured? Otherwise, the > alternative is me having to patch the XMLRPC calls in Genome to create > the interface when the system is created. > Yes, you need to fix Genome to where it creates at least one interface. > ------------------ > Regards, > Alex Wood > > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
