Actions
action #174367
closedcoordination #169654: [epic] Create test scenarios for Agama
Ensure boot succeed after agama installation in OSD in PowerVM
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
2024-12-13
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Following #/169480 we should Ensure boot after agama installation for virtualization PowerVM in openQA in SLES 16 job group
Failed job
We should do different setting for boot media before and after agama installation, before that is live cd boot, after that is normal hdd boot. So just need change condition for boot media, add condition to separate before and after installation.
if (get_var('AGAMA')) {
type_string_slow "linux $mntpoint/linux vga=normal root=live:http://" . get_var('OPENQA_HOSTNAME') . "/assets/iso/" . get_var('ISO');
type_string_slow " " . get_var('EXTRABOOTPARAMS');
}
else {
type_string_slow "linux $mntpoint/linux vga=normal $ntlm_p install=$mirror ";
}
Acceptance criteria¶
- AC1: Ensure boot succeed after agama installation in OSD in PowerVM.
Updated by leli 6 days ago
- Related to action #169480: Boot Agama in OSD in PowerVM - Part 1 added
Updated by JERiveraMoya 3 days ago · Edited
- Tags deleted (
qe-yam-dec-sprint-fy25) - Status changed from Workable to New
- Priority changed from High to Normal
@leli let's discuss the ticket before adding 'Tags' or 'Status' or 'Priority'.
Updated by JERiveraMoya 3 days ago
- Related to action #174421: Boot Agama in OSD in PowerVM - Part 2 added
Updated by JERiveraMoya about 22 hours ago · Edited
I'm not sure what is the idea here, would like to see some clear failure to act on.
Also I would like to include this work on #174421.
Updated by JERiveraMoya about 6 hours ago
- Status changed from New to Rejected
Added to Part2: https://progress.opensuse.org/issues/174421
Actions