...
- Install TF;
- Install Ansible;
- you already have a floating IP pool created;
- you have security groups enabled;
- you have a pair of keys generated that can be used to secure the new hosts.
All the files and folders used here come from the same GitHub repository cloned in the KubeSpray chapter.
Configuration
Inventory files
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ terraform destroy -var-file=cluster.tfvars ../../contrib/terraform/openstack |
Debugging
You can enable debugging output from Terraform by setting OS_DEBUG
to 1 and TF_LOG
to DEBUG
before running the Terraform command.