From 3e323c38953f93725f3ea11bca4b0468f723be1d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 26 Oct 2022 13:14:06 +1100 Subject: [PATCH] run-production-bootstrap-bridge: fix bridge name This was missed in I21df81e45a57f1a4aa5bc290e9884e6dc9b4ca13 -- update the bootstrap job. Change-Id: Ic07f8bd79cb1b3bdec7ec55a01951eea814807e7 --- playbooks/zuul/run-production-bootstrap-bridge.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/zuul/run-production-bootstrap-bridge.yaml b/playbooks/zuul/run-production-bootstrap-bridge.yaml index 73ddd84bd5..ec31352bea 100644 --- a/playbooks/zuul/run-production-bootstrap-bridge.yaml +++ b/playbooks/zuul/run-production-bootstrap-bridge.yaml @@ -2,14 +2,14 @@ tasks: - name: Add bridge.o.o to inventory for playbook add_host: - name: bridge.openstack.org + name: bridge01.opendev.org groups: 'bastion' ansible_python_interpreter: python3 ansible_user: zuul # Without setting ansible_host directly, mirror-workspace-git-repos # gets sad because if delegate_to localhost and with add_host that # ends up with ansible_host being localhost. - ansible_host: bridge.openstack.org + ansible_host: bridge01.opendev.org ansible_port: 22 # Port 19885 is firewalled zuul_console_disabled: true