@@ -10,16 +10,18 @@ The infrastructure configuration variables are used to configure the infrastruct
1010| ` hive_claim_ns ` | The namespace of the claim. | ` rhods ` | ` all ` |
1111| ` image_set ` | The image set name to use for the cluster. | ` rhods-openshift ` | ` all ` |
1212| ` base_domain ` | The base domain to use for the cluster. | ` "" ` | ` aws ` |
13- | ` worker_node_instance_type ` | The instance type to use for the worker nodes. | ` m5.xlarge ` | ` all ` |
13+ | ` worker_node_instance_type ` | The instance type to use for the worker nodes. | ` m5.2xlarge ` | ` all ` |
1414| ` worker_node_replicas ` | The number of worker nodes to create. | ` 2 ` | ` all ` |
15- | ` master_node_instance_type ` | The AWS instance type to use for the master nodes. | ` m5.xlarge ` | ` all ` |
15+ | ` master_node_instance_type ` | The AWS instance type to use for the master nodes. | ` m5.2xlarge ` | ` all ` |
1616| ` master_node_replicas ` | The number of master nodes to create. | ` 3 ` | ` all ` |
1717| ` aws_region ` | The AWS region to use for the cluster. | ` us-east-1 ` | ` aws ` |
1818| ` pull_secret ` | The pull secret to use for the cluster. | ` "" ` | ` all ` |
1919| ` ssh_key ` | The SSH key to use for the cluster. | ` "" ` | ` all ` |
2020| ` AWS_ACCESS_KEY_ID ` | The AWS access key ID. | ` "" ` | ` aws ` |
2121| ` AWS_SECRET_ACCESS_KEY ` | The AWS secret access key. | ` "" ` | ` aws ` |
22- | ` release_image ` | The OpenShift image to use for the cluster. | ` "quay.io/openshift-release-dev/ocp-release:4.10.42-x86_64" ` | ` all ` |
22+ | ` aws_worker_architecture ` | Architecture for AWS worker nodes | ` amd64 ` | ` aws ` |
23+ | ` aws_master_architecture ` | Architecture for AWS master nodes | ` amd64 ` | ` aws ` |
24+ | ` release_image ` | The OpenShift image to use for the cluster. | ` "quay.io/openshift-release-dev/ocp-release:4.15.25-multi" ` | ` all ` |
2325| ` gcp_region ` | The GCP region to use for the cluster. | ` us-central1 ` | ` gcp ` |
2426| ` gcp_project_id ` | The GCP project ID to use for the cluster. | ` "" ` | ` gcp ` |
2527| ` gcp_region ` | The GCP region to use for the cluster. | ` us-central1 ` | ` gcp ` |
0 commit comments