Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ansible/group_vars/clickhouse/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ nftables_clickhouse_allow:
ip: 168.119.7.188
- fqdn: notebook1.htz-fsn.prod.ooni.nu
ip: 138.201.19.39
- fqdn: backend-hel.ooni.org
ip: 65.108.192.151
- fqdn: backend-fsn.ooni.org
ip: 162.55.247.208
- fqdn: monitoring.ooni.org
Expand Down
4 changes: 2 additions & 2 deletions ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ openvpn1.htz-fsn.prod.ooni.nu
openvpn2.htz-fsn.prod.ooni.nu
backend-fsn.ooni.org

[htz_hel]
backend-hel.ooni.org
#[htz_hel]
#backend-hel.ooni.org

[ghs_ams]
ams-slack-1.ooni.org
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/prometheus/templates/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ scrape_configs:
static_configs:
- targets:
- backend-fsn.ooni.org:19999
- backend-hel.ooni.org:19999

- job_name: 'ooni-api'
scrape_interval: 5s
Expand Down
4 changes: 2 additions & 2 deletions tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ module "ooniapi_reverseproxy" {
}

task_environment = {
TARGET_URL = "https://backend-hel.ooni.org/"
TARGET_URL = "https://backend-fsn.ooni.org/"
}

ooniapi_service_security_groups = [
Expand Down Expand Up @@ -1130,7 +1130,7 @@ module "ooniapi_oonimeasurements" {

task_environment = {
# it has to be a json-compliant array
OTHER_COLLECTORS = jsonencode(["http://fastpath.${local.environment}.ooni.io:8475", "https://backend-hel.ooni.org"])
OTHER_COLLECTORS = jsonencode(["http://fastpath.${local.environment}.ooni.io:8475", "https://backend-fsn.ooni.org"])
BASE_URL = "https://api.${local.environment}.ooni.io"
S3_BUCKET_NAME = "ooni-data-eu-fra-test"
VALKEY_URL = local.ooniapi_valkey_url
Expand Down
Loading