action #162794
openopenQA Tests (public) - action #107062: Multiple failures due to network issues
Get rid of hardcoded IPs (VIRSH_GUEST) in s390-kvm worker instances
0%
Description
Motivation:
https://suse.slack.com/archives/C02CANHLANP/p1719246669824709 shows an example of where it leads to failing tests.
Recently (after the DCT move) we improved the code for the s390 z/VM backend by removing some of the complex network parameters and streamlining the use of FQDN wherever possible instead of static IPs. We should do the same for s390-kvm, where we still use hardcoded IPs in e.g. VIRSH_GUEST variable, which means we duplicate information in the workerconf and in the DHCP/DNS configs, which could potentially lead to divergent assigments as in the above example, leading to test failures like https://openqa.suse.de/tests/14720399#step/boot_to_desktop/28
Updated by okurz 6 months ago
- Is duplicate of action #120169: Make s390x kvm workers also use FQDN instead of IPv4 in salt pillars for VIRSH_GUEST added