From d4c6038638c2e6f4258215b0775e791ce30dc4cb Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Thu, 14 Mar 2024 16:29:04 +0100 Subject: [PATCH] Fix logs service name for central --- README.md | 1 + infra/jobs/station/logging.levant.nomad | 2 +- tangostationcontrol/VERSION | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94d3041db..521b500de 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Next change the version in the following places: # Release Notes +* 0.29.1-3 Fix central logs service consul name * 0.29.1-2 Fix vector tenant_id, must be string * 0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting * 0.29.0 Metric & Logging replication to central monitoring diff --git a/infra/jobs/station/logging.levant.nomad b/infra/jobs/station/logging.levant.nomad index d0a866395..06b424da8 100644 --- a/infra/jobs/station/logging.levant.nomad +++ b/infra/jobs/station/logging.levant.nomad @@ -126,7 +126,7 @@ healthchecks.require_healthy = true type = "loki" inputs = [ "nomad-flags" ] tenant_id = "[[.station]]" - endpoint = "http://logs.lofar-central.service.consul:3100" + endpoint = "http://logs.service.lofar-central.consul:3100" encoding.codec = "json" healthcheck.enabled = true remove_label_fields = true diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 302b4574c..9366836e8 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.29.1-2 +0.29.1-3 -- GitLab