system-config/inventory/service/group_vars/graphite.yaml
Ian Wienand 36f89ac15c 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
2020-06-19 16:06:41 +10:00

15 lines
495 B
YAML

iptables_extra_allowed_hosts:
- hostname: bridge.openstack.org
port: 8125
protocol: udp
- hostname: opendev.org
port: 8125
protocol: udp
iptables_extra_allowed_groups:
- {'protocol': 'udp', 'port': '8125', 'group': 'firehose'}
- {'protocol': 'udp', 'port': '8125', 'group': 'mirror-update'}
- {'protocol': 'udp', 'port': '8125', 'group': 'logstash'}
- {'protocol': 'udp', 'port': '8125', 'group': 'nodepool'}
- {'protocol': 'udp', 'port': '8125', 'group': 'zuul'}