tripleo-ci/roles/tripleo-repos
Sandeep Yadav b0747d54d2 Exclude buggy edk2-ovmf for t/u/v container-build
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] 61d95a1073
[3] https://review.opendev.org/c/openstack/tripleo-quickstart/+/793098
[4] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/configure-mirrors/tasks/mirror/CentOSStream-8.yaml#L10

Closes-Bug: #1929634
Change-Id: I843aee754b29a49ec5a2c88af1bda7bce7a60aee
2021-06-01 00:03:19 +05:30
..
defaults Enable py3 on dib release 7 2020-09-16 20:24:21 +00:00
handlers lint: maintenance chore 2019-11-11 18:01:00 +00:00
meta Fixed yamlint violations 2021-02-10 15:24:59 +00:00
molecule/default Use stream8 pre build image with molecule 2021-04-21 14:58:28 +01:00
tasks Exclude buggy edk2-ovmf for t/u/v container-build 2021-06-01 00:03:19 +05:30
tests lint: maintenance chore 2019-11-11 18:01:00 +00:00
vars lint: maintenance chore 2019-11-11 18:01:00 +00:00
README.rst OpenDev Migration Patch 2 2019-04-22 11:04:00 +05:30

tripleo-repos

A role to install and run tripleo-repos to setup the CentOS and RDO yum repositories.

Role Variables

Variables used for chrony
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