- 28 Jan, 2015 2 commits
-
-
The map uses the gossip schemes to replicate data between instances. It seems to work for basic add and remove use cases right now, no anti-entropy yet. ONOS-844. Change-Id: I7d05a7b532e40c95ab14e2c8911f18514bd0a8ca
Jonathan Hart authored
- 27 Jan, 2015 9 commits
-
-
Resolve ONOS-471. - Define IntentUpdate sub-classes for intent state transition - Define CompletedIntentUpdate and its sub-classes for parking intent state - IntentUpdate.execute() handles one state transition and generates next state - IntentInstall monitor is splitted into IntentBatchPreprocess and its sub-classes Change-Id: Ie2d3a0b2ce9af7b98fd19a3a8cc00ab152ab6eaa
Sho SHIMIZU authored -
Also added a missing attribute to the Devices codec Change-Id: I824a3559ca6278297a52169249f413c850204a9b
Ray Milkey authored -
- now it is more properly encapsulated. Change-Id: Ib5cb88acf63e78be648ff45e737c76041b53e44b
Simon Hunt authored
-
- 26 Jan, 2015 9 commits
-
-
…rogrammatically render and load data into a table. Test functions added. Change-Id: I585cee8331612be984ca7ead2829525af7f3d3e5
Bri Prebilic Cole authored -
* Register Collections.emptyList() in Kryo (some intents contain this) * Other stores set INSTALL_REQ state implicitly when a CREATE_INTENT batchwrite is received, so we should do this too. Change-Id: I19167ab0d3c7b98c32d5af9198843ff33b7c8a23
Jonathan Hart authored -
…rogrammatically render and load data into a table. Test functions added. Change-Id: I95f82108d7bb4f84a701b49e0e419afbdbac6f14
Bri Prebilic Cole authored
-
- 24 Jan, 2015 1 commit
- 23 Jan, 2015 19 commits
-
-
- GET /topology - GET /topology/clusters - GET /topology/cluster/{clusterId} - GET /topology/cluster/{clusterId}/devices - GET /topology/cluster/{clusterId}/links - GET /topology/broadcast/{connectPoint} - GET /topology/infrastructure/{connectPoint} Change-Id: I2a5053b9e7f8bb7f4e3daa4b82b31376a47578cf
Ray Milkey authored -
ONOS-744 Refactoring graph search to allow requesting max number of paths. Change-Id: I28467246b92df32ebb3155c45774ecc051fdd3dd
Thomas Vachuska authored -
All write operations now come through the batchWrite API. Change-Id: I982c5f785bf108dc2c9716db5ed744882d88aa55
Jonathan Hart authored -
* Expose NetworkConfigReader as a service - NetworkConfigService * Add reference within SdnIp to NetworkConfigService This fixes bug ONOS-735 Change-Id: I85cdd0ce0a4f6293e8a5633bddd140a23ecddc10
Pavlin Radoslavov authored -
…k web-socket server. Topo view can use query string '?wsport=8123' for example. Change-Id: Ie34d557b9580d58239380010e8d58233998a78ca
Simon Hunt authored -
Create/update operations are implemented and working in 2-node cluster. No remove operations yet. Change-Id: Ief68c9d5c3bb483823b6f92d29fa83df0ab7b58f
Jonathan Hart authored -
…ameter to the directive. Change-Id: I2f2187e0b1a8a4fdb2d05187bb1d708724aeca99
Bri Prebilic Cole authored