File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"`
Original file line number Diff line number Diff line change @@ -68,9 +68,6 @@ delta-app-services
6868[khronos]
6969delta-dock-services
7070
71- [mavis]
72- delta-dock-services
73-
7471[optimus]
7572delta-dock-services
7673
@@ -130,7 +127,6 @@ github-varnish
130127hipache
131128ingress
132129khronos
133- mavis
134130metis
135131mongodb
136132navi
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ WORKDIR /repos
88# clone repos for dockerfiles
99RUN git clone git@github.com:CodeNow/api.git
1010RUN git clone git@github.com:CodeNow/runnable-angular.git
11- RUN git clone git@github.com:CodeNow/mavis.git
1211RUN git clone git@github.com:CodeNow/devops-scripts.git
1312# copy things into places
1413RUN mv $REPO_BASE/devops-scripts/ssh/config /root/.ssh/config
Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ epsilon-app-services
6262[khronos]
6363epsilon-dock-services
6464
65- [mavis]
66- epsilon-dock-services
67-
6865[optimus]
6966epsilon-dock-services
7067
120117github-varnish
121118hipache
122119khronos
123- mavis
124120metis
125121mongodb
126122navi
Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ gamma-app-services
5757[khronos]
5858gamma-dock-services
5959
60- [mavis]
61- gamma-dock-services
62-
6360[optimus]
6461gamma-dock-services
6562
@@ -129,7 +126,6 @@ github-varnish
129126hipache
130127ingress
131128khronos
132- mavis
133129metis
134130mongodb
135131navi
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" %}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ detention_branch=v1.3.2
22eru_branch=v1.1.0
33khronos_branch=v2.5.2
44link_branch=v1.3.1
5- mavis_branch=v5.0.0
65metis_branch=v7.0.6
76optimus_branch=v4.0.3
87palantiri_branch=v0.1.10
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments