1. 17 Oct, 2014 5 commits
    • but with several differences:
       * Default ONOS_ROOT value is $HOME/onos instead of $HOME/onos-next
       * Convenience utility functions and aliases are not included
       * $MAVEN/bin is not included in the executable path
       * The 'cell' funcion from BASH is renamed to 'onos-setup-cell'
         Also, 'onos-setup-cell' always requires an argument: the cell name
         Displaying the current cell setup can be done by the
        'onos-show-cell' script
      Pavlin Radoslavov authored
    • Change-Id: I364b023aa6be69cabb184b92fd7a0dadd5215ec9
      Yuta HIGUCHI authored
    • Change-Id: I49c6aeafe11d8b9b6d7dfe1e1834189660a40864
      Yuta HIGUCHI authored
    • Change-Id: I28c51cf865d790c5558f4d9684c9b4d25262d2b2
      Yuta HIGUCHI authored
    •  - add a mechanism to print the usage.
       - If the target is "--cell", the service command is executed on each
         node in the current ONOS cell.
      
      Usage:     onos-service <TARGET> [COMMAND]
                 onos-service [-h | --help]
      Options:
          TARGET          The target of the command
          COMMAND         The command to execute. Default value is 'status'
          [-h | --help]   Print this help
      
      TARGET:  <hostname | --cell>
            hostname        Execute on the specified host name
              --cell        Execute on the current ONOS cell
      
      COMMAND: [start|stop|restart|status]
      Pavlin Radoslavov authored
  2. 16 Oct, 2014 35 commits