-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmainnet-sla.yml
89 lines (86 loc) · 2.42 KB
/
mainnet-sla.yml
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
clusters:
mainnet-sla:
_inherit: ""
name: bee
namespace: bee-sla
disable-namespace: true
api-domain: internal.ethswarm.org
api-insecure-tls: true
api-scheme: https
funding:
eth: 0.1
gbzz: 2.0
node-groups:
bee-sla-1:
mode: node
bee-config: mainnet-sla
config: mainnet-sla
count: 1
bee-sla-2:
mode: node
bee-config: mainnet-sla
config: mainnet-sla
count: 1
bee-sla-3:
mode: node
bee-config: mainnet-sla
config: mainnet-sla
count: 1
bee-sla-4:
mode: node
bee-config: mainnet-sla
config: mainnet-sla
count: 1
# node-groups defines node groups that can be registered in the cluster
# node-groups may inherit it's configuration from already defined node-group and override specific fields from it
node-groups:
mainnet-sla:
_inherit: "default"
persistence-enabled: true
# bee-configs defines Bee configuration that can be assigned to node-groups
# bee-configs may inherit it's configuration from already defined bee-config and override specific fields from it
bee-configs:
mainnet-sla:
_inherit: "default"
bootnodes: "/dnsaddr/mainnet.ethswarm.org"
# checks defines checks Beekeeper can execute against the cluster
# type filed allows defining same check with different names and options
checks:
sla-smoke:
options:
content-size: 50000000
postage-amount: 2903040000 # 24000/5*60*60*24*7
postage-depth: 20
upload-groups:
- bee-sla-1
- bee-sla-3
download-groups:
- bee-sla-2
- bee-sla-4
timeout: 720h
type: smoke
sla-availability:
options:
refs:
- "2e70bb26d5b1f6f4a0961c42bb62e1066334a456c8835fb7ba34077b9d36859b"
- "d5fc0a2753360ddfb1825fb2d979031d4b620ddabd3e0aea69b685109ee357fe"
- "1cfd24178c67b708694b4ce4235d32e2a39d42813d2b09d1ef77eaa4c954931f"
retry-wait: 1m
retry-count: 3
next-iter-wait: 12h
timeout: 720h
type: longavailability
sla-durability:
options:
ref: 16c1437d310202ccea278cf1ea98cbd7f2830929d9e41b2a8fc9a1df74fa0d3f
concurrency: 20
max-attempts: 100
timeout: 720h
type: datadurability
sla-networkavailability:
options:
postage-amount: 2903040000 # 24000/5*60*60*24*7
postage-depth: 20
sleep-duration: 1h
timeout: 720h
type: networkavailability