Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 704 Bytes

Deploy prerequisites for Private / Disconnected install

Terraform files for deploy the prerequisites for Disconnected / Private installation

Fill the variables tfvars

cp -pr configuration/tfvars/terraform.tfvars.example configuration/tfvars/terraform.tfvars

NOTE: fill the variables with the proper definitions

Execute terraform for generate prerequisites

Export the AWS credentials for your account

export aws_access_key_id="xxx"
export aws_secret_access_key="yyy"

Execute the makefile for launch the terraform files

make all

Tested

  • Terraform 0.14
  • AWS
  • OCP <= 4.9.x