fix bridges on buildvm-aarch64, which is now sane
This commit is contained in:
parent
11db6fd4e3
commit
d73314a5a3
2 changed files with 2 additions and 7 deletions
|
@ -11,11 +11,8 @@ ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/26/Everything/aarch64/
|
||||||
nm: 255.255.255.0
|
nm: 255.255.255.0
|
||||||
gw: 10.5.129.254
|
gw: 10.5.129.254
|
||||||
dns: 10.5.126.21
|
dns: 10.5.126.21
|
||||||
# This is reverted so that eth1 gets br0 and eth0 gets br1
|
main_bridge: br0
|
||||||
# This seems some kind of bug where in the guest kernel the devices are swapped around
|
nfs_bridge: br1
|
||||||
# when compared to the host.
|
|
||||||
main_bridge: br1
|
|
||||||
nfs_bridge: br0
|
|
||||||
virt_install_command: "{{ virt_install_command_aarch64_two_nic }}"
|
virt_install_command: "{{ virt_install_command_aarch64_two_nic }}"
|
||||||
|
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
|
|
@ -2,5 +2,3 @@
|
||||||
vmhost: aarch64-c01n1.arm.fedoraproject.org
|
vmhost: aarch64-c01n1.arm.fedoraproject.org
|
||||||
eth0_ip: 10.5.129.151
|
eth0_ip: 10.5.129.151
|
||||||
eth1_ip: 10.5.127.32
|
eth1_ip: 10.5.127.32
|
||||||
main_bridge: br0
|
|
||||||
nfs_bridge: br1
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue