inventory: switch everything back to mtu 1500

We have been hitting lots of weird problems going accross vlans in rdu3
with mtu 9000. For now and to stablize things, lets just switch
everything back to 1500. We can revisit this down the road, but stablity
is better than a few % of overhead.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-07-02 13:26:11 -07:00
parent 07b5336e55
commit 160cbd7932
48 changed files with 169 additions and 169 deletions

View File

@@ -40,7 +40,7 @@ network_connections:
mac: "{{ ansible_default_ipv4.macaddress }}"
name: eth0
type: ethernet
mtu: 9000
mtu: 1500
# Do we want to use nftables instead of iptables
nftables: true
ocp_wildcard_cert_file: wildcard-2024.apps.ocp.stg.fedoraproject.org.cert

View File

@@ -18,7 +18,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -35,7 +35,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -45,11 +45,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -20,7 +20,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -37,7 +37,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -47,14 +47,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
weblate_backup_topdir: /fedora_backups/misc/weblate

View File

@@ -17,7 +17,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -34,7 +34,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -44,13 +44,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -17,7 +17,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -34,7 +34,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -44,13 +44,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -15,7 +15,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -32,7 +32,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -42,11 +42,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -15,7 +15,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -32,7 +32,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -42,11 +42,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -15,7 +15,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -32,7 +32,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -42,11 +42,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -17,7 +17,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -34,7 +34,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -44,13 +44,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -13,7 +13,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -30,7 +30,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -40,13 +40,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -17,7 +17,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -34,7 +34,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -44,13 +44,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -17,7 +17,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -34,7 +34,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -44,13 +44,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -17,7 +17,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -34,7 +34,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -44,13 +44,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 4500
nrpe_procs_warn: 4000

View File

@@ -22,7 +22,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -39,7 +39,7 @@ network_connections:
- name: br1
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -56,7 +56,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -74,13 +74,13 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac1 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 3500
nrpe_procs_warn: 3000

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
ip:
address:
- '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}'
@@ -38,7 +38,7 @@ network_connections:
master: br0
state: up
type: ethernet
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1300
nrpe_procs_warn: 1250
postfix_group: vpn

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -40,7 +40,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -50,14 +50,14 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1600
nrpe_procs_warn: 1400

View File

@@ -35,7 +35,7 @@ network_connections:
name: eth0
state: up
type: ethernet
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
num_cpus: 8

View File

@@ -35,7 +35,7 @@ network_connections:
name: eth0
state: up
type: ethernet
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
num_cpus: 8

View File

@@ -31,7 +31,7 @@ network_connections:
name: eth0
state: up
type: ethernet
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
ocp_nodes:

View File

@@ -31,7 +31,7 @@ network_connections:
name: eth0
state: up
type: ethernet
mtu: 9000
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
ocp_nodes:

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -18,7 +18,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -35,7 +35,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -45,11 +45,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500

View File

@@ -19,7 +19,7 @@ network_connections:
- name: br0
state: up
type: bridge
mtu: 9000
mtu: 1500
autoconnect: yes
ip:
address:
@@ -36,7 +36,7 @@ network_connections:
- name: bond0
type: bond
interface_name: bond0
mtu: 9000
mtu: 1500
controller: br0
bond:
mode: 802.3ad
@@ -46,11 +46,11 @@ network_connections:
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500
# Port profile for the 2nd Ethernet device
- name: bond0-port2
mac: "{{ mac3 }}"
type: ethernet
controller: bond0
state: up
mtu: 9000
mtu: 1500