1. 29 Feb, 2016 5 commits
    • Change-Id: I7709ae9a2d639170ec8f789ab5ada2b30e1bd12e
      Sho SHIMIZU authored
    • Change-Id: Idae636173a9638da19f391e203bec0bccb399328
      Madan Jampani authored
    • 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
    • Change-Id: I559b5cd3213e8e7ae69bdbbefdc8a1a9a1655b49
      Jian Li 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
  2. 27 Feb, 2016 6 commits
  3. 26 Feb, 2016 9 commits
  4. 25 Feb, 2016 20 commits