Ansible Playbook to create Cloudera Manager and Underline Hadoop Ecosystem.
- Genearte Server Template
Getting the command line help:
python cm_host_generator.py -h
- Generator the hosts files via command line tool
After get the help, input the different parameters to generate the ansible hosts template(file: static in inventory).
- Run Ansible Playbook
ansible-playbook -i inventory/static playbooks/bootstrap.yml
- Or run installation Step by Step(Ref the playbook/bookstrap.yml)
ansible-playbook playbooks/common.yml
.......
- Metric Report
metric-report Scripts to monitor cdh cluster and send email report.