FBR: rsyncd/download servers Add dotsrc to tier1

Add dotsrc to tier1 so that europe has another large mirror.
This commit is contained in:
Stephen Smoogen 2019-03-11 22:39:30 +00:00
parent cd53f6e192
commit 160a9d65bb
2 changed files with 12 additions and 0 deletions

View file

@ -70,3 +70,5 @@ dl_tier1:
- 147.75.69.165 # sjc.edge.kernel.org
- 147.75.197.195 # ewr.edge.kernel.org
- 147.75.101.1 # ams.edge.kernel.org
- 130.225.254.116 # dotsrc.org
- 2001:878:346::116 # dotsrc.org

View file

@ -149,6 +149,7 @@ refuse options = checksum
gid = 263
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% if datacenter == 'phx2' %}
[fedora-compose0]
comment = Fedora composes
path = /mnt/koji/compose
@ -156,7 +157,16 @@ refuse options = checksum
uid = nobody
gid = nobody
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
[log]