system-config/inventory/service/group_vars/graphite.yaml
Ian Wienand 10f8749239
Remove bridge.openstack.org
This host is no longer in use, remove references

Change-Id: I13bf4b7947ffcf61f8064976c54831bf1b3261eb
2022-11-04 08:32:30 +11:00

15 lines
495 B
YAML

iptables_extra_allowed_hosts:
- hostname: bridge01.opendev.org
port: 8125
protocol: udp
- hostname: opendev.org
port: 8125
protocol: udp
iptables_extra_allowed_groups:
- {'protocol': 'udp', 'port': '8125', 'group': 'mirror-update'}
- {'protocol': 'udp', 'port': '8125', 'group': 'nodepool'}
- {'protocol': 'udp', 'port': '8125', 'group': 'zookeeper'}
- {'protocol': 'udp', 'port': '8125', 'group': 'zuul'}
- {'protocol': 'udp', 'port': '8125', 'group': 'zuul-lb'}