cloudera-labs / cloudera-deploy

A general purpose framework for automating Cloudera Products
Apache License 2.0
63 stars 61 forks source link

Create CDP Private Cloud Base on AWS IaaS definition #136

Closed wmudge closed 8 months ago

wmudge commented 9 months ago

Create a TF-managed inventory of hosts and networking to create a SSH-proxied private cloud deployment. The deployment uses a local FreeIPA server to handle internal DNS, LDAP, and Kerberos.

clevesque commented 8 months ago

Suggest that you add base teardown

clevesque commented 8 months ago

line 126 in definition.yml, wont work for IPA was: user: "(&(sAMAccountName={0})(objectClass=person))" should be user: "(&(uid={0})(objectClass=person))"