Skip to content

Commit 6cfc674

Browse files
committed
PHPLIB-430: Add test environment with multiple mongos nodes
1 parent 261b605 commit 6cfc674

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

mongo-orchestration/sharded_clusters/cluster.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@
7474
"logappend": true,
7575
"port": 4300,
7676
"bind_ip_all": true
77+
},
78+
{
79+
"logpath": "/tmp/SHARDED/ROUTER/4301/mongod.log",
80+
"ipv6": true,
81+
"logappend": true,
82+
"port": 4301,
83+
"bind_ip_all": true
7784
}
7885
]
7986
}

mongo-orchestration/sharded_clusters/cluster_replset.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898
"logappend": true,
9999
"port": 4430,
100100
"bind_ip_all": true
101+
},
102+
{
103+
"logpath": "/tmp/SHARDED-RS/ROUTER/4431/mongod.log",
104+
"ipv6": true,
105+
"logappend": true,
106+
"port": 4431,
107+
"bind_ip_all": true
101108
}
102109
]
103110
}

0 commit comments

Comments
 (0)