Skip to content

Commit ecb7737

Browse files
authored
Merge pull request #651 from CodeNow/new-gamma-builder
add new buildres
2 parents 7e84f18 + 578964d commit ecb7737

3 files changed

Lines changed: 5 additions & 95 deletions

File tree

ansible/delta-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ marketing_aws_secret_key=sRvgsTPgHGnZ4cGd37YaF/3fbzv75P01bNBK4kgn
160160
ansible_ssh_private_key_file=~/.ssh/delta.pem
161161
api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
162162
bastion_sshd_port=60506
163-
builder=delta-api-2
163+
builder=delta-builder
164164
consul_host_address=10.8.6.122
165165
cream_stripe_publishable_key=pk_live_5yYYZlYIwY3LwvKFaXY0jNlm
166166
datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ

ansible/gamma-hosts/variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ volume_id=vol-040eb379856609100
144144
ansible_ssh_private_key_file=~/.ssh/gamma.pem
145145
api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
146146
bastion_sshd_port=60709
147-
builder=gamma-api-worker
147+
builder=gamma-builder
148148
consul_host_address=10.4.5.144
149149
cream_stripe_publishable_key=pk_test_sHr5tQaPtgwiE2cpW6dQkzi8
150150
datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ

ssh/config

Lines changed: 3 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,8 @@ Host 10.4.*.*
4242
ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@gamma-bastion nc %h %p
4343
IdentityFile ~/.ssh/gamma.pem
4444

45-
## Gamma Ingress
46-
Host gamma-ingress
47-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.236 22
48-
49-
## Gamma Userland Hipache
50-
Host gamma-userland
51-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.2.208 22
52-
53-
## Gamma App Hipache
54-
Host gamma-hipache
55-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.165 22
56-
57-
## Gamma API
58-
Host gamma-api
59-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.14.3 22
60-
61-
Host gamma-api-worker
62-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.9.84 22
63-
64-
Host gamma-api-socket
65-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.14.4 22
66-
67-
Host gamma-api-socket-proxy
68-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.0.69 22
45+
Host gamma-builder
46+
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.8.95 22
6947

7048
Host gamma-consul-a
7149
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.5.144 22
@@ -76,7 +54,6 @@ Host gamma-consul-b
7654
Host gamma-consul-c
7755
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.196 22
7856

79-
## Gamma MongoDB
8057
Host gamma-mongo-a
8158
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.56 22
8259

@@ -86,36 +63,9 @@ Host gamma-mongo-b
8663
Host gamma-mongo-c
8764
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.116 22
8865

89-
## Gamma Rabbit
90-
Host gamma-rabbit
91-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.19.17 22
92-
93-
## Gamma Redis
9466
Host gamma-redis
9567
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.45 22
9668

97-
Host gamma-redis-slave
98-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.10.84 22
99-
100-
## Gamma Neo4J
101-
Host gamma-neo4j
102-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.210 22
103-
104-
# Gamma App Services
105-
Host gamma-app-services
106-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.13.234 22
107-
108-
# Gamma Dock Services
109-
Host gamma-dock-services
110-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.6.251 22
111-
112-
# Gamma Navi
113-
Host gamma-navi
114-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.7.108 22
115-
116-
# Gamma Registry
117-
Host gamma-registry
118-
ProxyCommand ssh -q ubuntu@gamma-bastion nc 10.4.4.82 22
11969

12070
################################################################################
12171
# Delta
@@ -132,34 +82,9 @@ Host 10.8.*.*
13282
ProxyCommand ssh -o StrictHostKeyChecking=no -q ubuntu@delta-bastion nc %h %p
13383
IdentityFile ~/.ssh/delta.pem
13484

135-
## Delta API
136-
Host delta-api
137-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.25 22
138-
139-
Host delta-api-2
85+
Host delta-builder
14086
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.12.242 22
14187

142-
Host delta-api-worker
143-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.24 22
144-
145-
Host delta-api-socket
146-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.23 22
147-
148-
Host delta-api-socket-proxy
149-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.46 22
150-
151-
Host delta-app-services
152-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.13.102 22
153-
154-
Host delta-app-services-1
155-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.255 22
156-
157-
Host delta-app-services-2
158-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.12.61 22
159-
160-
Host delta-dock-services
161-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.5.63 22
162-
16388
Host delta-consul-a
16489
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.6.122 22
16590

@@ -169,30 +94,15 @@ Host delta-consul-b
16994
Host delta-consul-c
17095
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.86 22
17196

172-
Host delta-ingress
173-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.219 22
174-
17597
Host delta-metabase
17698
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.14.193 22
17799

178-
Host delta-registry
179-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.126 22
180-
181100
Host delta-redis
182101
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.9 22
183102

184-
Host delta-redis-slave
185-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.9.0 22
186-
187103
Host delta-rabbit
188104
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.4.195 22
189105

190-
Host delta-neo4j
191-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.7.191 22
192-
193-
Host delta-hipache
194-
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.135 22
195-
196106
Host delta-userland
197107
ProxyCommand ssh -q ubuntu@delta-bastion nc 10.8.0.244 22
198108

0 commit comments

Comments
 (0)