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
ceb711e6d9 when bringing up a new mirror
update host, but we don't need this at all now.

Change-Id: I01d5a8611c018c8c9c4cff2476ea155ef42e923e
This commit is contained in:
Ian Wienand 2020-06-19 16:06:41 +10:00
parent a3390e269f
commit 36f89ac15c
1 changed files with 0 additions and 3 deletions

View File

@ -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'}