tripleo-ci/roles/tripleo-repos
Rafael Folco 126eb6381f Add py3/f28 support to tripleo-container-build-base
Enable Fedora 28 and Python3 support on tripleo-buildcontainers
playbook and on tripleo-repos role.

Centos-7 job would run upstream and its fedora-28 counterpart would
be run on RDO and be non voting

Uses: https://review.openstack.org/637212
User-Story: https://tree.taiga.io/project/tripleo-ci-board/us/650
Change-Id: Ie46d0d7fa7c41427bb44bcfad5cf59af745ac627
Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com>
2019-03-01 17:37:51 +00:00
..
defaults Add py3/f28 support to tripleo-container-build-base 2019-03-01 17:37:51 +00:00
handlers Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07:00
meta Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07:00
tasks Add py3/f28 support to tripleo-container-build-base 2019-03-01 17:37:51 +00:00
tests Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07:00
vars Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07:00
README.rst Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07:00

README.rst

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://git.openstack.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