| commit | f8a8afb0d14f5a23e6a4c5bd87d61fba5adc63d2 | [log] [tgz] |
|---|---|---|
| author | Benjamin Diaz <bdiaz@whitestack.com> | Tue Nov 20 11:18:43 2018 -0300 |
| committer | Benjamin Diaz <bdiaz@whitestack.com> | Tue Nov 20 11:18:43 2018 -0300 |
| tree | c8b91d1626f3194644f2c8581e79730bb80a7c89 | |
| parent | ac526030dde1c6b6fc4a806050eb16656414d940 [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>