An open API service indexing awesome lists of open source software.

https://github.com/redhat-cop/openshift-applier

Used to apply OpenShift objects to an OpenShift Cluster
https://github.com/redhat-cop/openshift-applier

container-cop

Last synced: 9 months ago
JSON representation

Used to apply OpenShift objects to an OpenShift Cluster

Awesome Lists containing this project

README

          

# Welcome to the the home of the openshift-applier [![Build Status](https://travis-ci.org/redhat-cop/openshift-applier.svg)](https://travis-ci.org/redhat-cop/openshift-applier)
The `openshift-applier` is used to apply OpenShift objects to an OpenShift Cluster.

### Getting Started

The easiest way to get started is to run through the openshift-applier tutorials on Katacoda:

- [Introduction to OpenShift-Applier](https://www.katacoda.com/redhat-cop/scenarios/openshift-applier)
- [Advanced OpenShift-Applier with Dynamic Parameters](https://www.katacoda.com/redhat-cop/scenarios/advanced-applier-dynamic-params)
- [Advanced OpenShift-Applier with Ansible-Vault and Secrets](https://www.katacoda.com/redhat-cop/scenarios/secrets-with-openshift-applier)

### openshift-applier role

For technical details about inventory, role parameters, etc. please see the [openshift-applier role README](roles/openshift-applier/README.md).

### openshift-applier playbook

You can either use the role within your playbooks, or you can choose to use the playbooks provided in this repo. Checkout the [playbooks](playbooks) area for more details.

### openshift-applier container image

To ensure that your execution environment meets all requirements, it is recommended to use the [openshift-applier docker image](images/openshift-applier) for the executions. Please see the image README for more details on runtime parameters, etc.

### Molecule testing

Validates the execution of the `openshift-applier` role using [Molecule](https://molecule.readthedocs.io). Please see the [README inside the molecule directory](molecule/README.md).

## Release

As these repos are under active development, it is **strongly** recommended to use one of the [releases](../../releases) to avoid interruption to your work.