...
Create a directory for your cluster, mycluster
for istance, by copying the existing sample-inventory
and linking thethe hosts
script, used to build the inventory based on TF state (this will be the base for subsequent Terraform commands).
...
TF supports various authentication methods for OpenStack. The recommended authentication method is to describe credentials in a YAML filefile clouds.yaml
, that can be stored in the current directory.
...