vmhost-x86-iso04: fix mac addresses

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-12-11 14:31:49 -08:00
parent 8ccc39cb7d
commit b11f24402e

View File

@@ -7,7 +7,9 @@ datacenter: rdu3
dns_search1: vpn.fedoraproject.org
dns_search2: fedoraproject.org
mac0: C8:4B:D6:98:5D:74
mac1: 6c:fe:54:5e:02:d4
mac2: c8:4b:d6:98:5d:75
mac3: 6c:fe:54:5e:02:d4
network_connections:
# Bridge profile
- name: br0
@@ -36,7 +38,7 @@ network_connections:
mode: 802.3ad
# Port profile for the 1st Ethernet device
- name: bond0-port1
mac: "{{ mac2 }}"
mac: "{{ mac1 }}"
type: ethernet
controller: bond0
state: up