yatin
93768b46ee
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
55 lines
985 B
ReStructuredText
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
|