tripleo-ci/roles/tripleo-repos
Javier Pena 9a73e91cdc Fix tripleo-repos molecule to run on CentOS/RHEL 8
The current molecule configuration for the tripleo-repos role only
works fine on CentOS 7, since it requires several python2 packages.

Removing the dockerfile switches to the embedded support from molecule.

Depends-On: https://review.rdoproject.org/r/27300
Change-Id: Ic2b5e1d9dcf7bef72cca4be64a46c49d5ccc8bfd
2020-09-21 12:25:34 +00:00
..
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 Bumped and hardened linting 2019-06-26 12:31:29 +01:00
molecule/default Fix tripleo-repos molecule to run on CentOS/RHEL 8 2020-09-21 12:25:34 +00:00
tasks Enable py3 on dib release 7 2020-09-16 20:24:21 +00:00
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

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://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