You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This resource provides the Deployment resource in Oracle Cloud Infrastructure Golden Gate service.
481
481
482
482
* Parameters:
483
-
*__goden_gate_cpu_core_count__ - The Minimum number of OCPUs to be made available for this Deployment.
484
-
*__goden_gate_deployment_type__ - The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent DATABASE_ORACLE value.
483
+
*__golden_gate_cpu_core_count__ - The Minimum number of OCPUs to be made available for this Deployment.
484
+
*__golden_gate_deployment_type__ - The type of deployment, the value determines the exact 'type' of service executed in the Deployment. NOTE: Use of the value OGG is maintained for backward compatibility purposes. Its use is discouraged in favor of the equivalent DATABASE_ORACLE value.
485
485
*__golden_gate_license_model__ - The Oracle license model that applies to a Deployment.
486
-
*__goden_gate_display_name__ - An object's Display Name.
487
-
*__goden_gate_is_auto_scaling_enabled__ - Indicates if auto scaling is enabled for the Deployment's CPU core count.
488
-
*__goden_gate_admin_password__ - The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed.
489
-
*__goden_gate_admin_username__ - The GoldenGate deployment console username.
490
-
*__goden_gate_deployment_name__ - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
486
+
*__golden_gate_display_name__ - An object's Display Name.
487
+
*__golden_gate_is_auto_scaling_enabled__ - Indicates if auto scaling is enabled for the Deployment's CPU core count.
488
+
*__golden_gate_admin_password__ - The password associated with the GoldenGate deployment console username. The password must be 8 to 30 characters long and must contain at least 1 uppercase, 1 lowercase, 1 numeric, and 1 special character. Special characters such as ‘$’, ‘^’, or ‘?’ are not allowed.
489
+
*__golden_gate_admin_username__ - The GoldenGate deployment console username.
490
+
*__golden_gate_deployment_name__ - The name given to the GoldenGate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
This resource provides the Bds Instance resource in Oracle Cloud Infrastructure Big Data Service service. Creates a Big Data Service cluster.
830
830
831
831
* Parameters
832
-
*__big_data_cluster_admin_password__ - (Required) Base-64 encoded password for the cluster (and Cloudera Manager) admin user. e.g.: echo Init01$$ | base64
832
+
*__big_data_cluster_admin_password__ - (Required) Base-64 encoded password for the cluster (and Cloudera Manager) admin user. e.g.: echo AdwDbORCL1234# | base64
833
833
*__big_data_cluster_public_key__ - (Required) The SSH public key used to authenticate the cluster connection.
834
834
*__big_data_cluster_version__ - (Required) Version of the Hadoop distribution. ODH1 is the new version with Ambari Server - no autoscalling working at the moment. "CDH6" // old version - Cloudera Manager version with autoscalling working.
835
835
*__big_data_display_name__ - (Required) (Updatable) Name of the Big Data Service cluster.
@@ -850,7 +850,7 @@ Below is an example:
850
850
```
851
851
852
852
variable "big_data_cluster_admin_password" {
853
-
default = "SW5pdDAxQA==" # Password has to be Base64 encoded, e.g.: echo Init01$$ | base64
853
+
default = "QWR3RGJPUkNMMTIzNCM=" # Password has to be Base64 encoded, e.g.: echo AdwDbORCL1234# | base64
854
854
}
855
855
856
856
variable "big_data_cluster_public_key" {
@@ -1098,6 +1098,9 @@ variable "master2_shape" {
1098
1098
default = "VM.Standard2.4"
1099
1099
}
1100
1100
```
1101
+
* NOTE:
1102
+
If you deploy the solution in a Region inside OCI that has only 1 Availability Domain, instead of 3, you will need to modify the default values from local.tf file in this sections:
1103
+
Create the VM's for the solution ) for each of the 6 instances - needs to modify availability_domain = 2 or availability_domain = 3 to availability_domain = 1
1101
1104
1102
1105
# Dynamic Routing Gateways (DRGs)
1103
1106
This resource provides the Drg resource in Oracle Cloud Infrastructure Core service. The DRG will be attached to the VCN so that a fastconnect can be provisioned and be used.
If you don't need fastconnect in your tenancy, or it's not supported this type of fastconnect ( private victual circuit provider no corss connect or cross connect group) then you can comment/delete this section for fast connect
1171
+
Also comment/delete the fast connect section from the following files:
This resource provides the Vcn resource in Oracle Cloud Infrastructure Core service anso This resource provides the Subnet resource in Oracle Cloud Infrastructure Core service.
0 commit comments