X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=topology.py;h=9ee7e41763a9fb71e7ed3441f0f5345da270b0cb;hb=a082e868b607b96049e0adf159c2c7574a177d18;hp=b4ba5bf97581ce65dccc6f305045f8dea7523a08;hpb=7fe0b7fe3450fe8c693f6815fd362caa64ae8052;p=nodemanager-topo.git diff --git a/topology.py b/topology.py index b4ba5bf..9ee7e41 100755 --- a/topology.py +++ b/topology.py @@ -16,6 +16,7 @@ links = [(2, 12), # I2 Princeton - New York (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 @@ -24,10 +25,14 @@ links = [(2, 12), # I2 Princeton - New York (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 + +bwlimits = {}