Skip to content

Commit d95ba5d

Browse files
committed
Add big poppa as host for api
1 parent 11d96dd commit d95ba5d

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

ansible/api-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- hosts: charon
55
- hosts: rabbitmq
66
- hosts: redis
7+
- hosts: big-poppa
78
- hosts: swarm-manager
89
- hosts: consul
910

ansible/group_vars/alpha-api-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dockerfile_pre_install_commands: [
2424
api_base_container_envs: >-
2525
-e AWS_ACCESS_KEY_ID={{ api_aws_access_key_id }}
2626
-e AWS_SECRET_ACCESS_KEY={{ api_aws_secret_access_key }}
27-
-e BIG_POPPA_URL=://{{ big_poppa_host_address }}:{{ big_poppa_port }}
27+
-e BIG_POPPA_HOST=http://{{ big_poppa_host_address }}:{{ big_poppa_port }}
2828
-e COOKIE_DOMAIN={{ domain }}
2929
-e DATADOG_HOST={{ datadog_host_address }}
3030
-e DATADOG_PORT={{ datadog_port }}

ansible/socket-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- hosts: redis
77
- hosts: swarm-manager
88
- hosts: consul
9+
- hosts: big-poppa
910
- hosts: socket-server-proxy
1011

1112
- hosts: socket-server

ansible/workers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- hosts: rabbitmq
66
- hosts: redis
77
- hosts: swarm-manager
8+
- hosts: big-poppa
89
- hosts: consul
910

1011
- hosts: worker

0 commit comments

Comments
 (0)