Skip to content

Commit 4d0b339

Browse files
Merge pull request #522 from CodeNow/rm-neo
Rm neo
2 parents c40c6f5 + 85cc925 commit 4d0b339

File tree

33 files changed

+10
-342
lines changed

33 files changed

+10
-342
lines changed

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

@@ -132,11 +127,9 @@ github-varnish
132127
hipache
133128
ingress
134129
khronos
135-
mavis
136130
metis
137131
mongodb
138132
navi
139-
neo4j
140133
optimus
141134
pheidi
142135
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
@@ -142,7 +141,6 @@ sg_hipache=sg-7fd7fb1b
142141
sg_mongo=sg-00d7fb64
143142
sg_nat=sg-3082cc54
144143
sg_navi=sg-e5d7fb81
145-
sg_neo4j=sg-a9d0fccd
146144
sg_rabbit=sg-92d1fdf6
147145
sg_rds=sg-65d2fe01
148146
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 [email protected]:CodeNow/api.git
1010
RUN git clone [email protected]:CodeNow/runnable-angular.git
11-
RUN git clone [email protected]:CodeNow/mavis.git
1211
RUN git clone [email protected]: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
@@ -65,9 +62,6 @@ epsilon-app-services
6562
[khronos]
6663
epsilon-dock-services
6764

68-
[mavis]
69-
epsilon-dock-services
70-
7165
[optimus]
7266
epsilon-dock-services
7367

@@ -123,11 +117,9 @@ eru
123117
github-varnish
124118
hipache
125119
khronos
126-
mavis
127120
metis
128121
mongodb
129122
navi
130-
neo4j
131123
optimus
132124
rabbitmq
133125
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
@@ -122,7 +121,6 @@ sg_hipache="sg-0822e46f"
122121
sg_mongo="sg-ec22e48b"
123122
sg_nat="sg-c7dd1aa0"
124123
sg_navi="sg-4423e523"
125-
sg_neo4j="sg-0d23e56a"
126124
sg_rabbit="sg-ef23e588"
127125
sg_rds="sg-da23e5bd"
128126
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
@@ -60,9 +57,6 @@ gamma-app-services
6057
[khronos]
6158
gamma-dock-services
6259

63-
[mavis]
64-
gamma-dock-services
65-
6660
[optimus]
6761
gamma-dock-services
6862

@@ -132,11 +126,9 @@ github-varnish
132126
hipache
133127
ingress
134128
khronos
135-
mavis
136129
metis
137130
mongodb
138131
navi
139-
neo4j
140132
optimus
141133
pheidi
142134
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
@@ -125,7 +124,6 @@ sg_hipache=sg-e70c7883
125124
sg_mongo=sg-977a0df3
126125
sg_nat=sg-b595ffd1
127126
sg_navi=sg-45633421
128-
sg_neo4j=sg-ff60179b
129127
sg_rabbit=sg-44b7cb20
130128
sg_rds=sg-081e596c
131129
sg_redis=sg-477b0c23

0 commit comments

Comments
 (0)