- 29 Jul, 2015 8 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 5 commits
-
-
…-v! command line arguments. Change-Id: Ifbf1238e37cd19d96a8bd1560b7aa755e9c14808
Bri Prebilic Cole authored -
- Augmented PropertyPanel class for more manipulation, and added unit tests. - Added TopoConstants. - Fixed bug in topoPanel.js that was not using the typeID from the event data. Change-Id: I7ad759217f2d32642a09be2a9199cf1fcb45ac6e
Simon Hunt authored
-
- 27 Jul, 2015 6 commits
-
-
Fixes ONOS-2463. Ported from onos-1.2 branch. Change-Id: I9ce7a11e50d8fd6c344be2f90dc046dcba65fe46 (cherry picked from commit 914c3521)
Jonathan Hart authored
- 25 Jul, 2015 1 commit
- 24 Jul, 2015 20 commits
-
-
- Implemented initial ability to have overlay modify the summary panel data. Change-Id: I0d6bd6d62f0e0d5ba9d901a47271044e0c8d0c89
Simon Hunt authored -
The current limitation are - Lack of unit tests for ResourceManager and ConsistentResourceStore - No means to declare the resource space (range) of a resource type - Not taking care of resource hierarchy (dependency) - Lack of automatic resource registration mechanism Change-Id: Ib2d6734de1e498827d6cc11b9d3e224b157a27aa
Sho SHIMIZU authored -
Fixes ONOS-2433. Ported from onos-1.2 branch. Change-Id: I6ebd640398efe5db39fc855c406e52ce7dc539b9 (cherry picked from commit f72a631d)
Jonathan Hart authored -
virtualPort resource. Change the same of onos app as vtnrsc meaning that the virtual resource. Change-Id: Ia6057acdb39a6f51c1e67c0b143df8320dbcb224
xuzhang authored -
OVSDB protocol. 1.Notify the Tunnel System when tunnel is added/updated/removed. Change-Id: I98d918a55dab77005531918ecb8864dfafbc0c42
YuanyouZhang authored -
OVSDB prototol. 1.Notify the Host System when the ovsdb vm port is added. 2.Notify the Host System when the ovsdb vm port is removed. Change-Id: I46355cec84db897360a6eb37190a5bd7a8f3047d
YuanyouZhang authored -
OVSDB protocol. 1.Notify the Device System when the ovsdb node is connected. 2.Notify the Device System when the ovsdb node is disconected. Change-Id: Iff795bfaca624bf957eb1c17626dfb56e241550a
YuanyouZhang authored -
- UiExtension now uses Builder Pattern; added topology overlay factory. - Refactored UiExtensionTest (and other classes) to use builder. - Created UiTopoOverlayFactory, UiTopoOverlay, and TopoOverlayCache. - Started implementation of TrafficOverlay. - Inject TopoOverlayCache into TopologyViewMessageHandler; added TopoSelectOverlay request handler. - Modified UiExtensionManager to create traffic overlay. - Augmented UiWebSocket to create overlays on demand, and inject overlay cache into topo view message handler. - added client side wiring to switch overlays. Change-Id: I6f99596aefb3b87382517ce929d268a2447545ee
Simon Hunt authored