Skip to content

Commit

Permalink
Merge pull request #4 from ethpandaops/bbusa/metadata
Browse files Browse the repository at this point in the history
chore: bump tools, update images
  • Loading branch information
barnabasbusa authored Jun 21, 2024
2 parents fdf41eb + d19aad0 commit 3b9db01
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
age 1.1.1
helm 3.12.1
shellcheck 0.9.0
sops 3.7.3
terraform 1.6.4
python 3.11.4
shellcheck 0.10.0
python 3.12.4
ansible-lint 6.17.2
awscli 2.13.7
yq 4.35.2
6 changes: 6 additions & 0 deletions ansible/cleanup_ethereum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
- "geth"
- "nethermind"
- "execution"
- "execution-init"
- "reth"
# Consensus layer clients
- "lighthouse-validator"
- "lighthouse"
Expand All @@ -43,6 +45,7 @@
- "prysm"
- "teku-validator"
- "teku"
- "grandine"
- "beacon"
- "validator"
# Others
Expand All @@ -61,6 +64,7 @@
- /data/ethereumjs
- /data/geth
- /data/nethermind
- /data/reth
# Consensus layer data
- /data/lighthouse
- /data/lighthouse-validator
Expand All @@ -72,6 +76,8 @@
- /data/prysm-validator
- /data/teku
- /data/teku-validator
- /data/grandine
- /data/grandine-validator
# Config files
- /data/ethereum-network-config
- /data/execution-auth.secret
Expand Down
4 changes: 2 additions & 2 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ xatu_sentry_config_network_name_override: "{{ ethereum_network_name }}"
ethereum_metrics_exporter_container_image: "{{ default_tooling_images.ethereum_metrics_exporter }}"

# role: eth_testnet_config
eth_testnet_config_dir: /data/ethereum-network-config
eth_testnet_config_dir: /data/ethereum-network-config/metadata
eth_testnet_config_local_dir_enabled: true
eth_testnet_config_local_dir_src: "{{ ethereum_genesis_generator_output_dir }}/"
eth_testnet_config_local_dir_src: "{{ ethereum_genesis_generator_output_dir }}/metadata/"

# role: gen_basic_auth_nginx
gen_basic_auth_nginx_name: "{{ secret_nginx_shared_basic_auth.name }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ default_tooling_images:
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:peer-das-latest
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.1.6
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.3.3
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ansible-lint==6.17.2
ansible==8.2.0
netaddr==0.10.1
pip==23.3.1
PyYAML==6.0.1
passlib==1.7.4
ansible-lint==24.6.0
ansible==10.1.0
molecule-containers==2.0.0
molecule==24.6.0
netaddr==1.3.0
pip==24.0
requests==2.31 # Fix for not being able to run 'molecule test' using docker on mac. Issue: https://github.com/docker/docker-py/issues/3256

0 comments on commit 3b9db01

Please sign in to comment.