Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1 KB

readme.md

File metadata and controls

36 lines (24 loc) · 1 KB

ROKS & OCS for IBM Cloud

This repository houses a set of automation for deploying infrastructure, a ROKS 4.4 Openshift cluster and Openshift Container Storage

Prerequisites

All the cli tools should be in your path

Variables

There are a few variables that must be set for the install to take place successfully.

Additionally it is recommended to set additional variables:

  • tags (a list of strings of tags to apply to the infrastructure)

Deployment

To run this deployment run this series of commands from the root folder

# Optional commands
terraform init
terraform plan #check your plan is as expected
terraform apply