aboutsummaryrefslogtreecommitdiffstats
path: root/planning
Commit message (Collapse)AuthorAgeLines
* Update layoutPre-TG19Marius Linge2019-04-13-197/+174
|
* Merge patchlists into one directoryMarius Linge2019-04-10-1/+1
|
* Move distro 4 one row north because of power rackMarius Linge2019-04-10-1/+1
|
* Move scene and firegatesMarius Linge2019-03-22-10/+406
|
* Correct confusion with row numbers for crew seating - getting late :-)Marius Linge2019-03-22-1/+1
|
* Begin planning for TG19Marius Linge2019-03-22-16/+15
|
* Decouple v6 mgmt from v6 clients and use correct distro nameOle Mathias Aa. Heggem2019-03-20-16/+17
|
* better v6 planning, decouple from v4Sjur Fredriksen2019-03-16-23/+4
|
* Fix management IPsKristian Lyngstol2018-03-25-2/+2
|
* Removed row 1-2 eastMarius Linge2018-03-25-4/+4
|
* Update planning for TG18Marius Linge2018-03-23-1/+4
|
* Start TG18 planningKristian Lyngstol2018-03-22-7/+10
|
* TG18 planningKristian Lyngstol2018-03-06-17/+26
|
* Full one-liner added to planning.Joachim Tingvold2017-04-02-0/+4
|
* Updated for TG17.Joachim Tingvold2017-04-02-30/+26
|
* Ehr, cosmetics.Joachim Tingvold2016-02-17-1/+1
|
* Minor changes.Joachim Tingvold2016-02-17-8/+11
|
* Modified for TG16.Joachim Tingvold2016-02-04-60/+44
|
* Removed overlapping intervalArne Sund2015-03-30-1/+1
|
* Changed mgmt_ipv6 structureArne Sund2015-03-18-17/+19
|
* If distro7 switch came before distro6 switch, things brokeArne Sund2015-03-18-6/+4
|
* Minor changes to the formatArne Sund2015-03-18-2/+2
|
* Updated interface names, the junos way!Arne Sund2015-03-18-2/+2
|
* switches.txt now print more infoArne Sund2015-03-18-3/+42
|
* Added a rowArne Sund2015-03-18-1/+1
|
* Distro moved because of conflict with power rackArne Sund2015-03-18-1/+1
|
* No distros should be on the same rowArne Sund2015-02-26-1/+1
|
* Moved distros so they don't conflict with power racksArne Sund2015-02-26-1/+1
|
* This should be the final version of the row placements for 2015Arne Sund2015-02-26-5/+9
|
* Updated the example command with the best distro placementsArne Sund2015-02-21-1/+1
|
* Added support for more colorsArne Sund2015-02-21-3/+13
|
* Updated the switch placements for this yearArne Sund2015-02-21-6/+19
|
* We want each sector use its own distroArne Sund2015-02-21-3/+11
|
* Added this year sector gapsArne Sund2015-02-21-4/+4
|
* We don't want horisontal crossingsArne Sund2015-02-21-1/+2
|
* We got 8 distros and 42 rows this yearArne Sund2015-02-21-2/+2
|
* Corrected patch list.root2014-04-15-1/+1
|
* Planning to suffix distros with gw, to keep uniform dns namesRoy Sindre Norangshol2014-04-15-1/+1
|
* Subnet address update for TG14 in planning.root2014-04-14-1/+1
|
* Remove obsolete field.root2014-04-14-1/+1
|
* Switch to Ford-Fulkerson, as Dijkstra will give the wrong result when ↵Steinar H. Gunderson2014-04-13-40/+35
| | | | negative edges are in play.
* Disable the node names by default; they take a tiny bit of time.Steinar H. Gunderson2014-04-11-4/+10
|
* Somewhat more efficient (~10%) priority queue.Steinar H. Gunderson2014-04-11-4/+9
|
* Tiny cleanup.Steinar H. Gunderson2014-04-11-2/+1
|
* Drop all the logging stuff if we only care about cost.Steinar H. Gunderson2014-04-11-14/+20
|
* More consistent distro numbering.Steinar H. Gunderson2014-04-11-1/+1
|
* When searching for optimal distro placement, only log when we actually find ↵Steinar H. Gunderson2014-04-11-4/+6
| | | | a new best one.
* Find switch-to-distro map in one go, instead of linear search. Saves maybe 10%.Steinar H. Gunderson2014-04-11-16/+27
|
* Switch the Dijkstra to a heap-based version; about 60% faster in a quick test.Steinar H. Gunderson2014-04-11-25/+28
| | | | Depends a lot on the distro placement, though.
* Support multithreaded distro optimization.Steinar H. Gunderson2014-04-11-6/+41
|