tripleo-ci/roles/tripleo-repos/README.rst
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

55 lines
991 B
ReStructuredText

tripleo-repos
=============
A role to install and run tripleo-repos to setup the CentOS and RDO yum
repositories.
Role Variables
--------------
.. list-table:: Variables used for chrony
:widths: auto
:header-rows: 1
* - 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
-----------------
.. code-block::
- hosts: localhost
become: true
roles:
- tripleo-repos
License
-------
Apache 2.0