Table of Contents

Introduction

The ocp4-upi-kvm project provides Terraform based automation code to help the deployment of OpenShift Container Platform (OCP) 4.x on KVM VMs using libvirt.

This project leverages the following ansible playbook to setup a helper node (bastion) for OCP deployment.

Note

For bugs/enhancement requests etc. please open a GitHub issue

Warning

The main branch must be used with latest OCP pre-release versions only. For stable releases please checkout specific release branches -{release-4.5, release-4.6 ...} and follow the docs in the specific release branches.

Automation Host Prerequisites

The automation needs to run from a system with internet access. This could be your laptop or a VM with public internet connectivity. This automation code has been tested on the following 64-bit Operating Systems: - Linux (preferred) - Mac OSX (Darwin)

Follow the guide to complete the prerequisites.

Libvirt Prerequisites

Follow the guide to complete the Libvirt prerequisites.

OCP Install

Follow the quickstart guide for OCP installation on KVM using libvirt.

Contributing

Please see the contributing doc for more details. PRs are most welcome !!