fabianofranz / ocpupi4azure

ARM Template to launch a UPI OpenShift Cluster on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

To Use:

Prerequisites:

  1. Download the installer
  2. Make sure python2 is installed
  3. Execute: pip install dotmap

./setup_azarm.sh UniqueResourceGroupName
read -p "Press [Enter] to start deploy"
./deploy_azarm.sh UniqueResourceGroupNaem

For more information see: azocpupi_overview.pdf

About

ARM Template to launch a UPI OpenShift Cluster on Azure


Languages

Language:Shell 66.0%Language:Python 34.0%