cobbler / koan

koan - kickstart over a network
https://koan.readthedocs.io/en/latest/
GNU General Public License v2.0
42 stars 32 forks source link

Ability to set virt NIC model #38

Open jantman opened 11 years ago

jantman commented 11 years ago

We've got a bunch of VMs running under kvm/libvirt with CentOS 5.5 guest OS that drop packets using the default realtek driver, but work fine using virtio. Right now this is a manual libvirt change after cobbler/koan install.

It would be great if this setting (it's the element in the section of the libvirt XML) was exposed via koan and cobbler, so it could be set correctly at install time instead of a manual hack.

jantman commented 11 years ago

I haven't tested it yet, but it looks like in current master, koan does respect a --qemu-net-type argument at the command line. So assuming that's true (which I need to test...) it looks like all that's needed is for cobbler to have a field for this data, and expose it to koan.