Refer to Magic Castle Documentation for a complete step-by-step guide.
TL;DR:
- Download your project OpenStack RC File v3 (v2 won't work) from the OVH OpenStack interface at the top right corner of the page.
- Source your project openrc file :
source _project_-openrc.sh. - Download the latest release of Magic Castle for OVH.
- Unpack the release.
- Adapt the parameters in
main.tffile. - 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.