tripleo-ci/roles/tripleo-repos/README.rst
yatin 93768b46ee OpenDev Migration Patch 2
These changes were missed by Sysadmin's proposed
Migration Patch, this patch takes care of these
missings.

Also updated kolla review pull task to use
review.opendev.org instead of opendev.org as
remote url because opendev.org currently don't
have review refs/changes synched due to gitea bug.

Related-Bug: #1825732
Change-Id: I30646b0c5b95f391e9ab4bd767b468280ccb3842
2019-04-22 11:04:00 +05:30

55 lines
985 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://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
-----------------
.. code-block::
- hosts: localhost
become: true
roles:
- tripleo-repos
License
-------
Apache 2.0