Disable offloading in test by default
We disable offloading in test for ubuntu this change does the same for suse and cent. This should help resolve network stability issues and kernel traces we've been seeing in the gate. Depends-On: Ia4856f36b2d106d987e3c774f31493e25a23d4b5 Change-Id: I6e8eaf7a668f140c1de4f541a414d13caf7d8b61 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
0ab3aaeee9
commit
cbb9700447
@ -9,3 +9,4 @@ ONBOOT=yes
|
||||
BOOTPROTO=none
|
||||
NM_CONTROLLED=no
|
||||
DELAY=0
|
||||
ETHTOOL_OPTS="-K ${DEVICE} sg off"
|
||||
|
@ -6,3 +6,4 @@ IPADDR={{ item.ip_addr | default('10.1.0.1') }}
|
||||
NETMASK={{ item.netmask | default('255.255.255.0') }}
|
||||
STARTMODE='auto'
|
||||
BOOTPROTO='static'
|
||||
ETHTOOL_OPTIONS_sg='-K iface sg off'
|
||||
|
Loading…
x
Reference in New Issue
Block a user