Skip to content

Commit

Permalink
updating local
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Nov 23, 2024
1 parent 0b26a79 commit 000282b
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 107 deletions.
15 changes: 15 additions & 0 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ bootstrap_default_user_authorized_keys_github_all:
- skylenet
- pk910
- mattevans
- kasey
- terencechain
- potuz
- nisdas
- prestonvanloon
- rkapka
- nalepae
- james-prysm
- AgeManning
- ethdreamer
- paulhauner
- pawanjay176
- michaelsproul
- antondlr
- realbigsean
bootstrap_default_user_authorized_keys_github: >
{{
(bootstrap_default_user_authorized_keys_github_all | default([])) +
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# role: ethpandaops.general.traffic_control
traffic_control_rules:
- interface: eth0
rate_download: 1000mbit
rate_upload: 1000mbit
rate_download: 100mbit
rate_upload: 20mbit
3 changes: 3 additions & 0 deletions ansible/inventories/devnet-0/group_vars/teku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ teku_container_command_extra_args:
- --metrics-block-timing-tracking-enabled
- --ignore-weak-subjectivity-period-enabled
- --rest-api-docs-enabled
- --Xp2p-sync-batch-size=5
- --Xp2p-sync-max-pending-batches=50

teku_validator_container_volumes:
- "{{ teku_validator_datadir }}:/validator-data"
teku_validator_datadir: /data/teku-validator
Loading

0 comments on commit 000282b

Please sign in to comment.