Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit ae4dbc7

Browse files
committed
reorg
1 parent 9af3137 commit ae4dbc7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
.terraform
2-
terraform.tfstate
3-
terraform.tfstate.backup
4-
.terraform.tfstate.lock.info
1+
# Local .terraform directories
2+
**/.terraform/*
3+
4+
# .tfstate files
5+
*.tfstate
6+
*.tfstate.*
7+
8+
# .tfvars files
9+
*.tfvars

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,3 @@ When you no longer need the deployment, you can run this command to destroy it:
106106
Currently this module requires Cloudera Manager API to be on an edge host with a Public IP address. This is used to trigger cluster deployment, as well as SSH into the Cloudera Manger host to perform dynamic host discovery to map for Cluster topology.
107107

108108
Future enhancements to this module are planned to support a completely Private (non-Internet exposed) cluster deployment.
109-
110-
111-
112-
113-

scripts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# scripts
2-
All scripts in this location are referenced for deployment automation
2+
All scripts in this location are referenced for deployment automation
33

44
* boot.sh is invoked by cloudinit on each instance creation via Terraform. It contains steps which perform inital bootstrapping of the instance prior to provisioning.
55
* cm_boot_mysql.sh is invoked by cloudinit on the Utility node to stand up Cloudera Manager and Pre-requisites using MySQL for Metadata.
@@ -14,7 +14,7 @@ With the introduction of local KDC for secure cluster, this requires some setup
1414
* kdc_server - This is the hostname where KDC is deployed (defaults to Cloudera Manager host)
1515
* realm - This is set to hadoop.com by default.
1616
* REALM - This is set to HADOOP.COM by default.
17-
* cm_boot_mysql.sh
17+
* cm_boot_mysql.sh
1818
* KERBEROS_PASSWORD - This is used for the root/admin account.
1919
* SCM_USER_PASSWORD - By default the cloudera-scm user is given admin control of the KDC. This is required for Cloudera Manager to setup and manage principals, and the password here is used by that account.
2020
* kdc_server - Defaults to local hostname.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)