Skip to content

Commit b8bb564

Browse files
author
Christopher M. Neill
committed
mongodb replica set for gamma
1 parent 8f05438 commit b8bb564

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

ssh/config

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,23 @@ Host gamma-api-us-west-2a
216216
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.188 22
217217

218218
## Gamma MongoDB
219-
Host gamma-mongo
220-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.28 22
221-
222219
Host gamma-mongo-us-west-2a
223-
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.4.28 22
220+
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.7.144 22
221+
222+
Host gmdb2a
223+
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.7.144 22
224+
225+
Host gamma-mongo-us-west-2b
226+
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.10.57 22
227+
228+
Host gmdb2b
229+
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.10.57 22
230+
231+
Host gamma-mongo-us-west-2c
232+
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.15.18 22
233+
234+
Host gmdb2c
235+
ProxyCommand ssh -q ubuntu@gamma-bastion-us-west-2a nc 10.4.15.18 22
224236

225237
## Gamma Redis
226238
Host gamma-redis

0 commit comments

Comments
 (0)