openqa/worker: tighten netmask for br0 tap bridge

It shouldn't need anything but 10.0.2.*, and hopefully this will
stop it interfering with the rest of the infra network...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-06-09 16:31:33 -07:00
parent 5f29b40133
commit 44434ee9fa

View file

@ -2,7 +2,7 @@ DEVICETYPE='ovs'
TYPE='OVSBridge'
BOOTPROTO='static'
IPADDR='10.0.2.2'
NETMASK='255.254.0.0'
NETMASK='255.255.254.0'
DEVICE=br0
STP=on
ONBOOT='yes'