Skip to content

Commit

Permalink
Workaround BUILD-1998
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Aug 26, 2016
1 parent 776a49f commit 96354df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orchestration_configs/sharded_clusters/auth-ssl.json
Expand Up @@ -8,6 +8,7 @@
"id": "sh01",
"shardParams": {
"procParams": {
"shardsvr": true,
"setParameter" : { "enableTestCommands": 1 },
"port": 27217
}
Expand All @@ -17,6 +18,7 @@
"id": "sh02",
"shardParams": {
"procParams": {
"shardsvr": true,
"setParameter" : { "enableTestCommands": 1 },
"port": 27218
}
Expand Down
2 changes: 2 additions & 0 deletions orchestration_configs/sharded_clusters/auth.json
Expand Up @@ -8,6 +8,7 @@
"id": "sh01",
"shardParams": {
"procParams": {
"shardsvr": true,
"port": 27217
}
}
Expand All @@ -16,6 +17,7 @@
"id": "sh02",
"shardParams": {
"procParams": {
"shardsvr": true,
"port": 27218
}
}
Expand Down
2 changes: 2 additions & 0 deletions orchestration_configs/sharded_clusters/basic-ssl.json
Expand Up @@ -5,6 +5,7 @@
"id": "sh01",
"shardParams": {
"procParams": {
"shardsvr": true,
"port": 27217
}
}
Expand All @@ -13,6 +14,7 @@
"id": "sh02",
"shardParams": {
"procParams": {
"shardsvr": true,
"port": 27218
}
}
Expand Down
2 changes: 2 additions & 0 deletions orchestration_configs/sharded_clusters/basic.json
Expand Up @@ -5,6 +5,7 @@
"id": "sh01",
"shardParams": {
"procParams": {
"shardsvr": true,
"port": 27217
}
}
Expand All @@ -13,6 +14,7 @@
"id": "sh02",
"shardParams": {
"procParams": {
"shardsvr": true,
"port": 27218
}
}
Expand Down

0 comments on commit 96354df

Please sign in to comment.