From 159baba38b38a44b1fe41ae993669644ec9ab08e Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Fri, 10 Jul 2026 20:42:14 +0200 Subject: [PATCH] thanos_sidecar: remove the network table row Remove the thanos_sidecar_network row from docs/appendix/networks.md as part of retiring the thanos_sidecar role/service entirely (osism/issues#1402). The role, its deploy playbook, and its inventory group are removed in the companion changes; the documented network allocation no longer applies. The freed 172.31.101.192/28 block is left as a gap rather than renumbering the remaining rows, which are fixed allocations. Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Roger Luethi --- docs/appendix/networks.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/appendix/networks.md b/docs/appendix/networks.md index 555134d217..1eff6f7f4f 100644 --- a/docs/appendix/networks.md +++ b/docs/appendix/networks.md @@ -25,7 +25,6 @@ sidebar_label: Networks | `httpd_network` | `172.31.101.128/28` | | `scaphandre_network` | `172.31.101.160/28` | | `metering_network` | `172.31.101.176/28` | -| `thanos_sidecar_network` | `172.31.101.192/28` | | `gnmic_network` | `172.31.101.208/28` | | `opentelemetry_collector_network` | `172.31.101.240/28` | | `zuul_network` | `172.31.102.0/28` |