Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1018 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 1018 Bytes

Terraform ICP OpenStack

This Terraform example configurations uses the OpenStack provider to provision virtual machines on OpenStack and TerraForm Module ICP Deploy to prepare VMs and deploy IBM Cloud Private on them.

There is currently only a single template example located in the examples/smallcluster_ce directory, but more will be populated over time.

Pre-requisits

Using the recipes

  1. git clone or download the recipe
  2. Update the variables.tf or terraform.tfvars file to reflect your environment
  3. Run terraform init to download depenencies (modules and plugins)
  4. Run terraform plan to investigate deployment plan
  5. Run terraform apply to start deployment