Skip to content

Commit c73d1a8

Browse files
committed
Merge remote-tracking branch 'origin/master' into add-big-poppa
2 parents 8ec445e + a6c64e0 commit c73d1a8

34 files changed

Lines changed: 12 additions & 342 deletions

ansible/api-core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
- hosts: mongodb
3-
- hosts: neo4j
43
- hosts: navi
54
- hosts: charon
65
- hosts: rabbitmq

ansible/app-services.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
- include: detention.yml git_branch="{{ detention_branch }}"
22
- include: drake.yml git_branch="{{ drake_branch }}"
33
- include: eru.yml git_branch="{{ eru_branch }}"
4-
- include: mavis.yml git_branch="{{ mavis_branch }}"
54
- include: metis.yml git_branch="{{ astral_branch }}"
65
- include: shiva.yml git_branch="{{ astral_branch }}"
76
# run with: `--extra-vars "@current_versions.yml"`

ansible/delta-hosts/hosts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ delta-mongo-a
1212
delta-mongo-b
1313
delta-mongo-c
1414

15-
[neo4j]
16-
delta-neo4j
1715

1816
[ingress]
1917
delta-ingress
@@ -70,9 +68,6 @@ delta-app-services
7068
[khronos]
7169
delta-dock-services
7270

73-
[mavis]
74-
delta-dock-services
75-
7671
[optimus]
7772
delta-dock-services
7873

@@ -136,11 +131,9 @@ github-varnish
136131
hipache
137132
ingress
138133
khronos
139-
mavis
140134
metis
141135
mongodb
142136
navi
143-
neo4j
144137
optimus
145138
pheidi
146139
rabbitmq

ansible/delta-hosts/variables

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_mixpanel_app_id=57260a5b6fc972e9c69184882efd009e
88
api_mongo_auth=api:72192e5a-a5e1-11e5-add9-0270db32f7ad
99
api_mongo_database=delta
1010
api_mongo_replset_name=delta-rs0
11-
api_neo4j_auth=neo4j:oqGlRV1KTpaqbHDkdlJz
1211
api_new_relic_app_name=delta-api-production
1312
api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1413
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
@@ -151,7 +150,6 @@ sg_hipache=sg-7fd7fb1b
151150
sg_mongo=sg-00d7fb64
152151
sg_nat=sg-3082cc54
153152
sg_navi=sg-e5d7fb81
154-
sg_neo4j=sg-a9d0fccd
155153
sg_rabbit=sg-92d1fdf6
156154
sg_rds=sg-65d2fe01
157155
sg_redis=sg-6ed2fe0a

ansible/docker-files/main/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ WORKDIR /repos
88
# clone repos for dockerfiles
99
RUN git clone git@github.com:CodeNow/api.git
1010
RUN git clone git@github.com:CodeNow/runnable-angular.git
11-
RUN git clone git@github.com:CodeNow/mavis.git
1211
RUN git clone git@github.com:CodeNow/devops-scripts.git
1312
# copy things into places
1413
RUN mv $REPO_BASE/devops-scripts/ssh/config /root/.ssh/config

ansible/epsilon-hosts/hosts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ epsilon-userland
1010
[mongodb]
1111
epsilon-mongo
1212

13-
[neo4j]
14-
epsilon-neo4j
15-
1613
[api_group:children]
1714
worker
1815
api
@@ -68,9 +65,6 @@ epsilon-app-services
6865
[khronos]
6966
epsilon-dock-services
7067

71-
[mavis]
72-
epsilon-dock-services
73-
7468
[optimus]
7569
epsilon-dock-services
7670

@@ -127,11 +121,9 @@ eru
127121
github-varnish
128122
hipache
129123
khronos
130-
mavis
131124
metis
132125
mongodb
133126
navi
134-
neo4j
135127
optimus
136128
rabbitmq
137129
redis

ansible/epsilon-hosts/variables

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_mixpanel_app_id=c41affa4b08818443365c526cbb51606
88
api_mongo_auth=api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb
99
api_mongo_database=epsilon
1010
api_mongo_replset_name=epsilon-rs0
11-
api_neo4j_auth=neo4j:oqGlRV1KTpaqbHDkdlJz
1211
api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1312
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1413
api_s3_context_bucket=runnable.context.resources.production-beta
@@ -129,7 +128,6 @@ sg_hipache="sg-0822e46f"
129128
sg_mongo="sg-ec22e48b"
130129
sg_nat="sg-c7dd1aa0"
131130
sg_navi="sg-4423e523"
132-
sg_neo4j="sg-0d23e56a"
133131
sg_rabbit="sg-ef23e588"
134132
sg_rds="sg-da23e5bd"
135133
sg_redis="sg-b923e5de"

ansible/filibuster.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

ansible/gamma-hosts/hosts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ gamma-mongo-a
1212
gamma-mongo-b
1313
gamma-mongo-c
1414

15-
[neo4j]
16-
gamma-neo4j
17-
1815
[api_group:children]
1916
worker
2017
api
@@ -63,9 +60,6 @@ gamma-app-services
6360
[khronos]
6461
gamma-dock-services
6562

66-
[mavis]
67-
gamma-dock-services
68-
6963
[optimus]
7064
gamma-dock-services
7165

@@ -135,11 +129,9 @@ github-varnish
135129
hipache
136130
ingress
137131
khronos
138-
mavis
139132
metis
140133
mongodb
141134
navi
142-
neo4j
143135
optimus
144136
pheidi
145137
rabbitmq

ansible/gamma-hosts/variables

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ api_mixpanel_app_id=c41affa4b08818443365c526cbb51606
88
api_mongo_auth=api:3f5210b8-8fe3-11e5-8e62-07b6eff19ecb
99
api_mongo_database=gamma
1010
api_mongo_replset_name=gamma-rs0
11-
api_neo4j_auth=neo4j:oqGlRV1KTpaqbHDkdlJz
1211
api_rollbar_key=a90d9c262c7c48cfabbd32fd0a1bc61c
1312
api_workers_rollbar_key=3edfe8fe4fd640ae9fdbbe08fcb9f121
1413
api_s3_context_bucket=runnable.context.resources.production-beta
@@ -134,7 +133,6 @@ sg_hipache=sg-e70c7883
134133
sg_mongo=sg-977a0df3
135134
sg_nat=sg-b595ffd1
136135
sg_navi=sg-45633421
137-
sg_neo4j=sg-ff60179b
138136
sg_rabbit=sg-44b7cb20
139137
sg_rds=sg-081e596c
140138
sg_redis=sg-477b0c23

0 commit comments

Comments
 (0)