forked from cloud-bulldozer/ocm-api-load
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
95 lines (95 loc) · 2.21 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
gateway-url: http://localhost:8000 # Gateway URL.
ocm:
token-url: https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
auths:
- token: xxxXXXyyyYYYzzzZZZ000 # 1st offline token for authentication.
client-id: cloud-services
client-secret: "secure-secret"
- token: xxxXXXyyyYYYzzzZZZ000 # 2st offline token for authentication.
client-id: cloud-services
client-secret: "secure-secret"
- token: xxxXXXyyyYYYzzzZZZ000 # 3st offline token for authentication.
client-id: cloud-services
client-secret: "secure-secret"
aws:
- region: "us-west-1"
access-key: "ASD7ASFET65FFGHDFFS"
secret-access-key: "fjhgsadf6#$!@%&/dfghdfgdsdf"
account-id: "123434565665"
account-name: "AcctName"
- region: "us-west-2"
access-key: "ASD7ASFET65FFGHDFFS"
secret-access-key: "fjhgsadf6#$!@%&/dfghdfgdsdf"
account-id: "123434565665"
account-name: "AcctName"
elastic:
server: "http://elastic.apps.perfscale.devcluster.openshift.com/"
user: "user"
password: "password"
index: "es-index"
insecure-skip-verify: true
duration: 2
cooldown: 10
output-path: "./results"
rate: "5/s"
test-id: new-test
ramp-type: exponential
start-rate: 1
end-rate: 120
ramp-steps: 6
tests:
self-access-token:
rate: "1000/h"
duration: 1
list-subscriptions:
rate: "2000/h"
duration: 1
access-review:
rate: "100/s"
duration: 1
register-new-cluster:
rate: "1000/h"
duration: 1
register-existing-cluster:
rate: "25/s"
duration: 1
create-cluster:
rate: "10/s"
duration: 1
list-clusters:
rate: "10/s"
duration: 1
get-current-account:
rate: "6/m"
duration: 1
quota-cost:
rate: "1000/h"
duration: 1
resource-review:
rate: "2000/h"
duration: 1
cluster-authorizations:
duration: 30
ramp-type: linear
start-rate: 1
end-rate: 50
ramp-steps: 6
self-terms-review:
duration: 30
ramp-type: exponential
start-rate: 1
end-rate: 50
ramp-steps: 6
certificates:
rate: "2/s"
duration: 1
create-services:
rate: "1/m"
duration: 1
get-services:
rate: "1/m"
duration: 1
patch-services:
rate: "1/m"
duration: 1