10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Use the ip from the most recent HTTP request when setting up mongo processes. #153

Closed llvtt closed 9 years ago

llvtt commented 9 years ago

Addresses #151

Changes:

bjori commented 9 years ago

lgtm

bjori commented 9 years ago

I'd appreciate this being merged asap. -b is totally broken without this and just caused my couple of hours :(

acmorrow commented 9 years ago

I too have been eagerly awaiting this merge as it will allow me to validate drivers on platforms that cannot natively run mongodb.

llvtt commented 9 years ago

@behackett @ajdavis any feedback before merging this?

behackett commented 9 years ago

Since you're binding to an ip address, change hostname to bind_ip or something similar everywhere. Then, LGTM.