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:
- A master node pool
- Worker node pools
- Anycast IP Address for master node endpoint
to prepare infrastructure for Openshift.
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.