From 1770a730ce805fc282b8f6653fa299e4985d6405 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Thu, 1 Feb 2024 12:06:05 +0100 Subject: [PATCH] OVHcloud mirror: split into 4 different locations Our anycast IP is routed to 4 different locations. This is a follow-up to 02c86298b14. --- mirrors.d/bhs.almalinux.mirrors.ovh.net.yml | 16 ++++++++++++++++ mirrors.d/gra.almalinux.mirrors.ovh.net.yml | 16 ++++++++++++++++ mirrors.d/rbx.almalinux.mirrors.ovh.net.yml | 16 ++++++++++++++++ ...ovh.net => sbg.almalinux.mirrors.ovh.net.yml} | 6 +++++- 4 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 mirrors.d/bhs.almalinux.mirrors.ovh.net.yml create mode 100644 mirrors.d/gra.almalinux.mirrors.ovh.net.yml create mode 100644 mirrors.d/rbx.almalinux.mirrors.ovh.net.yml rename mirrors.d/{almalinux.mirrors.ovh.net => sbg.almalinux.mirrors.ovh.net.yml} (68%) diff --git a/mirrors.d/bhs.almalinux.mirrors.ovh.net.yml b/mirrors.d/bhs.almalinux.mirrors.ovh.net.yml new file mode 100644 index 00000000..d8e6de8c --- /dev/null +++ b/mirrors.d/bhs.almalinux.mirrors.ovh.net.yml @@ -0,0 +1,16 @@ +--- +name: bhs.almalinux.mirrors.ovh.net +address: + http: http://almalinux.mirrors.ovh.net/ + https: https://almalinux.mirrors.ovh.net/ +geolocation: + continent: North America + country: CA + state_province: Québec + city: Beauharnois +update_frequency: 12h +sponsor: OVHcloud +sponsor_url: https://www.ovhcloud.com/ +email: mirror@ovh.net +asn: 16276 +... diff --git a/mirrors.d/gra.almalinux.mirrors.ovh.net.yml b/mirrors.d/gra.almalinux.mirrors.ovh.net.yml new file mode 100644 index 00000000..48da1263 --- /dev/null +++ b/mirrors.d/gra.almalinux.mirrors.ovh.net.yml @@ -0,0 +1,16 @@ +--- +name: gra.almalinux.mirrors.ovh.net +address: + http: http://almalinux.mirrors.ovh.net/ + https: https://almalinux.mirrors.ovh.net/ +geolocation: + continent: Europe + country: FR + state_province: Hauts-de-France + city: Gravelines +update_frequency: 12h +sponsor: OVHcloud +sponsor_url: https://www.ovhcloud.com/ +email: mirror@ovh.net +asn: 16276 +... diff --git a/mirrors.d/rbx.almalinux.mirrors.ovh.net.yml b/mirrors.d/rbx.almalinux.mirrors.ovh.net.yml new file mode 100644 index 00000000..0338e70d --- /dev/null +++ b/mirrors.d/rbx.almalinux.mirrors.ovh.net.yml @@ -0,0 +1,16 @@ +--- +name: rbx.almalinux.mirrors.ovh.net +address: + http: http://almalinux.mirrors.ovh.net/ + https: https://almalinux.mirrors.ovh.net/ +geolocation: + continent: Europe + country: FR + state_province: Hauts-de-France + city: Roubaix +update_frequency: 12h +sponsor: OVHcloud +sponsor_url: https://www.ovhcloud.com/ +email: mirror@ovh.net +asn: 16276 +... diff --git a/mirrors.d/almalinux.mirrors.ovh.net b/mirrors.d/sbg.almalinux.mirrors.ovh.net.yml similarity index 68% rename from mirrors.d/almalinux.mirrors.ovh.net rename to mirrors.d/sbg.almalinux.mirrors.ovh.net.yml index f915bc54..ccd30d56 100644 --- a/mirrors.d/almalinux.mirrors.ovh.net +++ b/mirrors.d/sbg.almalinux.mirrors.ovh.net.yml @@ -1,12 +1,16 @@ --- -name: almalinux.mirrors.ovh.net +name: sbg.almalinux.mirrors.ovh.net address: http: http://almalinux.mirrors.ovh.net/ https: https://almalinux.mirrors.ovh.net/ geolocation: + continent: Europe country: FR + state_province: Grand Est + city: strasbourg update_frequency: 12h sponsor: OVHcloud sponsor_url: https://www.ovhcloud.com/ email: mirror@ovh.net asn: 16276 +...