Bugzilla – Full Text Bug Listing |
Summary: | Release packages of addon products are not installed by autoyast | ||
---|---|---|---|
Product: | [SUSE Linux Enterprise Server] PUBLIC SUSE Linux Enterprise Server 15 SP3 | Reporter: | Jonathan Rivrain <jrivrain> |
Component: | AutoYaST | Assignee: | YaST Team <yast-internal> |
Status: | CONFIRMED --- | QA Contact: | E-mail List <yast2-maintainers> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | dgonzalez, igonzalezsosa, jrivrain, mfilka |
Version: | SLES15SP3Maint-Upd | ||
Target Milestone: | unspecified | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://openqa.suse.de/tests/9274096/modules/repos/steps/22 | ||
Whiteboard: | |||
Found By: | openQA | Services Priority: | |
Business Priority: | Blocker: | Yes | |
Marketing QA Status: | --- | IT Deployment: | --- |
Attachments: |
installation y2logs
full-logs |
Description
Jonathan Rivrain
2022-08-08 14:49:31 UTC
Hi @Jonathan Sorry for the delay. Could you please attach the AutoYaST profile? Thanks! Created attachment 860765 [details]
full-logs
Hi all,
I was able to reproduce the issue on a virtual machine. I am attaching my logs because QA ones are incomplete (y2log-5 does not contain the beginning of the installation).
In the logs I can see that AutoYaST is selecting the product for installation:
2022-08-12 08:33:00 <1> install(3981) [Ruby] clients/add-on_auto.rb(install_product):390 Installing product: sle-module-basesystem
We need to find out why the release package is not included.
The logs are not required anymore. I asked for them because I was thinking about some product name mismatch, but that's not the case. Sorry for the noise. Something like this causes the problem: <add-on> <add_on_products config:type="list"> <listentry> <media_url><![CDATA[cd:///?devices=/dev/sr0]]></media_url> <product_dir>/Module-Basesystem</product_dir> <product>sle-module-basesystem</product> </listentry> <listentry> <media_url><![CDATA[cd:///?devices=/dev/sr0]]></media_url> <product_dir>/Module-Server-Applications</product_dir> <product>sle-module-server-applications</product> </listentry> </add_on_products> </add-on> (In reply to Imobach Gonzalez Sosa from comment #3) > The logs are not required anymore. I meant the profile. |