action #123418
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Use IP instead of WORKER_HOSTNAME when expanding variables with AutoYaST in iscsi scenario
0%
Description
Motivation¶
After recent network changes in the infrastructure it was seen that iscsi was failing sporadically when using WORKER_HOSTNAME, we should use IP instead when expanding variables in AutoYaST profile.
Here there is a example of sporadic failure: https://openqa.suse.de/tests/10345967#step/installation/44
Acceptance criteria¶
AC1: Stop using WORKER_HOSTNAME in AutoYaST for iscsi, use IP instead
AC2: Limit this 'hack' to iscsi scenarios only
Additional information¶
Previous PRs:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15933
https://github.com/os-autoinst/os-autoinst/pull/2219/files
Potential place where to make the change:
lib/autoyast.pm
in method expand_variables
Updated by JERiveraMoya almost 2 years ago
- Tags deleted (
qe-yam-refinement) - Status changed from New to Workable
Updated by syrianidou_sofia almost 2 years ago
- Status changed from Workable to In Progress
- Assignee set to syrianidou_sofia
Updated by syrianidou_sofia almost 2 years ago
- Status changed from In Progress to Resolved
After replacing worker hostname with ip, the success rate is higher.
https://openqa.suse.de/tests/10561870
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16448