| commit | 2fa92533799dcac2fbb47db2e06579e951294e6a | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Tue Nov 20 09:14:09 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Tue Nov 20 09:14:09 2018 -0300 |
| tree | 1fb1f92518159aa17a52958b7df67228c589b108 | |
| parent | 51f4486b06781541ee15ea332261247ed3e930f6 [diff] |
Adds use of uri in connection to MongoDB instead of host and port MON now uses a mongodb uri to connect to the database. This allows to use uris that define either a single node db or a replica set, allowing for HA scenarios. Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>