Use our ubuntu openafs ppa on debian

Stable Debain hasn't updated its openafs packages yet to fix the bit
masking problem. This breaks our testing for zuul jobs. Try the bionic
package from our ppa on debian instead.

Change-Id: I2ab469c984ae7d90d2a87abb2e4b29250c9bc8c2
This commit is contained in:
Clark Boylan 2021-01-18 11:51:59 -08:00
parent 6b63afaa21
commit 81850f3f32

View File

@ -3,7 +3,7 @@
# everywhere but our legacy Xenial x86 hosts (Debian stable has 1.8 # everywhere but our legacy Xenial x86 hosts (Debian stable has 1.8
# inbuilt so we are good there). # inbuilt so we are good there).
# https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1832690 # https://bugs.launchpad.net/ubuntu/+source/openafs/+bug/1832690
- name: Install openstackci openafs PPA - name: Install openstackci openafs PPA on Ubuntu
apt_repository: apt_repository:
repo: 'ppa:openstack-ci-core/openafs' repo: 'ppa:openstack-ci-core/openafs'
when: when:
@ -12,6 +12,16 @@
ansible_architecture == 'x86_64' ) ansible_architecture == 'x86_64' )
become: yes become: yes
# We install the ppa on debian too in order to get the fixed pacakages
# in our PPA
- name: Install openstackci openafs PPA on Debian
apt_repository:
repo: 'ppa:openstack-ci-core/openafs'
codename: bionic
when:
- ansible_distribution == 'Debian'
become: yes
- name: Install kernel headers dependency - name: Install kernel headers dependency
package: package:
name: name: