buildvm: armv7: fix bridge port
This commit is contained in:
parent
0edace9444
commit
61790487f3
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ dns: 10.5.126.21
|
||||||
# This is reverted so that eth1 gets br0 and eth0 gets br1
|
# 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
|
# This seems some kind of bug where in the guest kernel the devices are swapped around
|
||||||
# when compared to the host.
|
# when compared to the host.
|
||||||
main_bridge: br1
|
main_bridge: br0
|
||||||
nfs_bridge: br0
|
# nfs_bridge: br0
|
||||||
virt_install_command: "{{ virt_install_command_armv7_one_nic }}"
|
virt_install_command: "{{ virt_install_command_armv7_one_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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue