Now that we have a tenant configuration (see T406384: Add a zuul tenant config on the zuul scheduler host (zuul1001)) and communication between the scheduler and Gerrit, we need to make sure zuul-executor can prepare workspaces for and successfully dispatch builds.
The zuul-executor services is currently having trouble connecting from zuul1002 to zookeeper on zuul1001.
Apr 21 16:30:42 zuul1002 docker[3945930]: 2026-04-21 16:30:42,157 WARNING zuul.zk.base.ZooKeeperClient: Retrying zookeeper connection
It appears to be a network level issue, and we'll likely need a new firewall rule.
dduvall@zuul1002:~$ nc -vz -w 3 zuul1001 2281 nc: connect to zuul1001 (2620:0:861:103:10:64:32:104) port 2281 (tcp) timed out: Operation now in progress nc: connect to zuul1001 (10.64.32.104) port 2281 (tcp) timed out: Operation now in progress