Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.8 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.8 KB

Red Hat OpenShift Container 4.x UPI Platform on Azure

Overview

This provides a Azure ARM Template to launch user provided infrastructure implemenation of OpenShift 4.x on Azure.

This creates:

A Resource Group
3 Masters
3-16 Workers
A API Loadbalancer
A Application Loadbalancer
2 Availablity Groups

When creating the Red Hat OpenShift Container Platform on Azure, you will need a SSH RSA key for access.

SSH Key Generation

  1. Windows
  2. Linux
  3. Mac

Create the Installation

OCP Version 4.2 - Create the Installation on the Azure Portal

Parameters

Input Parameters

Name Type Description
bootstrap.ign String Ignition File for Bootstrap Node
master.ign String Ignition File for Master Node
worker.ign String Public SSH Key for the Virtual Machines
masterDnsName String DNS Prefix for the OpenShift Master / Webconsole
numberOfNodes Integer Number of OpenShift Nodes to create
masterVMSize String The size of the Master Virtual Machine
nodeVMSize String The size of the each Node Virtual Machine