Skip to content

teamclairvoyant/cdp-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdp-azure

This repo contains various bits to make it easier to bring up Cloudera Data Platform (CDP) Public Cloud up in Azure.

I've placed 3 modules each in its own directory as they're designed to be include-able from a common main.tf file. We currently have:

  • ADLS/ - Create the ADLS storage and logs filesystems
  • VNET/ - Create the VNET structure that is needed for the CCM/Private IPs feature to work
  • IAM/ - Create IAM Managed Identities as per CDP documentation

How to use

  1. Install & Configure Terraform for your Azure account (via Azure CLI)
  2. Change into the appropriate example directory (examples/full, examples/iam_only)
  3. Authenticate to Azure. For details on all your options, please visit the official Authenticating using the Azure CLI documentation
  4. Adjust your variables.tf so that match your deployment expectation
  5. Run terraform init
  6. Run terraform plan to do a dry run and terraform apply to do the real thing

Video Instructions for module configuration

PS: Don't forget to set up a ssh tunnel or a proxy in a bastion host so that you can access the CDP endpoints from your network.

About

Bits and pieces to make it easy to set up CDP on Azure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages