Skip to content

Commit

Permalink
fix: eof errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Dec 19, 2024
1 parent e4048a2 commit 093ce47
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/deploy-ooni-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
vars:
ssl_domain: backend-hel.ooni.org
collector_id: 2
clickhouse_url: "" # fetch from aws secrets
clickhouse_url: "clickhouse://write:{{ lookup('amazon.aws.aws_ssm', '/oonidevops/secrets/clickhouse_write_password', profile='oonidevops_user_prod') | hash('sha256') }}@clickhouse3.prod.ooni.io/oonitest"
bucket_name: ooni-data-eu-fra-test
collectors:
- "backend-hel.ooni.org"
Expand Down
1 change: 0 additions & 1 deletion ansible/host_vars/data3.htz-fsn.prod.ooni.nu
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
non_admin_usernames: []
clickhouse_base_path: /data/clickhouse

2 changes: 1 addition & 1 deletion ansible/roles/ooni-backend/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ collectors:
fastpath_version: 0.86~pr831-395
analysis_version: 1.12~pr836-413
deb_bucket_name: ooni-internal-deb
deb_server_name: deb-ci.ooni.org
deb_server_name: deb-ci.ooni.org

0 comments on commit 093ce47

Please sign in to comment.