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

Cloudera deployment automation with Ansible

Results 22 cloudera-playbook issues
Sort by recently updated
recently updated
newest added

Error is - fatal: [cld1.cisco.local]: FAILED! => { "msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute u'cld5.cisco.local'\n\nThe error appears to...

@roczei - I'm executing playbook from local vm machine (its single node vm, CM is installed on VM), getting error - AnsibleUndefinedVariable: 'dict object' has not attribute u'xxx.xxx.xxx.xxx'" TASK [scm...

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...

After commenting out Sentry services, using this existing Ansible play fails on template import for CDHv7.1.4. Ansible log has following error - "json": { "active": false, "canRetry": true, "children": {...

Is there any intent or desire to support ubuntu as a platform?

TASK [scm : set_fact] ************************************************************************************************************************************************************************* task path: /home/deploy/cloudera-playbook/roles/scm/tasks/cms.yml:9 fatal: [cdh1.dev]: FAILED! => { "msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no...

I cannot seem to get around this: TASK [cdh : Import cluster template] ************************************************************************************************************************************************************** fatal: [xxxxxxxxxxxxxxxxx]: FAILED! => {"changed": false, "connection": "close", "content": "{\n \"message\" : \"Role configuration group reference...

Howto run: ``` # ps: ansible >2.8.2 works fine also (but not 2.9.0, see the README) pip2 install ansible==2.9.1 pip2 install molecule==2.22 # simple cmd cd molecule test # the...

Please note I am trying to install a single node cluster with all basic services. I have deployed cdp 7.0.3 and cdh 7.0.3 with some tweaks in this code and...