Skip to content

Commit 9c3f15e

Browse files
committed
Fixes
1 parent d6a7c46 commit 9c3f15e

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

ansible/cream-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- hosts: cream
66
vars_files:
7-
- group_vars/alpha-cream-http.yml
7+
- group_vars/alpha-cream-worker.yml
88
roles:
99
- role: notify
1010
rollbar_token: "{{ cream_http_rollbar_token }}"

ansible/cream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- include: cream-http.yml
21
- include: cream-worker.yml
2+
- include: cream-http.yml

ansible/group_vars/alpha-cream-http.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
# for container settings
1919
container_envs: >
20+
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
2021
-e DATADOG_HOST={{ datadog_host_address }}
2122
-e DATADOG_PORT={{ datadog_port }}
2223
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ cream_hello_runnable_github_token }}

ansible/group_vars/alpha-cream-worker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dockerfile_pre_install_commands: [
1616

1717
# for container settings
1818
container_envs: >
19+
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
1920
-e DATADOG_HOST={{ datadog_host_address }}
2021
-e DATADOG_PORT={{ datadog_port }}
2122
-e HELLO_RUNNABLE_GITHUB_TOKEN={{ cream_hello_runnable_github_token }}

0 commit comments

Comments
 (0)