Skip to content

Commit 758fc88

Browse files
committed
Merge pull request #226 from CodeNow/SAN-3043-cache
SAN-3043 Add RABBITMQ ENV variables to navi runtime
2 parents baed7f5 + 5fc0949 commit 758fc88

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

ansible/group_vars/alpha-navi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ container_envs: >
1111
-e CLUSTER_WORKERS=20
1212
-e DATADOG_HOST={{ datadog_host_address }}
1313
-e DATADOG_PORT={{ datadog_port }}
14+
-e ENABLE_LRU_CACHE=1
1415
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
1516
-e HTTP_PORT={{ hosted_ports[0] }}
1617
-e LOG_LEVEL_STDOUT=trace
1718
-e MONGO=mongodb://{{ navi_mongo_host_address }}:{{ navi_mongo_port }}/{{ navi_mongo_database }}
1819
-e NODE_ENV={{ node_env }}
20+
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
21+
-e RABBITMQ_PASSWORD={{ rabbit_password }}
22+
-e RABBITMQ_PORT={{ rabbit_port }}
23+
-e RABBITMQ_USERNAME={{ rabbit_username }}
1924
-e REDIS_IPADDRESS={{ redis_host_address }}
2025
2126
container_run_opts: >

ansible/navi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- hosts: redis
33
- hosts: detention
44
- hosts: mongo-navi
5+
- hosts: rabbitmq
56

67
- hosts: navi
78
vars_files:

0 commit comments

Comments
 (0)