- 12 Nov, 2014 1 commit
-
-
* 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
Pavlin Radoslavov authored
-
- 11 Nov, 2014 39 commits
-
-
Fixed an NPE in mastership when running optical demo. Change-Id: I038000d1237b4150db0c722fa96dd9541d83e44e
Thomas Vachuska authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
- More consistent with ObstacleConstraint Change-Id: I0988de74a4917ed91580f078c1dae653c030e5bc
Sho SHIMIZU authored -
- flattened lat/long in device props "bag" - example events. Change-Id: I1e619c84842c5fc4ab7a9dc59452c358f0ce7b10
Simon Hunt authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
- 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
Ray Milkey authored -
- 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
Simon Hunt authored -
Madan Jampani authored
-
Added addInstance/removeInstance/updateInstance messages. Change-Id: If312d2401597a89cb18be51a784f62157059aebf
Thomas Vachuska authored -
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
…rey. - Tracing web socket messages (for now, in console; in future, to trace view). - Captured sample events for use with test scenarios - both from and to the server. - Added description to scenario file."
Thomas Vachuska authored -
- Flip the branch condition in validate() Change-Id: I7bafb710440513d3ccce8178c1bd6bb30ed06d4f
Sho SHIMIZU authored -
These tests are for checking the valid path calculation logic in the intent compilers and the PathIntent installer. Change-Id: I2986729ae27202a2f42a71e64a53026383ddfb0b
Ray Milkey authored -
attributes. Note: BGP Confedertions are not supported (yet). Also, updated/simplified the MED comparison in the BGP Path Comparison implementation. Change-Id: Iabe01facffd2c6912f33f647841c1244d85282f3
Pavlin Radoslavov authored