From 74f3f9f937af34f1e81581aa1ea0f916fd3a6060 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 6 Dec 2021 11:56:47 -0800 Subject: [PATCH] ibiblio disable network linux-system-roles on ibiblio hosts for now ibiblio hosts use bonded pairs of etherent. We need to adjust config to handle this before we enable it. Signed-off-by: Kevin Fenzi --- .../host_vars/ibiblio01.fedoraproject.org | 44 +++++++++---------- .../host_vars/ibiblio05.fedoraproject.org | 44 +++++++++---------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/inventory/host_vars/ibiblio01.fedoraproject.org b/inventory/host_vars/ibiblio01.fedoraproject.org index 8b59eb9eef..1b9d785285 100644 --- a/inventory/host_vars/ibiblio01.fedoraproject.org +++ b/inventory/host_vars/ibiblio01.fedoraproject.org @@ -13,28 +13,28 @@ dns_search2: vpn.fedoraproject.org has_ipv4: true has_ipv6: true mac0: 24:6e:96:69:3b:58 -network_connections: - - autoconnect: true - ip: - address: - - '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}' - - '{{ br0_ipv6 }}/{{ br0_ipv6_nm }}' - dhcp4: false - dns: - - '{{ dns1 }}' - dns_search: - - '{{ dns_search1 }}' - - '{{ dns_search2 }}' - gateway4: '{{ br0_ipv4_gw }}' - gateway6: '{{ br0_ipv6_gw }}' - name: br0 - state: up - type: bridge - - mac: '{{ br0_port0_mac }}' - master: br0 - name: br0-port0 - state: up - type: ethernet +#network_connections: +# - autoconnect: true +# ip: +# address: +# - '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}' +# - '{{ br0_ipv6 }}/{{ br0_ipv6_nm }}' +# dhcp4: false +# dns: +# - '{{ dns1 }}' +# dns_search: +# - '{{ dns_search1 }}' +# - '{{ dns_search2 }}' +# gateway4: '{{ br0_ipv4_gw }}' +# gateway6: '{{ br0_ipv6_gw }}' +# name: br0 +# state: up +# type: bridge +# - mac: '{{ br0_port0_mac }}' +# master: br0 +# name: br0-port0 +# state: up +# type: ethernet nrpe_procs_crit: 1000 nrpe_procs_warn: 900 postfix_group: vpn diff --git a/inventory/host_vars/ibiblio05.fedoraproject.org b/inventory/host_vars/ibiblio05.fedoraproject.org index 425654e9d9..dbdd48d6d1 100644 --- a/inventory/host_vars/ibiblio05.fedoraproject.org +++ b/inventory/host_vars/ibiblio05.fedoraproject.org @@ -13,28 +13,28 @@ dns_search2: vpn.fedoraproject.org has_ipv4: true has_ipv6: true mac0: ec:f4:bb:e1:58:22 -network_connections: - - autoconnect: true - ip: - address: - - '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}' - - '{{ br0_ipv6 }}/{{ br0_ipv6_nm }}' - dhcp4: false - dns: - - '{{ dns1 }}' - dns_search: - - '{{ dns_search1 }}' - - '{{ dns_search2 }}' - gateway4: '{{ br0_ipv4_gw }}' - gateway6: '{{ br0_ipv6_gw }}' - name: br0 - state: up - type: bridge - - mac: '{{ br0_port0_mac }}' - master: br0 - name: br0-port0 - state: up - type: ethernet +#network_connections: +# - autoconnect: true +# ip: +# address: +# - '{{ br0_ipv4 }}/{{ br0_ipv4_nm }}' +# - '{{ br0_ipv6 }}/{{ br0_ipv6_nm }}' +# dhcp4: false +# dns: +# - '{{ dns1 }}' +# dns_search: +# - '{{ dns_search1 }}' +# - '{{ dns_search2 }}' +# gateway4: '{{ br0_ipv4_gw }}' +# gateway6: '{{ br0_ipv6_gw }}' +# name: br0 +# state: up +# type: bridge +# - mac: '{{ br0_port0_mac }}' +# master: br0 +# name: br0-port0 +# state: up +# type: ethernet nrpe_procs_crit: 1000 nrpe_procs_warn: 900 postfix_group: vpn