Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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
languagebash
titleDestroying cluster
collapsetrue
$ 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.