Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Some snmpfetch tweaks to deal with weird ports. | root | 2014-04-14 | -3/+3 | |
| | |||||
* | Switch background to TG14 version. | root | 2014-04-14 | -10/+10 | |
| | |||||
* | Fix a syntax error. | root | 2014-04-14 | -1/+1 | |
| | |||||
* | Ignore link-local IPv6 in lldpdiscover. | root | 2014-04-14 | -1/+3 | |
| | |||||
* | Better debug output from lldpdiscover. | root | 2014-04-14 | -7/+9 | |
| | |||||
* | The PXE step of bootstrap was a bit broken | Jon Langseth | 2014-04-13 | -2/+10 | |
| | |||||
* | tgmanage.cfg.sh is always autogenerated. Not needed in repo | root | 2014-04-13 | -19/+0 | |
| | |||||
* | New tool that adds the needed, but not documented, entries to /etc/hosts on ↵ | root | 2014-04-13 | -0/+21 | |
| | | | | the bootstrap | ||||
* | Added removed file. | Joachim Tingvold | 2014-04-13 | -0/+92 | |
| | |||||
* | Changed filename of config to avoid accidental commit of SUPERSECRET passwords. | Joachim Tingvold | 2014-04-13 | -92/+0 | |
| | |||||
* | Updated configuration for tg14 | Jon Langseth | 2014-04-13 | -44/+33 | |
| | |||||
* | Changes to how PXE/TFTP is rolled out, it is now part of the base-requires step | Jon Langseth | 2014-04-13 | -6/+10 | |
| | |||||
* | ns1/ns2 replaced by pri_hostname/sec_hostname. Dropped extra PTR | Jon Langseth | 2014-04-13 | -16/+12 | |
| | |||||
* | 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. | ||||
* | Merge pull request #4 from norrs/config_variables_renames | Jon Langseth | 2014-04-12 | -56/+56 | |
|\ | | | | | Config variables renames from norrs | ||||
| * | Rename ::config::sec_ptr to ::config::sec_v4 as the value is the NS ↵ | Roy Sindre Norangshol | 2014-04-12 | -15/+15 | |
| | | | | | | | | secondary IPv4 address. | ||||
| * | Rename ::config::pri_ptr to ::config::pri_v4 as the value is the NS primary ↵ | Roy Sindre Norangshol | 2014-04-12 | -17/+17 | |
| | | | | | | | | IPv4 address. | ||||
| * | Rename ::config::sec_a to ::config::sec_hostname as the value is the ↵ | Roy Sindre Norangshol | 2014-04-12 | -12/+12 | |
| | | | | | | | | server's hostname. | ||||
| * | Rename ::config::pri_a to ::config::pri_hostname as the value is the ↵ | Roy Sindre Norangshol | 2014-04-12 | -17/+17 | |
| | | | | | | | | server's hostname. | ||||
* | | 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 | |
| | | |||||
* | | Tune the gaps and bridges for TG14. | Steinar H. Gunderson | 2014-04-11 | -5/+23 | |
|/ | |||||
* | Some obviousness. | Steinar H. Gunderson | 2014-04-11 | -1/+2 | |
| | |||||
* | Add a mode for auto-planning distro placements. | Steinar H. Gunderson | 2014-04-11 | -16/+67 | |
| | |||||
* | Update command line. | Steinar H. Gunderson | 2014-04-11 | -1/+1 | |
| | |||||
* | Refuse to pull cable between Game and Sector 8. | Steinar H. Gunderson | 2014-04-11 | -2/+11 | |
| | |||||
* | A micro-fix. | Steinar H. Gunderson | 2014-04-11 | -1/+1 | |
| | |||||
* | Yet more cleanups. | Steinar H. Gunderson | 2014-04-11 | -23/+26 | |
| | |||||
* | Split planning display from patchlist creation. A _lot_ cleaner, and fixes ↵ | Steinar H. Gunderson | 2014-04-11 | -58/+75 | |
| | | | | at least one bug. | ||||
* | We want six distros for now. | Steinar H. Gunderson | 2014-04-11 | -1/+1 | |
| | |||||
* | Adjust gaps based on new information. | Steinar H. Gunderson | 2014-04-11 | -3/+3 | |
| | |||||
* | Unify gap handling a bit. | Steinar H. Gunderson | 2014-04-11 | -20/+29 | |
| | |||||
* | Use the C++11 range-based for loop for increased clarity. | Steinar H. Gunderson | 2014-04-11 | -15/+6 | |
| | |||||
* | using namespace std in planning. | Steinar H. Gunderson | 2014-04-11 | -21/+20 | |
| | |||||
* | More function splitting in planning. | Steinar H. Gunderson | 2014-04-11 | -17/+20 | |
| | |||||
* | Reduce some spaghetti in planner. | Steinar H. Gunderson | 2014-04-11 | -47/+63 | |
| | |||||
* | First set of planning adjustments for TG14. | Steinar H. Gunderson | 2014-04-11 | -13/+43 | |
| | |||||
* | Fix a few loose bugs in planning. | Steinar H. Gunderson | 2014-04-11 | -4/+3 | |
| | |||||
* | Merge branch 'master' of https://github.com/tech-server/tgmanage | Steinar H. Gunderson | 2014-04-07 | -21/+0 | |
|\ | |||||
| * | License removed. | Joachim Tingvold | 2014-04-07 | -21/+0 | |
| | | |||||
* | | Add some scripts to ping all the switches, and display the ping status on a map. | Steinar H. Gunderson | 2014-04-07 | -0/+200 | |
| | | |||||
* | | Give newly discovered switch a location on the map. | Steinar H. Gunderson | 2014-04-07 | -0/+8 | |
|/ | |||||
* | When given a switch on the lldpdiscover command line, add it instead of ↵ | Steinar H. Gunderson | 2014-04-06 | -22/+36 | |
| | | | | | | | looking for its neighbors. This makes more sense during bootstrapping, since we can now auto-populate port names etc. |