This switches the bridge name to bridge01.opendev.org. The testing path is updated along with some final references still in testinfra. The production jobs are updated in add-bastion-host, and will have the correct setup on the new host after the dependent change. Everything else is abstracted behind the "bastion" group; the entry is changed here which will make all the relevant playbooks run on the new host. Depends-On: https://review.opendev.org/c/opendev/base-jobs/+/862551 Change-Id: I21df81e45a57f1a4aa5bc290e9884e6dc9b4ca13changes/12/861112/14
parent
9473b1e108
commit
102534fdb8
@ -1,13 +1,13 @@
|
||||
- name: Add bastion host to inventory for production 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
|
||||
|
Loading…
Reference in new issue