Skip to content

Commit de63493

Browse files
author
Anandkumar Patel
committed
default
1 parent 6249359 commit de63493

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,6 @@ fluffy_hostname: "fluffy.{{ domain }}"
9595
fluffy_rollbar_token: 6eb108bab1f54687b9b023e5b485967a
9696

9797
# khronos
98-
intercom_api_key: undefined
99-
intercom_app_id: undefined
100-
khronos_canary_github_branches_instance_id: undefined
101-
khronos_canary_logs_instance_id: undefined
102-
khronos_canary_rebuild_instance_id: undefined
103-
khronos_canary_rebuild_navi_url: undefined
104-
khronos_canary_token: undefined
10598
rollbar_khronos_token: 5a140828cce14410812d34a3ef936f25
10699

107100
# krain

ansible/group_vars/alpha-khronos.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ cron_container_metrics_command: "/khronos/bin/cli.js --queue khronos:metrics:con
2727
container_envs: >
2828
-e API_SOCKET_SERVER=https://{{ api_socket_server_hostname }}
2929
-e API_URL={{ api_url }}
30-
-e CANARY_API_TOKEN={{ khronos_canary_token }}
31-
-e CANARY_GITHUB_BRANCHES_INSTANCE_ID={{ khronos_canary_github_branches_instance_id }}
32-
-e CANARY_LOG_INSTANCE_ID={{ khronos_canary_logs_instance_id }}
30+
-e CANARY_API_TOKEN={{ khronos_canary_token | default('undefined') }}
31+
-e CANARY_GITHUB_BRANCHES_INSTANCE_ID={{ khronos_canary_github_branches_instance_id | default('undefined') }}
32+
-e CANARY_LOG_INSTANCE_ID={{ khronos_canary_logs_instance_id | default('undefined') }}
3333
-e CANARY_LOG_TERMINAL_SLEEP=10
34-
-e CANARY_REBUILD_INSTANCE_ID={{ khronos_canary_rebuild_instance_id }}
35-
-e CANARY_REBUILD_NAVI_URL={{ khronos_canary_rebuild_navi_url }}
34+
-e CANARY_REBUILD_INSTANCE_ID={{ khronos_canary_rebuild_instance_id | default('undefined') }}
35+
-e CANARY_REBUILD_NAVI_URL={{ khronos_canary_rebuild_navi_url | default('undefined') }}
3636
-e DATADOG_HOST={{ datadog_host_address }}
3737
-e DATADOG_PORT={{ datadog_port }}
38-
-e INTERCOM_API_KEY={{ intercom_api_key }}
39-
-e INTERCOM_APP_ID={{ intercom_app_id }}
38+
-e INTERCOM_API_KEY={{ intercom_api_key | default('undefined') }}
39+
-e INTERCOM_APP_ID={{ intercom_app_id | default('undefined') }}
4040
-e KHRONOS_MAVIS=http://{{ mavis_hostname }}
4141
-e KHRONOS_MONGO=mongodb://{{ khronos_mongo_auth }}@{{ mongo_hosts }}/{{ khronos_mongo_database }}
4242
-e KHRONOS_PREFETCH=6

0 commit comments

Comments
 (0)