1. fc7f22d Adding archetype for onos-bundle and onos-cli projects. by Thomas Vachuska · 9 years ago
  2. af21ba6 Added missing inclusion of $ONOS_ROOT/tools/build/envDefaults by Pavlin Radoslavov · 9 years ago
  3. cbba052 Added onos-die command and added some info output to onos-kill command. by Thomas Vachuska · 9 years ago
  4. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  5. 20bc6ae Revert "Allocate pseudo tty for ssh" by Pavlin Radoslavov · 9 years ago
  6. 6ac0d55 Allocate pseudo tty for ssh by Marc De Leenheer · 9 years ago
  7. 8c02cfc Create ~/.ssh if non-existing by Marc De Leenheer · 9 years ago
  8. 43e3a7e Move CopyCat log to $KARAF_DATA/raft by Yuta HIGUCHI · 9 years ago
  9. 18fdb25 Set CopyCat default log level to INFO by Yuta HIGUCHI · 9 years ago
  10. 5bde31f Fixing various issues and re-tuning. by Thomas Vachuska · 9 years ago
  11. e4920dc Support running onos-config in parallel against each hosts in cell by Yuta HIGUCHI · 9 years ago
  12. 673aaeb onos-config: use $ONOS_CELL as hazelcast group name by Yuta HIGUCHI · 9 years ago
  13. 3f06e08 Various gui & test script tweaks. by Thomas Vachuska · 9 years ago
  14. 8531429 Added a short-hand for setting the OCI variable. Added export. by Thomas Vachuska · 9 years ago
  15. c588aa3 Util script to remove raft logs by Yuta HIGUCHI · 9 years ago
  16. 3741a40 download only onos VMs by Yuta HIGUCHI · 9 years ago
  17. 312ceb2 added optical-2.py added oe-nonlinear-topo10 by Tom Tofigh · 9 years ago
  18. 33ccd48 onos-push-update-bundle: echo back what's pushed by Yuta HIGUCHI · 9 years ago
  19. 477bf81 Switching onos-gui command to use the new GUI. by Thomas Vachuska · 9 years ago
  20. 62f9275 suppress warning by karaf client by Yuta HIGUCHI · 9 years ago
  21. ce0395e Print $ONOS_CELL when running the "onos-show-cell" command. by Pavlin Radoslavov · 9 years ago
  22. 60731cb DatabaseService subsystem: add admin commands, etc. by Yuta HIGUCHI · 9 years ago
  23. 1a60604 terminate when ssh session is killed by Yuta HIGUCHI · 9 years ago
  24. 7fe161a stop killing randomly, when using less mode by Yuta HIGUCHI · 9 years ago
  25. 518e5e7 Aliased $OCX variables to the X number for onos and onos-log commands. by Jonathan Hart · 9 years ago
  26. 37226ce Added -l option to onos-log to use less on the log instead of tail by Jonathan Hart · 9 years ago
  27. 4b42077 Cleaned up a slew of Javadoc errors in preparation for switch over to Java 8. by Thomas Vachuska · 9 years ago
  28. d5dac1b Few fixes to the cell setup related scripts after the removal by Pavlin Radoslavov · 9 years ago
  29. dcadc2b Added a command to upload onos topology JSON configuration. by Thomas Vachuska · 9 years ago
  30. 4e45ccd Added a standalone utility to convert ONOS topology JSON config to OELinc JSON config. by Thomas Vachuska · 10 years ago
  31. 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
  32. 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
  33. e9fc596 Added -n option to onos-install to suppress running ONOS via upstart daemon. by Thomas Vachuska · 10 years ago
  34. 7772e10 Added onos-batch command. by Thomas Vachuska · 10 years ago
  35. 54eeac8 recover onos-config by Yuta HIGUCHI · 10 years ago
  36. da1cda6 Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next by Ayaka Koshibe · 10 years ago
  37. 711145a Fix the assignment / usage of OC0 environmental variable so by Pavlin Radoslavov · 10 years ago
  38. caf19cf Update the "onos-service" command: by Pavlin Radoslavov · 10 years ago
  39. e8e4535 fixes for RoleValue serialization by Ayaka Koshibe · 10 years ago
  40. aa90bb5 Minor updates for the tools scripts: by Pavlin Radoslavov · 10 years ago
  41. 0770d0f Minor refactoring in the ONOS cell configuration: by Pavlin Radoslavov · 10 years ago
  42. 9141379 Minor cleanup in some of the shell scripts in the "tools" directory. by Pavlin Radoslavov · 10 years ago
  43. 4b15407 Add missing import of "$ONOS_ROOT/tools/build/envDefaults" by Pavlin Radoslavov · 10 years ago
  44. 3c4d341 Replace hard-coded user-name "sdn" with variable ${ONOS_USER} by Pavlin Radoslavov · 10 years ago
  45. 1f60124 Preparing gui module. by tom · 10 years ago
  46. b76fe17 adding onos-update-bundle command to push local bundles by Brian O'Connor · 10 years ago
  47. 3f14640 Added protection against project patterns starting with - for onos-push-update-bundle. by tom · 10 years ago
  48. 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
  49. e331eb4 Added onos-watch command. by tom · 10 years ago
  50. e2555ff Fixed onos-push-update-bundle tool. Fixed wipe-out command confirmation. by tom · 10 years ago
  51. 9ccb251 Modified onos-install to suppress INFO log entries from command line client. by tom · 10 years ago
  52. ca8f670 Added onos-push-update-bundle (yes 'pub') by tom · 10 years ago
  53. 2228803 Adding ability to push remote bundle updates. by tom · 10 years ago
  54. 95329eb Starting to experiment with flow tracking. by tom · 10 years ago
  55. 26edf05 Added a tool to fetch dev/test VMs from the local share. by tom · 10 years ago
  56. a6bc21b Added -w option to the onos CLI. by tom · 10 years ago
  57. 890a43b Adding test command to remotely kill onos instance. by tom · 10 years ago
  58. defed6f Fixing test scripts and removing SLP bundle from features for now. by tom · 10 years ago
  59. b7b4063 initial impl of proxy arp by alshabib · 10 years ago
  60. 7fc1837 Fixed onos-patch-vm script. by tom · 10 years ago
  61. 7d197c4 Fixing the cell definition and the install script. by tom · 10 years ago
  62. fc162b0 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. by tom · 10 years ago
  63. 0768a02 Added prox test cell and enhanced install to allow customization of the hazelcast.xml for proper network interface. by tom · 10 years ago
  64. b41d1ac Added graceful shutdown for upstart service. by tom · 10 years ago
  65. 82d6bde Fixing test scripts. by tom · 10 years ago
  66. 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
  67. caf3bf7 Added onos-test. Refactored the CLI classes. by tom · 10 years ago
  68. 0872a17 Fixed a number of CLI commands. by tom · 10 years ago
  69. 126852b Added a number of test tools. by tom · 10 years ago
  70. 2d7acb7 Added a number of test tools. by tom · 10 years ago
  71. 0eaa97f Fixing remote install; now starting as upstart daemon. by tom · 10 years ago
  72. 5ca3437 Added a few javadocs. Split onos-install into install and config. by tom · 10 years ago
  73. ab0af29 Preparing new projects for separate distributed store, trivial sstore and the networking cores. by tom · 10 years ago
  74. ecd0fbd Tweaking onos-* test scripts. by tom · 10 years ago
  75. ac77d76 Tweaking onos-* test scripts. by tom · 10 years ago
  76. 1f3805d Tweaking onos-* test scripts. by tom · 10 years ago
  77. 5a18e80 onos-package now patches the hazelcast.xml with proper interface for use by the test VMs. by tom · 10 years ago
  78. 3014aef Adding install/uninstall scripts and stuff like that. by tom · 10 years ago
  79. 5c25570 Sketching cluster related stuff with Madan.. by tom · 10 years ago