From e0f003c8bc2a93bfa9e0be9475391fe2cf715858 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 8 Oct 2015 20:54:34 +0000 Subject: [PATCH] Drop br1 here. --- inventory/host_vars/arm-koji01.qa.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/arm-koji01.qa.fedoraproject.org b/inventory/host_vars/arm-koji01.qa.fedoraproject.org index 2aa94df86a..1d3ffda5ed 100644 --- a/inventory/host_vars/arm-koji01.qa.fedoraproject.org +++ b/inventory/host_vars/arm-koji01.qa.fedoraproject.org @@ -31,7 +31,7 @@ virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }} "ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0 hostname={{ inventory_hostname }} nameserver={{ dns }} ip={{ eth0_ip }}::{{ gw }}:{{ nm }}:{{ inventory_hostname }}:eth0:none" - --network=bridge=br0,model=virtio --network=bridge=br1,model=virtio + --network=bridge=br0,model=virtio --autostart --noautoconsole koji_topurl: "http://arm.fedoraproject.org/"