Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
update blobber and goomy targets
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Dec 21, 2023
1 parent a7821fa commit 9fa1333
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/gsf-1/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ default_tooling_images:
blobscan: blossomlabs/blobscan:latest
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:master-latest
blobber: parithoshj/blobber:1.0.5
blobber: ethpandaops/blobber:1.1.0
dugtrio: ethpandaops/dugtrio:latest
4 changes: 2 additions & 2 deletions ansible/inventories/gsf-1/group_vars/blobber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ blobber_container_command:
- "--beacon-port-start={{ blobber_p2p_port }}"
- "--log-level={{ blobber_log_level }}"
- "--external-ip=0.0.0.0"
- "--slot-action={{ blobber_slot_actions | to_json }}"
- "--slot-action-frequency={{ blobber_slot_action_frequency }}"
- "--proposal-action={{ blobber_slot_actions | to_json }}"
- "--proposal-action-frequency={{ blobber_slot_action_frequency }}"
- "--validator-key-folder=/data/validators"
- "--validator-proxy-port-start={{ blobber_api_listen_port }}"
- "--enable-unsafe-mode"
Expand Down
12 changes: 8 additions & 4 deletions ansible/inventories/gsf-1/group_vars/goomy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

goomy_container_networks: "{{ docker_networks_shared }}"
goomy_rpc_urls:
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.bootnode-3.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.prysm-geth-10.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.teku-nethermind-5.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-geth-10.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-geth-11.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-geth-12.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-geth-13.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-nethermind-1.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-besu-1.{{ network_subdomain }}"
- "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.lighthouse-reth-1.{{ network_subdomain }}"

goomy_scenario: "combined"
goomy_extra_args: ["--sidecars", "1", "--throughput", "3", "--max-pending", "20"]
goomy_extra_args: ["--sidecars", "1", "--throughput", "5", "--max-pending", "50"]
1 change: 1 addition & 0 deletions ansible/inventories/gsf-1/host_vars/mev-relay-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ geth_container_command_extra_args:
- --networkid={{ ethereum_network_id }}
- --syncmode=full
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --override.cancun={{ cancun_timestamp }}
- --builder
- --builder.remote_relay_endpoint=http://mev-api.{{ network_subdomain }}:9062
- --builder.beacon_endpoints=http://beacon:5052
Expand Down
8 changes: 8 additions & 0 deletions ansible/inventories/gsf-1/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,11 @@ bootnode-3
[tx_fuzz_txs]
bootnode-4

[blobber]
lighthouse-geth-10
lighthouse-geth-11
lighthouse-geth-12
lighthouse-geth-13
lighthouse-nethermind-1
lighthouse-besu-1
lighthouse-reth-1

0 comments on commit 9fa1333

Please sign in to comment.