Table of Contents
- Table of Contents
- Introduction
- Automation Host Prerequisites
- PowerVC Prerequisites
- OCP Install
- Contributing
Introduction
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
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: - Mac OSX (Darwin) - Linux (x86_64/ppc64le) - Windows 10
Follow the guide to complete the prerequisites.
PowerVC Prerequisites
Follow the guide to complete the PowerVC prerequisites.
OCP Install
Follow the quickstart guide for OCP installation on PowerVM LPARs managed via PowerVC
Contributing
Please see the contributing doc for more details. PRs are most welcome !!