From 33e2b6433ecb487e0fde014424d4c9bba30e62c4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 2 Feb 2024 08:27:14 -0800 Subject: [PATCH] Fix openqa_tap_iface on openqa-x86-worker05 with this everything should finally be working on lab again... Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org index 9791bba69e..13f31be744 100644 --- a/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org @@ -58,7 +58,7 @@ nrpe_procs_crit: 1600 nrpe_procs_warn: 1400 # Has a hardware RNG openqa_rngd: true -openqa_tap_iface: em1 +openqa_tap_iface: eno1 # xeon e5-2683v4, 32 physical CPUs openqa_workers: 30 sudoers: "{{ private }}/files/sudo/qavirt-sudoers"