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
This commit is contained in:
Andreas Jaeger 2017-08-05 18:50:31 +02:00 committed by Jesse Pretorius (odyssey4me)
parent 55e084b145
commit f47ec3ee7b
1 changed files with 15 additions and 8 deletions

View File

@ -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):