From 9fb9018c25750899d306a99ea8272ac91e831251 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 20 Mar 2019 13:58:43 +0000 Subject: [PATCH] [nfs] add hostvars for drives45-01 --- .../drives45-01.phx2.fedoraproject.org | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 inventory/host_vars/drives45-01.phx2.fedoraproject.org diff --git a/inventory/host_vars/drives45-01.phx2.fedoraproject.org b/inventory/host_vars/drives45-01.phx2.fedoraproject.org new file mode 100644 index 0000000000..64da5e7b37 --- /dev/null +++ b/inventory/host_vars/drives45-01.phx2.fedoraproject.org @@ -0,0 +1,20 @@ +--- +# this box is not currently mission critical +freezes: false + +# this box mounts a large share from the netapp to store combined http +# logs from the proxies. + +nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3" + +# general configs +nrpe_procs_warn: 900 +nrpe_procs_crit: 1000 +datacenter: phx2 +nm: 255.255.255.0 +gw: 10.5.126.254 +dns: 10.5.126.21 +eth0_ip: 10.5.126.6 +eth1_ip: 10.5.127.6 +tcp_ports: [111,2049] +udp_ports: [111,2049]