From ed26cb90cd41969facb3fe86e1338f1e6655fa40 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 9 Nov 2015 16:39:16 +0000 Subject: [PATCH] Use net.ifnames=0 here so there is a eth0 to use as ksdevice --- inventory/host_vars/mdapi01.stg.phx2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/mdapi01.stg.phx2.fedoraproject.org b/inventory/host_vars/mdapi01.stg.phx2.fedoraproject.org index cedd415d9b..976f57a1d7 100644 --- a/inventory/host_vars/mdapi01.stg.phx2.fedoraproject.org +++ b/inventory/host_vars/mdapi01.stg.phx2.fedoraproject.org @@ -14,7 +14,7 @@ datacenter: phx2 virt_install_command: virt-install -n {{ inventory_hostname }} -r {{ mem_size }} --disk bus=virtio,path={{ volgroup }}/{{ inventory_hostname }} --vcpus={{ num_cpus }} -l {{ ks_repo }} -x - 'ksdevice=eth0 ks={{ ks_url }} console=tty0 console=ttyS0 + 'net.ifnames=0 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