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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-04-15 15:55:08 -07:00
parent 6eb3f65b87
commit ca11cec799
2 changed files with 4 additions and 4 deletions

View file

@ -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_gw: 10.3.163.254
br0_ipv4_nm: 24 br0_ipv4_nm: 24
br0_port0_mac: "{{ mac1 }}" br0_port0_mac: "{{ mac1 }}"
@ -9,13 +9,13 @@ dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org" dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org" dns_search2: "fedoraproject.org"
has_ipv4: yes has_ipv4: yes
mac1: 24:6e:96:b1:61:f8 mac1: a8:3c:a5:36:2a:b0
nbde: false nbde: false
network_connections: network_connections:
- autoconnect: yes - autoconnect: yes
ip: ip:
address: address:
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}" - "{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}"
dhcp4: no dhcp4: no
dns: dns:
- "{{ dns1 }}" - "{{ dns1 }}"

View file

@ -456,7 +456,7 @@ host vmhost-x86-07 {
option subnet-mask 255.255.255.0; option subnet-mask 255.255.255.0;
} }
host vmhost-x86-08 { 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; fixed-address 10.3.163.28;
filename "uefi/grubx64.efi"; filename "uefi/grubx64.efi";
next-server 10.3.163.10; next-server 10.3.163.10;