From 782e8b29e881f833dd9e4ce41997f4807d120e33 Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Thu, 4 Jun 2026 15:02:42 +1000 Subject: [PATCH] otelcol: remove cleanup role + flag (otelcol fully gone from the edge) --- ansible/inventories/devnet-0/group_vars/all/all.yaml | 3 --- ansible/playbook.yaml | 2 -- 2 files changed, 5 deletions(-) diff --git a/ansible/inventories/devnet-0/group_vars/all/all.yaml b/ansible/inventories/devnet-0/group_vars/all/all.yaml index 71e128a..df3943e 100644 --- a/ansible/inventories/devnet-0/group_vars/all/all.yaml +++ b/ansible/inventories/devnet-0/group_vars/all/all.yaml @@ -474,6 +474,3 @@ vector_config: | # use_otlp_decoding => one event already carries the client's full span batch. batch.max_events = 1 batch.timeout_secs = 5 -# Edge telemetry consolidated onto Vector (docker_logs + OTLP traces -> prod OTLP). -# otelcol-contrib is no longer used at the edge; the role removes its container. -otelcol_contrib_cleanup: true diff --git a/ansible/playbook.yaml b/ansible/playbook.yaml index 0b5f8d9..1441aa1 100644 --- a/ansible/playbook.yaml +++ b/ansible/playbook.yaml @@ -31,8 +31,6 @@ tags: [init-server, node_exporter] - role: ethpandaops.general.prometheus tags: [init-server, prometheus] - - role: ethpandaops.general.otelcol_contrib - tags: [init-server, otelcol] - role: ethpandaops.general.vector tags: [init-server, vector]