Skip to content

Commit bfe8f5b

Browse files
author
anandkumarpatel
committed
Merge pull request #189 from CodeNow/SAN-2861
added a postgres instance for gamma and burned a couple of misprovisi…
2 parents 377626f + ace5bf8 commit bfe8f5b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/gamma-hosts/docks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var params = {
1414
// Only search for docks in the cluster security group
1515
{
1616
Name: 'instance.group-id',
17-
Values: ['sg-87ca04e3']
17+
Values: ['sg-577a0d33']
1818
},
1919
// Only fetch instances that are tagged as docks
2020
{

ansible/gamma-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ domain=runnable-gamma.com
5353
new_relic_license_key=338516e0826451c297d44dc60aeaf0a0ca4bfead
5454
node_env=production-gamma
5555
pg_host=gamma-infrastructure-db.cnksgdqarobf.us-west-2.rds.amazonaws.com
56-
pg_pass=QBjSpAXVYwmGHu4Y
56+
pg_pass=e9G7zYRCxYmxG9HQ8J9x2BDB
5757
rabbit_password=wKK7g7NWKpQXEeSzyWB7mIpxZIL8H2mDSf3Q6czR3Vk
5858
rabbit_username=o2mdLh9N9Ke2GzhoK8xsruYPhIQFN7iEL44dQJoq7OM
5959
registry_host=10.4.4.82

ssh/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ Host gamma-hipache-us-west-2a
205205

206206
## Gamma API
207207
Host gamma-api
208-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
208+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.67 22
209209

210210
Host gamma-api-us-west-2a
211-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.188 22
211+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.67 22
212212

213213
## Gamma MongoDB
214214
Host gamma-mongo-us-west-2a

0 commit comments

Comments
 (0)