-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code clean up: rosa classic scripts (#345)
* added rosahcp script * trimmed down extra char * updated workload HCP light-weight c-d-v2 iteration will be 7 iteration/node * removed extra env vars * increasing node ready timeout * mgmt cluster env var * scrapping metric for longer duration * updated query logic to index MC stat
- Loading branch information
Showing
20 changed files
with
1,160 additions
and
762 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
dags/openshift_nightlies/config/benchmarks/hcp-small-control-plane.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"benchmarks": [ | ||
{ | ||
"name": "node-density", | ||
"workload": "kube-burner-ocp-wrapper", | ||
"trigger_rule": "all_done", | ||
"command": "./run.sh", | ||
"env": { | ||
"WORKLOAD": "node-density", | ||
"LOG_LEVEL": "debug" | ||
} | ||
}, | ||
{ | ||
"name": "node-desnity-cni", | ||
"workload": "kube-burner-ocp-wrapper", | ||
"trigger_rule": "all_done", | ||
"command": "./run.sh", | ||
"env": { | ||
"WORKLOAD": "node-density-cni", | ||
"LOG_LEVEL": "debug" | ||
} | ||
}, | ||
{ | ||
"name": "cluster-density-v2", | ||
"workload": "kube-burner-ocp-wrapper", | ||
"trigger_rule": "all_done", | ||
"command": "./run.sh", | ||
"env": { | ||
"WORKLOAD": "cluster-density-v2", | ||
"ITERATIONS": "500", | ||
"LOG_LEVEL": "debug", | ||
"CHURN": "true", | ||
"EXTRA_FLAGS": "--churn-duration=1h --churn-percent=10 --churn-delay=30s" | ||
} | ||
} | ||
] | ||
} |
6 changes: 3 additions & 3 deletions
6
dags/openshift_nightlies/config/benchmarks/hosted-control-plane-p75.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 7 additions & 14 deletions
21
dags/openshift_nightlies/config/benchmarks/hosted-control-plane-p90.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...install/rosa/rosa-hcp-ovn-data-plane.json → ...s/config/install/rosa-hcp/data-plane.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"rosa_hcp": "true", | ||
"aws_profile": "", | ||
"aws_access_key_id": "", | ||
"aws_secret_access_key": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
dags/openshift_nightlies/config/install/rosa-hcp/small-control-plane.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"aws_profile": "", | ||
"aws_access_key_id": "", | ||
"aws_secret_access_key": "", | ||
"aws_authentication_method": "sts", | ||
"aws_region": "us-east-2", | ||
"rosa_environment": "staging", | ||
"rosa_cli_version": "container", | ||
"ocm_cli_version": "container", | ||
"ocm_environment": "stage", | ||
"managed_channel_group": "nightly", | ||
"managed_ocp_version": "latest", | ||
"openshift_worker_count": 24, | ||
"openshift_network_type": "OVNKubernetes", | ||
"openshift_worker_instance_type": "m5.2xlarge", | ||
"machineset_metadata_label_prefix": "machine.openshift.io", | ||
"staging_mgmt_provisioner_shards": "b4bb294b-a76c-11ed-91b2-0a580a831ba1", | ||
"number_of_hostedcluster": 1, | ||
"hcp_install_interval": 10, | ||
"extra_machinepool": [{ | ||
"name": "infra", | ||
"replica": "1", | ||
"instance_type": "r5.xlarge", | ||
"labels": "node-role.kubernetes.io/infra=", | ||
"taints": "node-role.kubernetes.io/infra=:NoSchedule" | ||
}] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.