Refer to Magic Castle Documentation for a complete step-by-step guide.
TL;DR:
- Download your project OpenStack RC file from the OpenStack Project API Access page i.e.:
OpenStack RC File (Identity API v3)
. - Source your project openrc file :
source _project_-openrc.sh
. - Download the latest release of Magic Castle for OpenStack.
- Unpack the release.
- Adapt the parameters in
main.tf
file. - In a terminal, change your current directory to the directory containing
main.tf
. - Initiate the Terraform state :
terraform init
. - Verify the Terraform plan :
terraform plan
. - Apply the Terraform plan :
terraform apply
.
To tear down the cluster, call: terraform destroy
.