index
:
tgmanage
create-switch-netbox
dependabot/pip/tools/koblingsplan/certifi-2023.7.22
dependabot/pip/tools/koblingsplan/urllib3-1.26.18
feat/allinnetbox2gondul
feat/fix-uplinks
feat/planning2netbox
fix-uplink-names-2
koblingsplan
main
master
new-planning
oxidized-tools
tg23-dhcp
tg25-planning
Mirror of https://github.com/tech-server/tgmanage
TechServer
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
planning
Commit message (
Collapse
)
Author
Age
Lines
*
Update layout
Pre-TG19
Marius Linge
2019-04-13
-197
/
+174
|
*
Merge patchlists into one directory
Marius Linge
2019-04-10
-1
/
+1
|
*
Move distro 4 one row north because of power rack
Marius Linge
2019-04-10
-1
/
+1
|
*
Move scene and firegates
Marius Linge
2019-03-22
-10
/
+406
|
*
Correct confusion with row numbers for crew seating - getting late :-)
Marius Linge
2019-03-22
-1
/
+1
|
*
Begin planning for TG19
Marius Linge
2019-03-22
-16
/
+15
|
*
Decouple v6 mgmt from v6 clients and use correct distro name
Ole Mathias Aa. Heggem
2019-03-20
-16
/
+17
|
*
better v6 planning, decouple from v4
Sjur Fredriksen
2019-03-16
-23
/
+4
|
*
Fix management IPs
Kristian Lyngstol
2018-03-25
-2
/
+2
|
*
Removed row 1-2 east
Marius Linge
2018-03-25
-4
/
+4
|
*
Update planning for TG18
Marius Linge
2018-03-23
-1
/
+4
|
*
Start TG18 planning
Kristian Lyngstol
2018-03-22
-7
/
+10
|
*
TG18 planning
Kristian Lyngstol
2018-03-06
-17
/
+26
|
*
Full one-liner added to planning.
Joachim Tingvold
2017-04-02
-0
/
+4
|
*
Updated for TG17.
Joachim Tingvold
2017-04-02
-30
/
+26
|
*
Ehr, cosmetics.
Joachim Tingvold
2016-02-17
-1
/
+1
|
*
Minor changes.
Joachim Tingvold
2016-02-17
-8
/
+11
|
*
Modified for TG16.
Joachim Tingvold
2016-02-04
-60
/
+44
|
*
Removed overlapping interval
Arne Sund
2015-03-30
-1
/
+1
|
*
Changed mgmt_ipv6 structure
Arne Sund
2015-03-18
-17
/
+19
|
*
If distro7 switch came before distro6 switch, things broke
Arne Sund
2015-03-18
-6
/
+4
|
*
Minor changes to the format
Arne Sund
2015-03-18
-2
/
+2
|
*
Updated interface names, the junos way!
Arne Sund
2015-03-18
-2
/
+2
|
*
switches.txt now print more info
Arne Sund
2015-03-18
-3
/
+42
|
*
Added a row
Arne Sund
2015-03-18
-1
/
+1
|
*
Distro moved because of conflict with power rack
Arne Sund
2015-03-18
-1
/
+1
|
*
No distros should be on the same row
Arne Sund
2015-02-26
-1
/
+1
|
*
Moved distros so they don't conflict with power racks
Arne Sund
2015-02-26
-1
/
+1
|
*
This should be the final version of the row placements for 2015
Arne Sund
2015-02-26
-5
/
+9
|
*
Updated the example command with the best distro placements
Arne Sund
2015-02-21
-1
/
+1
|
*
Added support for more colors
Arne Sund
2015-02-21
-3
/
+13
|
*
Updated the switch placements for this year
Arne Sund
2015-02-21
-6
/
+19
|
*
We want each sector use its own distro
Arne Sund
2015-02-21
-3
/
+11
|
*
Added this year sector gaps
Arne Sund
2015-02-21
-4
/
+4
|
*
We don't want horisontal crossings
Arne Sund
2015-02-21
-1
/
+2
|
*
We got 8 distros and 42 rows this year
Arne Sund
2015-02-21
-2
/
+2
|
*
Corrected patch list.
root
2014-04-15
-1
/
+1
|
*
Planning to suffix distros with gw, to keep uniform dns names
Roy Sindre Norangshol
2014-04-15
-1
/
+1
|
*
Subnet address update for TG14 in planning.
root
2014-04-14
-1
/
+1
|
*
Remove obsolete field.
root
2014-04-14
-1
/
+1
|
*
Switch to Ford-Fulkerson, as Dijkstra will give the wrong result when ↵
Steinar H. Gunderson
2014-04-13
-40
/
+35
|
|
|
|
negative edges are in play.
*
Disable the node names by default; they take a tiny bit of time.
Steinar H. Gunderson
2014-04-11
-4
/
+10
|
*
Somewhat more efficient (~10%) priority queue.
Steinar H. Gunderson
2014-04-11
-4
/
+9
|
*
Tiny cleanup.
Steinar H. Gunderson
2014-04-11
-2
/
+1
|
*
Drop all the logging stuff if we only care about cost.
Steinar H. Gunderson
2014-04-11
-14
/
+20
|
*
More consistent distro numbering.
Steinar H. Gunderson
2014-04-11
-1
/
+1
|
*
When searching for optimal distro placement, only log when we actually find ↵
Steinar H. Gunderson
2014-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. Gunderson
2014-04-11
-16
/
+27
|
*
Switch the Dijkstra to a heap-based version; about 60% faster in a quick test.
Steinar H. Gunderson
2014-04-11
-25
/
+28
|
|
|
|
Depends a lot on the distro placement, though.
*
Support multithreaded distro optimization.
Steinar H. Gunderson
2014-04-11
-6
/
+41
|
[next]