packet-labs / packet-express-openshift-infra

Provisions Packet compute and network resources for Openshift installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenShift on Packet

Note: This repository is End of Life meaning that this software is no longer supported nor maintained by Equinix Metal or its community.

A project to provision and bootstrap:

  1. A master node pool
  2. Worker node pools
  3. Anycast IP Address for master node endpoint

to prepare infrastructure for Openshift.

Usage

This project requires a Packet API key, and Project ID. You can set these in terraform.tfvars:

auth_token = ""
project_id = ""

You will also need to set ssh_private_key_path (the path to the private key for the pair configured in your Packet Project), and then terraform apply to spin up this infrastructure.

About

Provisions Packet compute and network resources for Openshift installation


Languages

Language:HCL 66.0%Language:Shell 34.0%