- 04 Mar, 2016 7 commits
-
-
Thomas Vachuska authored
-
Thomas Vachuska authored
-
- also, fix potential NPE (.el element may be null) Change-Id: Ibdb5085404e81bfa770ee80d1457bc630635a169
Simon Hunt authored
- 03 Mar, 2016 33 commits
-
-
- LogScheduledExecutorService -> SharedScheduledExecutorService - Add a utility classs for SharedScheduledExecutorService - Add unit test for SharedScheduledExecutors - Revise the control message provider to use SharedScheduledExecutorService Change-Id: Ia4dea245543b4751e6edcce1aaab4991d897cc77
Jian Li authored -
Adding a log check as part of archetypes scenario. Change-Id: Iad53c5430530513939ef92a890559f9841e9ecc1
Thomas Vachuska authored -
it was set, which doesn't make sense. The intent seems to be to set a default and to respect existing settings of ONOS_USER, and probably ONOS_GROUP as well. Change-Id: I80dcbc2ccd80791c76b2497fd1da317765a6e66f
Bob Lantz authored -
This commit tries to log all the runtime exceptions of the tasks that are executed by using submit method of SharedExecutorService. Change-Id: I72760213a0f977096353dacd20263e5c93af5c6a
Jian Li authored -
object creation and string concatenation. Dropped per-flow-stats-request logs to TRACE level. Change-Id: I2dd55030bd1faa00d6fbfef74c7da1debb7f1d7d
Jonathan Hart authored -
- fixed bug where glyph was not installed when icon mapping made. Change-Id: Iea9a145ff0caf6b4977bec4e71f75738d3174719
Simon Hunt authored -
- Removed unnecessary CordVtnNodeConfig class - Don't allow local and host management IP range overlapping - Check node init state saved in the store instead of really check when a VM is detected or vanished since it's too slow Change-Id: I076780bdc3946b2000176cb05805003ba7c8724d
Hyunsun Moon authored -
I'm not too happy with negative options, but the advantage is that the basic onos-install should "just work." Change-Id: Ie57142feea23e1ed7b5757098772a60de13c3e37
Bob Lantz authored -
The default ScheduledExecutorService does not provide the capability to capture and log the exception during executing scheduleAtFixedRate and scheduleWithFixedDelay methods. This makes it difficult to debug the program when the scheudled tasks are failed for some reasons. A new ScheduledExecutorService allows the developers to capture and log any exceptions if the tasks are failed during execution. Change-Id: I549ba0f479b9e302f0e668482873b3032dfea147
Jian Li authored -
- temporary choice, so we have something interesting for ONS demo. - it would be better if openflow provider had a wiki page. Change-Id: I8c9216782f9b8c5de0a07bb7985b988b86320203
Simon Hunt authored -
This is a preparation task for the future Intent Framework major enhancement that aims to consolidate resource allocation invocations into the Framework side instead of the compiler side. Declaring required resources and allocating the resources need to be clearly separated. This patch tries to separate these phases. Change-Id: I7b238f24996b3f1dc97afda6d188426001052127
Sho SHIMIZU authored -
Fixing onos-check-flows script; it was broken badly. Change-Id: I0962dcf879a1030449ac7cd5c0b19c211d5f36df
Thomas Vachuska authored -
Changing flow objective intent compilers to use SPECIFIC flag. Change-Id: Ib275fe0fa38b66045fcdc225233a37ad0897bac6
Thomas Vachuska authored