blob: f147d6f215854089986a84ec0fa09bc0b6468d7e [file] [log] [blame]
Steve McIntyrea6b485d2018-02-02 16:49:55 +00001vland 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 McIntyrec03d68d2016-03-24 17:38:34 +000018vland 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 McIntyre63e8ee72018-02-02 15:19:12 +000033 -- Steve McIntyre <steve.mcintyre@linaro.org> Thu, 24 Mar 2016 17:19:39 +0000
Steve McIntyrec03d68d2016-03-24 17:38:34 +000034
Steve McIntyre01997df2015-12-24 12:32:38 +000035vland 0.5
Steve McIntyre00dc61b2015-09-28 02:44:29 +010036
37 * Large numbers of bugfixes and code cleanups
Steve McIntyre1ab18162015-10-31 00:29:17 +000038 + 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 McIntyre01997df2015-12-24 12:32:38 +000047 * Add a special dummy switch driver to help with debugging and testing
Steve McIntyre1ab18162015-10-31 00:29:17 +000048 * In database multi-element calls, sort the output for consistency
Steve McIntyre01997df2015-12-24 12:32:38 +000049 * Add a database last-modified-time to help with caching
50 * Make 404 errors more descriptive
Steve McIntyre00dc61b2015-09-28 02:44:29 +010051
Steve McIntyre01997df2015-12-24 12:32:38 +000052 -- Steve McIntyre <steve.mcintyre@linaro.org> Thu, 24 Dec 2015 12:16:29 +0000
Steve McIntyre00dc61b2015-09-28 02:44:29 +010053
Steve McIntyre94ef65e2015-09-25 01:08:14 +010054vland 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 McIntyre866353e2015-07-31 16:31:27 +010075vland 0.3
Steve McIntyre9d897182014-12-22 17:51:08 +000076
Steve McIntyre866353e2015-07-31 16:31:27 +010077 * 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 McIntyre9d897182014-12-22 17:51:08 +000095
Steve McIntyre866353e2015-07-31 16:31:27 +010096 -- Steve McIntyre <steve.mcintyre@linaro.org> Fri, 31 Jul 2015 16:21:50 +0100
Steve McIntyre6d19cd42015-02-13 07:43:10 +000097
98vland 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 McIntyre866353e2015-07-31 16:31:27 +0100109
110vland 0.1
111
112 * Initial Release
113
114 -- Steve McIntyre <steve.mcintyre@linaro.org> Wed, 24 Dec 2014 18:31:24 +0000
115