
This removes the nodepool hosts from inventory and all of their jobs and configuration. Since the zuul-launchers use the "nodepool" clouds.yaml and associated template variables, those are all renamed to "zuul". The corresponding changes (additions of zuul_* variables, not removal of nodepool_* vars) has been made on bridge. Change-Id: I7ab28706b2bd20cf4f90b3b45a640fc341976e47 Depends-On: https://review.opendev.org/955235
14 lines
434 B
YAML
14 lines
434 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': 'zookeeper'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'zuul'}
|
|
- {'protocol': 'udp', 'port': '8125', 'group': 'zuul-lb'}
|