126eb6381f
Enable Fedora 28 and Python3 support on tripleo-buildcontainers playbook and on tripleo-repos role. Centos-7 job would run upstream and its fedora-28 counterpart would be run on RDO and be non voting Uses: https://review.openstack.org/637212 User-Story: https://tree.taiga.io/project/tripleo-ci-board/us/650 Change-Id: Ie46d0d7fa7c41427bb44bcfad5cf59af745ac627 Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com> |
||
---|---|---|
.. | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
tests | ||
vars | ||
README.rst |
tripleo-repos
A role to install and run tripleo-repos to setup the CentOS and RDO yum repositories.
Role Variables
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