Skip to content

Commit a530dd8

Browse files
committed
CDRIVER-861 orchestration listens on 127.0.0.1
1 parent bc3d24f commit a530dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.mci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ c_driver_variables:
115115
fsutil volume diskfree c:
116116
echo "Starting Mongo Orchestration..."
117117
echo "{ \"releases\": { \"default\": \"c:\\\\mongodb\\\\bin\" }}" > orchestration.config
118-
mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000 --enable-majority-read-concern --pidfile c:\\mo.pid
118+
mongo-orchestration -f orchestration.config -e default -s wsgiref start --socket-timeout-ms=60000 --bind=127.0.0.1 --enable-majority-read-concern --pidfile c:\\mo.pid
119119
sleep 10
120120
curl -s http://localhost:8889/
121121
unix: &mongo_orchestration_unix
@@ -131,7 +131,7 @@ c_driver_variables:
131131
df -h
132132
echo "Starting Mongo Orchestration..."
133133
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" } }" > orchestration.config
134-
TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000 --bind=0.0.0.0 --enable-majority-read-concern --pidfile $pidfile
134+
TMPDIR=/data/db mongo-orchestration -f orchestration.config -e default start --socket-timeout-ms=60000 --bind=127.0.0.1 --enable-majority-read-concern --pidfile $pidfile
135135
curl -s http://localhost:8889/
136136
start_topology_command: &start_topology_command
137137
start_topology: |

0 commit comments

Comments
 (0)