fedora-infra / mirrormanager2

Rewrite of the MirrorManager application in Flask and SQLAlchemy
https://mirrormanager.fedoraproject.org
GNU General Public License v2.0
63 stars 46 forks source link

Make mm2_get_internet2_netblocks work again #234

Closed adrianreber closed 6 years ago

adrianreber commented 6 years ago

mm2_get_internet2_netblocks used to use http://zebra.net.internet2.edu/bgp/ to download routing information. As the provider of that routing information changed their system the URL no longer existed (see #226).

After opening a ticket at https://routerproxy.grnoc.iu.edu/internet2/ I was told that they simply forgot about it and they are now providing similar data at: https://routes.net.internet2.edu/bgp/

This updates the mm2_get_internet2_netblocks script to use the new location and to handle the data from the new location correctly.

Signed-off-by: Adrian Reber adrian@lisas.de

adrianreber commented 6 years ago

235 fixes the broken test results which are unrelated to this change