Work around network interface swapping
This seems to happen on the moonshot cartridges, where for some reason vnet0 gets named eth1 in the guest. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fa5d3a469f
commit
9619a2cad4
1 changed files with 5 additions and 2 deletions
|
@ -11,8 +11,11 @@ ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/24/Everything/aarch64/
|
|||
nm: 255.255.255.0
|
||||
gw: 10.5.129.254
|
||||
dns: 10.5.126.21
|
||||
main_bridge: br0
|
||||
nfs_bridge: 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
|
||||
# when compared to the host.
|
||||
main_bridge: br1
|
||||
nfs_bridge: br0
|
||||
virt_install_command: "{{ virt_install_command_aarch64 }}"
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue