Skip to content

Commit

Permalink
increased worker size to allow zone affinity uperf
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed May 3, 2023
1 parent ab1bbcd commit f020f11
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/alibaba/acs.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"alibaba_resource_group_id": "",
"aliyun_binary": "https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.32-amd64.tgz",
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "alicloud-qe.devcluster.openshift.com",
"openshift_host_prefix": "22",
"openshift_debug_config": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"alibaba_resource_group_id": "",
"aliyun_binary": "https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.32-amd64.tgz",
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "alicloud-qe.devcluster.openshift.com",
"openshift_host_prefix": "22",
"openshift_network_type": "OVNKubernetes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"alibaba_resource_group_id": "",
"aliyun_binary": "https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.32-amd64.tgz",
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "alicloud-qe.devcluster.openshift.com",
"openshift_host_prefix": "22",
"openshift_network_type": "OpenShiftSDN",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"aws_access_key_id": "",
"aws_secret_access_key": "",
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_host_prefix": "22",
"openshift_network_type": "OVNKubernetes",
"openshift_master_instance_type": "m6g.2xlarge",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/aws/acs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openshift_client_location": "",
"openshift_install_binary_url": "",
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_host_prefix": "22",
"openshift_master_instance_type": "r5.4xlarge",
"openshift_worker_instance_type": "m5.2xlarge",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/aws/ovn-dp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openshift_client_location": "",
"openshift_install_binary_url": "",
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_host_prefix": "22",
"openshift_network_type": "OVNKubernetes",
"openshift_master_instance_type": "r5.xlarge",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/azure/acs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "ats.azure.devcluster.openshift.com",
"openshift_host_prefix": "23",
"openshift_master_vm_size": "Standard_E16s_v3",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/azure/ovn-dp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "ats.azure.devcluster.openshift.com",
"openshift_host_prefix": "23",
"openshift_network_type": "OVNKubernetes",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/gcp/acs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "perfscale.gcp.devcluster.openshift.com",
"openshift_host_prefix": "23",
"openshift_master_instance_type": "n2-highmem-16",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/gcp/ovn-dp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"openshift_master_count": 3,
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_base_domain": "perfscale.gcp.devcluster.openshift.com",
"openshift_host_prefix": "23",
"openshift_network_type": "OVNKubernetes",
Expand Down
2 changes: 1 addition & 1 deletion dags/openshift_nightlies/config/install/rosa/ocm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ocm_environment": "stage",
"managed_channel_group": "nightly",
"managed_ocp_version": "latest",
"openshift_worker_count": 3,
"openshift_worker_count": 6,
"openshift_network_type": "OpenShiftSDN",
"openshift_worker_instance_type": "m5.2xlarge",
"machineset_metadata_label_prefix": "machine.openshift.io"
Expand Down

0 comments on commit f020f11

Please sign in to comment.