From 6559e50c0e0a3f278183d8b829b8fc21f0f04c8b Mon Sep 17 00:00:00 2001 From: Andy Bavier Date: Mon, 28 Feb 2011 17:02:44 -0500 Subject: [PATCH] Removed NLR sites from topology NLR has decided not to give free hosting to VINI any more. As a result the VINI nodes have been shut down and the NLR sites have been removed from the VINI DB. It was necessary to also remove the deleted sites from the topology spec. --- sfa/managers/vini/topology.py | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) mode change 100755 => 100644 sfa/managers/vini/topology.py diff --git a/sfa/managers/vini/topology.py b/sfa/managers/vini/topology.py old mode 100755 new mode 100644 index cb65fb50..b905c2f1 --- a/sfa/managers/vini/topology.py +++ b/sfa/managers/vini/topology.py @@ -5,20 +5,9 @@ # # Links in the physical topology, gleaned from looking at the Internet2 -# and NLR topology maps. Link (a, b) connects sites with IDs a and b. +# topology map. Link (a, b) connects sites with IDs a and b. # PhysicalLinks = [(2, 12), # I2 Princeton - New York - (4, 5), # NLR Chicago - Houston - (4, 6), # NLR Chicago - Atlanta - (4, 7), # NLR Chicago - Seattle - (4, 9), # NLR Chicago - New York - (4, 10), # NLR Chicago - Wash DC - (5, 6), # NLR Houston - Atlanta - (5, 8), # NLR Houston - Los Angeles - (6, 10), # NLR Atlanta - Wash DC - (6, 14), # NLR Atlanta - Ga Tech - (7, 8), # NLR Seattle - Los Angeles - (9, 10), # NLR New York - Wash DC (11, 13), # I2 Chicago - Wash DC (11, 15), # I2 Chicago - Atlanta (11, 16), # I2 Chicago - CESNET -- 2.43.0