projectatomic/ansible-role-install-openshift

Name: ansible-role-install-openshift

Owner: Project Atomic

Description: Install OpenShift v3 from various sources

Created: 2015-09-15 15:22:59.0

Updated: 2018-03-22 09:56:57.0

Pushed: 2016-04-29 11:38:07.0

Homepage: null

Size: 11

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

install-openshift

Installs OpenShift v3 from various sources. Right now there is only one source, RPMs from COPR.

This role is part of ansible-osbs playbook for deploying OpenShift build service. Please refer to that github repository for documentation and issue tracker.

Role Variables

You need to specify which method of installation you want to use. Valid options are copr (default).

install_openshift_method: copr

You must specify particular version that should be installed from the COPR. Can be in either version or version-release format.

install_openshift_copr_version: 1.0.5
Example Playbook
- hosts: builders
  roles:
     - role: install-openshift
       install_openshift_method: copr
License

BSD

Author Information

Martin Milata <mmilata@redhat.com>


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.