Set OpenDev and Zuul Zuul tenants to use ansible 9 by default

Zuul has support for Ansible 9 now but we haven't updated to using it
yet. Use the OpenDev and Zuul tenants as the first tenants to switch as
impact to these tenants should be low and tenant users have the ability
to debug any unexpected issues.

Change-Id: Id22529f9201c9f0f71e36cf08178297ecb2ed90f
This commit is contained in:
Clark Boylan 2024-07-30 14:30:54 -07:00
parent 7bc946384b
commit 1548d564ef

View File

@ -17,7 +17,7 @@
- local-admin - local-admin
- infra-root - infra-root
- tenant-group - tenant-group
default-ansible-version: '8' default-ansible-version: '9'
max-nodes-per-job: 10 max-nodes-per-job: 10
source: source:
gerrit: gerrit:
@ -1517,7 +1517,7 @@
- tenant: - tenant:
name: zuul name: zuul
admin-rules: *admin_rules admin-rules: *admin_rules
default-ansible-version: '8' default-ansible-version: '9'
max-nodes-per-job: 10 max-nodes-per-job: 10
source: source:
gerrit: gerrit: