Merge "Downgrade edk2-ovmf package on CentOS CI nodes"

This commit is contained in:
Zuul 2021-06-13 21:54:56 +00:00 committed by Gerrit Code Review
commit 6182e449ff
3 changed files with 17 additions and 2 deletions

View File

@ -2,7 +2,7 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: check-added-large-files
- id: check-byte-order-marker
@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.0
rev: v1.26.1
hooks:
- id: yamllint
files: \.(yaml|yml)$

View File

@ -8,5 +8,6 @@
- hosts: all
roles:
- {role: devstack-tobiko-centos, when: ansible_distribution == 'CentOS'}
- role: multi-node-setup
- role: orchestrate-devstack

View File

@ -0,0 +1,14 @@
---
- name: Downgrade edk2-ovmf package to workaround BZ 1961558
become: true
dnf:
name: 'edk2-ovmf-20200602gitca407c7246bf-4.el8'
state: present
allow_downgrade: true
- name: Pin edk2-ovmf version
become: true
shell: |
set -e
dnf install -y 'dnf-command(versionlock)'
dnf versionlock add edk2-ovmf