2550 Commits

Author SHA1 Message Date
Thomas Vachuska
477bf81a06 Switching onos-gui command to use the new GUI.
Change-Id: If3ddaf56c175b58604beee41033d5364d4d3ae1a
2014-11-11 20:54:35 -08:00
Simon Hunt
3b9cddb388 GUI -- Fix topology message handler to only store the "memento" part of the updateMeta message.
Change-Id: Ia3d55acbb623b5750405669c0e3b7f0db1b136d2
2014-11-11 20:50:04 -08:00
Yuta HIGUCHI
f1ccee8d59 FlowRule : handle Future failure and timeouts.
Change-Id: Ie945b7ee936ae48ec3205592c309baebe8538ce0
2014-11-11 20:40:40 -08:00
Thomas Vachuska
ecd89261be Merge "Adding synchronous behaviour to the calendar REST API to wait until intent is in parked state. Needs testing." 2014-11-11 19:59:20 -08:00
Simon Hunt
61d040490f GUI -- Added onos.ui.addFloatingPanel() function.
- re-instated detail pane in topo2.js; triggered of non-zero selection state.
- single-select now requests details and displays them in detail pane.
- multi-select WIP.

Change-Id: I300a3dfd4d35abc82f832a172854c6aff50d8cd6
2014-11-11 19:36:52 -08:00
Thomas Vachuska
dee20dd35a Merge "Filter paths not satisfying the specified constraints" 2014-11-11 19:17:33 -08:00
Thomas Vachuska
56d1a7005a Adding synchronous behaviour to the calendar REST API to wait until intent is in parked state. Needs testing.
Change-Id: I218bcc7f6a1cadbf4325d5e4976a720752d26192
2014-11-11 19:16:35 -08:00
Yuta HIGUCHI
62f92754c5 suppress warning by karaf client
Change-Id: I175210e76d2b8085f4165eac00785f30bef0fd89
2014-11-11 18:58:01 -08:00
Yuta HIGUCHI
63323fd036 DeviceManager: background process checking mastership
Change-Id: I215a2f6b585077847821b9e36953c53e43fde6c3
2014-11-11 18:47:48 -08:00
Sho SHIMIZU
9909d177f5 Filter paths not satisfying the specified constraints
Change-Id: I683ba7cdfa3b792dda51a0bb45d7b000666c8c54
2014-11-11 18:34:45 -08:00
Thomas Vachuska
b6a67d5aed Merge "Adding server-side code for sending device/host details to the client." 2014-11-11 18:34:05 -08:00
Thomas Vachuska
d8aea86250 Merge "Refactor: improve null safety by using empty list instead of null" 2014-11-11 18:29:24 -08:00
Thomas Vachuska
52cc9a7097 Merge "added demo rest api for adding and withdrawing intents in a mesh" 2014-11-11 18:29:04 -08:00
Thomas Vachuska
503aafc1bc Merge "Make constraint objects serializable by Kryo" 2014-11-11 18:25:12 -08:00
Thomas Vachuska
f1fae003a6 Adding server-side code for sending device/host details to the client.
Change-Id: I02e15db996a848fc064ccaa14f0274275020d6be
2014-11-11 18:22:02 -08:00
Sho SHIMIZU
c3df36be97 Refactor: improve null safety by using empty list instead of null
Change-Id: I443942ef82819e0c27df2c2acd45eb9106038992
2014-11-11 18:21:21 -08:00
alshabib
fd23d3136a added demo rest api for adding and withdrawing intents in a mesh
Change-Id: Ic68a9054c8a1a3d4223e75845f78205d8703ae56
2014-11-11 18:14:47 -08:00
Jonathan Hart
0e99ad96a4 Add *.pyc to .gitignore
Change-Id: Ia7d92768d6fef29c4c0040d5a30e23077f2fbb72
2014-11-11 17:45:41 -08:00
Praseed Balakrishnan
e022664a21 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-11-11 17:19:24 -08:00
Praseed Balakrishnan
a4011b00fc Fix packet optical link.
Change-Id: I79e5e65f4347ae49524bd143e234ec3159bd8cde
2014-11-11 17:19:02 -08:00
Thomas Vachuska
2498c0b549 Merge "Fixing flow rule batches" 2014-11-11 17:16:51 -08:00
Praseed Balakrishnan
d18c562e77 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-11-11 17:09:08 -08:00
Praseed Balakrishnan
05e2533fcc Packet Optical 10 node topology update.
Change-Id: I077def8ce4719ffecee9bacb07f666fa08ba33a8
2014-11-11 17:08:28 -08:00
Thomas Vachuska
9b2da21522 Fixing flow rule batches
Problem should now be fixed. Hashing on enums last is a bad
idea because the enum value could be 0.

Change-Id: Ib29e90b393b5285be2807729b52e69b121340f09
2014-11-11 17:08:14 -08:00
Sho SHIMIZU
cd4bac85e4 Make constraint objects serializable by Kryo
Change-Id: I15e5a14b16fc1ab0416570fec176f18b713727a0
2014-11-11 17:07:25 -08:00
Thomas Vachuska
591cf2776b Merge "Refactor: move method to get annotated double value" 2014-11-11 16:51:50 -08:00
Thomas Vachuska
36fa36dd2c Merge "Add unit tests fir DefaultFlowEntry class" 2014-11-11 16:43:39 -08:00
Sho SHIMIZU
97a64cd7a8 Refactor: move method to get annotated double value
- Move to AnnotationKeys to remove code duplication

