Skip to content

Commit 3aa3efd

Browse files
committed
pass consul to sauron and khronos
1 parent 7b43b50 commit 3aa3efd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/group_vars/alpha-khronos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cron_rabbit_auth: --username {{ rabbit_username }} --password {{ rabbit_password
3030
container_envs: >
3131
-e API_SOCKET_SERVER=https://{{ api_socket_server_hostname }}
3232
-e API_URL={{ api_url }}
33+
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
3334
-e CANARY_API_TOKEN={{ khronos_canary_token | default('undefined') }}
3435
-e CANARY_GITHUB_BRANCHES_INSTANCE_ID={{ khronos_canary_github_branches_instance_id | default('undefined') }}
3536
-e CANARY_LOG_INSTANCE_ID={{ khronos_canary_logs_instance_id | default('undefined') }}

ansible/group_vars/alpha-sauron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dockerfile_pre_install_commands: [
1717
]
1818

1919
container_envs: >
20+
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
2021
-e DATADOG_HOST={{ datadog_host_address }}
2122
-e DATADOG_PORT={{ datadog_port }}
2223
-e LOGGLY_TOKEN="{{ loggly_token }}"

0 commit comments

Comments
 (0)