Aggregated startup scripts to one script.
Old scripts will be removed after testing period of some length.

- Merged all scripts below and enclosed to functions
  - start-zk.sh
  - start-ramcloud-coordinator.sh
  - start-ramcloud-server.sh
  - start-onos.sh
- Uniformed print format
- Created new CLI parameters
- Removed duplicated/obsolete codes
- Segregate logback config file template from startup script

Change-Id: Ice2f9c3dae630f8d7b60c99bca06d5818df0a8ee
diff --git a/start-ramcloud-coordinator.sh b/start-ramcloud-coordinator.sh
index fd1ec83..1c0d9a7 100755
--- a/start-ramcloud-coordinator.sh
+++ b/start-ramcloud-coordinator.sh
@@ -1,5 +1,10 @@
 #!/bin/bash
 
+echo
+echo "========================================================================"
+echo "[WARNING] This script is deprecated. Use \"\$ ./onos.sh rc-coord\" instead."
+echo "========================================================================"
+echo
 
 # Set paths
 ONOS_HOME=`dirname $0`