blob: 95786fd9dcf1a395a864243064b54a3f1f64a6cd [file] [log] [blame]
Paul Greyson3658ef42013-03-27 14:56:11 -07001** March 27, 2013 **
2- click onos node "eye" icon to highlight switches associated with that controller
3- double click onos node else where to activate/deactivate
4- double click core switch to activate/deactivate
5- mouse down on switch, drag to other switch, mouse up to make link up/down
6 allowed links are
7 aggregation->core (link up/down)
8 core->core (link up/down)
9- pending states for links, switches and controllers after executing command
10 object pulses until state change or timeout (12s)
11- merge from upstream/master
12
Paul Greyson554dbfd2013-03-25 23:41:41 -070013** March 25, 2013 **
14- First pass at flow chooser
15 - Uses mock data
16 - Select flow to show the flow in topology view
17 - Selected flow currently always shows "marching ants" Once iperf is setup the movement will only be when there is iperf traffic
18 - Still need to do popup flow chooser to "monitor" flows in the flow panel
19
20** March 23, 2013 **
21- Link and switch state updates dynamically
22- Link direction is indicated with arrow heads
23
24** March 22, 2013 **
25- Workarounds for Chrome v25 rendering bugs
26- Fixed broken proxy functionality in restapi2.py
27- 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 -070028
29** March 20, 2013 **
30- URL parameters control functions as follows:
31 http://localhost:9000/ons-demo/index.html
32 uses the ONOS_HOST defined in restapi2.py. currently http://gui3.onlab.us:8080
33 http://localhost:9000/ons-demo/index.html?proxy
34 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)
35 http://localhost:9000/ons-demo/index.html?mock
36 uses the mock JSON responses under ons-dmo/data
37- clicking a controller behavior change
38 1) if all controllers are selected, deselects all controllers except the one clicked
39 2) if only the clicked controller is selected, selects all controllers again
40- Update configuration files to match test bed
41- Update sample JSON files from test bed
Paul Greyson5dd25f62013-03-22 22:20:10 -070042
Paul Greyson554dbfd2013-03-25 23:41:41 -070043** March 19, 2013 **
44- aggregation switch sample data DPIDs do not match official switch config.
45 - switch config hacked 00:00:00:00:00:00:01:01 ==> 00:00:00:00:00:00:01:00 etc.
46- layout does not dynamically adjust when window is resized
47 - refresh browser window after resizing to fix layout