ceb711e6d9
This is a new Focal based host, which we want for it's more recent rsync which hopefully causes less issues resyncing things to AFS volumes. See 4918594aa472010a8a112f5f4ed0a471a3351a91 for discussion of the original issues; we have found that without "-t" all new data seems to be copied continuously. Empirical testing shows later rsync doesn't have this issue. Depends-On: https://review.opendev.org/736859 Change-Id: Iebfffdf8aea6f123e36f264c87d6775771ce2dd8
18 lines
572 B
YAML
18 lines
572 B
YAML
iptables_extra_allowed_hosts:
|
|
- hostname: bridge.openstack.org
|
|
port: 8125
|
|
protocol: udp
|
|
- 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'}
|
|
- {'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'}
|