Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: Make it possible to supply a list of switch names for APs 🙈 | Håkon Solbjørg | 2019-04-02 | -4/+8 |
| | ||||
* | chore: Make the code more readable and extensible 👀 | Håkon Solbjørg | 2019-04-02 | -7/+12 |
| | ||||
* | feat: Implement label generation for cables ☎ | Håkon Solbjørg | 2019-04-02 | -1/+64 |
| | ||||
* | feat: Add argparse to allow for specifying which labler function to run 🤙 | Håkon Solbjørg | 2019-04-02 | -1/+19 |
| | ||||
* | chore: Move switch label generation to own file 🧹 | Håkon Solbjørg | 2019-04-02 | -45/+46 |
| | ||||
* | chore: Add old scripts ☠️ | Håkon Solbjørg | 2019-04-02 | -0/+165 |
| | ||||
* | Initial switch label scripts 🚂 | Håkon Solbjørg | 2019-04-02 | -0/+119 |
| | ||||
* | 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 |
| | ||||
* | Added new nets delivered on r1.noc | Sjur Fredriksen | 2018-03-28 | -0/+3 |
| | ||||
* | Fix management IPs | Kristian Lyngstol | 2018-03-25 | -134/+134 |
| | ||||
* | Removed row 1-2 east | Marius Linge | 2018-03-25 | -178/+172 |
| | ||||
* | Update planning for TG18 | Marius Linge | 2018-03-23 | -211/+220 |
| | ||||
* | Start TG18 planning | Kristian Lyngstol | 2018-03-22 | -442/+406 |
| | ||||
* | TG18 planning | Kristian Lyngstol | 2018-03-06 | -17/+26 |
| | ||||
* | Create infra-entries for row switches. | Joachim Tingvold | 2017-04-11 | -41/+50 |
| | ||||
* | Update to use with Gondul. | Joachim Tingvold | 2017-04-11 | -2/+7 |
| | ||||
* | Option 82 not always present. | Joachim Tingvold | 2017-04-11 | -2/+7 |
| | ||||
* | Fixing multiple option 43. | Joachim Tingvold | 2017-04-11 | -23/+25 |
| | ||||
* | Syntax. | Joachim Tingvold | 2017-04-09 | -2/+2 |
| | ||||
* | Fix if-statement so that it works... | Joachim Tingvold | 2017-04-09 | -14/+7 |
| | ||||
* | Only match one of the classes (not both at the same time). | Joachim Tingvold | 2017-04-09 | -2/+10 |
| | ||||
* | We want the full MAC... | Joachim Tingvold | 2017-04-08 | -4/+1 |
| | ||||
* | Fix proper format of the MAC address in the DHCP-log. | Joachim Tingvold | 2017-04-08 | -2/+15 |
| | ||||
* | More consistent FAP-DHCP-log. | Joachim Tingvold | 2017-04-08 | -2/+2 |
| | ||||
* | Some Juniper switches won't send vendor-class-identifier... | Joachim Tingvold | 2017-04-08 | -3/+10 |
| | ||||
* | Add all networks that should have recursive access. | Joachim Tingvold | 2017-04-08 | -1/+2 |
| | ||||
* | Show MAC address for FAP "clients". | Joachim Tingvold | 2017-04-08 | -1/+1 |
| | ||||
* | Typo. | Joachim Tingvold | 2017-04-08 | -1/+1 |
| | ||||
* | Only give out IPs to FAP "clients". | Joachim Tingvold | 2017-04-08 | -2/+12 |
| | ||||
* | Make DHCP-networks for distro-mgmt-networks. | Joachim Tingvold | 2017-04-07 | -34/+69 |
| | ||||
* | Fix FAP-config in DHCP. | Joachim Tingvold | 2017-04-07 | -12/+74 |
| | ||||
* | Make DHCP-server listen on all interfaces by-default. | Joachim Tingvold | 2017-04-02 | -4/+10 |
| | ||||
* | Added initial netlist.txt for TG17 | Joachim Tingvold | 2017-04-02 | -0/+174 |
| | ||||
* | Add reminder of what to remove before publishing. | Joachim Tingvold | 2017-04-02 | -7/+9 |
| | ||||
* | Planning for TG17. | Joachim Tingvold | 2017-04-02 | -0/+435 |
| | ||||
* | Full one-liner added to planning. | Joachim Tingvold | 2017-04-02 | -0/+4 |
| | ||||
* | Updated for TG17. | Joachim Tingvold | 2017-04-02 | -30/+26 |
| | ||||
* | Update COPYING | Joachim Tingvold | 2016-04-12 | -1/+1 |
| | | | Indenting! | |||
* | Netconfig for TG16 added.TG16NMS-REPO-SPLIT | Joachim Tingvold | 2016-04-08 | -0/+29180 |
| | ||||
* | NMS: Rebuild nmsInfoBox | Nicolai Tellefsen | 2016-04-05 | -497/+788 |
| | | | | | | | | | | | Basically the old model forced each window to handle all the logic needed for showing and managing a window. The new model takes care of the basic window- management and lets us focus on "panels" that are reusable, independent of each other, and can re-render themselves without concern for any other objects. We are also able to define windows and views that use existing panels just by providing a basic template to the windowHandler. Does still have som bugs and missing functionality that needs to be addressed. | |||
* | NMS: Ansible now with restarts and htpasswd | Kristian Lyngstol | 2016-04-03 | -20/+79 |
| | | | | | This seems to do what we need with 0 extra config, except that you'd obviously have to know the relevant vault passwords | |||
* | NMS: Fix nms-info-box.js formatting | Nicolai Tellefsen | 2016-04-03 | -109/+108 |
| | ||||
* | NMS: Let drawNow handle both epoch and date-string | Nicolai Tellefsen | 2016-04-03 | -1/+5 |
| | | | | | Unsure how to handle UTC vs non UTC. Atleast we can now see a date in both time-travel and live-data mode drawn to the map. | |||
* | Ansible: More structure and config.pm template | Kristian Lyngstol | 2016-04-02 | -97/+239 |
| | ||||
* | NMS: Add ansible playbook for front and fix VCL | Kristian Lyngstol | 2016-04-01 | -12/+103 |
| | | | | | Works OK, but some work is still needed, specially regarding configuration and passwords and whatnot. | |||
* | nms: 76GB is a bit more memory than my dev system has | Kristian Lyngstol | 2016-04-01 | -1/+1 |
| |