tripleo-ci/roles/tripleo-repos
Alex Schultz 45a61bd2c1 Role to install setup repos using tripleo-repos
For basic CI jobs, we should leverage tripleo-repos to do the yum
repository configurations for us.

Change-Id: I49ad22c44883b516bd9c8b76f71b7afeb24be20c
2018-11-05 10:01:10 -07:00
..
defaults Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07: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 Role to install setup repos using tripleo-repos 2018-11-05 10:01:10 -07: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