- 02 Aug, 2015 1 commit
- 01 Aug, 2015 1 commit
-
-
1. DeviceManager must not have a dependency on DeviceClockService. Clocks and Timestamps are purely distribution concerns. 2. Eliminated DeviceClockProviderService which merely served as a cache for mastership terms thereby introducing a source of staleness. Now we directly query mastership service which is already optimized for high volume reads. 3. DistributedLeadershipManager fix to ensure election won by local node immediately reflects in the local leaderboard. This is to ensure a subsequent read does not return a stale value. Change-Id: I774b64923e382b788df5f8bde2a9fafc0294bad0
Madan Jampani authored
-
- 31 Jul, 2015 11 commits
-
-
…the leadership topic withdrawal. Change-Id: Iad740929b683a253a7eec0282b52e8f6f31ebcfe
Thomas Vachuska authored -
provide RFC7047's API and its implementation, and five main table which contain Bridge, Controller, Interface, Open_vSwitch and Port Change-Id: I9e995a056fd55c986f5866c85ac712f1792cff4f
lishuai authored
- 30 Jul, 2015 12 commits
-
-
Ported from onos-1.2 branch. Change-Id: Ic085d5033105e0c688369a71de077c7541d26dbf (cherry picked from commit 1258f86b)
Jonathan Hart authored -
Conflicts: incubator/net/src/main/java/org/onosproject/incubator/net/config/impl/BasicNetworkConfigs.java Change-Id: I6ed0b0a9b62b0f3a225514070523778a124f7564
Ayaka Koshibe authored -
- Preliminary work in implementing installation of custom buttons to details panel for selected device. Change-Id: Id26ac301f72b4521d2a388d34ee0a287f400c68c
Simon Hunt authored -
…ghout a number of subsystems. Refactored all core components to take advantage of this; apps remain to be done. Change-Id: Ib0935ba07ff81b0fa032534004ec9ac6187cbf22
Thomas Vachuska authored -
Bump loxigen to 0.4.1.onos-SNAPSHOT. Change-Id: Ieb8aa4fe716e12f89b83770eff617561f30cdd08
Marc De Leenheer authored -
This change also implements a unit test harness for the EventuallyConsistentMap that is intended to be reusable to test other stores. Change-Id: I2257da9b19412b97a3aa0f127be7263a7732b852
Ray Milkey authored -
The whole lib of ovsdb provides the function of encode to jasonRPC and decode to Pojo to consumer, the bussiness of coordination of communication is implemented by adapter. Change-Id: I4c35426273394c1699207e5a4f2e98cead59f1e1
lishuai authored
-
- 29 Jul, 2015 12 commits
-
-
ONOS-2477. Ported from onos-1.2 branch. Change-Id: I8d82ac687d6a3177b5216a19c99f0823a047529e
Jonathan Hart authored -
- Cleaning up PropertyPanel methods - overloading values (string, int, long, object) Change-Id: I84c86a48de8a776b407982687bc02def18eaef61
Simon Hunt authored -
flows to ovsdb device. 1. Creates/drops vxlan tunnels and a ovs when a ovs controller node is detected 2. Applies default forwarding flows when a ovs is detected 3. Applies tunnel flows and multicast flows when a VM is detected Change-Id: I66d719eaaef364b197952c7b9d7f72c4b269c926
samuel authored -
- Added id field to property panel, as well as overloaded constructors. - Added modify*Details() methods to UiTopoOverlay. - Cleaned up use of string constants. - Reworked RequestDetails in Topo view msg handler (and base). - Fixed bug in topo UI where selected host title click caused exception on server. Change-Id: Ib2a3cf60fae8ad8cda77a3b6933ee758262e6f3c
Simon Hunt authored
- 28 Jul, 2015 3 commits
-
-
…-v! command line arguments. Change-Id: Ifbf1238e37cd19d96a8bd1560b7aa755e9c14808
Bri Prebilic Cole authored
-