Skip to content

satishchennu1/ocpupi4azure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ARM Template to launch a UPI OpenShift Cluster on Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.9%
  • Python 24.1%