Hi all,
Just finished fresh installation of Foreman 1.16.
Now I want to import some VMs from my libvirt node as foreman hosts. I was able to configure compute resource and can see desired VM in the list. But when I press “Actions” -> “Import” the error appears:
Call to virNetworkGetBridgeName failed: internal error: network '<libvirt network name>' does not have a bridge name.
Which is absolutely correct. This network is a group of forwarded virtual functions from my NIC. Its xml looks like this:
<network>
<name>vf-pool</name>
<forward mode='hostdev' managed='yes'>
<pf dev='eth0'/>
</forward>
</network>
But VM is not imported.
Is this a bug or some kind of misconfiguration on my side?
Thanks!