lets try breaking out download a bit
This commit is contained in:
parent
49831e2c17
commit
d7c1a29e0a
5 changed files with 36 additions and 8 deletions
|
@ -1,8 +1 @@
|
|||
---
|
||||
tcp_ports: [80, 443, 873]
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
# nfs mount options, overrides the all/default
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actime=600"
|
||||
|
|
7
inventory/group_vars/download-ib
Normal file
7
inventory/group_vars/download-ib
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
datacenter: ibiblio
|
||||
tcp_ports: [80, 443, 873]
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
9
inventory/group_vars/download-phx2
Normal file
9
inventory/group_vars/download-phx2
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
datacenter: phx2
|
||||
tcp_ports: [80, 443, 873]
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
# nfs mount options, overrides the all/default
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actime=600"
|
9
inventory/group_vars/download-rdu2
Normal file
9
inventory/group_vars/download-rdu2
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
datacenter: phx2
|
||||
tcp_ports: [80, 443, 873]
|
||||
rsyncd_conf: "rsyncd.conf.download-{{ datacenter }}"
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
# nfs mount options, overrides the all/default
|
||||
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,actime=600"
|
|
@ -213,18 +213,28 @@ db02.stg.phx2.fedoraproject.org
|
|||
[dev]
|
||||
qa01.dev.fedoraproject.org
|
||||
|
||||
[download]
|
||||
[download-phx2]
|
||||
download01.phx2.fedoraproject.org
|
||||
download02.phx2.fedoraproject.org
|
||||
download03.phx2.fedoraproject.org
|
||||
download04.phx2.fedoraproject.org
|
||||
download05.phx2.fedoraproject.org
|
||||
|
||||
[download-ibiblio]
|
||||
download-ib01.fedoraproject.org
|
||||
|
||||
[download-rdu2]
|
||||
download-rdu01.vpn.fedoraproject.org
|
||||
download-rdu02.vpn.fedoraproject.org
|
||||
download-rdu02.fedoraproject.org
|
||||
download-rdu03.vpn.fedoraproject.org
|
||||
|
||||
[download:children]
|
||||
download-phx2
|
||||
download-ibiblio
|
||||
download-rdu2
|
||||
|
||||
|
||||
[elections]
|
||||
elections01.phx2.fedoraproject.org
|
||||
elections02.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue