Adding ability to run ONOS locally via 'buck run onos'

Runs ONOS as a server and requires client connections with ONOS_USE_SSH unset.

Change-Id: Id0aedccbfddfb8f3f17b2ef7f73e805066976315
diff --git a/.buckconfig b/.buckconfig
index 072fa53..3780ab0 100644
--- a/.buckconfig
+++ b/.buckconfig
@@ -6,7 +6,7 @@
   target_level = 8
 
 [alias]
-    onos = //tools/package:onos-package
+    onos = //tools/package:onos-run
     package = //tools/package:onos-package
 
 [download]