mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
11 lines
458 B
Bash
Executable File
11 lines
458 B
Bash
Executable File
export ocp_clusterid="examplerefarch"
|
|
export ocp_region="us-east-1"
|
|
export ocp_cidrblock="172.16.0.0/16"
|
|
export ocp_cidrsubnets_routing=("172.16.0.0/24" "172.16.1.0/24" "172.16.2.0/24")
|
|
export ocp_cidrsubnets=("172.16.16.0/20" "172.16.32.0/20" "172.16.48.0/20")
|
|
export ocp_domain="examplerefarch.com"
|
|
export ocp_ec2_bastion_type="t2.medium"
|
|
export ocp_ec2_master_type="m5.2xlarge"
|
|
export ocp_ec2_infra_type="m5.2xlarge"
|
|
export ocp_ec2_node_type="m5.2xlarge"
|