File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,19 +101,19 @@ c_driver_variables:
101
101
mongo_orchestration :
102
102
windows : &mongo_orchestration_windows
103
103
start_mongo_orchestration : |
104
- echo "Installing Mongo Orchestration..."
105
104
trap 'set +o errexit; mongo-orchestration stop;' EXIT
106
105
taskkill.exe /FI "IMAGENAME eq python.exe" /F
107
106
taskkill.exe /FI "IMAGENAME eq mongod.exe" /F
107
+ fsutil volume diskfree c:
108
108
echo "Starting Mongo Orchestration..."
109
109
echo "{ \"releases\": { \"default\": \"c:\\\\mongodb\\\\bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
110
110
mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000
111
111
sleep 10
112
112
curl -s http://localhost:8889/
113
113
unix : &mongo_orchestration_unix
114
114
start_mongo_orchestration : |
115
- echo "Installing Mongo Orchestration..."
116
115
trap 'set +o errexit; mongo-orchestration stop;' EXIT
116
+ df
117
117
echo "Starting Mongo Orchestration..."
118
118
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
119
119
TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000
You can’t perform that action at this time.
0 commit comments