b0747d54d2
c8-stream currently contains two versions of edk2-ovmf, We are
excluding edk2-ovmf-20200602gitca407c7246bf-5 so we use the
lower version edk2-ovmf-20200602gitca407c7246bf-4.el8
This is recommended from compute team that we keep using old version
until bz1961562 [2] is fixed. Fix will come in libvirt[2].
We fixed the check job using [3]. Periodic container build job don't
utilize repos from tripleo-quickstart release file, AppStream.repo
seems coming from configure-mirrors[4] role.
Creating a task here to include the exclude for buggy edk2-ovmf
version.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1961562
[2]
|
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
molecule/default | ||
tasks | ||
tests | ||
vars | ||
README.rst |
tripleo-repos
A role to install and run tripleo-repos to setup the CentOS and RDO yum repositories.
Role Variables
Name | Default Value | Description |
---|---|---|
tripleo_repos_repository | git+https://opendev.org/openstack/tripleo-repos | Git repository to pip install tripleo-repos from |
workspace | ansible_user_dir | Workspace directory to put the venv into |
centos_mirror_host | http://mirror.centos.org | Mirror host for CentOS repositories |
rdo_mirror_host | https://trunk.rdoproject.org | Mirror host for RDO repositories |
Requirements
- ansible >= 2.4
- python >= 2.6
Dependencies
None
Example Playbooks
- hosts: localhost
become: true
roles:
- tripleo-repos
License
Apache 2.0