cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 46 forks source link

Variable not getting set to defult #94

Closed clevesque closed 1 year ago

clevesque commented 1 year ago

Although variable pvc_type is defined and given a default in roles/config/cluster/common/defaults/main.yml, when it is used in roles/infrastructure/krb5_server/tasks/freeipa.yml by default it fails with a variable not defined error.

In roles/infrastructure/krb5_client/tasks/freeipa.yml its checking to too if pvc_type is defined roles/infrastructure/krb5_client/tasks/freeipa.yml