Update OpenDev tenants' default ansible to 6
Zuul is looking at dropping ansible 5 support. By updating our default ansible version to 6 early we can provide valuable feedback to the Zuul project. That said we expect this to function. The Zuul Zuul tenant is already running under ansible 6, and I've done some testing with devstack [0] that appears to show those jobs running happily. The openstack release is now out the door which makes this a good time to change the zuul default. [0] https://review.opendev.org/c/openstack/devstack/+/858436 Change-Id: I61493e74d9955a444326d72e085f511a838f88dd
This commit is contained in:
parent
41686c0bee
commit
6beca8328b
@ -17,7 +17,7 @@
|
||||
- local-admin
|
||||
- infra-root
|
||||
- tenant-group
|
||||
default-ansible-version: '5'
|
||||
default-ansible-version: '6'
|
||||
max-nodes-per-job: 10
|
||||
source:
|
||||
gerrit:
|
||||
@ -86,7 +86,7 @@
|
||||
- tenant:
|
||||
name: openstack
|
||||
admin-rules: *admin_rules
|
||||
default-ansible-version: '5'
|
||||
default-ansible-version: '6'
|
||||
max-nodes-per-job: 10
|
||||
source:
|
||||
gerrit:
|
||||
@ -1467,7 +1467,7 @@
|
||||
- tenant:
|
||||
name: vexxhost
|
||||
admin-rules: *admin_rules
|
||||
default-ansible-version: '5'
|
||||
default-ansible-version: '6'
|
||||
max-nodes-per-job: 10
|
||||
source:
|
||||
gerrit:
|
||||
@ -1645,7 +1645,7 @@
|
||||
- tenant:
|
||||
name: pyca
|
||||
admin-rules: *admin_rules
|
||||
default-ansible-version: '5'
|
||||
default-ansible-version: '6'
|
||||
max-nodes-per-job: 1
|
||||
source:
|
||||
gerrit:
|
||||
@ -1672,7 +1672,7 @@
|
||||
- tenant:
|
||||
name: pypa
|
||||
admin-rules: *admin_rules
|
||||
default-ansible-version: '5'
|
||||
default-ansible-version: '6'
|
||||
max-nodes-per-job: 1
|
||||
source:
|
||||
gerrit:
|
||||
|
Loading…
Reference in New Issue
Block a user