- Table of Contents
- Introduction
- Automation Host Prerequisites
- PowerVC Prerequisites
- OCP Install
- Contributing
The ocp4-upi-powervm
project provides Terraform based automation code to help the deployment of OpenShift Container Platform (OCP) 4.x on PowerVM systems managed by PowerVC.
If you are using standalone PowerVM please take a look at the following quickstart guide which uses the ansible playbook to setup a helper node (bastion) for OCP deployment.
This project also leverages the same ansible playbook internally for OCP deployment on PowerVM LPARs managed via PowerVC.
!!! Note For bugs/enhancement requests etc. please open a GitHub issue
!!! Note **Use the main branch to install any versions of OCP starting from 4.6, including pre-release versions.
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:
- Mac OSX (Darwin)
- Linux (x86_64/ppc64le)
- Windows 10
Follow the guide to complete the prerequisites.
Follow the guide to complete the PowerVC prerequisites.
Follow the quickstart guide for OCP installation on PowerVM LPARs managed via PowerVC
Please see the contributing doc for more details. PRs are most welcome !!