Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Feb 7, 2025
1 parent 05b9110 commit 69faaf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-4/group_vars/goomy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ goomy_container_networks: "{{ docker_networks_shared }}"
goomy_rpc_urls:
- "{% for host in groups['execution_node'] %}https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@rpc.{{ host }}.{{ network_subdomain }},{% endfor %}"
goomy_scenario: "combined"
goomy_extra_args: ["--sidecars", "1", "--throughput", "2", "--max-pending", "20"]
goomy_extra_args: ["--sidecars", "4", "--throughput", 6, "--max-pending", "20"]
8 changes: 7 additions & 1 deletion ansible/inventories/devnet-4/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,10 @@ consensus_node
execution_node

[goomy:children]
bootnode
bootnode

[tx_fuzz_blobs:children]
lighthouse-geth-1

[tx_fuzz_txs:children]
teku-geth-1

0 comments on commit 69faaf8

Please sign in to comment.