cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 46 forks source link

Fixes for RHEL8.6 support and custom_repo with Cloudera Manager #83

Closed Chaffelson closed 1 year ago

Chaffelson commented 1 year ago

Fix download and reuse of Cloudera Manager repo-as-tarball Switched to using custom_repo as base url for archive.cloudera.com by default if custom_repo is specified in build without a specific base_url being supplied. Fix kts setup for RHEL8+ where gpg 2.1+ is used which has changed the default file set. We now look for kbx files. Setup of automatic DNS on the freeipa server now supports running on ec2 instances with RHEL8.6, and EL8 generally. Automatically set selinux to permissive on the krb5_server for RHEL8, as otherwise setup is blocked. Separated Py2 and Py3 setup on RHEL8 in preparation for final Py2 deprecation in Cloudera products

Tested for DS-1.4.0 with ECS, and CDP Base with 7.1.8

Signed-off-by: Daniel Chaffelson chaffelson@gmail.com