Skip to content

Commit 3c8dda6

Browse files
author
Anandkumar Patel
committed
merge with master
2 parents 76233d0 + bdf5cee commit 3c8dda6

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

ansible/group_vars/alpha-navi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ container_envs: >
1717
-e COOKIE_SECRET={{ navi_cookie_secret }}
1818
-e DATADOG_HOST={{ datadog_host_address }}
1919
-e DATADOG_PORT={{ datadog_port }}
20-
-e ENABLE_CLUSTERING=1
2120
-e ENABLE_LRU_CACHE=1
2221
-e ERROR_URL=http://{{ detention_host_address }}:{{ detention_port }}
2322
-e HTTP_PORT={{ hosted_ports[0] }}
@@ -43,5 +42,4 @@ container_run_opts: >
4342
-d
4443
-P
4544
-v {{ redis_ca_cert_path }}:{{ redis_ca_cert_path }}
46-
-v {{ content_domain_certs }}:{{ content_domain_certs }}
4745
{{ container_envs }}

ansible/navi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- role: notify
1414
rollbar_token: "{{ navi_rollbar_token }}"
1515
tags: [ notify ]
16-
- { role: builder, tags: [ build ] }
16+
# - { role: builder, tags: [ build ] }
1717
- { role: content-domain-certs }
1818
- { role: tls-server-ca, ca_dest: "{{ redis_ca_cert_path }}" }
1919
- { role: container_start, number_of_containers: 2 }

ansible/roles/container_start/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
number_of_containers: 1
3030

3131
- debug:
32+
tags: deploy
3233
msg: starting this many containers -- {{ number_of_containers }}
3334

3435
- name: start new container

0 commit comments

Comments
 (0)