From f90cd284d9e695ceed00e99696f980b4c8671aa2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 18 Jan 2019 13:38:31 -0800 Subject: [PATCH] openqa: update network interface config for qa05 eth1 needs to be disabled or plays fail. Signed-off-by: Adam Williamson --- inventory/host_vars/qa05.qa.fedoraproject.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/host_vars/qa05.qa.fedoraproject.org b/inventory/host_vars/qa05.qa.fedoraproject.org index 1f5119a566..fd7466d510 100644 --- a/inventory/host_vars/qa05.qa.fedoraproject.org +++ b/inventory/host_vars/qa05.qa.fedoraproject.org @@ -3,6 +3,8 @@ fas_client_groups: sysadmin-qa,sysadmin-main sudoers: "{{ private }}/files/sudo/qavirt-sudoers" eth0_ip: 10.5.124.155 gw: 10.5.124.254 +# this interface is plugged in but we don't want or need it +ansible_ifcfg_disabled: ['eth1'] # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1'