Skip to content

Commit f6cefd3

Browse files
author
Anandkumar Patel
committed
remove mavis
1 parent d42b6a4 commit f6cefd3

13 files changed

Lines changed: 0 additions & 78 deletions

File tree

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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ delta-app-services
6868
[khronos]
6969
delta-dock-services
7070

71-
[mavis]
72-
delta-dock-services
73-
7471
[optimus]
7572
delta-dock-services
7673

@@ -130,7 +127,6 @@ github-varnish
130127
hipache
131128
ingress
132129
khronos
133-
mavis
134130
metis
135131
mongodb
136132
navi

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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ epsilon-app-services
6262
[khronos]
6363
epsilon-dock-services
6464

65-
[mavis]
66-
epsilon-dock-services
67-
6865
[optimus]
6966
epsilon-dock-services
7067

@@ -120,7 +117,6 @@ eru
120117
github-varnish
121118
hipache
122119
khronos
123-
mavis
124120
metis
125121
mongodb
126122
navi

ansible/gamma-hosts/hosts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ gamma-app-services
5757
[khronos]
5858
gamma-dock-services
5959

60-
[mavis]
61-
gamma-dock-services
62-
6360
[optimus]
6461
gamma-dock-services
6562

@@ -129,7 +126,6 @@ github-varnish
129126
hipache
130127
ingress
131128
khronos
132-
mavis
133129
metis
134130
mongodb
135131
navi

ansible/group_vars/alpha-api-base.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ api_base_container_envs: >-
2929
-e GITHUB_PROTOCOL=http
3030
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ api_hello_runnable_github_token }}
3131
-e KRAIN_PORT={{ krain_port }}
32-
-e MAVIS_HOST=http://{{ mavis_hostname }}:80
3332
-e MIXPANEL_APP_ID={{ api_mixpanel_app_id }}
3433
-e MONGO_CACERT=/opt/ssl/mongodb-client/ca.pem
3534
-e MONGO_CERT=/opt/ssl/mongodb-client/cert.pem

ansible/group_vars/alpha-khronos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ container_envs: >
4848
-e DATADOG_PORT={{ datadog_port }}
4949
-e INTERCOM_API_KEY={{ intercom_api_key | default('undefined') }}
5050
-e INTERCOM_APP_ID={{ intercom_app_id | default('undefined') }}
51-
-e KHRONOS_MAVIS=http://{{ mavis_hostname }}
5251
-e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
5352
-e LOG_LEVEL=error
5453
{% if node_env != "production-epsilon" %}

ansible/group_vars/alpha-mavis.yml

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

ansible/group_vars/current_versions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ detention_branch=v1.3.2
22
eru_branch=v1.1.0
33
khronos_branch=v2.5.2
44
link_branch=v1.3.1
5-
mavis_branch=v5.0.0
65
metis_branch=v7.0.6
76
optimus_branch=v4.0.3
87
palantiri_branch=v0.1.10

ansible/mavis.yml

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

0 commit comments

Comments
 (0)