blob: 90af6d1f35e96424261e5fde959f8bd70158e265 [file] [log] [blame]
Paul Greyson21a8e0b2013-04-04 02:07:07 -07001** April 4, 2013 **
Paul Greysonbb403b02013-04-04 17:11:24 -07002iperf display implemented
3- scaled to 50,000,000
4- update rate is every 2s
5- the display does not draw until receiving 2 buffers of data (this way if there is a stale buffer it doesn't get displayed)
6- duration is 10000 seconds. seems like there is no need for a button to restart?
7- displaying 10s data
8- if the data underruns (either because the server response is too slow or because the iperf data stops being updated) the display draws 0s
9- seeing the data stall a lot (timestamp and end-time remain the same through many fetches)
10
11** April 4, 2013 **
Paul Greyson21a8e0b2013-04-04 02:07:07 -070012Fix issues:
13 305 - "close x" now unselects flow. double click to delete a flow
14 323 - gui now recovers on timeout errors and polls again
15 324 - fixed problem with added flows not displaying
16 325 - fixed logic displaying flows in topology view
17
Paul Greyson826008a2013-03-28 10:09:57 -070018** March 28, 2013 **
Paul Greyson3d663d12013-03-28 12:20:04 -070019- add and delete flow implemented
20- to add flow
21 - mouse down in src edge switch
22 - drag to dst edge switch
23 - release/confirm to create flow
24- to delete flow
25 - select flow in flow chooser
26 - click "close" button in flow table
27 - confirm
28- same "pending" style as other actions
29
30** March 28, 2013 **
Paul Greyson826008a2013-03-28 10:09:57 -070031- basic flow chooser
32 - click in "eye" to show full list
33 - click on "eye" in full list to monitor that flow in the top slot (and show the flow in topology)
34 - other flows get pushed down one slot
35 - when a flow is pushed off the list, it is no longer displayed in topology
36- bug fix for link disappearing after being added
37- color improvements
38- draw vector while linking to make it clearer what's going to happen
39
Paul Greyson3658ef42013-03-27 14:56:11 -070040** March 27, 2013 **
41- click onos node "eye" icon to highlight switches associated with that controller
42- double click onos node else where to activate/deactivate
43- double click core switch to activate/deactivate
44- mouse down on switch, drag to other switch, mouse up to make link up/down
45 allowed links are
46 aggregation->core (link up/down)
47 core->core (link up/down)
48- pending states for links, switches and controllers after executing command
49 object pulses until state change or timeout (12s)
50- merge from upstream/master
51
Paul Greyson554dbfd2013-03-25 23:41:41 -070052** March 25, 2013 **
53- First pass at flow chooser
54 - Uses mock data
55 - Select flow to show the flow in topology view
56 - Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic
57 - Still need to do popup flow chooser to "monitor" flows in the flow panel
58
59** March 23, 2013 **
60- Link and switch state updates dynamically
61- Link direction is indicated with arrow heads
62
63** March 22, 2013 **
64- Workarounds for Chrome v25 rendering bugs
65- Fixed broken proxy functionality in restapi2.py
66- webui should now work when hosted from a different server than the controller (where it uses gui3.onlab.us:8080) and also when run from the same server (where it uses localhost:8080)
Paul Greysonc3e21a02013-03-21 13:56:05 -070067
68** March 20, 2013 **
69- URL parameters control functions as follows:
70 http://localhost:9000/ons-demo/index.html
71 uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080
72 http://localhost:9000/ons-demo/index.html?proxy
73 uses the index.html host to proxy to ONOS_HOST (works around cross site scripting restrictions to allow the WebUI to be served from a different server than the one that hosts the controller)
74 http://localhost:9000/ons-demo/index.html?mock
75 uses the mock JSON responses under ons-dmo/data
76- clicking a controller behavior change
77 1) if all controllers are selected, deselects all controllers except the one clicked
78 2) if only the clicked controller is selected, selects all controllers again
79- Update configuration files to match test bed
80- Update sample JSON files from test bed
Paul Greyson5dd25f62013-03-22 22:20:10 -070081
Paul Greyson554dbfd2013-03-25 23:41:41 -070082** March 19, 2013 **
83- aggregation switch sample data DPIDs do not match official switch config.
84 - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
85- layout does not dynamically adjust when window is resized
86 - refresh browser window after resizing to fix layout