From 2bf9000cbc562ba3dc5aad8f6ead0b1c595747ad Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 2 Jul 2018 00:33:17 +0000 Subject: [PATCH] this will break other things but may work --- inventory/group_vars/all | 2 +- inventory/host_vars/download-cc-rdu01.fedoraproject.org | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 9bd400edd4..99dd9db7a1 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -78,7 +78,7 @@ virt_install_command_one_nic: virt-install -n {{ inventory_hostname }} '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={{ main_bridge }},model=virtio,mac=RANDOM + --network bridge={{ main_bridge }},model=virtio,mac={{ mac_address }} --autostart --noautoconsole --watchdog default --rng /dev/random --cpu host virt_install_command_two_nic: virt-install -n {{ inventory_hostname }} diff --git a/inventory/host_vars/download-cc-rdu01.fedoraproject.org b/inventory/host_vars/download-cc-rdu01.fedoraproject.org index 48582629d8..63908ccf1e 100644 --- a/inventory/host_vars/download-cc-rdu01.fedoraproject.org +++ b/inventory/host_vars/download-cc-rdu01.fedoraproject.org @@ -29,3 +29,5 @@ mem_size: 4096 max_mem_size: 20480 lvm_size: 20000 num_cpus: 8 + +mac_address: "52:54:00:30:a6:43"