diff --git a/inventory/hardware b/inventory/hardware index 14e6fd29ee..cc12fdb945 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -1,5 +1,6 @@ [dells] osuosl01.fedoraproject.org +osuosl02.fedoraproject.org ibiblio05.fedoraproject.org # ssh often disabled #autosign02.iad2.fedoraproject.org diff --git a/inventory/host_vars/osuosl02.fedoraproject.org b/inventory/host_vars/osuosl02.fedoraproject.org new file mode 100644 index 0000000000..a31c13de31 --- /dev/null +++ b/inventory/host_vars/osuosl02.fedoraproject.org @@ -0,0 +1,33 @@ +--- +br0_ipv4_ip: 140.211.169.195 +br0_ipv4_gw: 140.211.169.193 +br0_ipv4_nm: 26 +br0_port0_mac: '{{ mac0 }}' +datacenter: osuosl +dns1: 8.8.8.8 +dns_search1: vpn.fedoraproject.org +dns_search2: vpn.fedoraproject.org +has_ipv4: true +mac0: "C8:4B:D6:AF:2A:3B" +network_connections: + - autoconnect: true + ip: + address: + - '{{ br0_ipv4_ip }}/{{ br0_ipv4_nm }}' + dhcp4: false + dns: + - '{{ dns1 }}' + dns_search: + - '{{ dns_search1 }}' + gateway4: '{{ br0_ipv4_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 +virthost: true diff --git a/inventory/inventory b/inventory/inventory index b9bb2f7f5f..9fce727236 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -72,6 +72,7 @@ ibiblio02.fedoraproject.org ibiblio05.fedoraproject.org internetx02.fedoraproject.org osuosl01.fedoraproject.org +osuosl02.fedoraproject.org virthost-cc-rdu01.fedoraproject.org virthost-cc-rdu02.fedoraproject.org vmhost-x86-cc03.rdu-cc.fedoraproject.org