Project

General

Profile

action #123418

Updated by JERiveraMoya about 1 year ago

#### 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`

Back