File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -905,18 +905,5 @@ locals {
905
905
906
906
# Network locals
907
907
locals {
908
- network_cidrs = {
909
- VCN-MAIN-CIDR = local.vcn_cidr_blocks[0 ] # e.g.: "10.20.0.0/16" = 65536 usable IPs
910
- ENDPOINT-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 12 , 0 ) # e.g.: "10.20.0.0/28" = 15 usable IPs
911
- NODES-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 6 , 3 ) # e.g.: "10.20.12.0/22" = 1021 usable IPs (10.20.12.0 - 10.20.15.255)
912
- LB-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 6 , 4 ) # e.g.: "10.20.16.0/22" = 1021 usable IPs (10.20.16.0 - 10.20.19.255)
913
- FSS-MOUNT-TARGETS-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 10 , 81 ) # e.g.: "10.20.20.64/26" = 62 usable IPs (10.20.20.64 - 10.20.20.255)
914
- APIGW-FN-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 8 , 30 ) # e.g.: "10.20.30.0/24" = 254 usable IPs (10.20.30.0 - 10.20.30.255)
915
- VCN-NATIVE-POD-NETWORKING-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 1 , 1 ) # e.g.: "10.20.128.0/17" = 32766 usable IPs (10.20.128.0 - 10.20.255.255)
916
- BASTION-REGIONAL-SUBNET-CIDR = cidrsubnet (local. vcn_cidr_blocks [0 ], 12 , 32 ) # e.g.: "10.20.2.0/28" = 15 usable IPs (10.20.2.0 - 10.20.2.15)
917
- PODS-CIDR = " 10.244.0.0/16"
918
- KUBERNETES-SERVICE-CIDR = " 10.96.0.0/16"
919
- ALL-CIDR = " 0.0.0.0/0"
920
- }
921
908
cni_type = (var. cluster_cni_type == " OCI_VCN_IP_NATIVE" || var. node_pool_cni_type_1 == " OCI_VCN_IP_NATIVE" ) ? " OCI_VCN_IP_NATIVE" : " FLANNEL_OVERLAY"
922
909
}
You can’t perform that action at this time.
0 commit comments