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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ compartment_ocid | Compartment's OCID where Redis will be provisioned.
106
106
availability_domain_name | The Availability Domain Name for Redis deployment.
107
107
availability_domain_number | The Availability Domain Number for Redis deployment.
108
108
use_existing_vcn | If you want to inject already exisitng VCN then you need to set the value to TRUE.
109
-
vcn_cidr | If use_existing_vcn is set to FALSE then you can define VCN CIDR block and then it will used to
110
-
create VCN within the module.
109
+
VCN-CIDR | You can define CIDR block for VCN (only when use_existing_vcn=FALSE).
110
+
Subnet-CIDR | You can define CIDR block for Subnet (only when use_existing_vcn=FALSE).
111
111
vcn_id | If use_existing_vcn is set to TRUE then you can pass VCN OCID and module will use it to create Redis installation.
112
112
use_redis_oci_logging | If you want to enable OCI Logging for Redis then set to TRUE (be default FALSE).
113
113
redis_subnet_id | If use_existing_vcn is set to TRUE then you can pass Redis Subnet OCID and module will use it to create Redis installation.
@@ -120,8 +120,6 @@ bastion_server_public_ip | If inject_bastion_server_public_ip is set to TRUE the
120
120
numberOfMasterNodes | You can define number of Master nodes (for Sentinel monitoring bare minimum is 1).
121
121
numberOfReplicaNodes | You can define number of Replica nodes (for Sentinel monitoring bare minimum is 2).
122
122
cluster_enabled | If you want to use Redis cluster (in-memory sharding) then you can set it to TRUE. In that case you need to have numberOfMasterNodes=3 and numberOfReplicaNodes=3 (bare minimum).
123
-
VCN-CIDR | You can define CIDR block for VCN (only when use_existing_vcn=FALSE).
124
-
Subnet-CIDR | You can define CIDR block for Subnet (only when use_existing_vcn=FALSE).
125
123
redis-prefix | Prefix for VM node's name (default="redis")
0 commit comments