cloudera / cloudera-playbook

Cloudera deployment automation with Ansible
Apache License 2.0
198 stars 187 forks source link

Use new method to enable Kerberos via cluster templates (6.3+) #54

Open dbeech opened 4 years ago

dbeech commented 4 years ago

As of Cloudera Manager 6.3 there is a simplified way to enable kerberos via cluster templates, using configuration similar to this:

"instantiator": {
    "clusterName": "test",

     "enableKerberos": {
         "datanodeTransceiverPort" : <optional/default 1004>,
         "datanodeWebPort" : <optional/default 1006>
      },

The playbook could expose this functionality.