1. 29570d0 adding a flow-tester python script to help test the flow subsystem by alshabib · 9 years ago
  2. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  3. 190ed19 Suppress Hazelcast multicast joiner warning by Yuta HIGUCHI · 9 years ago
  4. d9813e6 Fixing and enhancing the build and release tools. by Thomas Vachuska · 9 years ago
  5. ebb5444 Update cell related util scripts to support larger cluster [ONOS-467] by Ayaka Koshibe · 9 years ago
  6. 520f227 Suppress superfluous error message when pushing to a cell the first time. by Jonathan Hart · 9 years ago
  7. 4acd91d Fixed onos-install to deal with the first-time install where there is no .m2/repository/org by Thomas Vachuska · 9 years ago
  8. aec62962 Initial cut of `onos-group` script for running a subset of commands by Ayaka Koshibe · 9 years ago
  9. 237787c ONOS-534: onos-install: add a new option to copy maven's setting file by Kenji HIKICHI · 9 years ago
  10. dfbc6d8 ONOS-487: Allow ONOS to be installed using different user/group by Charles M.C. Chan · 9 years ago
  11. 0a4fa79 ONOS-470: Allow ONOS service to be run with customized username by Charles M.C. Chan · 9 years ago
  12. d89cc9d Util script to collect ONOS logs by Yuta HIGUCHI · 9 years ago
  13. 52e6580 Adding onos-push-bits to selectively upload bits only if they are out of date. Helps with speeds when running over VPN. by Thomas Vachuska · 9 years ago
  14. 5b29ebd Bumping version to 1.0.0 by Brian O'Connor · 9 years ago 1.0.0
  15. fc7f22d Adding archetype for onos-bundle and onos-cli projects. by Thomas Vachuska · 9 years ago
  16. af21ba6 Added missing inclusion of $ONOS_ROOT/tools/build/envDefaults by Pavlin Radoslavov · 9 years ago
  17. cbba052 Added onos-die command and added some info output to onos-kill command. by Thomas Vachuska · 9 years ago
  18. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  19. 20bc6ae Revert "Allocate pseudo tty for ssh" by Pavlin Radoslavov · 9 years ago
  20. 6ac0d55 Allocate pseudo tty for ssh by Marc De Leenheer · 9 years ago
  21. 8c02cfc Create ~/.ssh if non-existing by Marc De Leenheer · 9 years ago
  22. 43e3a7e Move CopyCat log to $KARAF_DATA/raft by Yuta HIGUCHI · 9 years ago
  23. 18fdb25 Set CopyCat default log level to INFO by Yuta HIGUCHI · 9 years ago
  24. 5bde31f Fixing various issues and re-tuning. by Thomas Vachuska · 9 years ago
  25. e4920dc Support running onos-config in parallel against each hosts in cell by Yuta HIGUCHI · 9 years ago
  26. 673aaeb onos-config: use $ONOS_CELL as hazelcast group name by Yuta HIGUCHI · 9 years ago
  27. 3f06e08 Various gui & test script tweaks. by Thomas Vachuska · 9 years ago
  28. 8531429 Added a short-hand for setting the OCI variable. Added export. by Thomas Vachuska · 9 years ago
  29. c588aa3 Util script to remove raft logs by Yuta HIGUCHI · 9 years ago
  30. 3741a40 download only onos VMs by Yuta HIGUCHI · 9 years ago
  31. 312ceb2 added optical-2.py added oe-nonlinear-topo10 by Tom Tofigh · 9 years ago
  32. 33ccd48 onos-push-update-bundle: echo back what's pushed by Yuta HIGUCHI · 9 years ago
  33. 477bf81 Switching onos-gui command to use the new GUI. by Thomas Vachuska · 9 years ago
  34. 62f9275 suppress warning by karaf client by Yuta HIGUCHI · 9 years ago
  35. ce0395e Print $ONOS_CELL when running the "onos-show-cell" command. by Pavlin Radoslavov · 9 years ago
  36. 60731cb DatabaseService subsystem: add admin commands, etc. by Yuta HIGUCHI · 9 years ago
  37. 1a60604 terminate when ssh session is killed by Yuta HIGUCHI · 9 years ago
  38. 7fe161a stop killing randomly, when using less mode by Yuta HIGUCHI · 9 years ago
  39. 518e5e7 Aliased $OCX variables to the X number for onos and onos-log commands. by Jonathan Hart · 10 years ago
  40. 37226ce Added -l option to onos-log to use less on the log instead of tail by Jonathan Hart · 10 years ago
  41. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 10 years ago
  42. d5dac1b Few fixes to the cell setup related scripts after the removal by Pavlin Radoslavov · 10 years ago
  43. dcadc2b Added a command to upload onos topology JSON configuration. by Thomas Vachuska · 10 years ago
  44. 4e45ccd Added a standalone utility to convert ONOS topology JSON config to OELinc JSON config. by Thomas Vachuska · 10 years ago
  45. 756fb29 Enhanced onos-log and onos-check-logs to work against instance specific logs when an optional second argument is given, e.g. onos-log $OC1 c0 by Thomas Vachuska · 10 years ago
  46. 5c4324e Enhanced onos-install to pre-stage ONOS artifacts from apache karaf system/org/onlab to ~/.m2/repository/org/onlab to enable operating karaf instances. by Thomas Vachuska · 10 years ago
  47. e9fc596 Added -n option to onos-install to suppress running ONOS via upstart daemon. by Thomas Vachuska · 10 years ago
  48. 7772e10 Added onos-batch command. by Thomas Vachuska · 10 years ago
  49. 54eeac8 recover onos-config by Yuta HIGUCHI · 10 years ago
  50. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  51. 711145a Fix the assignment / usage of OC0 environmental variable so by Pavlin Radoslavov · 10 years ago
  52. caf19cf Update the "onos-service" command: by Pavlin Radoslavov · 10 years ago
  53. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 10 years ago
  54. aa90bb5 Minor updates for the tools scripts: by Pavlin Radoslavov · 10 years ago
  55. 0770d0f Minor refactoring in the ONOS cell configuration: by Pavlin Radoslavov · 10 years ago
  56. 9141379 Minor cleanup in some of the shell scripts in the "tools" directory. by Pavlin Radoslavov · 10 years ago
  57. 4b15407 Add missing import of "$ONOS_ROOT/tools/build/envDefaults" by Pavlin Radoslavov · 10 years ago
  58. 3c4d341 Replace hard-coded user-name "sdn" with variable ${ONOS_USER} by Pavlin Radoslavov · 10 years ago
  59. 1f60124 Preparing gui module. by tom · 10 years ago
  60. b76fe17 adding onos-update-bundle command to push local bundles by Brian O'Connor · 10 years ago
  61. 3f14640 Added protection against project patterns starting with - for onos-push-update-bundle. by tom · 10 years ago
  62. a689779 Added output of appId to the flow list command. Fixed defect in CoreManager - we forgot to put registered ids in our map. by tom · 10 years ago
  63. e331eb4 Added onos-watch command. by tom · 10 years ago
  64. e2555ff Fixed onos-push-update-bundle tool. Fixed wipe-out command confirmation. by tom · 10 years ago
  65. 9ccb251 Modified onos-install to suppress INFO log entries from command line client. by tom · 10 years ago
  66. ca8f670 Added onos-push-update-bundle (yes 'pub') by tom · 10 years ago
  67. 2228803 Adding ability to push remote bundle updates. by tom · 10 years ago
  68. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  69. 26edf05 Added a tool to fetch dev/test VMs from the local share. by tom · 10 years ago
  70. a6bc21b Added -w option to the onos CLI. by tom · 10 years ago
  71. 890a43b Adding test command to remotely kill onos instance. by tom · 10 years ago
  72. defed6f Fixing test scripts and removing SLP bundle from features for now. by tom · 10 years ago
  73. b7b4063 initial impl of proxy arp by alshabib · 10 years ago
  74. 7fc1837 Fixed onos-patch-vm script. by tom · 10 years ago
  75. 7d197c4 Fixing the cell definition and the install script. by tom · 10 years ago
  76. fc162b0 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. by tom · 10 years ago
  77. 0768a02 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. by tom · 10 years ago
  78. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago
  79. 82d6bde Fixing test scripts. by tom · 10 years ago
  80. 1a2908c Enhanced a number of the test scripts and replaced hazelcast.xml with a mildly augmented version of the 3.3 one. by tom · 10 years ago
  81. caf3bf7 Added onos-test. Refactored the CLI classes. by tom · 10 years ago
  82. 0872a17 Fixed a number of CLI commands. by tom · 10 years ago
  83. 126852b Added a number of test tools. by tom · 10 years ago
  84. 2d7acb7 Added a number of test tools. by tom · 10 years ago
  85. 0eaa97f Fixing remote install; now starting as upstart daemon. by tom · 10 years ago
  86. 5ca3437 Added a few javadocs. Split onos-install into install and config. by tom · 10 years ago
  87. ab0af29 Preparing new projects for separate distributed store, trivial sstore and the networking cores. by tom · 10 years ago
  88. ecd0fbd Tweaking onos-* test scripts. by tom · 10 years ago
  89. ac77d76 Tweaking onos-* test scripts. by tom · 10 years ago
  90. 1f3805d Tweaking onos-* test scripts. by tom · 10 years ago
  91. 5a18e80 onos-package now patches the hazelcast.xml with proper interface for use by the test VMs. by tom · 10 years ago
  92. 3014aef Adding install/uninstall scripts and stuff like that. by tom · 10 years ago
  93. 5c25570 Sketching cluster related stuff with Madan.. by tom · 10 years ago