Skip to content

Commit a227189

Browse files
committed
Merge pull request #198 from CodeNow/gamma-navi
adding standalone c3.xlarge for Gamma Navi Service
2 parents 15099a9 + 7287478 commit a227189

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ansible/gamma-hosts/hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gamma-api
2727
gamma-services
2828

2929
[navi]
30-
gamma-services
30+
gamma-navi
3131

3232
[charon]
3333
gamma-services

ssh/config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ Host gamma-services-us-west-2a
257257
Host gamma-services
258258
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
259259

260+
Host gamma-navi-us-west-2a
261+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.108 22
262+
263+
Host gamma-navi
264+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.108 22
265+
260266
## Gamma Registry
261267
Host gamma-registry-us-west-2a
262268
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22

0 commit comments

Comments
 (0)