From 36f89ac15c367c65ae73acd61d6fc07e3239a4a8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Fri, 19 Jun 2020 16:06:41 +1000 Subject: [PATCH] Remove mirror-update.openstack.org from graphite iptables This host used to send stats for afsmon but that has moved to mirror-update.opendev.org. I accidentally changed this in ceb711e6d96c3acaa239a4411eb8f33d9ac1e950 when bringing up a new mirror update host, but we don't need this at all now. Change-Id: I01d5a8611c018c8c9c4cff2476ea155ef42e923e --- inventory/service/group_vars/graphite.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/inventory/service/group_vars/graphite.yaml b/inventory/service/group_vars/graphite.yaml index 69c6c05280..ccbd309b14 100644 --- a/inventory/service/group_vars/graphite.yaml +++ b/inventory/service/group_vars/graphite.yaml @@ -5,9 +5,6 @@ iptables_extra_allowed_hosts: - hostname: opendev.org port: 8125 protocol: udp - - hostname: mirror-update02.openstack.org - port: 8125 - protocol: udp iptables_extra_allowed_groups: - {'protocol': 'udp', 'port': '8125', 'group': 'firehose'}