fix bridges on buildvm-aarch64, which is now sane

This commit is contained in:
Kevin Fenzi 2017-12-05 00:15:02 +00:00
parent 11db6fd4e3
commit d73314a5a3
2 changed files with 2 additions and 7 deletions

View file

@ -11,11 +11,8 @@ ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/26/Everything/aarch64/
nm: 255.255.255.0
gw: 10.5.129.254
dns: 10.5.126.21
# This is reverted so that eth1 gets br0 and eth0 gets br1
# This seems some kind of bug where in the guest kernel the devices are swapped around
# when compared to the host.
main_bridge: br1
nfs_bridge: br0
main_bridge: br0
nfs_bridge: br1
virt_install_command: "{{ virt_install_command_aarch64_two_nic }}"
# for systems that do not match the above - specify the same parameter in

View file

@ -2,5 +2,3 @@
vmhost: aarch64-c01n1.arm.fedoraproject.org
eth0_ip: 10.5.129.151
eth1_ip: 10.5.127.32
main_bridge: br0
nfs_bridge: br1