difftreelog
ci(forkless-data) expose ports for prometheus
in: master
2 files changed
.docker/docker-compose.forkless-data.j2diffbeforeafterboth--- a/.docker/docker-compose.forkless-data.j2
+++ b/.docker/docker-compose.forkless-data.j2
@@ -7,6 +7,13 @@
expose:
- 9944
- 9933
+ - 33044
+ - 33055
+ - 33066
+ - 33077
+ - 33088
+ - 33044
+ - 33155
ports:
- 127.0.0.1:9944:9944
- 127.0.0.1:9933:9933
.docker/forkless-config/zombienet-forkless-data.tomldiffbeforeafterboth1[settings]2provider = "native"34[relaychain]5default_command = "/polkadot/target/release/polkadot"6default_args = [ "-lparachain::candidate_validation=debug", "-lxcm=trace", ]7chain = "{{ RELAY_CHAIN_TYPE }}-local"89 [[relaychain.nodes]]10 name = "relay-alice"11 ws_port = 984412 rpc_port = 984313 p2p_port = 3044414 # Zombienet does not grant the default balance to nodes created with [[nodes]].15 balance = 20000000000001617 [[relaychain.node_groups]]18 name = "relay"19 count = 42021[[parachains]]22id = 100023chain_spec_modifier_commands = [[24 "chainql",25 "--tla-code=rawSpec=import '{{'raw'|chainSpec}}'",26 "--tla-str=forkFrom={{ REPLICA_FROM }}",27 "fork.jsonnet",28]]2930 [[parachains.collators]]31 name = "alice"32 command = "/unique-chain/current/release/unique-collator"33 ws_port = 994434 rpc_port = 993335 p2p_port = 3120036 args = [37 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",38 ]3940 [[parachains.collators]]41 name = "bob"42 command = "/unique-chain/current/release/unique-collator"43 ws_port = 994544 rpc_port = 993445 p2p_port = 3120146 args = [47 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",48 ]1[settings]2provider = "native"34[relaychain]5default_command = "/polkadot/target/release/polkadot"6default_args = [ "-lparachain::candidate_validation=debug", "-lxcm=trace", ]7chain = "{{ RELAY_CHAIN_TYPE }}-local"89 [[relaychain.nodes]]10 name = "relay-alice"11 ws_port = 984412 rpc_port = 984313 p2p_port = 3044414 prometheus_port = 3304415 # Zombienet does not grant the default balance to nodes created with [[nodes]].16 balance = 20000000000001718 [[relaychain.nodes]]19 name = "relay-bob"20 ws_port = 985521 rpc_port = 985422 p2p_port = 3055523 prometheus_port = 3305524 # Zombienet does not grant the default balance to nodes created with [[nodes]].25 balance = 20000000000002627 [[relaychain.nodes]]28 name = "relay-charlie"29 ws_port = 986630 rpc_port = 986531 p2p_port = 3066632 prometheus_port = 3306633 # Zombienet does not grant the default balance to nodes created with [[nodes]].34 balance = 20000000000003536 [[relaychain.nodes]]37 name = "relay-dave"38 ws_port = 987739 rpc_port = 987640 p2p_port = 3077741 prometheus_port = 3307742 # Zombienet does not grant the default balance to nodes created with [[nodes]].43 balance = 20000000000004445 [[relaychain.nodes]]46 name = "relay-eve"47 ws_port = 988848 rpc_port = 988749 p2p_port = 308850 prometheus_port = 3308851 # Zombienet does not grant the default balance to nodes created with [[nodes]].52 balance = 20000000000005354[[parachains]]55id = 100056chain_spec_modifier_commands = [[57 "chainql",58 "--tla-code=rawSpec=import '{{'raw'|chainSpec}}'",59 "--tla-str=forkFrom={{ REPLICA_FROM }}",60 "fork.jsonnet",61]]6263 [[parachains.collators]]64 name = "alice"65 command = "/unique-chain/current/release/unique-collator"66 ws_port = 994467 rpc_port = 993368 p2p_port = 3120069 prometheus_port = 3314470 args = [71 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",72 ]7374 [[parachains.collators]]75 name = "bob"76 command = "/unique-chain/current/release/unique-collator"77 ws_port = 994578 rpc_port = 993479 p2p_port = 3120180 prometheus_port = 3315581 args = [82 "-lxcm=trace,parity_ws::handler=debug,jsonrpsee_core=trace,jsonrpsee-core=trace,jsonrpsee_ws_server=debug",83 ]