tripleo-ci/roles/tripleo-repos
Sagi Shnaidman 3e7254fb2d Fix tripleo tox molecule job
Remove for now "containers" driver and use "docker", since it
conflicts with podman.
Closes-Bug: #1952618
Change-Id: Iaed4f3f74d34e7fc7cd1dd424f551ad090601019
2021-11-30 11:21:38 +02:00
..
defaults Added support for CentOS stream 9 container build 2021-10-11 13:11:45 +05:30
handlers lint: maintenance chore 2019-11-11 18:01:00 +00:00
meta Fix tripleo tox molecule job 2021-11-30 11:21:38 +02:00
molecule/default Fix tripleo tox molecule job 2021-11-30 11:21:38 +02:00
tasks Remove the workaround to install repos on EL9 2021-10-21 13:18:29 +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