Skip to content

Commit aea39ce

Browse files
committed
CXX-573 stop installing Mongo Orchestration manually
1 parent 1bf5db8 commit aea39ce

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.mci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ cxx_driver_variables:
9090
echo "Installing Mongo Orchestration..."
9191
trap 'set +o errexit; mongo-orchestration stop;' EXIT
9292
taskkill.exe /fi python /f
93-
git clone https://github.com/10gen/mongo-orchestration.git
94-
cd mongo-orchestration
95-
python setup.py install
96-
cd ..
9793
echo "Starting Mongo Orchestration..."
9894
echo "{ \"releases\": { \"default\": \"c:\\\\mongodb\\\\bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
9995
mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000
@@ -102,15 +98,6 @@ cxx_driver_variables:
10298
start_mongo_orchestration: |
10399
echo "Installing Mongo Orchestration..."
104100
trap 'set +o errexit; mongo-orchestration stop;' EXIT
105-
git clone https://github.com/10gen/mongo-orchestration.git
106-
cd mongo-orchestration
107-
if [ "$(whoami)" != "root" ]; then
108-
sudo python setup.py install
109-
sudo chown -R ubuntu .
110-
else
111-
python setup.py install
112-
fi
113-
cd ..
114101
echo "Starting Mongo Orchestration..."
115102
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" }, \"last_updated\": \"2014-08-29 20:57:00.000000\" }" > orchestration.config
116103
TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000

0 commit comments

Comments
 (0)