Change-Id: Icf8b4322fc88e43ab531402d0e403a38d186f48e
2014-11-11 16:31:21 -08:00
Ray Milkey
930fc663c5 Add unit tests fir DefaultFlowEntry class
Also fixed a bug where the error DefaultFlowEntry was not setting the
timestamp.

Change-Id: Ic23e91926605ea7c166b244d8352b58347844a5f
2014-11-11 16:13:28 -08:00
Pavlin Radoslavov
9f381945ee Added feature "onos-app-proxyarp" and feature "onos-app-config"
to the list of features that onos-app-sdnip depends on.

Change-Id: I1a1f9371dd0e225391389c64ccf68856ca196620
2014-11-11 16:13:02 -08:00
Pavlin Radoslavov
0a297b160b Cleanup in the SDN-IP related configuration files:
* The (deployed) Interface addresses configuration file "addresses.json"
   from the apps/config application is expected to be found in the
   /opt/onos/config directory

 * The (deployed) SDN-IP configuration file "sdnip.json" is expected
   to be found in the /opt/onos/config directory

 * All configuration files (i.e., addresses.json and sdnip.json) should
   be stored in the tools/package/config directory before deployment
   (i.e., before running onos-config)

 * Removed the apps/config/src/main/resources/config.json sample configuration
   file, because it was incorrect, and replaced it with "addresses.json"
   file in the same directory

 * Updated the text in files tools/package/config/README and
   apps/sdnip/src/main/resources/config-examples/README

 * Minor code cleanup in SdnIpConfigReader.java and NetworkConfigReader.java

Change-Id: I8af75e62a94e4fb701e2c6a09cde93cd8461e255
2014-11-11 16:11:41 -08:00
Pavlin Radoslavov
190f8f9d5c Fix a typo in a comment.
Change-Id: Ieebe534475c704d423ace478ab05f398fd16897d
2014-11-11 15:56:14 -08:00
Thomas Vachuska
0f6baee9bf Added top-level location object per Simon/Paul spec.
Fixed an NPE in mastership when running optical demo.

Change-Id: I038000d1237b4150db0c722fa96dd9541d83e44e
2014-11-11 15:02:32 -08:00
Thomas Vachuska
23aa49fb9e Merge "Use DeviceId instead of ElementId in WaypointConstraint for consistency" 2014-11-11 14:58:12 -08:00
Thomas Vachuska
e9aad0939f Merge "Aggregate definition of annotation key for latency into a single file" 2014-11-11 14:57:48 -08:00
Simon Hunt
ea80eb4468 GUI -- Fixed host node exit animation.
Change-Id: If9ad86451f5f7905fa01101d060d0490e206a4bc
2014-11-11 14:50:16 -08:00
Sho SHIMIZU
fe129db595 Aggregate definition of annotation key for latency into a single file
Change-Id: Id0b9089ec60e6f144ff42c40d0e1b19b280c4271
2014-11-11 14:24:51 -08:00
Sho SHIMIZU
fa2cd3ba65 Use DeviceId instead of ElementId in WaypointConstraint for consistency
- More consistent with ObstacleConstraint

Change-Id: I0988de74a4917ed91580f078c1dae653c030e5bc
2014-11-11 14:10:32 -08:00
Thomas Vachuska
56badfd889 Merge "GUI -- added removeHost code; augmented 'simple' scenario to include removeHost. - flattened lat/long in device props "bag" - example events." 2014-11-11 13:33:06 -08:00
Simon Hunt
44031108f4 GUI -- added removeHost code; augmented 'simple' scenario to include removeHost.
- flattened lat/long in device props "bag" - example events.

Change-Id: I1e619c84842c5fc4ab7a9dc59452c358f0ce7b10
2014-11-11 13:20:36 -08:00
Jonathan Hart
5f7097ef5b Add some more match conditions to connectivity intent CLI commands
Change-Id: I429c34319e8f88bd8899bcee458dc3a60ffcce66
2014-11-11 12:58:02 -08:00
Thomas Vachuska
fc405c97f0 Merge "GUI -- Update to memento format." 2014-11-11 12:48:31 -08:00
Jonathan Hart
857b9e005b Fix error in README
Change-Id: I08752eafa885eaef11a40d0357a22ac7370f7b68
2014-11-11 12:08:15 -08:00
Simon Hunt
902c9921c9 GUI -- Update to memento format.
Change-Id: I99c579668b17014d4cdceb9ce5898c4ed49c5be4
2014-11-11 11:59:47 -08:00
Pavlin Radoslavov
ce0395ed26 Print $ONOS_CELL when running the "onos-show-cell" command.
Change-Id: I31c627d818ae27f7a85fa16622bceae53984be98
2014-11-11 11:58:46 -08:00
Thomas Vachuska
702dae8905 Merge "Unit tests for the DefaultFlowRule class" 2014-11-11 11:46:49 -08:00
Madan Jampani
32fe7805d7 Fixed javadoc comments for Lock. 2014-11-11 11:16:47 -08:00
Ray Milkey
1e20711a9c Unit tests for the DefaultFlowRule class
- added a method to the immutable class checker for
  immutable classes used as base classes
- fixed a typo in spelling of a constructor parameter
  in DefaultFlowRule

Change-Id: I8991c1eadcc990040bb97a02c1027b4708a4f58d
2014-11-11 11:11:05 -08:00
Simon Hunt
fc274c97d3 GUI -- Fixed link lookup bug when removing links.
- fixed and extended the 'startup' test scenario  to show device coming online (and links added), followed by device going offline (and links removed).

Change-Id: I58f79b5b16d37504793f36db9959f8c3c26b5261
2014-11-11 11:05:46 -08:00
Madan Jampani
1e791e1228 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next 2014-11-11 10:49:43 -08:00