tripleo-ci/roles/tripleo-repos
Marios Andreou 2e6b614423 Remove centos 9 task for compose repos setup
In the parent change at [1] we are changing the containers and
image builds for c9 to use the release files and repo-setup
role from quickstart. This removes the task we were previously
using that installed the latest compose repos.

[1] https://review.opendev.org/c/openstack/tripleo-ci/+/818222

Change-Id: Ic505b45af79b61ac7616eda53eee299328888719
2021-12-10 13:44:42 +02:00
..
defaults Remove centos 9 task for compose repos setup 2021-12-10 13:44:42 +02:00
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 centos 9 task for compose repos setup 2021-12-10 13:44:42 +02: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