mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user