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
- Host: GitHub
- URL: https://github.com/redhat-cop/openshift-applier
- Owner: redhat-cop
- License: apache-2.0
- Created: 2018-03-08T18:32:58.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T14:45:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T23:51:36.388Z (10 months ago)
- Topics: container-cop
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 101
- Watchers: 21
- Forks: 61
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the the home of the openshift-applier [](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.