-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbee-light-testnet.yaml
82 lines (78 loc) · 1.99 KB
/
bee-light-testnet.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
in-cluster: true
clusters:
bee-light-testnet:
_inherit: ""
name: bee
namespace: bee-light-testnet
disable-namespace: true
api-domain: lightnet.testnet.internal:1633
api-insecure-tls: true
api-scheme: http
funding:
eth: 0.1
gbzz: 2.0
node-groups:
bee-1:
mode: node
bee-config: sepolia
config: ng-bee-light-testnet
count: 5
bee-2:
mode: node
bee-config: sepolia
config: ng-bee-light-testnet
count: 5
bee-3:
mode: node
bee-config: sepolia
config: ng-bee-light-testnet
count: 5
bee-4:
mode: node
bee-config: sepolia
config: ng-bee-light-testnet
count: 5
# 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:
ng-bee-light-testnet:
_inherit: ""
# 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:
sepolia:
_inherit: ""
#bootnodes: "/dnsaddr/testnet.ethswarm.org"
checks:
testnet-load:
options:
content-size: 50000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
duration: 12h
uploader-count: 2
downloader-count: 0
max-use-batch: 1h
upload-groups:
- bee-1
- bee-2
download-groups:
- bee-3
- bee-4
timeout: 12h
type: load
testnet-smoke:
options:
content-size: 5000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
timeout: 720h
type: smoke
testnet-erasure-code:
options:
content-size: 5000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
timeout: 720h
type: erasure-code