inventory: switch all iad2 virthosts and guests to use 9000 mtu
All the iad2 hosts are on 10GB network, so should be able to use 9000mtu. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
6c343e9906
commit
26f69a7ee2
56 changed files with 124 additions and 14 deletions
|
@ -35,8 +35,10 @@ network_connections:
|
|||
name: br0
|
||||
state: up
|
||||
type: bridge
|
||||
mtu: 9000
|
||||
- mac: "{{ br0_port0_mac }}"
|
||||
master: br0
|
||||
name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue