10f8749239
This host is no longer in use, remove references Change-Id: I13bf4b7947ffcf61f8064976c54831bf1b3261eb
15 lines
495 B
YAML
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'}
|