James Fehlig changed bug 1123699
What Removed Added
CC   carnold@suse.com

Comment # 4 on bug 1123699 from
(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.


You are receiving this mail because: