diff options
| author | Peter Robinson <pbrobinson@fedoraproject.org> | 2017-04-17 21:38:25 +0000 |
|---|---|---|
| committer | Peter Robinson <pbrobinson@fedoraproject.org> | 2017-04-17 21:38:31 +0000 |
| commit | 61790487f3d22f779956974d75e1e4bbd867acc3 (patch) | |
| tree | 4a1370ef139295f2d9f33f70887a0ff9d8f9f042 | |
| parent | 0edace9444cb4c5ea514342729f282de37d26c76 (diff) | |
| download | ansible-61790487f3d22f779956974d75e1e4bbd867acc3.tar.gz ansible-61790487f3d22f779956974d75e1e4bbd867acc3.tar.xz ansible-61790487f3d22f779956974d75e1e4bbd867acc3.zip | |
buildvm: armv7: fix bridge port
| -rw-r--r-- | inventory/group_vars/buildvm-armv7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/group_vars/buildvm-armv7 b/inventory/group_vars/buildvm-armv7 index b45c9a016..3f6258ee9 100644 --- a/inventory/group_vars/buildvm-armv7 +++ b/inventory/group_vars/buildvm-armv7 @@ -14,8 +14,8 @@ 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: br0 virt_install_command: "{{ virt_install_command_armv7_one_nic }}" # for systems that do not match the above - specify the same parameter in |
