From d5ce3b936ad31e9441d2cd978236a6278de28ef9 Mon Sep 17 00:00:00 2001 From: Vijay Nag B S Date: Tue, 29 Sep 2020 17:34:43 +0530 Subject: [PATCH] Support for replicaset connection (HA). Added replicaset field in MON config file. Change-Id: I7f54865a003774b4f344eb0b948796ab221d49d4 Signed-off-by: Vijay Nag B S --- osm_mon/core/mon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/osm_mon/core/mon.yaml b/osm_mon/core/mon.yaml index e25760b..afaa8d2 100644 --- a/osm_mon/core/mon.yaml +++ b/osm_mon/core/mon.yaml @@ -29,6 +29,7 @@ database: uri: mongodb://mongo:27017 name: osm commonkey: changeme + replicaset: None message: driver: kafka -- 2.17.1