Skip to content

Commit

Permalink
Merge pull request #42 from ethpandaops/metadata-mods
Browse files Browse the repository at this point in the history
Make changes to support new format including the /metadata folder
  • Loading branch information
parithosh authored Jun 21, 2024
2 parents f92ee75 + cc5417c commit ea602d6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 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.12.3
shellcheck 0.10.0
python 3.12.4
ansible-lint 6.17.2
awscli 2.13.7
yq 4.35.2
yq 4.35.2
1 change: 1 addition & 0 deletions ansible/cleanup_ethereum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- "nethermind"
- "reth"
- "execution"
- "execution-init"
- "reth"
# Consensus layer clients
- "lighthouse-validator"
Expand Down
6 changes: 3 additions & 3 deletions ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ethereum_genesis_generator_config_files:
export NUMBER_OF_VALIDATORS=200
export DENEB_FORK_VERSION="0x50{{ ethereum_genesis_fork_version_suffix }}"
export ELECTRA_FORK_VERSION="0x60{{ ethereum_genesis_fork_version_suffix }}"
export ELECTRA_FORK_EPOCH="5"
export ELECTRA_FORK_EPOCH="999999"
export EIP7594_FORK_VERSION="0x70{{ ethereum_genesis_fork_version_suffix }}"
export EIP7594_FORK_EPOCH="999999"
export GENESIS_TIMESTAMP={{ ethereum_genesis_timestamp }}
Expand Down Expand Up @@ -127,9 +127,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,7 +34,7 @@ default_tooling_images:
blobscan_indexer: blossomlabs/blobscan-indexer:latest
dora: ethpandaops/dora:master
dugtrio: ethpandaops/dugtrio:latest
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.2.1
ethereum_genesis_generator: ethpandaops/ethereum-genesis-generator:3.3.3
mev_boost: flashbots/mev-boost:latest
mev_relay: flashbots/mev-boost-relay:latest
mev_builder: flashbots/mev-builder:latest
1 change: 0 additions & 1 deletion ansible/inventories/devnet-0/group_vars/lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ lighthouse_validator_container_volumes:
lighthouse_validator_container_command_extra_args:
- --testnet-dir=/network-config
- --graffiti={{ ansible_hostname }}
- --produce-block-v3
lighthouse_validator_datadir: /data/lighthouse-validator
lighthouse_container_pull: true
1 change: 0 additions & 1 deletion ansible/inventories/devnet-0/group_vars/lodestar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ lodestar_validator_container_volumes:
lodestar_validator_container_command_extra_args:
- --paramsFile=/network-config/config.yaml
- --graffiti={{ ansible_hostname }}
- --useProduceBlockV3
lodestar_validator_datadir: /data/lodestar-validator
lodestar_container_pull: true
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.8.0
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 ea602d6

Please sign in to comment.