Skip to content

Commit 566907f

Browse files
Merge pull request #495 from CodeNow/swarm-in-palantiri
remove mavis, add swarm to palantiri
2 parents f8d62ff + f2b4bbe commit 566907f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ansible/group_vars/alpha-palantiri.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,19 @@ npm_version: "2.14.7"
88

99
# container settings
1010
container_envs: >
11+
-e CONSUL_HOST={{ consul_host_address }}:{{ consul_api_port }}
1112
-e NODE_ENV={{ node_env }}
1213
-e DATADOG_HOST={{ datadog_host_address }}
1314
-e DATADOG_PORT={{ datadog_port }}
14-
-e MAVIS_HOST=http://{{ mavis_hostname }}:80
1515
-e RABBITMQ_HOSTNAME={{ rabbit_host_address }}
1616
-e RABBITMQ_PASSWORD={{ rabbit_password }}
1717
-e RABBITMQ_PORT={{ rabbit_port }}
1818
-e RABBITMQ_USERNAME={{ rabbit_username }}
1919
-e ROLLBAR_KEY={{ palantiri_rollbar_key }}
2020
-e RSS_LIMIT=2000000
2121
-e LOG_LEVEL_STDOUT=trace
22+
-e SWARM_HOSTNAME={{ swarm_host_address }}
23+
-e SWARM_PORT={{ swarm_master_port }}
2224
2325
container_run_opts: >
2426
-h {{ name }}

0 commit comments

Comments
 (0)