Skip to content

Commit dd67037

Browse files
authored
Merge pull request #8 from oracle-devrel/block-volumes
2 parents 0eb7cfa + 61c5ade commit dd67037

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ compartment_ocid | Compartment's OCID where Redis will be provisioned.
106106
availability_domain_name | The Availability Domain Name for Redis deployment.
107107
availability_domain_number | The Availability Domain Number for Redis deployment.
108108
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).
111111
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.
112112
use_redis_oci_logging | If you want to enable OCI Logging for Redis then set to TRUE (be default FALSE).
113113
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
120120
numberOfMasterNodes | You can define number of Master nodes (for Sentinel monitoring bare minimum is 1).
121121
numberOfReplicaNodes | You can define number of Replica nodes (for Sentinel monitoring bare minimum is 2).
122122
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).
125123
redis-prefix | Prefix for VM node's name (default="redis")
126124
redis_version | Version of Redis.
127125
redis_port1 | Port1 for Redis (default=6379).

0 commit comments

Comments
 (0)