cloudera-playbook icon indicating copy to clipboard operation
cloudera-playbook copied to clipboard

krb5_kdc_type not registering properly?

Open Data-drone opened this issue 5 years ago • 4 comments

I set krb5_kdc_type: none in all

but I got:

TASK [scm : Update Cloudera Manager settings] ************************************************************
fatal: [ip-10-0-1-170.ap-southeast-2.compute.internal]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'krb5_server'\n\nThe error appears to be in '/home/cdh_terraform_aws/cloudera-playbook/roles/scm/tasks/scm.yml': line 4, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n# https://cloudera.github.io/cm_api/apidocs/v13/path__cm_config.html\n- name: Update Cloudera Manager settings\n  ^ here\n"}

Everything else was straight from the master branch any ideas?

Data-drone avatar Jul 13 '20 12:07 Data-drone

I got similair issue, @Data-drone did you find any solution related to this issue?

ziedbouf avatar Jan 20 '21 21:01 ziedbouf

I ended up just kerberising. The settings have been tested more with a kerberised cluster and it's security best practice anyway though it does make working with the cluster a bit more of a pain

Data-drone avatar Jan 21 '21 00:01 Data-drone

I see, thanks @Data-drone however i made change to just install kerberos server on the admin node while keeping the kerberos option to none, still debugging other issue and will confirm if this is work :/

ziedbouf avatar Jan 22 '21 20:01 ziedbouf

the issue from memory was the ansible if statements not processing correctly or needing amendment

Data-drone avatar Jan 25 '21 01:01 Data-drone