Skip to content

Commit 7677080

Browse files
committed
Merge pull request #251 from CodeNow/gamma-new-mongodb-cluster
New MongoDB cluster. Will decom old in AM.
2 parents 9121446 + 3499022 commit 7677080

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

ansible/gamma-hosts/hosts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ gamma-hipache httpsCheckForBackend80=false prependIncomingPort=true subDomainDep
66
gamma-userland-hipache domain=runnable.ninja httpsCheckForBackend80=true prependIncomingPort=true subDomainDepth=3
77

88
[mongodb]
9-
gamma-mongo-us-west-2a
10-
gamma-mongo-us-west-2b
11-
gamma-mongo-us-west-2c
9+
gamma-mongo-a
10+
gamma-mongo-b
11+
gamma-mongo-c
1212

1313
[neo4j]
1414
gamma-neo4j

ssh/config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ Host gamma-api-us-west-2a
8383
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.170 22
8484

8585
## Gamma MongoDB
86-
Host gamma-mongo-us-west-2a
87-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.144 22
86+
Host gamma-mongo-a
87+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.56 22
8888

89-
Host gamma-mongo-us-west-2b
90-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.57 22
89+
Host gamma-mongo-b
90+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.8.241 22
9191

92-
Host gamma-mongo-us-west-2c
93-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.15.18 22
92+
Host gamma-mongo-c
93+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.116 22
9494

9595
## Gamma Rabbit
9696
Host gamma-rabbit

0 commit comments

Comments
 (0)