You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am updating the tutorial to use Kubespray 2.21.0, I was expecting to use one of the Terraform 1.1 or 1.2 releases, in fact the documentation uses the -ch-dir argument which is not supported in 0.14.4.
I tested with Terraform 1.1.9 and 1.2.9, however they both show issues with the path, the -chdir argument makes them execute in a different folder, they cannot find the cluster.tfvars file, and even if we provide the full path, it still fails with:
Need to change the relative dir in
terraform_init.sh -> terraform -chdir=../../contrib/terraform/openstack init
terraform_apply.sh -> terraform -chdir=../../contrib/terraform/openstack apply -auto-approve -var-file=/home/briedel/code/ewms/jetstream_kubespray/inventory/test_cluster/cluster.tfvars -var="cluster_name=$CLUSTER" -var="network_name=${CLUSTER}-network"
/jetstream_kubespray/contrib/terraform/openstack/modules/compute/main.tf -> Absolute dirs needed
The text was updated successfully, but these errors were encountered: