action #120708
closedUpdate the default target of HA autoyast profile to make it flexible
0%
Description
Motivation¶
We observe the current HA profile hardcode the default target as graphic but this is not what we expected( textmode, the target should be 'multi user' )
graphical
Besides, there are some x11 specific packages are installed:
yast2-x11
...
xorg-x11-fonts
xorg-x11-Xvnc
We'd better to make this flexible to make the default target and packages set depend on setting of 'DESKTOP'.
ToDo to fix this¶
Update the profile to set default target and packages depend on setting of 'DESKTOP'.
Acceptance criteria¶
AC1: Update the HA autoyast with flexible default target
Updated by JERiveraMoya over 2 years ago
@lemon I think we are making those AutoYaST profile too complicated with so many conditions.
Let's just set multi-user and fix those package, it is not expected other desktop in HA other than textmode afik.
Isn't this what we covered here? https://progress.opensuse.org/issues/120444
Perhaps we could just add to that other ticket.
Updated by JERiveraMoya over 2 years ago
- Related to action #120444: Revisit wrong settings for HA migrations added
Updated by leli over 2 years ago
JERiveraMoya wrote:
@lemon I think we are making those AutoYaST profile too complicated with so many conditions.
Let's just set multi-user and fix those package, it is not expected other desktop in HA other than textmode afik.
Isn't this what we covered here? https://progress.opensuse.org/issues/120444
Perhaps we could just add to that other ticket.
For these HA standalone we only test textmode, so the poo#120444 is ok.