We have labeled the 8/9 stream repos with -stream for clarity; add this to the path for the repo. Change-Id: I5c4c5365d763f8a3c03a4adef36235e7809c44d7 Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/839689changes/41/839841/6
parent
9f4fa24025
commit
b42769b7ed
@ -1,3 +1,3 @@
|
||||
openafs_client_config_path: '/usr/vice/etc'
|
||||
openafs_client_yum_repo_url: https://tarballs.opendev.org/openstack/openstack-zuul-jobs/openafs/centos{{ ansible_distribution_major_version}}/RPMS/{{ ansible_architecture }}
|
||||
openafs_client_yum_repo_url: https://tarballs.opendev.org/openstack/openstack-zuul-jobs/openafs/centos{{ ansible_distribution_major_version}}{{ (ansible_distribution_major_version | int >= 8) | ternary('-stream', '') }}/RPMS/{{ ansible_architecture }}
|
||||
openafs_client_yum_repo_gpg_check: no
|
||||
|
Loading…
Reference in new issue