buildhw-x86: all these hosts are 10G and should use a 9000 mtu
The last time they were re-installed they defaulted to 1500 and it's causing some problems for some of them at least (01-08 for sure). Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3e73c99574
commit
bbce51960d
16 changed files with 16 additions and 0 deletions
|
@ -18,6 +18,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- mac: "{{ mac1 }}"
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
persistent_state: present
|
||||
state: up
|
||||
type: ethernet
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -20,6 +20,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- mac: "{{ mac1 }}"
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
|
@ -22,6 +22,7 @@ network_connections:
|
|||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
mtu: 9000
|
||||
state: up
|
||||
type: ethernet
|
||||
- autoconnect: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue