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

Commit 061cc97

Browse files
committed
Compat for Resource Manager. Removed provider and other TF variables which interfere with RM deployment.
1 parent f4c7144 commit 061cc97

File tree

4 files changed

+3
-17
lines changed

4 files changed

+3
-17
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ Future development will include support for EDH v5 clusters. In the meantime, u
1111

1212
Host types can be customized in this template. Also included with this template is an easy method to customize block volume quantity and size as pertains to HDFS capacity. See [variables.tf](https://github.com/oracle/oci-quickstart-cloudera/blob/master/terraform/variables.tf#L48-L62) for more information in-line.
1313

14-
This file also allows customization of which version of Cloudera Manager and Cloudera Enterprise Data Hub is being deployed. Before modifying these versions, it is encouraged you check the [Supported Upgrade Paths](https://www.cloudera.com/documentation/enterprise/upgrade/topics/ug_upgrade_paths.html) to ensure the version of Cloudera Manager you are deploying will support the EDH Cluster version. It is recommended to use the latest version of Cloudera Manager regardless of which EDH version you wish to deploy.
15-
16-
Note that this deployment WILL NOT support Cloudera Manager versions less than v6, as they use the older v19 API which is deprecated.
17-
1814
## Prerequisites
1915
First off you'll need to do some pre deploy setup. That's all detailed [here](https://github.com/oracle/oci-quickstart-prerequisites).
2016

terraform/modules/worker/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ variable "worker_instance_shape" {
8484
default = "BM.DenseIO2.52"
8585
}
8686

87+
8788
# ---------------------------------------------------------------------------------------------------------------------
8889
# Constants
8990
# You probably don't need to change these.

terraform/provider.tf

Lines changed: 0 additions & 7 deletions
This file was deleted.

terraform/variables.tf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ variable "compartment_ocid" {}
99
# Required by the OCI Provider
1010

1111
variable "tenancy_ocid" {}
12-
variable "user_ocid" {}
13-
variable "fingerprint" {}
1412
variable "region" {}
1513
variable "ssh_public_key" {}
1614
variable "ssh_private_key" {}
17-
variable "private_key_path" {
18-
default = "/home/opc/.ssh/id_rsa"
19-
}
2015
variable "AD" {
21-
default = "1" }
16+
default="1"
17+
}
2218
variable "block_volume_count" {
2319
default = "3"
2420
}

0 commit comments

Comments
 (0)