FBR: rsyncd/download servers Add dotsrc to tier1
Add dotsrc to tier1 so that europe has another large mirror.
This commit is contained in:
parent
cd53f6e192
commit
160a9d65bb
2 changed files with 12 additions and 0 deletions
|
@ -70,3 +70,5 @@ dl_tier1:
|
||||||
- 147.75.69.165 # sjc.edge.kernel.org
|
- 147.75.69.165 # sjc.edge.kernel.org
|
||||||
- 147.75.197.195 # ewr.edge.kernel.org
|
- 147.75.197.195 # ewr.edge.kernel.org
|
||||||
- 147.75.101.1 # ams.edge.kernel.org
|
- 147.75.101.1 # ams.edge.kernel.org
|
||||||
|
- 130.225.254.116 # dotsrc.org
|
||||||
|
- 2001:878:346::116 # dotsrc.org
|
||||||
|
|
|
@ -149,6 +149,7 @@ refuse options = checksum
|
||||||
gid = 263
|
gid = 263
|
||||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||||
|
|
||||||
|
{% if datacenter == 'phx2' %}
|
||||||
[fedora-compose0]
|
[fedora-compose0]
|
||||||
comment = Fedora composes
|
comment = Fedora composes
|
||||||
path = /mnt/koji/compose
|
path = /mnt/koji/compose
|
||||||
|
@ -156,7 +157,16 @@ refuse options = checksum
|
||||||
uid = nobody
|
uid = nobody
|
||||||
gid = nobody
|
gid = nobody
|
||||||
hosts allow = 10.0.0.0/8, 209.132.0.0/16
|
hosts allow = 10.0.0.0/8, 209.132.0.0/16
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if inventory_hostname == 'download-cc-rdu01.fedoraproject.org' %}
|
||||||
|
[centos]
|
||||||
|
comment = CentOS
|
||||||
|
path = /srv/pub/centos
|
||||||
|
list = no
|
||||||
|
uid = nobody
|
||||||
|
gid = nobody
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# For distributing applications
|
# For distributing applications
|
||||||
[log]
|
[log]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue