From f47ec3ee7b85f7a6e63852af49453ae49aad3829 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 5 Aug 2017 18:50:31 +0200 Subject: [PATCH] Update fastest-infra-wheel-mirror We have recently decommissoned OSIC (see I2d1b0710e875bd1ebc305fb5b184b68bf18f2ef7), remove it from mirror list. Add missing entries to list. Reformat list to avoid overlong lines. Change-Id: If1e6d63f3eb8629c77c1bc6cf52c0ceba17c5802 --- scripts/fastest-infra-wheel-mirror.py | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/scripts/fastest-infra-wheel-mirror.py b/scripts/fastest-infra-wheel-mirror.py index 49447b8cce..ae6e4b5d98 100755 --- a/scripts/fastest-infra-wheel-mirror.py +++ b/scripts/fastest-infra-wheel-mirror.py @@ -29,14 +29,21 @@ import urllib HTTP_TIMEOUT = 10.0 # Max. seconds to wait for a response HTTP_TITLE = "Wheel Index" # HTTP Title to look for to validate the page MAX_THREADS = 10 -MIRROR_LIST = ["http://mirror.dfw.rax.openstack.org/wheel/", - "http://mirror.ord.rax.openstack.org/wheel/", - "http://mirror.iad.rax.openstack.org/wheel/", - "http://mirror.gra1.ovh.openstack.org/wheel/", - "http://mirror.bhs1.ovh.openstack.org/wheel/", - "http://mirror.sjc1.bluebox.openstack.org/wheel/", - "http://mirror.nyj01.internap.openstack.org/wheel/", - "http://mirror.regionone.osic-cloud1.openstack.org/wheel/"] +MIRROR_LIST = [ + "http://mirror.dfw.rax.openstack.org/wheel/", + "http://mirror.ord.rax.openstack.org/wheel/", + "http://mirror.iad.rax.openstack.org/wheel/", + "http://mirror.gra1.ovh.openstack.org/wheel/", + "http://mirror.bhs1.ovh.openstack.org/wheel/", + "http://mirror.sjc1.bluebox.openstack.org/wheel/", + "http://mirror.nyj01.internap.openstack.org/wheel/", + "http://mirror.regionone.infracloud-chocolate.openstack.org/wheel/", + "http://mirror.regionone.infracloud-vanilla.openstack.org/wheel/", + "http://mirror.kna1.citycloud.openstack.org/wheel/", + "http://mirror.la1.citycloud.openstack.org/wheel/", + "http://mirror.lon1.citycloud.openstack.org/wheel/", + "http://mirror.sto2.citycloud.openstack.org/wheel/" +] def TestUrl(workQueue, resultQueue):