- 03 Mar, 2016 40 commits
-
-
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 -
…propriate status when handler errors occur Change-Id: I995bdd6c67b88b6d7729887d32083315213fb79f
Madan Jampani authored -
ONOS-3690 and ONOS-3842 Change-Id: If00ba70fa26e01924c225596c52a5ffb24987cc2
Marc De Leenheer authored -
Found better solution which can call the libraty directly from the ONOS app. Change-Id: Ib7747f0008949064743f3b19265f54a3651ab018
Hyunsun Moon authored
-