1. 17 Oct, 2014 8 commits
    • Conflicts:
      	core/store/hz/net/src/main/java/org/onlab/onos/store/device/impl/DistributedDeviceStore.java
      	core/store/hz/net/src/test/java/org/onlab/onos/store/device/impl/DistributedDeviceStoreTest.java
      	features/features.xml
      	tools/test/cells/office
      
      Change-Id: I08e6d7c6a0bdaae072dd50ff7ac36d94f16d77e1
      alshabib authored
    • Change-Id: I720f727f6628e30e5d732e6d7bf742d1b7050812
      alshabib authored
    • now it is allowed / handled.
      Pavlin Radoslavov authored
    • 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 32 commits