- 27 Mar, 2015 4 commits
-
-
Fixed app ids for metrics app. Change-Id: Icea99991ad71c80c53a832c236dcc05fefbb9b02
Thomas Vachuska authored -
However, there is a race that can temporarily break data plane connectivity. The problem is described in ONOS-1404 Change-Id: I3df1948180b42fc7f4c2d072bd8c2b452dd07e61
Brian O'Connor authored -
- note: basic link data shown for now. will need enhancing. Change-Id: I067edec6f336b5ea5c83c610622346d5fcedce38
Simon Hunt authored
-
- 26 Mar, 2015 7 commits
-
-
…t rather than via REST. WIP. Change-Id: I68de98e8df0a2bbcebe15ad9015ce6b4df43d81c
Thomas Vachuska authored -
… modify the service configuration Change-Id: I56866dd8c3359de0fcf827fc247024c65a63c5c2
Madan Jampani authored -
Also, this should fix ONOS-1184 (intents submitted before hosts detected). Change-Id: I47a503c18dc728912132eb2e2fcc160d47e518eb
Brian O'Connor authored
- 25 Mar, 2015 22 commits
-
-
…or changing button position. Various other small edits. Change-Id: I4d04a31b3cf5b329b2227c6ccf494de0b5603455
Bri Prebilic Cole authored -
so that we don't have to join the two lists each time we want to see all instructions Change-Id: I7f1ad252776abcb6768372eeaabfa661bdded36c
Jonathan Hart authored -
EventuallyConsistentMap has been moved to the API package so is now available outside the stores. ONOS-1357 Change-Id: I1c892eb3dbefa72cb3f3eb3ccc74e9a02c7e2ac9
Jonathan Hart authored -
- Added '.' (dot) keystroke to toggle toolbar show/hide - Added 'comma' and 'dot' to the keys logical names - removed debug statements from toolbar.js Change-Id: Idc4a714b11715a9851d29a87ecb4999e7315dec2
Simon Hunt authored -
and wrote a unit test for it. Change-Id: I8b38476c41fba70abbba7ed0b37364696f17966d
Jonathan Hart authored -
Requires restart of any dev shell sessions that may have KARAF_VERSION=3.0.2 already set. Developers that have their own local Karaf will have to run 'onos-setup-karaf <ip-address>' command Change-Id: Iba234b3cd5af89de6dd249c97cac97525364cc34
Thomas Vachuska authored -
…tons in topoToolbar - WIP. Change-Id: Ibc749b4ecdcb07ecf63d50817f8af3d455b4cde0
Bri Prebilic Cole authored
-
- 24 Mar, 2015 7 commits
-
-
It resolves naming mismatch in naming of IntentProcessPhases and states handled in the phases. It is described in ONOS-1064. - Define FlowRuleIntent that enables flow rule level operation as an intent. - Remove IntentInstaller interface - Existing installable intents such as PathIntent, LinkCollectionIntent, OpticalPathIntent and MplsPathIntent now become non installable intents. Only FlowRuleIntent is categorized as installable intent now. - Implement intent compilers for PathIntent, LinkCollectionIntent, OpticalPathIntent and MplsPathIntent. They generates FlowRuleIntents. - Write unit tests for the newly created intent compilers according to the intent installers' unit tests - Remove all intent installers and their unit tests Change-Id: I22d6c7acb65a4c066145de0018bd0727f44bd54a
Sho SHIMIZU authored -
…t one yet. Fixes an intermittent NPE. Change-Id: I49a2f0da08949fb4f589e6e831a74e5728196a2f
Thomas Vachuska authored
-