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-server.sh b/start-ramcloud-server.sh
index 939543a..c938f14 100755
--- a/start-ramcloud-server.sh
+++ b/start-ramcloud-server.sh
@@ -1,5 +1,11 @@
 #!/bin/bash
 
+echo
+echo "========================================================================="
+echo "[WARNING] This script is deprecated. Use \"\$ ./onos.sh rc-server\" instead."
+echo "========================================================================="
+echo
+
 ulimit -c unlimited
 
 # Set paths