http://bugzilla.opensuse.org/show_bug.cgi?id=1123699 http://bugzilla.opensuse.org/show_bug.cgi?id=1123699#c5 --- Comment #5 from Charles Arnold <carnold@suse.com> --- (In reply to James Fehlig from comment #4)
(In reply to Alexander Graul from comment #2)
I'd like to forward this question to the maintainer of the openQA test that fails due to not meeting this expectation (https://openqa.opensuse.org/tests/841756/modules/yast_virtualization/steps/ 1/src
It looks like this script configures a bridge with yast.
https://openqa.opensuse.org/tests/841756/modules/virt_install/steps/1/src).
And this script doesn't explicitly specify a '--network' option, which according to the virt-install man page gives you:
"If this option is omitted a single NIC will be created in the guest. If there is a bridge device in the host with a physical interface enslaved, that will be used for connectivity. Failing that, the virtual network called "default" will be used. This option can be specified multiple times to setup more than one NIC."
So it seems virt-install should find the bridge created by yast and use it. Apparently that is not the case since it instead uses the inactive default network.
I think it is possible that 'yast2 virtualization' (yast2-vm) is failing to create a bridge. If so, the problem is likely in the yast2-network code because the yast2-vm code is very simple and just calls into yast2-network to do the bridge creation. A simple 'ip addr' on the host would confirm if a bridge is present. -- You are receiving this mail because: You are on the CC list for the bug.