Role that installs the Cloudera CDH distribution and Cloudera Manager https://www.cloudera.com/downloads.html
Go to file
Andrea Dell'Amico a4b21574b6 Do not install nginx unconditionally. 2020-07-22 11:55:38 +02:00
defaults Add a missing default. 2020-07-22 11:53:59 +02:00
files Import the old role, add some fixes. 2020-07-21 16:33:40 +02:00
handlers Import the old role, add some fixes. 2020-07-21 16:33:40 +02:00
meta Move zeppelin into its own role. Add the nginx configuration. 2020-07-21 18:55:14 +02:00
tasks Create /var/lib/oozie if it does not exist. 2020-07-21 20:27:49 +02:00
templates Move zeppelin into its own role. Add the nginx configuration. 2020-07-21 18:55:14 +02:00
tests Initial commit 2020-07-21 11:15:59 +02:00
vars Do not install nginx unconditionally. 2020-07-22 11:55:38 +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