Skip to content

Commit

Permalink
Update AWS instances to match what is in prow
Browse files Browse the repository at this point in the history
  • Loading branch information
afcollins committed Nov 5, 2024
1 parent 6d858e1 commit 5b97251
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dags/openshift_nightlies/config/install/aws/ovn-large.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"openshift_worker_count": 3,
"openshift_host_prefix": "22",
"openshift_network_type": "OVNKubernetes",
"openshift_master_instance_type": "r5.4xlarge",
"openshift_worker_instance_type": "m5.2xlarge",
"openshift_master_instance_type": "m6a.4xlarge",
"openshift_worker_instance_type": "m5.xlarge",
"openshift_master_root_volume_size": 100,
"openshift_master_root_volume_type": "gp3",
"openshift_master_root_volume_iops": 3000,
"openshift_worker_root_volume_size": 50,
"openshift_worker_root_volume_type": "gp3",
"openshift_worker_root_volume_iops": 0,
"machineset_metadata_label_prefix": "machine.openshift.io",
"openshift_infra_node_instance_type": "m5.12xlarge",
"openshift_infra_node_instance_type": "r5.4xlarge",
"openshift_toggle_workload_node": "false",
"openshift_infra_node_volume_size": 50,
"openshift_infra_node_volume_type": "gp3",
Expand Down
6 changes: 3 additions & 3 deletions dags/openshift_nightlies/config/install/aws/ovn-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"openshift_worker_count": 3,
"openshift_host_prefix": "22",
"openshift_network_type": "OVNKubernetes",
"openshift_master_instance_type": "r5.4xlarge",
"openshift_worker_instance_type": "m5.2xlarge",
"openshift_master_instance_type": "m6a.4xlarge",
"openshift_worker_instance_type": "m5.xlarge",
"openshift_master_root_volume_size": 100,
"openshift_master_root_volume_type": "gp3",
"openshift_master_root_volume_iops": 3000,
"openshift_worker_root_volume_size": 50,
"openshift_worker_root_volume_type": "gp3",
"openshift_worker_root_volume_iops": 0,
"machineset_metadata_label_prefix": "machine.openshift.io",
"openshift_infra_node_instance_type": "m5.4xlarge",
"openshift_infra_node_instance_type": "r5.4xlarge",
"openshift_toggle_workload_node": "false",
"openshift_infra_node_volume_size": 50,
"openshift_infra_node_volume_type": "gp3",
Expand Down
6 changes: 3 additions & 3 deletions dags/openshift_nightlies/config/install/aws/ovn-small.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"openshift_worker_count": 3,
"openshift_host_prefix": "22",
"openshift_network_type": "OVNKubernetes",
"openshift_master_instance_type": "r5.4xlarge",
"openshift_worker_instance_type": "m5.2xlarge",
"openshift_master_instance_type": "m6a.xlarge",
"openshift_worker_instance_type": "m6a.xlarge",
"openshift_master_root_volume_size": 100,
"openshift_master_root_volume_type": "gp3",
"openshift_master_root_volume_iops": 3000,
"openshift_worker_root_volume_size": 50,
"openshift_worker_root_volume_type": "gp3",
"openshift_worker_root_volume_iops": 0,
"machineset_metadata_label_prefix": "machine.openshift.io",
"openshift_infra_node_instance_type": "m5.4xlarge",
"openshift_infra_node_instance_type": "r5.xlarge",
"openshift_infra_node_volume_size": 50,
"openshift_infra_node_volume_type": "gp3",
"openshift_infra_node_volume_iops": 0,
Expand Down

0 comments on commit 5b97251

Please sign in to comment.