action #154912
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
To fix the issue of installing openldap2 packages in SLES15SP3 migration regression cases
0%
Description
Motivation¶
The conflict happened in sles15sp3 migration [regression case] because the system had ltss de-registered when it installed openldap2.
That is all packages got updated with ltss repo and then it de-registered ltss in zypper_patch/patch_sle. And then it started to install openldap2 package, while the ltss repo had already gone, it can not got the required package from ltss repo any more.
Need to find out a solution for it. My suggestion is to:
a). register ltss before install openldap2:
zypper_call("in sssd sssd-tools sssd-ldap openldap2 openldap2-client");
And remember to de-register ltss again at the end to this module.
or
b). install the packages in zypper_patch/patch_sle after fully patch
And other better solutions are also welcomed too.
Additional information¶
The openldap only tested on SLES15SP3 scenarios on x86_64. For SLES15SP4/SP5 scenarios, no need to test it now.
Related bug: https://bugzilla.suse.com/show_bug.cgi?id=1214484#c5
Updated by JERiveraMoya 10 months ago
- Tags set to qe-yam-feb-sprint
- Status changed from New to Workable
- Parent task set to #151816
Updated by tinawang123 10 months ago
- Status changed from Workable to In Progress
- Assignee set to tinawang123
Updated by tinawang123 10 months ago
Updated by JERiveraMoya 10 months ago
- Status changed from In Progress to Resolved