downloads: add odcs/eln rsync target
https://pagure.io/fedora-infrastructure/issue/9730 Some folks want to rsync eln composes, add this module to download servers so they can do this if they want. If this adds too much load we can look at some kind of alternate mirroring. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
00bea493d8
commit
02111da3e4
1 changed files with 7 additions and 0 deletions
|
@ -93,6 +93,13 @@ refuse options = checksum
|
|||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
[ fedora-eln ]
|
||||
comment = Fedora ELN composes
|
||||
path = /srv/odcs
|
||||
{% if inventory_hostname in groups['download_tier1'] %}
|
||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
||||
{% endif %}
|
||||
##
|
||||
## The following are not seen and are limited by IP.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue