4279e20293
We indicated to the OpenStack TC that this service would be going away after the Yoga cycle if no one stepped up to start maintaining it. That help didn't arrive in the form of OpenDev assistance (there is effort to use OpenSearch external to OpenDev) and Yoga has released. This means we are now clear to retire and shutdown this service. This change attempts to remove our configuration management for these services so that we can shutdown the servers afterwards. It was a good run. Sad to see it go but it wasn't sustainable anymore. Note a follow-up will clean up elastic-recheck which runs on the status server. Depends-On: https://review.opendev.org/c/opendev/base-jobs/+/837619 Change-Id: I5f7f73affe7b97c74680d182e68eb4bfebbe23e1
15 lines
495 B
YAML
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': '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'}
|