Steven Dake b79ec04b70 Add replication controllers to start and stop scripts
replicaton controllers are now automatically started by the start
scripts and killed by the stop script

Change-Id: I15d15ff9b1b640bd0f8cace872a827ecfe476ca3
2014-10-15 07:22:39 -07:00

9 lines
127 B
Bash
Executable File

#!/bin/sh
cd $(git rev-parse --show-toplevel)
./tools/stop-all-replications
./tools/stop-all-pods
./tools/stop-all-services