How to initiate replica set using the module.
Closed this issue · 1 comments
upendramaris commented
We are using module to initiate single node, But there is no sample script to initiate a replicate as it is there for single node and sharded nodes. I want help in getting a sample script for initiating replica set with 3 nodes in it.
dwerder commented
Ok, there is no exact example for that case. But the sharding example also includes the replSet. Furthermore see the Parameter "mongod_replSet = Name of ReplSet (optional) " in mongod class.
I will add an example for that the next days.