Ansible playbooks for the Telco Verification CI/CD.
This repository contains a collection of Ansible playbooks and roles designed to automate various OpenShift (OCP) operations for Telco Verification CI/CD pipelines.
Role Name | Purpose | Documentation |
---|---|---|
oc_client_install | Installs the OpenShift CLI (oc) client | Documentation |
ocp_operator_deployment | Manages the deployment of operators in OpenShift | Documentation |
ocp_version_facts | Manages OpenShift version information and sets various version-related facts | Documentation |
- Ansible 2.9+
# Clone the repository
git clone https://github.com/yourusername/eco-ci-cd.git
cd eco-ci-cd
# Install Ansible collection dependencies (if any)
ansible-galaxy collection install -r requirements.yml
GPL v3.0