Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

redhat-cop/casl-ansible

Repository files navigation

CASL Ansible

CASL Ansible provides a common experience for provisioning infrastructure for OpenShift across a number of infrastructure providers using Ansible.

This includes automation of OpenShift Cluster provisioning as well as other automation tasks post-provisioning.

What Can I Do with CASL Tools?
  • Automated provisioning of an OpenShift cluster with existing automation infrastructure.

  • Automated provisioning of an OpenShift cluster on a non-automated static (BYO) infrastructure.

Provisioning An OpenShift Cluster with Existing Automation Infrastructure

The CASL Ansible tools provide everything needed to automatically provision an OpenShift cluster from scratch.

Prerequisites

  • A basic understanding of the CASL Architecture Overview, which outlines the end to end approach for automated provisioning OpenShift clusters.

  • Access to one of the following compatible infrastructures for deploying an OpenShift cluster:

    • An OpenStack environment.

    • An AWS environment.

    • A GCP environment.

Provisioning An OpenShift Cluster with BYO Infrastructure

The CASL Ansible tools also enable you to provision an OpenShift cluster on static infrastructure where provisioning is not fully automated. More details are available in the Bring Your Own Infrastructure guide.

Additional Resources

External Dependencies

For some tasks, CASL Ansible has dependencies on external repositories:

Infra Ansible

A repository of Ansible automation for generic infrastructure components.

OpenShift Ansible

The core OpenShift Installation Playbooks including the supporting roles.

OpenShift Ansible Contrib

A repository of extra, unsupported, and upstream Ansible roles and playbooks for OpenShift.

Note
The dependencies are managed using ansible-galaxy and the specific instructions will call this out when there is a need to use galaxy to pull in the correct dependencies.

Automation of OpenShift Cluster Content

The openshift-applier is used to automate the seeding of OpenShift cluster content based on OpenShift templates and parameters files.