From ca11cec799ec44ce0afca692cf6b4cba9d88c6b3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 15 2024 22:56:28 +0000 Subject: vmhost-x86-08: new machine This machine has been replaced and so we need to update mac address. This is technically breaking the freeze, but this machine isn't frozen and shouldn't affect anything else. Signed-off-by: Kevin Fenzi --- diff --git a/inventory/host_vars/vmhost-x86-08.iad2.fedoraproject.org b/inventory/host_vars/vmhost-x86-08.iad2.fedoraproject.org index efb2246..086f3a5 100644 --- a/inventory/host_vars/vmhost-x86-08.iad2.fedoraproject.org +++ b/inventory/host_vars/vmhost-x86-08.iad2.fedoraproject.org @@ -1,5 +1,5 @@ --- -br0_ipv4: 10.3.163.28 +br0_ipv4_ip: 10.3.163.28 br0_ipv4_gw: 10.3.163.254 br0_ipv4_nm: 24 br0_port0_mac: "{{ mac1 }}" @@ -9,13 +9,13 @@ dns2: 10.3.163.34 dns_search1: "iad2.fedoraproject.org" dns_search2: "fedoraproject.org" has_ipv4: yes -mac1: 24:6e:96:b1:61:f8 +mac1: a8:3c:a5:36:2a:b0 nbde: false network_connections: - autoconnect: yes ip: address: - - "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}" + - "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}" dhcp4: no dns: - "{{ dns1 }}" diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org index 59a79d7..9920d0d 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.iad2.fedoraproject.org @@ -456,7 +456,7 @@ host vmhost-x86-07 { option subnet-mask 255.255.255.0; } host vmhost-x86-08 { - hardware ethernet 24:6e:96:b1:61:f8; + hardware ethernet a8:3c:a5:36:2a:b0; fixed-address 10.3.163.28; filename "uefi/grubx64.efi"; next-server 10.3.163.10;