Role that installs the Cloudera CDH distribution and Cloudera Manager https://www.cloudera.com/downloads.html
Go to file
Andrea Dell'Amico b1136a3ab9 Do not enforce letsencrypt. 2020-08-26 19:22:18 +02:00
defaults Do not enforce letsencrypt. 2020-08-26 19:22:18 +02:00
files Import the old role, add some fixes. 2020-07-21 16:33:40 +02:00
handlers Custom CM server defaults. 2020-07-22 13:21:08 +02:00
meta Add support for CentOS/EL. 2020-07-30 15:19:19 +02:00
tasks Disable the CDM referer interceptor to make the reverse proxy work. 2020-08-03 15:51:57 +02:00
templates Add the permgen option, CDM wants it even with java 8. 2020-07-31 11:21:46 +02:00
tests Initial commit 2020-07-21 11:15:59 +02:00
vars Do not enforce letsencrypt. 2020-08-26 19:22:18 +02:00
.gitignore Initial commit 2020-07-21 11:15:59 +02:00
LICENSE Initial commit 2020-07-21 11:15:59 +02:00
README.md Move zeppelin into its own role. Add the nginx configuration. 2020-07-21 18:55:14 +02:00

README.md

Role Name

A role that installs the Cloudera Manager

Role Variables

The most important variables are listed below:

cdh_manager_install: False
cdh_major_version: 5
cdh_release_version: '16.2'
cdh_use_separate_postgres_db: True
cdh_postgres_db_host: localhost
cdh_postgres_db_name: cdh
cdh_postgres_db_user: cdh
cdh_postgres_db_schema: cdh
cdh_postgresql_version: 10
postgresql_jdbc_driver_version: 42.2.14

# Cloudera Manager is reachable via a nginx reverse proxy. See the vars file
https_allowed_hosts:
  - '0.0.0.0/0'

Dependencies

  • openjdk
  • nginx

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it