tripleo-ci/roles/tripleo-repos
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
..
defaults OpenDev Migration Patch 2019-04-19 19:29:30 +00: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 Fix tripleo-repos cross-platform installation 2019-04-03 15:04:10 +00: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 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