From: Thierry Parmentelat Date: Tue, 8 Nov 2011 09:06:08 +0000 (+0100) Subject: topology.py does not seem needed either X-Git-Tag: sfa-1.1-3~86 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=103029b2732933e65848b7456d607fc39a454e77;p=sfa.git topology.py does not seem needed either --- diff --git a/sfa/managers/vini/topology.py b/sfa/managers/vini/topology.py deleted file mode 100644 index 7ec3e95c..00000000 --- a/sfa/managers/vini/topology.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -# Links in the physical topology, gleaned from looking at the Internet2 -# topology map. Link (a, b) connects sites with IDs a and b. -# -PhysicalLinks = [(2, 12), # I2 Princeton - New York - (11, 13), # I2 Chicago - Wash DC - (11, 15), # I2 Chicago - Atlanta - (11, 16), # I2 Chicago - CESNET - (11, 17), # I2 Chicago - Kansas City - (12, 13), # I2 New York - Wash DC - (13, 15), # I2 Wash DC - Atlanta - (14, 15), # Ga Tech - I2 Atlanta - (15, 19), # I2 Atlanta - Houston - (17, 19), # I2 Kansas City - Houston - (17, 22), # I2 Kansas City - Salt Lake City - (17, 24), # I2 Kansas City - UMKC - (19, 20), # I2 Houston - Los Angeles - (20, 21), # I2 Los Angeles - Seattle - (20, 22), # I2 Los Angeles - Salt Lake City - (21, 22)] # I2 Seattle - Salt Lake City - -