From 19e331d59153799f989dbc1bbdc7b1d77305a9de Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 16 Aug 2017 19:09:15 +0000 Subject: [PATCH] lets all go to the lobby.. and get some ibiblio to eat --- inventory/hardware | 1 + inventory/host_vars/ibiblio01.fedoraproject.org | 15 +++++++++++++++ inventory/inventory | 1 + roles/collectd/server/files/ping.conf | 1 + 4 files changed, 18 insertions(+) create mode 100644 inventory/host_vars/ibiblio01.fedoraproject.org diff --git a/inventory/hardware b/inventory/hardware index b24a38545f..9c3beedb69 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -19,6 +19,7 @@ virthost20.phx2.fedoraproject.org virthost21.phx2.fedoraproject.org virthost22.phx2.fedoraproject.org bvirthost01.phx2.fedoraproject.org +ibiblio01.fedoraproject.org ibiblio04.fedoraproject.org ibiblio05.fedoraproject.org virthost-comm03.qa.fedoraproject.org diff --git a/inventory/host_vars/ibiblio01.fedoraproject.org b/inventory/host_vars/ibiblio01.fedoraproject.org new file mode 100644 index 0000000000..9935aacb4d --- /dev/null +++ b/inventory/host_vars/ibiblio01.fedoraproject.org @@ -0,0 +1,15 @@ +--- +nrpe_procs_warn: 900 +nrpe_procs_crit: 1000 +datacenter: ibiblio +nm: 255.255.255.128 +gw: 152.19.134.129 +dns: 8.8.8.8 +br0_ip: 152.19.134.138 +br0_nm: 255.255.255.128 +has_ipv6: yes +br0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fe01" +br0_ipv6_gw: "2610:28:3090:3001::1" + +postfix_group: vpn +vpn: true diff --git a/inventory/inventory b/inventory/inventory index a7d4ad96df..756040e40c 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -121,6 +121,7 @@ bvirthost11.phx2.fedoraproject.org [colo-virt] coloamer01.fedoraproject.org dedicatedsolutions01.fedoraproject.org +ibiblio01.fedoraproject.org ibiblio02.fedoraproject.org ibiblio03.fedoraproject.org ibiblio04.fedoraproject.org diff --git a/roles/collectd/server/files/ping.conf b/roles/collectd/server/files/ping.conf index 30503b3466..bc22d81f1a 100644 --- a/roles/collectd/server/files/ping.conf +++ b/roles/collectd/server/files/ping.conf @@ -3,6 +3,7 @@ LoadPlugin ping Host "tummy01.fedoraproject.org" Host "osuosl01.fedoraproject.org" + Host "ibiblio01.fedoraproject.org" Host "ibiblio02.fedoraproject.org" Host "ibiblio04.fedoraproject.org" Host "osuosl03.fedoraproject.org"