- 01 Mar, 2016 24 commits
-
-
- add alias. Change-Id: Ic9902054505fdacff727b3d73a77bb628ca1a49e GUI topo - added alias for uk geo information. Change-Id: Ic32a74c086fe6c789c18b3e8e22cb87e0a30b783
Simon Hunt authored -
- Refactor all of *Id classes in protocols package - Refactor all of *Id classes in utils package Change-Id: Ie53f078174d0bd0cb5ab4ef6786f1025a7d70846
Jian Li authored -
- Refactor all of *Id classes in apps package Change-Id: I31fafbf7f15aee3a1b3b37b7c281b3f99eae0883
Jian Li authored -
Adding missing hashCode and equals methods. Change-Id: I97b2d904eacf0c45a95905c0891dbc6465e18ec6
Thomas Vachuska authored -
- Refactor most of *Id classes in onos-api package - Refactor all of *Id classes in incubator package Change-Id: Ief6322d3fb42c80e82f695e9d4dcee439346215b
Jian Li authored
- 29 Feb, 2016 10 commits
-
-
As mentioned in the comments, ideally this script can be used as the basis for an ONOS service in a variety of environments. Out of the box it should work on Linux with either init.d or with systemd's init.d compatibility. It can also be called by an upstart configuration or a systemd configuration. In the future we should probably remove start-stop-daemon, since that seems to be a linux-ism. Then we could use this script on BSD, OS X, etc.. Change-Id: I9c701c95991448fa7ddf0d84d379a4cac56cfc5f
Bob Lantz authored -
If errors or undefined variables are introduced into this script, we should exit with an error. In particular, we should exit with an error if KARAF_VERSION is not defined rather than failing semi-silently. If ONOS_HOME is set, we should respect (and use) its value. If ONOS_HOME is not set (as it will not be in the init or service environment), intuit its value based on the path to this script. Change-Id: I91c733fddcb2241a95466667e4b57ce0f74a8194
Bob Lantz authored
- 27 Feb, 2016 6 commits
-
-
- handlers were not bound up front, (but during a delayed promise callback) - resulted in the handlers not being present for initial events returned from the server: -- showSummary, spriteListResponse, spriteDataResponse Change-Id: Ida8d14e8bdcb065d0ea5f88eb7a4bf6e45036c27
Simon Hunt authored -
NetworkConfigEventHandler must be initialized before adding NetworkConfigEventListener Change-Id: I8eb40c8b7345b915e613a678df8e8c103980ee21
Charles Chan authored -
- this is so we can remap 'virtual' device type to 'cord' glyph (E-CORD demo) - added ecord mock-server scenario. Change-Id: I1a0ad48752f86ffb8abc75fbdc9bf8eabf10f692
Simon Hunt authored
-