16 lines
528 B
YAML
16 lines
528 B
YAML
---
|
|
# defaults file for test_mongodb_shard
|
|
mongodb_replicaset1: rs1
|
|
mongodb_replicaset2: rs2
|
|
configsrv_replicaset: cfg
|
|
test_mongo_auth: yes
|
|
mongodb_admin_user: test_root
|
|
mongodb_admin_password: saE_Rr9!gE6gh#e~R#nZ
|
|
debug: yes
|
|
mongod_auth: false
|
|
kill_signal: SIGTERM
|
|
# Should be one of
|
|
# --storageEngine wiredTiger --wiredTigerEngineConfigString="cache_size=200M"
|
|
# --storageEngine mmapv1 --nojournal
|
|
mongod_storage_engine_opts: "--storageEngine wiredTiger --wiredTigerEngineConfigString='cache_size=200M'"
|
|
mongodb_user: mongodb
|