Steve McIntyre | a6b485d | 2018-02-02 16:49:55 +0000 | [diff] [blame^] | 1 | vland 0.7 |
| 2 | |
| 3 | * Added new driver to support the Mellanox SN2100 switch, using MLNX-OS |
| 4 | * Minor changes to the database code: |
| 5 | + Automatic schema updates at vland startup |
| 6 | + Add extra lock_reason field in the port table, and code to match |
| 7 | + Use a different cursor type for row-based lookups to improve |
| 8 | maintainability |
| 9 | * Added new feaure - support for admins to store a reason when locking |
| 10 | ports |
| 11 | * Small changes in the web interface port popup: |
| 12 | + Will now display the lock reason |
| 13 | + Will now display the port name as displayed by the switch |
| 14 | * Various small cleanups and bugfixes |
| 15 | |
| 16 | -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 02 Feb 2018 16:09:50 +0000 |
| 17 | |
Steve McIntyre | c03d68d | 2016-03-24 17:38:34 +0000 | [diff] [blame] | 18 | vland 0.6 |
| 19 | |
| 20 | * Major changes to admin interface command-line: |
| 21 | + Switch from optparse to argparse for much better support of complex |
| 22 | command lines, using sub-commands instead of arguments and named |
| 23 | arguments instead of positional arguments. Example: |
| 24 | $ admin.py --create_vlan test30 30 false |
| 25 | now becomes |
| 26 | $ admin.py create_vlan --name test30 --tag 30 --is_base_vlan false |
| 27 | + admin.py will now exit non-zero when commands fail rather than |
| 28 | (falsely) always indicate success. |
| 29 | * Errors are tracked better internally, and distinguished in various |
| 30 | places between "object not found" and "misc error". |
| 31 | * Misc small bugfixes |
| 32 | |
Steve McIntyre | 63e8ee7 | 2018-02-02 15:19:12 +0000 | [diff] [blame] | 33 | -- Steve McIntyre <steve.mcintyre@linaro.org> Thu, 24 Mar 2016 17:19:39 +0000 |
Steve McIntyre | c03d68d | 2016-03-24 17:38:34 +0000 | [diff] [blame] | 34 | |
Steve McIntyre | 01997df | 2015-12-24 12:32:38 +0000 | [diff] [blame] | 35 | vland 0.5 |
Steve McIntyre | 00dc61b | 2015-09-28 02:44:29 +0100 | [diff] [blame] | 36 | |
| 37 | * Large numbers of bugfixes and code cleanups |
Steve McIntyre | 1ab1816 | 2015-10-31 00:29:17 +0000 | [diff] [blame] | 38 | + More robust error handling and logging |
| 39 | * Lots of improvements to the visualisation code: |
| 40 | + Bind to any interface, not just localhost so that the |
| 41 | visualisation can be seen from other machines |
| 42 | + Add an option to auto-refresh in the browser |
| 43 | + Improve error logging |
| 44 | + Add caching of graphics for improved performance |
| 45 | + Improve compliance with HTTP headers |
| 46 | + Add popup tooltips for more information about configuration of ports |
Steve McIntyre | 01997df | 2015-12-24 12:32:38 +0000 | [diff] [blame] | 47 | * Add a special dummy switch driver to help with debugging and testing |
Steve McIntyre | 1ab1816 | 2015-10-31 00:29:17 +0000 | [diff] [blame] | 48 | * In database multi-element calls, sort the output for consistency |
Steve McIntyre | 01997df | 2015-12-24 12:32:38 +0000 | [diff] [blame] | 49 | * Add a database last-modified-time to help with caching |
| 50 | * Make 404 errors more descriptive |
Steve McIntyre | 00dc61b | 2015-09-28 02:44:29 +0100 | [diff] [blame] | 51 | |
Steve McIntyre | 01997df | 2015-12-24 12:32:38 +0000 | [diff] [blame] | 52 | -- Steve McIntyre <steve.mcintyre@linaro.org> Thu, 24 Dec 2015 12:16:29 +0000 |
Steve McIntyre | 00dc61b | 2015-09-28 02:44:29 +0100 | [diff] [blame] | 53 | |
Steve McIntyre | 94ef65e | 2015-09-25 01:08:14 +0100 | [diff] [blame] | 54 | vland 0.4 |
| 55 | |
| 56 | * Large numbers of bugfixes and code cleanups |
| 57 | * Code changes for integration with LAVA: |
| 58 | + Added db.find_lowest_unused_vlan_tag() |
| 59 | + create_vlan() with a tag of -1 will find and allocate the first |
| 60 | unused tag automatically |
| 61 | * Add port *numbers* as well as names to the ports database, to give |
| 62 | human-recognisable references. See README.port-numbering for more |
| 63 | details. |
| 64 | * Add tracking of trunks, the inter-switch connections, needed for |
| 65 | visualisation diagrams. |
| 66 | * Add a simple http-based visualisation feature: |
| 67 | + Generate network diagrams on-demand based on the information in the |
| 68 | VLANd database, colour-coded to show port configuration |
| 69 | + Generate a simple website to reference those diagrams. |
| 70 | * Allow more ports to be seen on Catalyst switches |
| 71 | * Add a systemd service file for vland |
| 72 | |
| 73 | -- Steve McIntyre <steve.mcintyre@linaro.org> Thu, 24 Sep 2015 17:00:03 -0700 |
| 74 | |
Steve McIntyre | 866353e | 2015-07-31 16:31:27 +0100 | [diff] [blame] | 75 | vland 0.3 |
Steve McIntyre | 9d89718 | 2014-12-22 17:51:08 +0000 | [diff] [blame] | 76 | |
Steve McIntyre | 866353e | 2015-07-31 16:31:27 +0100 | [diff] [blame] | 77 | * Massive numbers of bugfixes and code cleanups |
| 78 | * Added two new switch drivers: |
| 79 | + TP-Link TL-SG2XXX family (TPLinkTLSG2XXX) |
| 80 | + Netgear XSM family (NetgearXSM) |
| 81 | * Added "debug" option to all the switch drivers to log all interactions |
| 82 | * Added internal caching of port modes within the driver core for a large |
| 83 | speed-up in normal use |
| 84 | * Bug fix to handling of trunk ports in the CiscoCatalyst driver, |
| 85 | improving VLAN interop with other switches |
| 86 | * Huge changes to the test lab, now using 5 switches and 10 hosts |
| 87 | * Big improvements to the test suite: |
| 88 | + Match the new test lab layout |
| 89 | + Move more of the core test code into the test-common utility library |
| 90 | + Massively improved the check-networks test runner for the test hosts |
| 91 | + Added parsing of the UP/DOWN results in test-common to give a simple |
| 92 | PASS/FAIL result for each test |
| 93 | + Added more tests |
| 94 | * All logging now in UTC |
Steve McIntyre | 9d89718 | 2014-12-22 17:51:08 +0000 | [diff] [blame] | 95 | |
Steve McIntyre | 866353e | 2015-07-31 16:31:27 +0100 | [diff] [blame] | 96 | -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 31 Jul 2015 16:21:50 +0100 |
Steve McIntyre | 6d19cd4 | 2015-02-13 07:43:10 +0000 | [diff] [blame] | 97 | |
| 98 | vland 0.2 |
| 99 | |
| 100 | * Massive numbers of bugfixes and code cleanups |
| 101 | * Improve how we talk to the Cisco switches - disable paging on long |
| 102 | output |
| 103 | * Switch from "print" to "logging.foo" for messages, and add logfile |
| 104 | support |
| 105 | * Improved test suite coverage, and added core test scripts for the lab |
| 106 | environment |
| 107 | |
| 108 | -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 13 Feb 2015 15:42:31 +0800 |
Steve McIntyre | 866353e | 2015-07-31 16:31:27 +0100 | [diff] [blame] | 109 | |
| 110 | vland 0.1 |
| 111 | |
| 112 | * Initial Release |
| 113 | |
| 114 | -- Steve McIntyre <steve.mcintyre@linaro.org> Wed, 24 Dec 2014 18:31:24 +0000 |
| 115 | |