git.delta.rocks / unique-network / refs/commits / a6396d202a4f

difftreelog

ci(forkless-data) expose ports for prometheus

Fahrrader2023-06-05parent: #518061e.patch.diff
in: master

2 files changed

modified.docker/docker-compose.forkless-data.j2diffbeforeafterboth
7 expose:7 expose:
8 - 99448 - 9944
9 - 99339 - 9933
10 - 33044
11 - 33055
12 - 33066
13 - 33077
14 - 33088
15 - 33044
16 - 33155
10 ports:17 ports:
11 - 127.0.0.1:9944:994418 - 127.0.0.1:9944:9944
12 - 127.0.0.1:9933:993319 - 127.0.0.1:9933:9933
modified.docker/forkless-config/zombienet-forkless-data.tomldiffbeforeafterboth
11 ws_port = 984411 ws_port = 9844
12 rpc_port = 984312 rpc_port = 9843
13 p2p_port = 3044413 p2p_port = 30444
14 prometheus_port = 33044
14 # Zombienet does not grant the default balance to nodes created with [[nodes]].15 # Zombienet does not grant the default balance to nodes created with [[nodes]].
15 balance = 200000000000016 balance = 2000000000000
17
18 [[relaychain.nodes]]
19 name = "relay-bob"
20 ws_port = 9855
21 rpc_port = 9854
22 p2p_port = 30555
23 prometheus_port = 33055
24 # Zombienet does not grant the default balance to nodes created with [[nodes]].
25 balance = 2000000000000
26
27 [[relaychain.nodes]]
28 name = "relay-charlie"
29 ws_port = 9866
30 rpc_port = 9865
31 p2p_port = 30666
32 prometheus_port = 33066
33 # Zombienet does not grant the default balance to nodes created with [[nodes]].
34 balance = 2000000000000
35
36 [[relaychain.nodes]]
37 name = "relay-dave"
38 ws_port = 9877
39 rpc_port = 9876
40 p2p_port = 30777
41 prometheus_port = 33077
42 # Zombienet does not grant the default balance to nodes created with [[nodes]].
43 balance = 2000000000000
1644
17 [[relaychain.node_groups]]45 [[relaychain.nodes]]
18 name = "relay"46 name = "relay-eve"
19 count = 447 ws_port = 9888
48 rpc_port = 9887
49 p2p_port = 3088
50 prometheus_port = 33088
51 # Zombienet does not grant the default balance to nodes created with [[nodes]].
52 balance = 2000000000000
2053
21[[parachains]]54[[parachains]]
22id = 100055id = 1000
33 ws_port = 994466 ws_port = 9944
34 rpc_port = 993367 rpc_port = 9933
35 p2p_port = 3120068 p2p_port = 31200
69 prometheus_port = 33144
36 args = [70 args = [
37 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",71 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",
38 ]72 ]
43 ws_port = 994577 ws_port = 9945
44 rpc_port = 993478 rpc_port = 9934
45 p2p_port = 3120179 p2p_port = 31201
80 prometheus_port = 33155
46 args = [81 args = [
47 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",82 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",
48 ]83 ]