[opensuse] Minimal autoyast file not working on Tumbleweed
Hi, I'm trying to cook up a minimal autoyast file that I can use while adding openSUSE support to the CentOS CI for the various projects in the (lib)virt ecosystem [0][1]. The attached file works fine for everything except Tumbleweed, where I get the following error None or wrong base product has been defined in the AutoYaST configuration file. Please check the products entry in the software section. Following base products are available: openSUSE-MicroOS (openSUSE MicroOS) openSUSE (openSUSE Tumbleweed) But I can see that 'base', 'minimal_base', and 'yast2_basis' are included in the large list of patterns available to a Tumbleweed installation. Has something changed that would prevent installing Tumbleweed with this small list of patterns? Is there a better autoyast <software> configuration for a minimal system that works across Leap and Tumbleweed? [0] https://ci.centos.org/view/libvirt/ [1] https://libvirt.org/git/?p=libvirt-jenkins-ci.git
22.11.2019 23:04, Jim Fehlig пишет:
Hi,
I'm trying to cook up a minimal autoyast file that I can use while adding openSUSE support to the CentOS CI for the various projects in the (lib)virt ecosystem [0][1]. The attached file works fine for everything except Tumbleweed, where I get the following error
None or wrong base product has been defined in the AutoYaST configuration file. Please check the products entry in the software section.
Following base products are available: openSUSE-MicroOS (openSUSE MicroOS) openSUSE (openSUSE Tumbleweed)
Background of what happens is here: https://bugzilla.opensuse.org/show_bug.cgi?id=1124590#c5
But I can see that 'base', 'minimal_base', and 'yast2_basis' are included in the large list of patterns available to a Tumbleweed installation. Has something changed that would prevent installing Tumbleweed with this small list of patterns? Is there a better autoyast <software> configuration for a minimal system that works across Leap and Tumbleweed?
Probably addition of MicroOS "product" to Tumbleweed repository resulted in ambiguous selection. You need to explicitly select your product in autoinst file (just like control.xml of Tumbleweed installation medium does). I assume it will be <software> <products config:type="list"> <product>openSUSE</product> </products> </software>
[0] https://ci.centos.org/view/libvirt/ [1] https://libvirt.org/git/?p=libvirt-jenkins-ci.git
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
Jim Fehlig