- 10 Aug, 2016 11 commits
-
-
Cleaning up app subsystem code a tiny bit as well. Change-Id: I5df7d4c6d62d122653331474fb079648e779d595
Thomas Vachuska authored -
This is an external dependency because it relies on DNS resolving localhost. Change-Id: I1f8aa481b2173a166334c8a7bffb60647c666e12
Jonathan Hart authored -
Looking for community member volunteers to help with this. Change-Id: I6c88ad67592f57f02505b75ff475b534642bbcd0
Thomas Vachuska authored
-
- 09 Aug, 2016 16 commits
-
-
e.g., Netty NIO uses # cores * 2 threads. Change-Id: I59b125aaae50fb067214d067a06a98d258726a26
Yuta HIGUCHI authored -
Moving ONOS dependency to be on release version 1.10. Cleaned up a few pom.xml files from redundant plugin configuration. Change-Id: I9cc31731dc26dd97292911f9a64795f2865e386d
Thomas Vachuska authored -
- Protocol Buffers: 3.0.0 - gRPC: 1.0.0-pre2 Change-Id: Ic80d3f660d4a0aa37a99d4e6d4dc45e0b70b073b
Yuta HIGUCHI authored -
Change-Id: I6e261186abf9ed87a3c55e50d123e423f652aa41 (cherry picked from commit 622700fd)
Carmelo Cascone authored -
- Breaking out UiLink to subclasses for device links, host links, region links, region-device links, - (soon, also peer links). - Augmenting UiLinkId to include regions as endpoints. - Introduced UiSynthLink to encapsulate synthetic links bound to regions. - Model Cache now computes synthetic links from the underlying link data. - Added endPointA/B() and type() methods to UiLink. - Updated topo2CurrentRegion response to include synth-links for the region. Change-Id: Ifa62a15fbe0a58b134d92278b201fa7a72cbfa83
Simon Hunt authored -
Change-Id: I2b4fec44f623cc6df90c45c1cabc8c40601bf4b6 (cherry picked from commit 1a5491ec)
Srinivas Bandi authored
- 08 Aug, 2016 13 commits
-
-
- It was creating 2 theads everytime a Device connected. Now uses thread pool shared across Devices, where threads will die out on idle. Should resolve ONOS-3579 Change-Id: I490b2ef677853677fbd151af27f6ac2be563774c
Yuta HIGUCHI authored -
This commit adds various unit tests of LISP addresses in a way to check object equality and construction. This commit also makes minor changes to existing LISP address classes to allow the test cases to pass all unit tests. Change-Id: Ice9f9634bdd243baaf1eed1539ea8d5808dda01d
Jian Li authored -
1. Fixed a Bug in KafkaProducer. Without this fix the App will not send data in GPB format. 2. Added two new services - KafkaProducerService and KafkaConfigService. 3. Fixed a TODO in the register API to return Kafka server information. 4. Removed the use of LeadershipService and ClusterService, since we are not ready for clustering yet. Change-Id: If20ef5238bb4629af0c6769129494eb44abf1d3c
Shravan Ambati authored -
The provider is capable of polling the environment using the device driver behaviour (LinkDiscovery) Change-Id: Ia09f866299d38c4de9b13201c9cf63b03909164a
Michele Santuari authored