Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-api-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ api_base_container_envs: >-
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
-e COOKIE_DOMAIN={{ domain }}
-e CONTAINER_STOP_LIMIT=10
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e DOCKER_IMAGE_BUILDER_NAME={{ registry_host }}/runnable/image-builder
-e DOCKER_IMAGE_BUILDER_CACHE=/git-cache
-e DOCKER_IMAGE_BUILDER_LAYER_CACHE=/layer-cache
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-big-poppa-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dockerfile_pre_install_commands: [

# for container settings
container_envs: >
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e GITHUB_TOKEN={{ big_poppa_github_token }}
-e INTERCOM_API_KEY={{ big_poppa_intercom_key | default('undefined') }}
-e INTERCOM_APP_ID={{ big_poppa_intercom_id | default('undefined') }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-big-poppa-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dockerfile_pre_install_commands: [

# for container settings
container_envs: >
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e GITHUB_TOKEN={{ big_poppa_github_token }}
-e INTERCOM_API_KEY={{ big_poppa_intercom_key | default('undefined') }}
-e INTERCOM_APP_ID={{ big_poppa_intercom_id | default('undefined') }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-cream-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dockerfile_pre_install_commands: [
# for container settings
container_envs: >
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e GIT_BRANCH={{ git_branch }}
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ cream_hello_runnable_github_token }}
-e PORT={{ hosted_ports[0] }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-cream-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ dockerfile_pre_install_commands: [
# for container settings
container_envs: >
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e GIT_BRANCH={{ git_branch }}
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ cream_hello_runnable_github_token }}
-e NODE_ENV={{ node_env }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-docker-listener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ restart_policy: "always"

container_envs: >
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_https_port }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e IMAGE_INSPECT_LIST=localhost,registry.runnable.com,runnable
-e DOCKER_CERT_PATH=/etc/ssl/docker
-e NODE_ENV={{ node_env }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-drake-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ is_redis_update_required: 'yes'
container_envs: >
-e API_URL={{ api_url }}
-e DATADOG_SECRET=datadog-secret
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e NODE_ENV={{ node_env }}
-e PORT={{ hosted_ports[0] }}
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-drake-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ npm_version: 2
container_envs: >
-e API_URL={{ api_url }}
-e DATADOG_SECRET=datadog-secret
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e LOG_LEVEL=info
-e NODE_ENV={{ node_env }}
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-khronos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ container_envs: >
-e CANARY_LOG_TERMINAL_SLEEP=10
-e CANARY_REBUILD_INSTANCE_ID={{ khronos_canary_rebuild_instance_id | default('undefined') }}
-e CANARY_REBUILD_NAVI_URL={{ khronos_canary_rebuild_navi_url | default('undefined') }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e DOCKER_USE_HTTP=true
-e INTERCOM_API_KEY={{ khronos_intercom_api_key | default('undefined') }}
-e INTERCOM_APP_ID={{ khronos_intercom_app_id | default('undefined') }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ npm_version: "2.14.7"

container_envs: >
-e API_URL={{ api_url }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ link_hello_runnable_github_token }}
-e MONGO=mongodb://{{ navi_mongo_auth }}@{{ mongo_hosts }}/{{ navi_mongo_database }}
-e NODE_ENV={{ node_env }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-navi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ container_envs: >
-e CERT_PATH={{ content_domain_certs }}
-e COOKIE_DOMAIN=.{{ user_content_domain }}
-e COOKIE_SECRET={{ navi_cookie_secret }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e ENABLE_LRU_CACHE=1
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
-e HTTP_PORT={{ hosted_ports[0] }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-palantiri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ npm_version: "2.14.7"
# container settings
container_envs: >
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_https_port }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e NODE_ENV={{ node_env }}
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
-e RABBITMQ_PASSWORD={{ rabbit_password }}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-pheidi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dockerfile_pre_install_commands: [

container_envs: >
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e DOMAIN={{ domain }}
-e FULL_API_DOMAIN=https://api.{{ domain }}
{% if pheidi_intercom_admin_id is defined %} -e INTERCOM_ADMIN_ID={{ pheidi_intercom_admin_id }} {% endif %}
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-sauron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ dockerfile_pre_install_commands: [

container_envs: >
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_https_port }}
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e NODE_ENV="{{ node_env }}"
-e RABBITMQ_HOSTNAME="{{ rabbit_host_address }}"
-e RABBITMQ_PASSWORD="{{ rabbit_password }}"
Expand Down
2 changes: 2 additions & 0 deletions ansible/group_vars/alpha-shiva.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ npm_start_command: run shiva-start
# container settings
redis_ca_cert_path: /opt/ssl/{{ name }}/redis/ca.pem
container_envs: >
{% if datadog_host_address is defined %} -e DATADOG_HOST={{ datadog_host_address }}{% endif %}
{% if datadog_port is defined %} -e DATADOG_PORT={{ datadog_port }}{% endif %}
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
-e RABBITMQ_PASSWORD={{ rabbit_password }}
-e RABBITMQ_PORT={{ rabbit_port }}
Expand Down